Add FileActionSymlink and llb.Symlink
#5539
Annotations
3 errors
Generate annotations:
client/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/tonistiigi/test:nolayers to local mirror localhost:35749/tonistiigi/test:nolayers
time="2024-11-21T21:17:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35749"
time="2024-11-21T21:17:51Z" 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:35749/cpuguy83/buildkit-foreign:latest
time="2024-11-21T21:17:51Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:35749"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:35749/library/alpine:latest
--- FAIL: TestIntegration (0.14s)
|
Generate annotations:
client/client_test.go#L2489
=== RUN TestIntegration/TestFileOpSymlink/worker=oci-rootless
=== PAUSE TestIntegration/TestFileOpSymlink/worker=oci-rootless
=== CONT TestIntegration/TestFileOpSymlink/worker=oci-rootless
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
sandbox.go:135: stdout: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config92055370/buildkitd.toml --root /tmp/bktest_buildkitd3247219376 --addr unix:///tmp/bktest_buildkitd3247219376/buildkitd.sock --debug
sandbox.go:135: stderr: /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config92055370/buildkitd.toml --root /tmp/bktest_buildkitd3247219376 --addr unix:///tmp/bktest_buildkitd3247219376/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-21 21:19:23.416278298 +0000 UTC m=+104.372207095 /usr/bin/sudo -u #1000 -i -- exec rootlesskit buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --config=/tmp/bktest_config92055370/buildkitd.toml --root /tmp/bktest_buildkitd3247219376 --addr unix:///tmp/bktest_buildkitd3247219376/buildkitd.sock --debug
sandbox.go:138: warning: GOCOVERDIR not set, no coverage data emitted
sandbox.go:138: time="2024-11-21T21:19:23Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-11-21T21:19:23Z" level=debug msg="running in rootless mode"
sandbox.go:138: time="2024-11-21T21:19:23Z" level=info msg="found worker \"pp2cdscl2hc5m2zmxlb2a04qf\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:c2d0228fbdc6 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:23Z" level=info msg="found 1 workers, default=\"pp2cdscl2hc5m2zmxlb2a04qf\""
sandbox.go:138: time="2024-11-21T21:19:23Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-21T21:19:23Z" level=info msg="running server on /tmp/bktest_buildkitd3247219376/buildkitd.sock"
sandbox.go:138: time="2024-11-21T21:19:23Z" level=debug msg="resolve exporter tar with map[]" spanID=8148bab85e68d0a4 traceID=0c6d3c31b622200903e9dce307770e3c
sandbox.go:138: time="2024-11-21T21:19:23Z" level=debug msg="session started" spanID=83131c9cd68599f1 traceID=f98cdaf5855c9f38f094a34f939c93e6
sandbox.go:138: time="2024-11-21T21:19:23Z" level=debug msg="session finished: <nil>" spanID=83131c9cd68599f1 traceID=f98cdaf5855c9f38f094a34f939c93e6
--- FAIL: TestIntegration/TestFileOpSymlink/worker=oci-rootless (0.57s)
|
Test
Process completed with exit code 1.
|
Loading