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:01Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42179"
run.go:269: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:42179/library/busybox:latest
time="2024-03-14T16:15:03Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42179"
run.go:269: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:42179/library/alpine:latest
time="2024-03-14T16:15:04Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:42179"
run.go:269: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:42179/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (8.59s)
|
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:34629/buildx/registry:latest: failed to do request: Head "http://localhost:34629/v2/buildx/registry/blobs/sha256:45d4ef7af80d032614e052a9fdca0d2ad18d7dbc96fcc33adec73b691f2cc26e": dial tcp 127.0.0.1:34629: 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:40.536129385 +0000 UTC m=+219.281206732 /usr/bin/dockerd --data-root /tmp/integration512233053/dnlfng7f2i0g3/root --exec-root /tmp/dxr/dnlfng7f2i0g3 --pidfile /tmp/integration512233053/dnlfng7f2i0g3/docker.pid --containerd-namespace dnlfng7f2i0g3 --containerd-plugins-namespace dnlfng7f2i0g3p --host unix:///tmp/docker-integration/dnlfng7f2i0g3.sock --config-file /tmp/integration512233053/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:40.564868905Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:40.566983304Z" level=warning msg="could not change group /tmp/docker-integration/dnlfng7f2i0g3.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:40.567100433Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dnlfng7f2i0g3.sock)"
sandbox.go:131: time="2024-03-14T16:18:40.567121342Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:40.567705853Z" level=info msg="started new containerd process" address=/tmp/dxr/dnlfng7f2i0g3/containerd/containerd.sock module=libcontainerd pid=27505
sandbox.go:131: time="2024-03-14T16:18:40.568040608Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dnlfng7f2i0g3/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:40.568192751Z" level=debug msg="2024/03/14 16:18:40 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dnlfng7f2i0g3/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/dnlfng7f2i0g3/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:40.583241349Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:40.597464454Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:40.597509368Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:40.597544584Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:40.597566094Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:40.597649850Z" 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:40.597669317Z" 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:43437/buildx/registry:latest: failed to do request: Head "http://localhost:43437/v2/buildx/registry/blobs/sha256:eae9ab466959011dfacbbb69f8112a0aff63bcd023b954ec66b877a61c112cf7": dial tcp 127.0.0.1:43437: 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:23.060852064 +0000 UTC m=+201.805929441 /usr/bin/dockerd --data-root /tmp/integration1403116579/dm0dumyvqlw2e/root --exec-root /tmp/dxr/dm0dumyvqlw2e --pidfile /tmp/integration1403116579/dm0dumyvqlw2e/docker.pid --containerd-namespace dm0dumyvqlw2e --containerd-plugins-namespace dm0dumyvqlw2ep --host unix:///tmp/docker-integration/dm0dumyvqlw2e.sock --config-file /tmp/integration1403116579/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:23.089440961Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:23.091613038Z" level=warning msg="could not change group /tmp/docker-integration/dm0dumyvqlw2e.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:23.091778730Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dm0dumyvqlw2e.sock)"
sandbox.go:131: time="2024-03-14T16:18:23.091801151Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:23.092422000Z" level=info msg="started new containerd process" address=/tmp/dxr/dm0dumyvqlw2e/containerd/containerd.sock module=libcontainerd pid=26002
sandbox.go:131: time="2024-03-14T16:18:23.092799926Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dm0dumyvqlw2e/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:23.093001552Z" level=debug msg="2024/03/14 16:18:23 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dm0dumyvqlw2e/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/dm0dumyvqlw2e/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:23.106025413Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:23.120337249Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:23.120366504Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:23.120402681Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:23.120422268Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:23.120529368Z" 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:44827/buildx/registry:latest: failed to do request: Head "http://localhost:44827/v2/buildx/registry/blobs/sha256:45d4ef7af80d032614e052a9fdca0d2ad18d7dbc96fcc33adec73b691f2cc26e": dial tcp 127.0.0.1:44827: connect: connection refused
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:18:14.252463551 +0000 UTC m=+192.997540918 /usr/bin/dockerd --data-root /tmp/integration3330727356/d09fndykujz85/root --exec-root /tmp/dxr/d09fndykujz85 --pidfile /tmp/integration3330727356/d09fndykujz85/docker.pid --containerd-namespace d09fndykujz85 --containerd-plugins-namespace d09fndykujz85p --host unix:///tmp/docker-integration/d09fndykujz85.sock --config-file /tmp/integration3330727356/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:14.280967955Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:14.282962742Z" level=warning msg="could not change group /tmp/docker-integration/d09fndykujz85.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:14.283084179Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d09fndykujz85.sock)"
sandbox.go:131: time="2024-03-14T16:18:14.283116329Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:14.283701851Z" level=info msg="started new containerd process" address=/tmp/dxr/d09fndykujz85/containerd/containerd.sock module=libcontainerd pid=25083
sandbox.go:131: time="2024-03-14T16:18:14.284217815Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d09fndykujz85/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:14.284314688Z" level=debug msg="2024/03/14 16:18:14 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d09fndykujz85/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/d09fndykujz85/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:14.297016928Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:14.310406286Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:14.310437634Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:14.310470876Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:14.310483811Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:14.310559321Z" 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:14.310578938Z" level=info msg="loading plugin \"io.containerd.snapshot
|
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:14.189899817 +0000 UTC m=+132.934977184 /usr/bin/dockerd --data-root /tmp/integration4275768163/djit3izdeh294/root --exec-root /tmp/dxr/djit3izdeh294 --pidfile /tmp/integration4275768163/djit3izdeh294/docker.pid --containerd-namespace djit3izdeh294 --containerd-plugins-namespace djit3izdeh294p --host unix:///tmp/docker-integration/djit3izdeh294.sock --config-file /tmp/integration4275768163/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:14.220705653Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:14.222456513Z" level=warning msg="could not change group /tmp/docker-integration/djit3izdeh294.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:14.222625305Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/djit3izdeh294.sock)"
sandbox.go:131: time="2024-03-14T16:17:14.222643209Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:14.223705972Z" level=info msg="started new containerd process" address=/tmp/dxr/djit3izdeh294/containerd/containerd.sock module=libcontainerd pid=19454
sandbox.go:131: time="2024-03-14T16:17:14.224112491Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/djit3izdeh294/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:14.224271468Z" level=debug msg="2024/03/14 16:17:14 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/djit3izdeh294/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/djit3izdeh294/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:14.236589816Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:14.250144921Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:14.250191692Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:14.250232788Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:14.250293529Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:14.250384509Z" 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:14.250415457Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:14.250434652Z" 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:10.297423726 +0000 UTC m=+129.042501093 /usr/bin/dockerd --data-root /tmp/integration2439880097/d5lv26macv44o/root --exec-root /tmp/dxr/d5lv26macv44o --pidfile /tmp/integration2439880097/d5lv26macv44o/docker.pid --containerd-namespace d5lv26macv44o --containerd-plugins-namespace d5lv26macv44op --host unix:///tmp/docker-integration/d5lv26macv44o.sock --config-file /tmp/integration2439880097/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:10.334560632Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:10.336415707Z" level=warning msg="could not change group /tmp/docker-integration/d5lv26macv44o.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:10.336531944Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d5lv26macv44o.sock)"
sandbox.go:131: time="2024-03-14T16:17:10.336550308Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:10.337137922Z" level=info msg="started new containerd process" address=/tmp/dxr/d5lv26macv44o/containerd/containerd.sock module=libcontainerd pid=19100
sandbox.go:131: time="2024-03-14T16:17:10.337553849Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d5lv26macv44o/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:10.337806399Z" level=debug msg="2024/03/14 16:17:10 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d5lv26macv44o/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/d5lv26macv44o/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:10.349772500Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:10.363366027Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:10.363388669Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:10.363422483Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:10.363440206Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:10.363517140Z" 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:10.363534181Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:10.363548097Z" 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:38235/test.git: exit status 128
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:06.250365642 +0000 UTC m=+124.995442989 /usr/bin/dockerd --data-root /tmp/integration2498829958/d1bo3f94xo500/root --exec-root /tmp/dxr/d1bo3f94xo500 --pidfile /tmp/integration2498829958/d1bo3f94xo500/docker.pid --containerd-namespace d1bo3f94xo500 --containerd-plugins-namespace d1bo3f94xo500p --host unix:///tmp/docker-integration/d1bo3f94xo500.sock --config-file /tmp/integration2498829958/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:06.281450211Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:06.284134134Z" level=warning msg="could not change group /tmp/docker-integration/d1bo3f94xo500.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:06.284383951Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d1bo3f94xo500.sock)"
sandbox.go:131: time="2024-03-14T16:17:06.284407294Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:06.285242066Z" level=info msg="started new containerd process" address=/tmp/dxr/d1bo3f94xo500/containerd/containerd.sock module=libcontainerd pid=18651
sandbox.go:131: time="2024-03-14T16:17:06.285858447Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d1bo3f94xo500/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:06.286045817Z" level=debug msg="2024/03/14 16:17:06 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d1bo3f94xo500/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/d1bo3f94xo500/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:06.298733825Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:06.312933636Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:06.312961518Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:06.312997065Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:06.313020378Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:06.313097052Z" 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:06.313116067Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox
|
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:17.793699895 +0000 UTC m=+16.538777232 /usr/bin/dockerd --data-root /tmp/integration2889964566/dwuuxxlite99a/root --exec-root /tmp/dxr/dwuuxxlite99a --pidfile /tmp/integration2889964566/dwuuxxlite99a/docker.pid --containerd-namespace dwuuxxlite99a --containerd-plugins-namespace dwuuxxlite99ap --host unix:///tmp/docker-integration/dwuuxxlite99a.sock --config-file /tmp/integration2889964566/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:15:17.818791303Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:15:17.819769553Z" level=warning msg="could not change group /tmp/docker-integration/dwuuxxlite99a.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:15:17.819889958Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dwuuxxlite99a.sock)"
sandbox.go:131: time="2024-03-14T16:15:17.819921677Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:15:17.820536105Z" level=info msg="started new containerd process" address=/tmp/dxr/dwuuxxlite99a/containerd/containerd.sock module=libcontainerd pid=8527
sandbox.go:131: time="2024-03-14T16:15:17.821009809Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dwuuxxlite99a/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:15:17.821141933Z" level=debug msg="2024/03/14 16:15:17 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dwuuxxlite99a/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/dwuuxxlite99a/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:15:17.831758068Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:15:17.844613986Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:15:17.844636017Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:15:17.844664751Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:15:17.844681652Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:17.844770288Z" 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:17.844790265Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:17.844806726Z" 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:16:54.799366747 +0000 UTC m=+113.544444104 /usr/bin/dockerd --data-root /tmp/integration2029575181/dvoqjpq4bf6u5/root --exec-root /tmp/dxr/dvoqjpq4bf6u5 --pidfile /tmp/integration2029575181/dvoqjpq4bf6u5/docker.pid --containerd-namespace dvoqjpq4bf6u5 --containerd-plugins-namespace dvoqjpq4bf6u5p --host unix:///tmp/docker-integration/dvoqjpq4bf6u5.sock --config-file /tmp/integration2029575181/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:16:54.839123402Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:16:54.840836524Z" level=warning msg="could not change group /tmp/docker-integration/dvoqjpq4bf6u5.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:16:54.840970695Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dvoqjpq4bf6u5.sock)"
sandbox.go:131: time="2024-03-14T16:16:54.840991564Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:16:54.841692152Z" level=info msg="started new containerd process" address=/tmp/dxr/dvoqjpq4bf6u5/containerd/containerd.sock module=libcontainerd pid=17607
sandbox.go:131: time="2024-03-14T16:16:54.842096798Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dvoqjpq4bf6u5/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:16:54.842280005Z" level=debug msg="2024/03/14 16:16:54 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dvoqjpq4bf6u5/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/dvoqjpq4bf6u5/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:16:54.854555302Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:16:54.868336339Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:16:54.868365162Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:16:54.868390379Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:16:54.868411779Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:54.868498000Z" 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:16:54.868514291Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:54.868524009Z" level=warning msg="failed to load plugin io.containerd.sna
|
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:16:50.99519893 +0000 UTC m=+109.740276298 /usr/bin/dockerd --data-root /tmp/integration648818988/dza0e70ljc6lk/root --exec-root /tmp/dxr/dza0e70ljc6lk --pidfile /tmp/integration648818988/dza0e70ljc6lk/docker.pid --containerd-namespace dza0e70ljc6lk --containerd-plugins-namespace dza0e70ljc6lkp --host unix:///tmp/docker-integration/dza0e70ljc6lk.sock --config-file /tmp/integration648818988/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:16:51.036170468Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:16:51.038269078Z" level=warning msg="could not change group /tmp/docker-integration/dza0e70ljc6lk.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:16:51.038416123Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dza0e70ljc6lk.sock)"
sandbox.go:131: time="2024-03-14T16:16:51.038437944Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:16:51.039191551Z" level=info msg="started new containerd process" address=/tmp/dxr/dza0e70ljc6lk/containerd/containerd.sock module=libcontainerd pid=17254
sandbox.go:131: time="2024-03-14T16:16:51.039551554Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dza0e70ljc6lk/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:16:51.039742709Z" level=debug msg="2024/03/14 16:16:51 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dza0e70ljc6lk/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/dza0e70ljc6lk/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:16:51.052191857Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:16:51.066176263Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:16:51.066206289Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:16:51.066240744Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:16:51.066264277Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:51.066348314Z" 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:16:51.066367821Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:51.066384111Z" level=warning msg="fail
|
Test
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading