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:03Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45095"
run.go:269: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45095/library/busybox:latest
time="2024-03-14T16:15:05Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45095"
run.go:269: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45095/library/alpine:latest
time="2024-03-14T16:15:05Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45095"
run.go:269: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:45095/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (9.21s)
|
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:37605/buildx/registry:latest: failed to do request: Head "http://localhost:37605/v2/buildx/registry/blobs/sha256:a801ae47cb48610d588f785d755328c0edcf97f2107bdd5ee991bea784d2d606": dial tcp 127.0.0.1:37605: 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:42.011573627 +0000 UTC m=+219.916823631 /usr/bin/dockerd --data-root /tmp/integration3361841660/dscvo6czdnx2y/root --exec-root /tmp/dxr/dscvo6czdnx2y --pidfile /tmp/integration3361841660/dscvo6czdnx2y/docker.pid --containerd-namespace dscvo6czdnx2y --containerd-plugins-namespace dscvo6czdnx2yp --host unix:///tmp/docker-integration/dscvo6czdnx2y.sock --config-file /tmp/integration3361841660/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:42.049681468Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:42.051952128Z" level=warning msg="could not change group /tmp/docker-integration/dscvo6czdnx2y.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:42.052094783Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dscvo6czdnx2y.sock)"
sandbox.go:131: time="2024-03-14T16:18:42.052112456Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:42.055312493Z" level=info msg="started new containerd process" address=/tmp/dxr/dscvo6czdnx2y/containerd/containerd.sock module=libcontainerd pid=27521
sandbox.go:131: time="2024-03-14T16:18:42.056043904Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dscvo6czdnx2y/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:42.056185708Z" level=debug msg="2024/03/14 16:18:42 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dscvo6czdnx2y/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/dscvo6czdnx2y/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:42.069445961Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:42.083575098Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:42.083608620Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:42.083651340Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:42.083676536Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:42.083795357Z" 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:42.083815445Z
|
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:32917/buildx/registry:latest: failed to do request: Head "http://localhost:32917/v2/buildx/registry/blobs/sha256:9279d7136325451d0250298fe7645bc6968f4c0bbd91ea872d54508951d008bf": dial tcp 127.0.0.1:32917: 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:25.339536269 +0000 UTC m=+203.244786262 /usr/bin/dockerd --data-root /tmp/integration4221710153/dl5n7biwh1csz/root --exec-root /tmp/dxr/dl5n7biwh1csz --pidfile /tmp/integration4221710153/dl5n7biwh1csz/docker.pid --containerd-namespace dl5n7biwh1csz --containerd-plugins-namespace dl5n7biwh1cszp --host unix:///tmp/docker-integration/dl5n7biwh1csz.sock --config-file /tmp/integration4221710153/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:25.368642472Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:25.370779009Z" level=warning msg="could not change group /tmp/docker-integration/dl5n7biwh1csz.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:25.370899954Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dl5n7biwh1csz.sock)"
sandbox.go:131: time="2024-03-14T16:18:25.370920552Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:25.371511431Z" level=info msg="started new containerd process" address=/tmp/dxr/dl5n7biwh1csz/containerd/containerd.sock module=libcontainerd pid=26020
sandbox.go:131: time="2024-03-14T16:18:25.372078637Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dl5n7biwh1csz/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:25.372421111Z" level=debug msg="2024/03/14 16:18:25 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dl5n7biwh1csz/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/dl5n7biwh1csz/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:25.384903609Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:25.398772695Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:25.398796188Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:25.398826946Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:25.398843837Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:25.398950786Z" 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:40915/buildx/registry:latest: failed to do request: Head "http://localhost:40915/v2/buildx/registry/blobs/sha256:a801ae47cb48610d588f785d755328c0edcf97f2107bdd5ee991bea784d2d606": dial tcp 127.0.0.1:40915: 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:16.499585031 +0000 UTC m=+194.404835034 /usr/bin/dockerd --data-root /tmp/integration2923339577/djvrw0ctkp7cf/root --exec-root /tmp/dxr/djvrw0ctkp7cf --pidfile /tmp/integration2923339577/djvrw0ctkp7cf/docker.pid --containerd-namespace djvrw0ctkp7cf --containerd-plugins-namespace djvrw0ctkp7cfp --host unix:///tmp/docker-integration/djvrw0ctkp7cf.sock --config-file /tmp/integration2923339577/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:18:16.529584296Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:18:16.531499451Z" level=warning msg="could not change group /tmp/docker-integration/djvrw0ctkp7cf.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:18:16.531626407Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/djvrw0ctkp7cf.sock)"
sandbox.go:131: time="2024-03-14T16:18:16.531646625Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:18:16.532316261Z" level=info msg="started new containerd process" address=/tmp/dxr/djvrw0ctkp7cf/containerd/containerd.sock module=libcontainerd pid=25104
sandbox.go:131: time="2024-03-14T16:18:16.532689206Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/djvrw0ctkp7cf/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:18:16.532873267Z" level=debug msg="2024/03/14 16:18:16 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/djvrw0ctkp7cf/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/djvrw0ctkp7cf/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:18:16.545537800Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:18:16.558985121Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:18:16.559014014Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:18:16.559049591Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:18:16.559067705Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:18:16.559147633Z" 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:16.559171808Z" 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:16.082351943 +0000 UTC m=+133.987601926 /usr/bin/dockerd --data-root /tmp/integration286902773/dxjvukz7s0lk0/root --exec-root /tmp/dxr/dxjvukz7s0lk0 --pidfile /tmp/integration286902773/dxjvukz7s0lk0/docker.pid --containerd-namespace dxjvukz7s0lk0 --containerd-plugins-namespace dxjvukz7s0lk0p --host unix:///tmp/docker-integration/dxjvukz7s0lk0.sock --config-file /tmp/integration286902773/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:16.115221374Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:16.117240439Z" level=warning msg="could not change group /tmp/docker-integration/dxjvukz7s0lk0.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:16.117379077Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dxjvukz7s0lk0.sock)"
sandbox.go:131: time="2024-03-14T16:17:16.117397692Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:16.117994716Z" level=info msg="started new containerd process" address=/tmp/dxr/dxjvukz7s0lk0/containerd/containerd.sock module=libcontainerd pid=19499
sandbox.go:131: time="2024-03-14T16:17:16.118382548Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dxjvukz7s0lk0/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:16.118541835Z" level=debug msg="2024/03/14 16:17:16 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dxjvukz7s0lk0/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/dxjvukz7s0lk0/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:16.130754537Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:16.144269472Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:16.144323393Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:16.144354380Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:16.144368867Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:16.144449748Z" 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:16.144465227Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:16.144478411Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
|
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: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-03-14 16:17:12.190434931 +0000 UTC m=+130.095684944 /usr/bin/dockerd --data-root /tmp/integration3365436444/dufjt0phy59bm/root --exec-root /tmp/dxr/dufjt0phy59bm --pidfile /tmp/integration3365436444/dufjt0phy59bm/docker.pid --containerd-namespace dufjt0phy59bm --containerd-plugins-namespace dufjt0phy59bmp --host unix:///tmp/docker-integration/dufjt0phy59bm.sock --config-file /tmp/integration3365436444/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:12.223918099Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:12.225768784Z" level=warning msg="could not change group /tmp/docker-integration/dufjt0phy59bm.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:12.226111442Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dufjt0phy59bm.sock)"
sandbox.go:131: time="2024-03-14T16:17:12.226130086Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:12.226705186Z" level=info msg="started new containerd process" address=/tmp/dxr/dufjt0phy59bm/containerd/containerd.sock module=libcontainerd pid=19145
sandbox.go:131: time="2024-03-14T16:17:12.227061429Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dufjt0phy59bm/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:12.227203071Z" level=debug msg="2024/03/14 16:17:12 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dufjt0phy59bm/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/dufjt0phy59bm/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:12.239522895Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:12.253475638Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:12.253500494Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:12.253525180Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:12.253537714Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:12.253621129Z" 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:12.253635706Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:12.253645114Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
|
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:44751/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:08.150213478 +0000 UTC m=+126.055463491 /usr/bin/dockerd --data-root /tmp/integration2557791138/difjcjpoagumg/root --exec-root /tmp/dxr/difjcjpoagumg --pidfile /tmp/integration2557791138/difjcjpoagumg/docker.pid --containerd-namespace difjcjpoagumg --containerd-plugins-namespace difjcjpoagumgp --host unix:///tmp/docker-integration/difjcjpoagumg.sock --config-file /tmp/integration2557791138/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:17:08.184335550Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:17:08.186764151Z" level=warning msg="could not change group /tmp/docker-integration/difjcjpoagumg.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:17:08.186885146Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/difjcjpoagumg.sock)"
sandbox.go:131: time="2024-03-14T16:17:08.186902899Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:17:08.187412790Z" level=info msg="started new containerd process" address=/tmp/dxr/difjcjpoagumg/containerd/containerd.sock module=libcontainerd pid=18692
sandbox.go:131: time="2024-03-14T16:17:08.187781516Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/difjcjpoagumg/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:17:08.187945036Z" 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/difjcjpoagumg/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/difjcjpoagumg/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:17:08.199569408Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:17:08.213111916Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:17:08.213158663Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:17:08.213192956Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:17:08.213207073Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:17:08.213272625Z" 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.213286250Z" 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:19.051137883 +0000 UTC m=+16.956387896 /usr/bin/dockerd --data-root /tmp/integration1146178021/d8iqvlejh1c12/root --exec-root /tmp/dxr/d8iqvlejh1c12 --pidfile /tmp/integration1146178021/d8iqvlejh1c12/docker.pid --containerd-namespace d8iqvlejh1c12 --containerd-plugins-namespace d8iqvlejh1c12p --host unix:///tmp/docker-integration/d8iqvlejh1c12.sock --config-file /tmp/integration1146178021/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:15:19.077702858Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:15:19.078763322Z" level=warning msg="could not change group /tmp/docker-integration/d8iqvlejh1c12.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:15:19.078879598Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d8iqvlejh1c12.sock)"
sandbox.go:131: time="2024-03-14T16:15:19.078913882Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:15:19.081992635Z" level=info msg="started new containerd process" address=/tmp/dxr/d8iqvlejh1c12/containerd/containerd.sock module=libcontainerd pid=8541
sandbox.go:131: time="2024-03-14T16:15:19.082702937Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d8iqvlejh1c12/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:15:19.082861771Z" level=debug msg="2024/03/14 16:15:19 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d8iqvlejh1c12/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/d8iqvlejh1c12/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:15:19.091327147Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:15:19.104656851Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:15:19.104680204Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:15:19.104704970Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:15:19.104717804Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:19.104786191Z" 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:19.104800638Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:15:19.104809915Z" 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:56.708930527 +0000 UTC m=+114.614180530 /usr/bin/dockerd --data-root /tmp/integration1347263822/d1xwdtn9tzikd/root --exec-root /tmp/dxr/d1xwdtn9tzikd --pidfile /tmp/integration1347263822/d1xwdtn9tzikd/docker.pid --containerd-namespace d1xwdtn9tzikd --containerd-plugins-namespace d1xwdtn9tzikdp --host unix:///tmp/docker-integration/d1xwdtn9tzikd.sock --config-file /tmp/integration1347263822/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:16:56.741004130Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:16:56.742820491Z" level=warning msg="could not change group /tmp/docker-integration/d1xwdtn9tzikd.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:16:56.743026314Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/d1xwdtn9tzikd.sock)"
sandbox.go:131: time="2024-03-14T16:16:56.743048115Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:16:56.743728653Z" level=info msg="started new containerd process" address=/tmp/dxr/d1xwdtn9tzikd/containerd/containerd.sock module=libcontainerd pid=17643
sandbox.go:131: time="2024-03-14T16:16:56.744237260Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/d1xwdtn9tzikd/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:16:56.744649944Z" level=debug msg="2024/03/14 16:16:56 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/d1xwdtn9tzikd/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/d1xwdtn9tzikd/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:16:56.757320107Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:16:56.770582444Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:16:56.770608793Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:16:56.770633439Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:16:56.770653216Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:56.770731902Z" 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:56.770748563Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:56.770758141Z" 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:52.851779781 +0000 UTC m=+110.757029783 /usr/bin/dockerd --data-root /tmp/integration4076860910/dnhkl4m8jddri/root --exec-root /tmp/dxr/dnhkl4m8jddri --pidfile /tmp/integration4076860910/dnhkl4m8jddri/docker.pid --containerd-namespace dnhkl4m8jddri --containerd-plugins-namespace dnhkl4m8jddrip --host unix:///tmp/docker-integration/dnhkl4m8jddri.sock --config-file /tmp/integration4076860910/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-03-14T16:16:52.882565605Z" level=info msg="Starting up"
sandbox.go:131: time="2024-03-14T16:16:52.884107332Z" level=warning msg="could not change group /tmp/docker-integration/dnhkl4m8jddri.sock to docker: group docker not found"
sandbox.go:131: time="2024-03-14T16:16:52.884258753Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dnhkl4m8jddri.sock)"
sandbox.go:131: time="2024-03-14T16:16:52.884279592Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-03-14T16:16:52.884816967Z" level=info msg="started new containerd process" address=/tmp/dxr/dnhkl4m8jddri/containerd/containerd.sock module=libcontainerd pid=17289
sandbox.go:131: time="2024-03-14T16:16:52.885397213Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dnhkl4m8jddri/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-03-14T16:16:52.885511129Z" level=debug msg="2024/03/14 16:16:52 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dnhkl4m8jddri/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/dnhkl4m8jddri/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-03-14T16:16:52.898249751Z" level=info msg="starting containerd" revision=7c3aca7a610df76212171d200ca3811ff6096eb8 version=v1.7.13
sandbox.go:131: time="2024-03-14T16:16:52.912488863Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-03-14T16:16:52.912512708Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-03-14T16:16:52.912544707Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-03-14T16:16:52.912555737Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:52.912652017Z" 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:52.912669609Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2024-03-14T16:16:52.912683405Z" level=warning msg="
|
Test
Process completed with exit code 1.
|
Loading