bake: handle derived attributes #4708
Annotations
3 errors
Generate annotations:
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:43591/library/busybox:latest
time="2024-11-28T10:52:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43591"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:43591/library/alpine:latest
time="2024-11-28T10:52:28Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:43591"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:43591/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
Generate annotations:
tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=docker
=== PAUSE TestIntegration/TestBakePrint/worker=docker
=== CONT TestIntegration/TestBakePrint/worker=docker
bake.go:123:
Error Trace: /src/tests/bake.go:123
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:97
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:211
Error: Not equal:
expected: []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001fdcc60), (*buildflags.CacheOptionsEntry)(0xc001fdcc80), (*buildflags.CacheOptionsEntry)(0xc001fdcca0)}
actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001fdcb60), (*buildflags.CacheOptionsEntry)(0xc001fdcb80), (*buildflags.CacheOptionsEntry)(0xc001fdcbc0)}
Diff:
--- Expected
+++ Actual
@@ -17,4 +17,6 @@
(*buildflags.CacheOptionsEntry)({
- Type: (string) (len=15) "user/repo:cache",
- Attrs: (map[string]string) <nil>,
+ Type: (string) (len=8) "registry",
+ Attrs: (map[string]string) (len=1) {
+ (string) (len=3) "ref": (string) (len=15) "user/repo:cache"
+ },
ImplicitAttrs: (map[string]string) <nil>
Test: TestIntegration/TestBakePrint/worker=docker
sandbox.go:135: stdout: /usr/bin/dockerd
sandbox.go:135: stderr: /usr/bin/dockerd
sandbox.go:138: > startCmd 2024-11-28 10:54:36.430168148 +0000 UTC m=+129.804857403 /usr/bin/dockerd --data-root /tmp/integration1625322236/do3zntejsp2a9/root --exec-root /tmp/dxr/do3zntejsp2a9 --pidfile /tmp/integration1625322236/do3zntejsp2a9/docker.pid --containerd-namespace do3zntejsp2a9 --containerd-plugins-namespace do3zntejsp2a9p --host unix:///tmp/docker-integration/do3zntejsp2a9.sock --config-file /tmp/integration1625322236/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:138: time="2024-11-28T10:54:36.448418671Z" level=info msg="Starting up"
sandbox.go:138: time="2024-11-28T10:54:36.449637583Z" level=warning msg="could not change group /tmp/docker-integration/do3zntejsp2a9.sock to docker: group docker not found"
sandbox.go:138: time="2024-11-28T10:54:36.449751547Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/do3zntejsp2a9.sock)"
sandbox.go:138: time="2024-11-28T10:54:36.449767928Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:138: time="2024-11-28T10:54:36.450294054Z" level=info msg="started new containerd process" address=/tmp/dxr/do3zntejsp2a9/containerd/containerd.sock module=libcontainerd pid=20367
sandbox.go:138: time="2024-11-28T10:54:36.450694295Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/do3zntejsp2a9/containerd/containerd.sock module=libcontainerd
sandbox.go:138: time="2024-11-28T10:54:36.450848277Z" level=debug msg="2024/11/28 10:54:36 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/do3zntejsp2a9/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/do3zntejsp2a9/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:138: time="2024-11-28T10:54:36.461298412Z" level=info msg="starting containerd" revision=7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c version=v1.7.22
sandbox.go:138: time="2024-11-28T10:54:36.473960663Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:138: time="2024-11-28T10:54:36.473994176Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." typ
|
Test
Process completed with exit code 1.
|
Loading