Add FileActionSymlink and llb.Symlink
#5539
Annotations
3 errors
Generate annotations:
client/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39817/library/alpine:latest
time="2024-11-21T21:17:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39817"
run.go:272: copied docker.io/tonistiigi/test:nolayers to local mirror localhost:39817/tonistiigi/test:nolayers
time="2024-11-21T21:17:50Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39817"
time="2024-11-21T21:17:50Z" level=info msg=request digest="sha256:be691b1535726014cdf3b715ff39361b19e121ca34498a9ceea61ad776b9c215" mediatype=application/vnd.docker.image.rootfs.foreign.diff.tar size=10240 url="https://gist.github.com/cpuguy83/fcf3041e5d8fb1bb5c340915aabeebe0/raw/eebc59ee14939fc38067aa8b8dfbfba053d0af94/base.tar"
run.go:272: copied docker.io/cpuguy83/buildkit-foreign:latest to local mirror localhost:39817/cpuguy83/buildkit-foreign:latest
--- FAIL: TestIntegration (0.06s)
|
Generate annotations:
client/client_test.go#L2489
=== RUN TestIntegration/TestFileOpSymlink/worker=oci
=== PAUSE TestIntegration/TestFileOpSymlink/worker=oci
=== CONT TestIntegration/TestFileOpSymlink/worker=oci
client_test.go:2489:
Error Trace: /src/client/client_test.go:2489
/src/util/testutil/integration/run.go:97
/src/util/testutil/integration/run.go:211
Error: Not equal:
expected: []byte{0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x73}
actual : []byte(nil)
Diff:
--- Expected
+++ Actual
@@ -1,4 +1,2 @@
-([]uint8) (len=8) {
- 00000000 63 6f 6e 74 65 6e 74 73 |contents|
-}
+([]uint8) <nil>
Test: TestIntegration/TestFileOpSymlink/worker=oci
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_config3315460788/buildkitd.toml --root /tmp/bktest_buildkitd2722993241 --addr unix:///tmp/bktest_buildkitd2722993241/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-21 21:19:21.341197367 +0000 UTC m=+106.728866833 /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_config3315460788/buildkitd.toml --root /tmp/bktest_buildkitd2722993241 --addr unix:///tmp/bktest_buildkitd2722993241/buildkitd.sock --debug
sandbox.go:138: time="2024-11-21T21:19:21Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="could not read \"/tmp/bktest_buildkitd2722993241/net/cni\" for cleanup: open /tmp/bktest_buildkitd2722993241/net/cni: no such file or directory"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="creating new network namespace nus1rdmbwnrcbeuwi6nx5vadt"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="finished creating network namespace nus1rdmbwnrcbeuwi6nx5vadt"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="finished setting up network namespace nus1rdmbwnrcbeuwi6nx5vadt"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=info msg="found worker \"cny6brasjzul9z9nblbcaid4c\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:9f6d44eb1eda org.mobyproject.buildkit.worker.network:cni 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:138: time="2024-11-21T21:19:21Z" level=info msg="found 1 workers, default=\"cny6brasjzul9z9nblbcaid4c\""
sandbox.go:138: time="2024-11-21T21:19:21Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-21T21:19:21Z" level=info msg="running server on /tmp/bktest_buildkitd2722993241/buildkitd.sock"
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="resolve exporter tar with map[]" spanID=5dc2cc1445356546 traceID=a11740cf876dc9bd74c88b52bf5363d0
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="session started" spanID=5f287ea40ea919a6 traceID=36e2c9fe39cc1f6299afda51b95e94b5
sandbox.go:138: time="2024-11-21T21:19:21Z" level=debug msg="session finished: <nil>" spanID=5f287ea40ea919a6 traceID=36e2c9fe39cc1f6299afda51b95e94b5
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_config3315460788/buildkitd.t
|
Test
Process completed with exit code 1.
|
Loading