bake: ulimits and shm-size support #3222
Annotations
3 errors and 1 warning
tests/run.go#L269
=== RUN TestIntegration
time="2024-02-05T12:26:09Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36825"
run.go:269: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:36825/moby/buildkit:buildx-stable-1
time="2024-02-05T12:26:12Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36825"
run.go:269: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36825/library/busybox:latest
time="2024-02-05T12:26:13Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36825"
run.go:269: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36825/library/alpine:latest
--- FAIL: TestIntegration (3.58s)
|
tests/bake.go#L550
=== RUN TestIntegration/TestBakeShmSize/worker=docker+containerd
=== PAUSE TestIntegration/TestBakeShmSize/worker=docker+containerd
=== CONT TestIntegration/TestBakeShmSize/worker=docker+containerd
bake.go:550:
Error Trace: /src/tests/bake.go:550
/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/TestBakeShmSize/worker=docker+containerd
Messages: Dockerfile:3
--------------------
1 |
2 | FROM busybox AS build
3 | >>> RUN sh -c 'mount | grep /dev/shm > /out/shmsize && cat /out/shmsize
4 | FROM scratch
5 | COPY --from=build /out/shmsize /
--------------------
ERROR: failed to solve: process "/bin/sh -c sh -c 'mount | grep /dev/shm > /out/shmsize && cat /out/shmsize" did not complete successfully: exit code: 2
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2024-02-05 12:27:33.425908214 +0000 UTC m=+83.748020096 /usr/bin/dockerd --data-root /tmp/integration1214154400/dysa56ws2kv61/root --exec-root /tmp/dxr/dysa56ws2kv61 --pidfile /tmp/integration1214154400/dysa56ws2kv61/docker.pid --containerd-namespace dysa56ws2kv61 --containerd-plugins-namespace dysa56ws2kv61p --host unix:///tmp/docker-integration/dysa56ws2kv61.sock --config-file /tmp/integration1214154400/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2024-02-05T12:27:33.454018293Z" level=info msg="Starting up"
sandbox.go:131: time="2024-02-05T12:27:33.455073127Z" level=warning msg="could not change group /tmp/docker-integration/dysa56ws2kv61.sock to docker: group docker not found"
sandbox.go:131: time="2024-02-05T12:27:33.455193211Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dysa56ws2kv61.sock)"
sandbox.go:131: time="2024-02-05T12:27:33.455213478Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2024-02-05T12:27:33.455813034Z" level=info msg="started new containerd process" address=/tmp/dxr/dysa56ws2kv61/containerd/containerd.sock module=libcontainerd pid=11276
sandbox.go:131: time="2024-02-05T12:27:33.456154011Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/dysa56ws2kv61/containerd/containerd.sock module=libcontainerd
sandbox.go:131: time="2024-02-05T12:27:33.456344780Z" level=debug msg="2024/02/05 12:27:33 WARNING: [core] [Channel #1 SubChannel #2] grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/dysa56ws2kv61/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/dysa56ws2kv61/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:131: time="2024-02-05T12:27:33.467772679Z" level=info msg="starting containerd" revision=71909c1814c544ac47ab91d2e8b84718e517bb99 version=v1.7.12
sandbox.go:131: time="2024-02-05T12:27:33.480489095Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:131: time="2024-02-05T12:27:33.480517779Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.containerd.internal.v1
sandbox.go:131: time="2024-02-05T12:27:33.480553947Z" level=info msg="loading plugin \"io.containerd.warning.v1.deprecations\"..." type=io.containerd.warning.v1
sandbox.go:131: time="2024-02-05T12:27:33.480578072Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.blockfile\"..." type=io.containerd.snapsho
|
Test
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The logs for this run have expired and are no longer available.
Loading