bake: handle derived attributes #4710
Annotations
3 errors
Generate annotations:
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:40673/library/alpine:latest
time="2024-11-28T11:06:46Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40673"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:40673/moby/buildkit:buildx-stable-1
time="2024-11-28T11:06:49Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:40673"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:40673/library/busybox:latest
--- FAIL: TestIntegration (1.02s)
|
Generate annotations:
tests/bake.go#L133
=== RUN TestIntegration/TestBakePrint/worker=docker-container
=== PAUSE TestIntegration/TestBakePrint/worker=docker-container
=== CONT TestIntegration/TestBakePrint/worker=docker-container
bake.go:133:
Error Trace: /src/tests/bake.go:133
/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.ExportEntry{(*buildflags.ExportEntry)(0xc000fedb30), (*buildflags.ExportEntry)(0xc000fedb60)}
actual : []*buildflags.ExportEntry{(*buildflags.ExportEntry)(0xc000fed920), (*buildflags.ExportEntry)(0xc000fed980)}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,4 @@
Type: (string) (len=5) "local",
- Attrs: (map[string]string) <nil>,
+ Attrs: (map[string]string) {
+ },
Destination: (string) (len=13) "./release-out"
Test: TestIntegration/TestBakePrint/worker=docker-container
--- FAIL: TestIntegration/TestBakePrint/worker=docker-container (1.10s)
|
Test
Process completed with exit code 1.
|
Loading