bake: test empty attribute #4706
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:33811/moby/buildkit:buildx-stable-1
time="2024-11-28T09:54:59Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33811"
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33811/library/busybox:latest
time="2024-11-28T09:54:59Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33811"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33811/library/alpine:latest
--- FAIL: TestIntegration (0.01s)
|
Generate annotations:
tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/[email protected]
=== PAUSE TestIntegration/TestBakePrint/[email protected]
=== CONT TestIntegration/TestBakePrint/[email protected]
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)(0xc001c43a70), (*buildflags.CacheOptionsEntry)(0xc001c43a88), (*buildflags.CacheOptionsEntry)(0xc001c43aa0)}
actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001c438d8), (*buildflags.CacheOptionsEntry)(0xc001c43908), (*buildflags.CacheOptionsEntry)(0xc001c43938)}
Diff:
--- Expected
+++ Actual
@@ -3,4 +3,5 @@
Type: (string) (len=3) "gha",
- Attrs: (map[string]string) (len=1) {
- (string) (len=5) "scope": (string) (len=5) "build"
+ Attrs: (map[string]string) (len=2) {
+ (string) (len=5) "scope": (string) (len=5) "build",
+ (string) (len=5) "token": (string) (len=3) "baz"
}
@@ -9,5 +10,7 @@
Type: (string) (len=2) "s3",
- Attrs: (map[string]string) (len=2) {
+ Attrs: (map[string]string) (len=4) {
+ (string) (len=13) "access_key_id": (string) (len=3) "foo",
(string) (len=6) "bucket": (string) (len=8) "mybucket",
- (string) (len=6) "region": (string) (len=9) "eu-west-1"
+ (string) (len=6) "region": (string) (len=9) "eu-west-1",
+ (string) (len=17) "secret_access_key": (string) (len=3) "bar"
}
@@ -15,4 +18,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"
+ }
})
Test: TestIntegration/TestBakePrint/[email protected]
sandbox.go:135: stdout: /opt/docker-alt-26/dockerd
sandbox.go:135: stderr: /opt/docker-alt-26/dockerd
sandbox.go:138: > startCmd 2024-11-28 09:57:01.972796859 +0000 UTC m=+126.127929673 /opt/docker-alt-26/dockerd --data-root /tmp/integration1355593353/dyaoq3vb1k38y/root --exec-root /tmp/dxr/dyaoq3vb1k38y --pidfile /tmp/integration1355593353/dyaoq3vb1k38y/docker.pid --containerd-namespace dyaoq3vb1k38y --containerd-plugins-namespace dyaoq3vb1k38yp --host unix:///tmp/docker-integration/dyaoq3vb1k38y.sock --config-file /tmp/integration1355593353/daemon.json --userland-proxy=false --tls=false --debug
sandbox.go:138: time="2024-11-28T09:57:02.000733271Z" level=info msg="Starting up"
sandbox.go:138: time="2024-11-28T09:57:02.001821599Z" level=warning msg="could not change group /tmp/docker-integration/dyaoq3vb1k38y.sock to docker: group docker not found"
sandbox.go:138: time="2024-11-28T09:57:02.001948958Z" level=debug msg="Listener created for HTTP on unix (/tmp/docker-integration/dyaoq3vb1k38y.sock)"
sandbox.go:138: time="2024-11-28T09:57:02.001969356Z" level=info msg="containerd not running, starting managed containerd"
sandbox.go:138: time="2024-11-28T09:57:02.002553269Z" level=info msg="started new containerd process" address=/tmp/dxr/dyaoq3vb1k38y/containerd/containerd.sock module=libcontainerd pid=20311
sandbox.go:138: time="2024-11-28T09:57:
|
Test
Process completed with exit code 1.
|
Loading