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:45017/tonistiigi/test:nolayers
time="2024-11-21T21:17:43Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45017"
time="2024-11-21T21:17:43Z" 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:45017/cpuguy83/buildkit-foreign:latest
time="2024-11-21T21:17:44Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45017"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45017/library/alpine:latest
--- FAIL: TestIntegration (0.10s)
|
Generate annotations:
client/client_test.go#L2489
=== RUN TestIntegration/TestFileOpSymlink/worker=oci-snapshotter-stargz
=== PAUSE TestIntegration/TestFileOpSymlink/worker=oci-snapshotter-stargz
=== CONT TestIntegration/TestFileOpSymlink/worker=oci-snapshotter-stargz
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-snapshotter-stargz
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 --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2597284162/buildkitd.toml --root /tmp/bktest_buildkitd3215845014 --addr unix:///tmp/bktest_buildkitd3215845014/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 --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2597284162/buildkitd.toml --root /tmp/bktest_buildkitd3215845014 --addr unix:///tmp/bktest_buildkitd3215845014/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-11-21 21:19:22.708269717 +0000 UTC m=+110.986129561 /usr/bin/buildkitd --oci-worker=true --containerd-worker=false --oci-worker-gc=false --oci-worker-labels=org.mobyproject.buildkit.worker.sandbox=true --oci-worker-snapshotter=stargz --config=/tmp/bktest_config2597284162/buildkitd.toml --root /tmp/bktest_buildkitd3215845014 --addr unix:///tmp/bktest_buildkitd3215845014/buildkitd.sock --debug
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="could not read \"/tmp/bktest_buildkitd3215845014/net/cni\" for cleanup: open /tmp/bktest_buildkitd3215845014/net/cni: no such file or directory"
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="creating new network namespace o0o2xv1b5p95bhvlrtcenusul"
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="finished creating network namespace o0o2xv1b5p95bhvlrtcenusul"
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="finished setting up network namespace o0o2xv1b5p95bhvlrtcenusul"
sandbox.go:138: time="2024-11-21T21:19:22Z" level=info msg="found worker \"tjofq1b8124wr7dbaprlfl64f\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:717803c949bc 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:stargz], 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:22Z" level=info msg="found 1 workers, default=\"tjofq1b8124wr7dbaprlfl64f\""
sandbox.go:138: time="2024-11-21T21:19:22Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-11-21T21:19:22Z" level=info msg="running server on /tmp/bktest_buildkitd3215845014/buildkitd.sock"
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="session started" spanID=11a509477118df0b traceID=917a2718252894001f7e75375b011a8c
sandbox.go:138: time="2024-11-21T21:19:22Z" level=debug msg="resolve exporter tar with map[]" spanID=609e431fb4f374bb traceID=485765
|
Test
Process completed with exit code 1.
|
Loading