bake: handle derived attributes #4708
Annotations
3 errors
Generate annotations:
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:39263/moby/buildkit:buildx-stable-1
time="2024-11-28T10:52:30Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39263"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:39263/library/busybox:latest
time="2024-11-28T10:52:31Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39263"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39263/library/alpine:latest
--- 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)(0xc000179380), (*buildflags.CacheOptionsEntry)(0xc0001793c0), (*buildflags.CacheOptionsEntry)(0xc000179420)}
actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc0001791a0), (*buildflags.CacheOptionsEntry)(0xc0001791c0), (*buildflags.CacheOptionsEntry)(0xc000179260)}
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:53:42.32400183 +0000 UTC m=+77.447681848 /usr/bin/dockerd --data-root /tmp/integration1860636/durhfoncqv2hn/root --exec-root /tmp/dxr/durhfoncqv2hn --pidfile /tmp/integration1860636/durhfoncqv2hn/docker.pid --containerd-namespace durhfoncqv2hn --containerd-plugins-namespace durhfoncqv2hnp --host unix:///tmp/docker-integration/durhfoncqv2hn.sock --config-file /tmp/integration1860636/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:138: time="2024-11-28T10:53:42.342010175Z" level=info msg="Starting up"
sandbox.go:138: time="2024-11-28T10:53:42.342981511Z" level=warning msg="could not change group /tmp/docker-integration/durhfoncqv2hn.sock to docker: group docker not found"
sandbox.go:138: time="2024-11-28T10:53:42.343105543Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/durhfoncqv2hn.sock)"
sandbox.go:138: time="2024-11-28T10:53:42.343130470Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:138: time="2024-11-28T10:53:42.343688171Z" level=info msg="started new containerd process" address=/tmp/dxr/durhfoncqv2hn/containerd/containerd.sock module=libcontainerd pid=15237
sandbox.go:138: time="2024-11-28T10:53:42.344222461Z" level=debug msg="created containerd monitoring client" address=/tmp/dxr/durhfoncqv2hn/containerd/containerd.sock module=libcontainerd
sandbox.go:138: time="2024-11-28T10:53:42.344419892Z" level=debug msg="2024/11/28 10:53:42 WARNING: [core] [Channel #1 SubChannel #2]grpc: addrConn.createTransport failed to connect to {Addr: \"/tmp/dxr/durhfoncqv2hn/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/durhfoncqv2hn/containerd/containerd.sock: connect: no such file or directory\"" library=grpc
sandbox.go:138: time="2024-11-28T10:53:42.355322212Z" level=info msg="starting containerd" revision=7f7fdf5fed64eb6a7caf99b3e12efcf9d60e311c version=v1.7.22
sandbox.go:138: time="2024-11-28T10:53:42.368301028Z" level=info msg="loading plugin \"io.containerd.event.v1.exchange\"..." type=io.containerd.event.v1
sandbox.go:138: time="2024-11-28T10:53:42.368331975Z" level=info msg="loading plugin \"io.containerd.internal.v1.opt\"..." type=io.contai
|
Test
Process completed with exit code 1.
|
Loading