command(bake): Specify local and remote bake files #2904
Annotations
3 errors
tests/run.go#L267
=== RUN TestIntegration
time="2023-10-24T15:54:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44239"
run.go:267: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:44239/library/busybox:latest
time="2023-10-24T15:54:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44239"
run.go:267: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:44239/library/alpine:latest
time="2023-10-24T15:54:44Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:44239"
run.go:267: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:44239/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (7.96s)
|
tests/bake.go#L165
=== RUN TestIntegration/TestBakeRemoteLocalOverride/worker=docker
=== PAUSE TestIntegration/TestBakeRemoteLocalOverride/worker=docker
=== CONT TestIntegration/TestBakeRemoteLocalOverride/worker=docker
bake.go:165:
Error Trace: /src/tests/bake.go:165
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:91
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:205
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeRemoteLocalOverride/worker=docker
Messages: Dockerfile:2
--------------------
1 | FROM scratch
2 | >>> COPY foo /foo
3 |
--------------------
ERROR: failed to solve: failed to compute cache key: failed to calculate checksum of ref 985e9454-96d6-4314-8a2d-a8cdf4c4b4ef::xjtqubv4clg3uh10sccrn0t8j: "/foo": not found
sandbox.go:128: stdout: /usr/bin/dockerd
sandbox.go:128: stderr: /usr/bin/dockerd
sandbox.go:131: > startCmd 2023-10-24 15:55:19.947903881 +0000 UTC m=+37.163731319 /usr/bin/dockerd --data-root /tmp/integration2227563497/deqbrqwavwwlt/root --exec-root /tmp/dxr/deqbrqwavwwlt --pidfile /tmp/integration2227563497/deqbrqwavwwlt/docker.pid --containerd-namespace deqbrqwavwwlt --containerd-plugins-namespace deqbrqwavwwltp --host unix:///tmp/docker-integration/deqbrqwavwwlt.sock --config-file /tmp/integration2227563497/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:131: time="2023-10-24T15:55:19.997956818Z" level=info msg="Starting up"
sandbox.go:131: time="2023-10-24T15:55:19.999785634Z" level=warning msg="could not change group /tmp/docker-integration/deqbrqwavwwlt.sock to docker: group docker not found"
sandbox.go:131: time="2023-10-24T15:55:20.000052537Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/deqbrqwavwwlt.sock)"
sandbox.go:131: time="2023-10-24T15:55:20.000076337Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:131: time="2023-10-24T15:55:20.001021345Z" level=info msg="started new containerd process" address=/tmp/dxr/deqbrqwavwwlt/containerd/containerd.sock module=libcontainerd pid=8330
sandbox.go:131: time="2023-10-24T15:55:20.026849671Z" level=info msg="starting containerd" revision=7880925980b188f4c97b462f709d0db8e8962aff version=v1.7.3
sandbox.go:131: time="2023-10-24T15:55:20.048498460Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.aufs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-24T15:55:20.049737570Z" level=info msg="skip loading plugin \"io.containerd.snapshotter.v1.aufs\"..." error="aufs is not supported (modprobe aufs failed: exit status 1 \"modprobe: can't change directory to '/lib/modules': No such file or directory\\n\"): skip plugin" type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-24T15:55:20.049766171Z" level=info msg="loading plugin \"io.containerd.content.v1.content\"..." type=io.containerd.content.v1
sandbox.go:131: time="2023-10-24T15:55:20.049912972Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.native\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-24T15:55:20.050003173Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.overlayfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-24T15:55:20.050221775Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.devmapper\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-24T15:55:20.050246175Z" level=warning msg="failed to load plugin io.containerd.snapshotter.v1.devmapper" error="devmapper not configured"
sandbox.go:131: time="2023-10-24T15:55:20.050257575Z" level=info msg="loading plugin \"io.containerd.snapshotter.v1.zfs\"..." type=io.containerd.snapshotter.v1
sandbox.go:131: time="2023-10-2
|
|
The logs for this run have expired and are no longer available.
Loading