bake: more test cases #4715
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:39041/library/busybox:latest
time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39041"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39041/library/alpine:latest
time="2024-11-28T15:50:34Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39041"
run.go:272: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:39041/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.00s)
|
Generate annotations:
tests/bake.go#L123
=== RUN TestIntegration/TestBakePrint/worker=remote
=== PAUSE TestIntegration/TestBakePrint/worker=remote
=== CONT TestIntegration/TestBakePrint/worker=remote
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)(0xc001069140), (*buildflags.CacheOptionsEntry)(0xc001069158), (*buildflags.CacheOptionsEntry)(0xc001069170)}
actual : []*buildflags.CacheOptionsEntry{(*buildflags.CacheOptionsEntry)(0xc001068fa8), (*buildflags.CacheOptionsEntry)(0xc001068fd8), (*buildflags.CacheOptionsEntry)(0xc001069008)}
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"
}
Test: TestIntegration/TestBakePrint/worker=remote
sandbox.go:135: stdout: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/buildkitd.sock --debug
sandbox.go:135: stderr: /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-28 15:50:43.805248873 +0000 UTC m=+10.054248848 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config557739013/buildkitd.toml --root /tmp/bktest_buildkitd2578302073 --addr unix:///tmp/bktest_buildkitd2578302073/buildkitd.sock --debug
sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-28T15:50:43Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-11-28T15:50:43Z" level=info msg="found worker \"4ttot72zbehsjdhwanc3rhn32\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:ea9f685df043 org.mobyproject.buildkit.worker.network:host org.mobyproject.buildkit.worker.oci.process-mode:sandbox org.mobyproject.buildkit.worker.sandbox:true org.mobyproject.buildkit.worker.selinux.enabled:false org.mobyproject.buildkit.worker.snapshotter:overlayfs], platforms=[linux/amd64 linux/amd64/v2 linux/amd64/v3 linux/arm64 linux/riscv64 linux/ppc64le linux/s390x linux/386 linux/arm/v7 linux/arm/v6]"
sandbox.go:
|
Test
Process completed with exit code 1.
|
Loading