tests: run remote worker on tcp and container endpoints #3617
Annotations
11 errors
Generate annotations:
tests/run.go#L269
=== RUN TestIntegration
time="2024-03-14T16:15:06Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35307"
run.go:269: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:35307/library/busybox:latest
time="2024-03-14T16:15:07Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35307"
run.go:269: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35307/library/alpine:latest
time="2024-03-14T16:15:08Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35307"
run.go:269: copied docker.io/moby/buildkit:v0.13.0 to local mirror localhost:35307/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (7.79s)
|
Generate annotations:
tests/build.go#L103
=== RUN TestIntegration/TestBuildRegistryExport/worker=remote+tcp
=== PAUSE TestIntegration/TestBuildRegistryExport/worker=remote+tcp
=== CONT TestIntegration/TestBuildRegistryExport/worker=remote+tcp
build.go:103:
Error Trace: /src/tests/build.go:103
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBuildRegistryExport/worker=remote+tcp
Messages: ERROR: failed to solve: failed to push localhost:36575/buildx/registry:latest: failed to do request: Head "http://localhost:36575/v2/buildx/registry/blobs/sha256:a89dd100219048872fb0ca72af03bfde507ffa88e31f13ee28fcad5bf4bd2938": dial tcp 127.0.0.1:36575: connect: connection refused
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:19:04.228599702 +0000 UTC m=+238.235561705 /usr/bin/dockerd --data-root /tmp/integration459258955/dv2433sxkpow5/root --exec-root /tmp/dxr/dv2433sxkpow5 --pidfile /tmp/integration459258955/dv2433sxkpow5/docker.pid --containerd-namespace dv2433sxkpow5 --containerd-plugins-namespace dv2433sxkpow5p --host unix:///tmp/docker-integration/dv2433sxkpow5.sock --config-file /tmp/integration459258955/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:19:04.258666011Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:19:04.261039729Z" level=warning msg="could not change group /tmp/docker-integration/dv2433sxkpow5.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:19:04.261170103Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dv2433sxkpow5.sock)"
sandbox.go:131: time="2024-03-14T16:19:04.261194428Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:19:04.261863857Z" level=info msg="started new containerd process" address=/tmp/dxr/dv2433sxkpow5/containerd/containerd.sock module=libcontainerd pid=27811
sandbox.go:131: time="2024-03-14T16:19:04.262363117Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dv2433sxkpow5/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:19:04.262524513Z" level=debug msg="2024/03/14 16:19:04 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dv2433sxkpow5/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dv2433sxkpow5/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:19:04.276014808Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:19:04.290487164Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:19:04.290548038Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:19:04.290597119Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:19:04.290620142Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:19:04.290745857Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:19:04.290766175Z" l
|
Generate annotations:
tests/build.go#L137
=== RUN TestIntegration/TestBuildRegistryExportAttestations/worker=remote+tcp
=== PAUSE TestIntegration/TestBuildRegistryExportAttestations/worker=remote+tcp
=== CONT TestIntegration/TestBuildRegistryExportAttestations/worker=remote+tcp
build.go:137:
Error Trace: /src/tests/build.go:137
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBuildRegistryExportAttestations/worker=remote+tcp
Messages: ERROR: failed to solve: failed to push localhost:43075/buildx/registry:latest: failed to do request: Head "http://localhost:43075/v2/buildx/registry/blobs/sha256:a89dd100219048872fb0ca72af03bfde507ffa88e31f13ee28fcad5bf4bd2938": dial tcp 127.0.0.1:43075: connect: connection refused
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:18:46.032844586 +0000 UTC m=+220.039806609 /usr/bin/dockerd --data-root /tmp/integration2828404486/d49tlqhq5fizk/root --exec-root /tmp/dxr/d49tlqhq5fizk --pidfile /tmp/integration2828404486/d49tlqhq5fizk/docker.pid --containerd-namespace d49tlqhq5fizk --containerd-plugins-namespace d49tlqhq5fizkp --host unix:///tmp/docker-integration/d49tlqhq5fizk.sock --config-file /tmp/integration2828404486/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:46.063349226Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:46.065668812Z" level=warning msg="could not change group /tmp/docker-integration/d49tlqhq5fizk.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:46.065805417Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d49tlqhq5fizk.sock)"
sandbox.go:131: time="2024-03-14T16:18:46.065827448Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:46.069265199Z" level=info msg="started new containerd process" address=/tmp/dxr/d49tlqhq5fizk/containerd/containerd.sock module=libcontainerd pid=26289
sandbox.go:131: time="2024-03-14T16:18:46.070159567Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d49tlqhq5fizk/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:46.070845514Z" level=debug msg="2024/03/14 16:18:46 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d49tlqhq5fizk/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/d49tlqhq5fizk/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:46.081865850Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:46.096709537Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:46.096784607Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:46.096863543Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:46.096885884Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:46.097004305Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sand
|
Generate annotations:
tests/build.go#L344
=== RUN TestIntegration/TestBuildAnnotations/worker=remote+tcp
=== PAUSE TestIntegration/TestBuildAnnotations/worker=remote+tcp
=== CONT TestIntegration/TestBuildAnnotations/worker=remote+tcp
build.go:344:
Error Trace: /src/tests/build.go:344
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBuildAnnotations/worker=remote+tcp
Messages: ERROR: failed to solve: failed to push localhost:39065/buildx/registry:latest: failed to do request: Head "http://localhost:39065/v2/buildx/registry/blobs/sha256:ffbd0c30c916eecf13a889da0c2593ac4dfc1cd43dc337dfe3a0d13d616ac527": dial tcp 127.0.0.1:39065: connect: connection refused
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:18:36.272831412 +0000 UTC m=+210.279793424 /usr/bin/dockerd --data-root /tmp/integration1965319194/dh1x5cpqbazpv/root --exec-root /tmp/dxr/dh1x5cpqbazpv --pidfile /tmp/integration1965319194/dh1x5cpqbazpv/docker.pid --containerd-namespace dh1x5cpqbazpv --containerd-plugins-namespace dh1x5cpqbazpvp --host unix:///tmp/docker-integration/dh1x5cpqbazpv.sock --config-file /tmp/integration1965319194/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:36.312057573Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:36.315867306Z" level=warning msg="could not change group /tmp/docker-integration/dh1x5cpqbazpv.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:36.316095401Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dh1x5cpqbazpv.sock)"
sandbox.go:131: time="2024-03-14T16:18:36.316127120Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:36.316796140Z" level=info msg="started new containerd process" address=/tmp/dxr/dh1x5cpqbazpv/containerd/containerd.sock module=libcontainerd pid=25352
sandbox.go:131: time="2024-03-14T16:18:36.317375731Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dh1x5cpqbazpv/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:36.317543849Z" level=debug msg="2024/03/14 16:18:36 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dh1x5cpqbazpv/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dh1x5cpqbazpv/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:36.331046599Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:36.344997477Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:36.345038123Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:36.345084590Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:36.345106421Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:36.345229120Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:36.345249527Z" level=info
|
Generate annotations:
tests/bake.go#L141
=== RUN TestIntegration/TestBakeRemote/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemote/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemote/worker=remote+tcp
bake.go:141:
Error Trace: /src/tests/bake.go:141
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemote/worker=remote+tcp
Messages: ERROR: couldn't find a bake definition
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:29.512618354 +0000 UTC m=+143.519580357 /usr/bin/dockerd --data-root /tmp/integration2450211844/d0zi6qvabvwav/root --exec-root /tmp/dxr/d0zi6qvabvwav --pidfile /tmp/integration2450211844/d0zi6qvabvwav/docker.pid --containerd-namespace d0zi6qvabvwav --containerd-plugins-namespace d0zi6qvabvwavp --host unix:///tmp/docker-integration/d0zi6qvabvwav.sock --config-file /tmp/integration2450211844/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:29.545620554Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:29.547509898Z" level=warning msg="could not change group /tmp/docker-integration/d0zi6qvabvwav.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:29.547715811Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d0zi6qvabvwav.sock)"
sandbox.go:131: time="2024-03-14T16:17:29.547777998Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:29.548331309Z" level=info msg="started new containerd process" address=/tmp/dxr/d0zi6qvabvwav/containerd/containerd.sock module=libcontainerd pid=19630
sandbox.go:131: time="2024-03-14T16:17:29.548966744Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d0zi6qvabvwav/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:29.549313415Z" level=debug msg="2024/03/14 16:17:29 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d0zi6qvabvwav/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/d0zi6qvabvwav/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:29.562360155Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:29.576488615Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:29.576553556Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:29.576612368Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:29.576630602Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:29.576780772Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:29.576806570Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:29.576822389Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configur
|
Generate annotations:
tests/bake.go#L252
=== RUN TestIntegration/TestBakeRemoteCmdContext/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemoteCmdContext/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemoteCmdContext/worker=remote+tcp
bake.go:252:
Error Trace: /src/tests/bake.go:252
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemoteCmdContext/worker=remote+tcp
Messages: ERROR: couldn't find a bake definition
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:25.157311794 +0000 UTC m=+139.164273797 /usr/bin/dockerd --data-root /tmp/integration1721868256/dde4f59xm58ub/root --exec-root /tmp/dxr/dde4f59xm58ub --pidfile /tmp/integration1721868256/dde4f59xm58ub/docker.pid --containerd-namespace dde4f59xm58ub --containerd-plugins-namespace dde4f59xm58ubp --host unix:///tmp/docker-integration/dde4f59xm58ub.sock --config-file /tmp/integration1721868256/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:25.192862771Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:25.195334230Z" level=warning msg="could not change group /tmp/docker-integration/dde4f59xm58ub.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:25.195483158Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dde4f59xm58ub.sock)"
sandbox.go:131: time="2024-03-14T16:17:25.195501532Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:25.196078468Z" level=info msg="started new containerd process" address=/tmp/dxr/dde4f59xm58ub/containerd/containerd.sock module=libcontainerd pid=19273
sandbox.go:131: time="2024-03-14T16:17:25.196449009Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dde4f59xm58ub/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:25.196741132Z" level=debug msg="2024/03/14 16:17:25 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dde4f59xm58ub/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dde4f59xm58ub/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:25.210307030Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:25.224418189Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:25.224463193Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:25.224562939Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:25.224589489Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:25.224716445Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:25.224733267Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:25.224747754Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.
|
Generate annotations:
tests/bake.go#L183
=== RUN TestIntegration/TestBakeRemoteLocalOverride/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemoteLocalOverride/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemoteLocalOverride/worker=remote+tcp
bake.go:183:
Error Trace: /src/tests/bake.go:183
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemoteLocalOverride/worker=remote+tcp
Messages: ERROR: failed to solve: failed to load cache key: error fetching default branch for repository http://127.0.0.1:39961/test.git: git error: exit status 128
stderr:
fatal: unable to access 'http://127.0.0.1:39961/test.git/': Failed to connect to 127.0.0.1 port 39961 after 0 ms: Couldn't connect to server
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:20.68888708 +0000 UTC m=+134.695849083 /usr/bin/dockerd --data-root /tmp/integration3462330502/d64b1bojhtrdq/root --exec-root /tmp/dxr/d64b1bojhtrdq --pidfile /tmp/integration3462330502/d64b1bojhtrdq/docker.pid --containerd-namespace d64b1bojhtrdq --containerd-plugins-namespace d64b1bojhtrdqp --host unix:///tmp/docker-integration/d64b1bojhtrdq.sock --config-file /tmp/integration3462330502/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:20.718481239Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:20.720844506Z" level=warning msg="could not change group /tmp/docker-integration/d64b1bojhtrdq.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:20.721012770Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d64b1bojhtrdq.sock)"
sandbox.go:131: time="2024-03-14T16:17:20.721040331Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:20.721681961Z" level=info msg="started new containerd process" address=/tmp/dxr/d64b1bojhtrdq/containerd/containerd.sock module=libcontainerd pid=18812
sandbox.go:131: time="2024-03-14T16:17:20.722111084Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d64b1bojhtrdq/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:20.722289394Z" level=debug msg="2024/03/14 16:17:20 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d64b1bojhtrdq/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/d64b1bojhtrdq/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:20.735340794Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:20.748931442Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:20.748977247Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:20.749027911Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:20.749052868Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:20.749177260Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
|
Generate annotations:
tests/bake.go#L292
=== RUN TestIntegration/TestBakeRemoteCmdContextOverride/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemoteCmdContextOverride/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemoteCmdContextOverride/worker=remote+tcp
bake.go:292:
Error Trace: /src/tests/bake.go:292
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemoteCmdContextOverride/worker=remote+tcp
Messages: ERROR: couldn't find a bake definition
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:15:21.043123943 +0000 UTC m=+15.050085966 /usr/bin/dockerd --data-root /tmp/integration3161123169/dgq2eg6idgknx/root --exec-root /tmp/dxr/dgq2eg6idgknx --pidfile /tmp/integration3161123169/dgq2eg6idgknx/docker.pid --containerd-namespace dgq2eg6idgknx --containerd-plugins-namespace dgq2eg6idgknxp --host unix:///tmp/docker-integration/dgq2eg6idgknx.sock --config-file /tmp/integration3161123169/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:15:21.075796293Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:15:21.076963129Z" level=warning msg="could not change group /tmp/docker-integration/dgq2eg6idgknx.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:15:21.077141652Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dgq2eg6idgknx.sock)"
sandbox.go:131: time="2024-03-14T16:15:21.077166869Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:15:21.077742550Z" level=info msg="started new containerd process" address=/tmp/dxr/dgq2eg6idgknx/containerd/containerd.sock module=libcontainerd pid=8553
sandbox.go:131: time="2024-03-14T16:15:21.078243404Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dgq2eg6idgknx/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:15:21.078489257Z" level=debug msg="2024/03/14 16:15:21 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dgq2eg6idgknx/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dgq2eg6idgknx/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:15:21.090123390Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:15:21.103440199Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:15:21.103535646Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:15:21.103585660Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:15:21.103615155Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:21.103738244Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:21.103772909Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:21.103793628Z" level=warning msg="failed to load plugin
|
Generate annotations:
tests/bake.go#L326
=== RUN TestIntegration/TestBakeRemoteContextSubdir/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemoteContextSubdir/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemoteContextSubdir/worker=remote+tcp
bake.go:326:
Error Trace: /src/tests/bake.go:326
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemoteContextSubdir/worker=remote+tcp
Messages: ERROR: couldn't find a bake definition
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:08.00201989 +0000 UTC m=+122.008981893 /usr/bin/dockerd --data-root /tmp/integration2814359811/dmvytdmxwoxbk/root --exec-root /tmp/dxr/dmvytdmxwoxbk --pidfile /tmp/integration2814359811/dmvytdmxwoxbk/docker.pid --containerd-namespace dmvytdmxwoxbk --containerd-plugins-namespace dmvytdmxwoxbkp --host unix:///tmp/docker-integration/dmvytdmxwoxbk.sock --config-file /tmp/integration2814359811/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:08.032376349Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:08.034122706Z" level=warning msg="could not change group /tmp/docker-integration/dmvytdmxwoxbk.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:08.034332397Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dmvytdmxwoxbk.sock)"
sandbox.go:131: time="2024-03-14T16:17:08.034367863Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:08.035155431Z" level=info msg="started new containerd process" address=/tmp/dxr/dmvytdmxwoxbk/containerd/containerd.sock module=libcontainerd pid=17747
sandbox.go:131: time="2024-03-14T16:17:08.035671313Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dmvytdmxwoxbk/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:08.035882925Z" level=debug msg="2024/03/14 16:17:08 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dmvytdmxwoxbk/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dmvytdmxwoxbk/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:08.047618969Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:08.060683847Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:08.060726747Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:08.060773885Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:08.060799593Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:08.060929335Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:08.060950054Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:08.060968188Z" level=warning msg="failed to load plugin io.containerd.snap
|
Generate annotations:
tests/bake.go#L372
=== RUN TestIntegration/TestBakeRemoteCmdContextEscapeRoot/worker=remote+tcp
=== PAUSE TestIntegration/TestBakeRemoteCmdContextEscapeRoot/worker=remote+tcp
=== CONT TestIntegration/TestBakeRemoteCmdContextEscapeRoot/worker=remote+tcp
bake.go:372:
Error Trace: /src/tests/bake.go:372
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:93
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:207
Error: "ERROR: couldn't find a bake definition\n" does not contain "outside of the working directory, please set BAKE_ALLOW_REMOTE_FS_ACCESS"
Test: TestIntegration/TestBakeRemoteCmdContextEscapeRoot/worker=remote+tcp
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:03.789266205 +0000 UTC m=+117.796228237 /usr/bin/dockerd --data-root /tmp/integration2936212781/dvu3i72y1xa0b/root --exec-root /tmp/dxr/dvu3i72y1xa0b --pidfile /tmp/integration2936212781/dvu3i72y1xa0b/docker.pid --containerd-namespace dvu3i72y1xa0b --containerd-plugins-namespace dvu3i72y1xa0bp --host unix:///tmp/docker-integration/dvu3i72y1xa0b.sock --config-file /tmp/integration2936212781/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:03.820969604Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:03.822635390Z" level=warning msg="could not change group /tmp/docker-integration/dvu3i72y1xa0b.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:03.822767497Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dvu3i72y1xa0b.sock)"
sandbox.go:131: time="2024-03-14T16:17:03.822789979Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:03.823650854Z" level=info msg="started new containerd process" address=/tmp/dxr/dvu3i72y1xa0b/containerd/containerd.sock module=libcontainerd pid=17393
sandbox.go:131: time="2024-03-14T16:17:03.824112034Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dvu3i72y1xa0b/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:03.824262963Z" level=debug msg="2024/03/14 16:17:03 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dvu3i72y1xa0b/containerd/containerd.sock\", ServerName: \"localhost\", Attributes: {\"<%!p(networktype.keyType=grpc.internal.transport.networktype)>\": \"unix\" }, }. Err: connection error: desc = \"transport: Error while dialing: dial unix /tmp/dxr/dvu3i72y1xa0b/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:03.838192102Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:03.851485717Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:03.851529689Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:03.851578179Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:03.851598297Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:03.851719713Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." error="no scratch file generator: skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:03.851736875Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:03.851753827Z" level=warning msg="
|
Test
Process completed with exit code 1.
|
Loading