Add FileActionSymlink and llb.Symlink
#5539
Annotations
3 errors
Generate annotations:
client/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/cpuguy83/buildkit-foreign:latest to local mirror localhost:39317/cpuguy83/buildkit-foreign:latest
time="2024-11-21T21:17:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39317"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:39317/library/alpine:latest
time="2024-11-21T21:17:48Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:39317"
run.go:272: copied docker.io/tonistiigi/test:nolayers to local mirror localhost:39317/tonistiigi/test:nolayers
--- FAIL: TestIntegration (0.11s)
|
Generate annotations:
client/client_test.go#L2489
=== RUN TestIntegration/TestFileOpSymlink/worker=oci-rootless-slirp4netns-detachnetns
=== PAUSE TestIntegration/TestFileOpSymlink/worker=oci-rootless-slirp4netns-detachnetns
=== CONT TestIntegration/TestFileOpSymlink/worker=oci-rootless-slirp4netns-detachnetns
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-rootless-slirp4netns-detachnetns
sandbox.go:135: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1052394383/buildkitd.toml --root /tmp/bktest_buildkitd992512536 --addr unix:///tmp/bktest_buildkitd992512536/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-21 21:19:16.704944676 +0000 UTC m=+102.004479722 /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config1052394383/buildkitd.toml --root /tmp/bktest_buildkitd992512536 --addr unix:///tmp/bktest_buildkitd992512536/buildkitd.sock --debug
sandbox.go:138: warning: GOCOVERDIR not set, no coverage data emitted
sandbox.go:138: time="2024-11-21T21:19:16Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-21T21:19:16Z" level=debug msg="running in rootless mode"
sandbox.go:138: time="2024-11-21T21:19:16Z" level=info msg="found worker \"1fppoazrul1tiy8ge79xhcdgd\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:8d1c22a4ec3c 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:138: time="2024-11-21T21:19:16Z" level=info msg="found 1 workers, default=\"1fppoazrul1tiy8ge79xhcdgd\""
sandbox.go:138: time="2024-11-21T21:19:16Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-21T21:19:16Z" level=info msg="running server on /tmp/bktest_buildkitd992512536/buildkitd.sock"
sandbox.go:138: time="2024-11-21T21:19:16Z" level=debug msg="session started" spanID=36bab4a4e4682f50 traceID=a5dcb0c5e953062bb086739ae8b33f79
sandbox.go:138: time="2024-11-21T21:19:16Z" level=debug msg="resolve exporter tar with map[]" spanID=143d9efb77c8810b traceID=3e0a93f4f91dd36433be21c3e836e63e
sandbox.go:138: time="2024-11-21T21:19:16Z" level=debug msg="session finished: <nil>" spanID=36bab4a4e4682f50 traceID=a5dcb0c5e953062bb086739ae8b33f79
sandbox.go:135: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit --net=slirp4netns --copy-up=/etc --disable-host-loopback --detach-netns buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest
|
Test
Process completed with exit code 1.
|
Loading