bake: initial set of composable bake attributes #4564
Annotations
7 errors
tests/run.go#L272
=== RUN TestIntegration
run.go:272: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:45929/library/busybox:latest
time="2024-10-31T21:52:27Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45929"
run.go:272: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:45929/library/alpine:latest
time="2024-10-31T21:52:28Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:45929"
run.go:272: copied docker.io/moby/buildkit:master to local mirror localhost:45929/moby/buildkit:buildx-stable-1
--- FAIL: TestIntegration (0.01s)
|
tests/build.go#L316
=== RUN TestIntegration/TestBuildRegistryExport/worker=remote
=== PAUSE TestIntegration/TestBuildRegistryExport/worker=remote
=== CONT TestIntegration/TestBuildRegistryExport/worker=remote
time="2024-10-31T21:52:40Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:38335"
build.go:316:
Error Trace: /src/tests/build.go:316
/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: Received unexpected error:
localhost:43339/buildx/registry:latest: not found
Test: TestIntegration/TestBuildRegistryExport/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_config2254145519/buildkitd.toml --root /tmp/bktest_buildkitd1535048876 --addr unix:///tmp/bktest_buildkitd1535048876/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_config2254145519/buildkitd.toml --root /tmp/bktest_buildkitd1535048876 --addr unix:///tmp/bktest_buildkitd1535048876/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-31 21:52:40.31279366 +0000 UTC m=+13.661233524 /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_config2254145519/buildkitd.toml --root /tmp/bktest_buildkitd1535048876 --addr unix:///tmp/bktest_buildkitd1535048876/buildkitd.sock --debug
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="found worker \"3u75bd7jwzzszqwacnhafh2g2\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:91638068d48e 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-10-31T21:52:40Z" level=info msg="found 1 workers, default=\"3u75bd7jwzzszqwacnhafh2g2\""
sandbox.go:138: time="2024-10-31T21:52:40Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="running server on /tmp/bktest_buildkitd1535048876/buildkitd.sock"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session started" spanID=acd3f420e4ce68cb traceID=f8be37145595afe6971bdc5868af62a9
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session finished: <nil>" spanID=acd3f420e4ce68cb traceID=f8be37145595afe6971bdc5868af62a9
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session started" spanID=56d8798e89dfb013 traceID=f8be37145595afe6971bdc5868af62a9
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="resolve exporter image with map[]" spanID=85dd0f8a17456f95 traceID=f8be37145595afe6971bdc5868af62a9
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="new ref for local: src6hplsxndz0nxvesfvj7dqk" span="[internal] load build definition from Dockerfile" spanID=36b137afad342a39 traceID=f8be37145595afe6971bdc5868af62a9
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="diffcopy took: 2.618867ms" span="[internal] load build definition from Dockerfile" spanID=e47cfb3ff0e31049 traceID=f8be37145595afe6971bdc5868af62a9
sa
|
tests/build.go#L350
=== RUN TestIntegration/TestBuildRegistryExportAttestations/worker=remote
=== PAUSE TestIntegration/TestBuildRegistryExportAttestations/worker=remote
=== CONT TestIntegration/TestBuildRegistryExportAttestations/worker=remote
build.go:350:
Error Trace: /src/tests/build.go:350
/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: Received unexpected error:
localhost:40713/buildx/registry:latest: not found
Test: TestIntegration/TestBuildRegistryExportAttestations/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_config664300548/buildkitd.toml --root /tmp/bktest_buildkitd3745782907 --addr unix:///tmp/bktest_buildkitd3745782907/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_config664300548/buildkitd.toml --root /tmp/bktest_buildkitd3745782907 --addr unix:///tmp/bktest_buildkitd3745782907/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-31 21:52:40.300642503 +0000 UTC m=+13.649082368 /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_config664300548/buildkitd.toml --root /tmp/bktest_buildkitd3745782907 --addr unix:///tmp/bktest_buildkitd3745782907/buildkitd.sock --debug
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="found worker \"ktncqvqrck42yanulygbniqcg\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:91638068d48e 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-10-31T21:52:40Z" level=info msg="found 1 workers, default=\"ktncqvqrck42yanulygbniqcg\""
sandbox.go:138: time="2024-10-31T21:52:40Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-31T21:52:40Z" level=info msg="running server on /tmp/bktest_buildkitd3745782907/buildkitd.sock"
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session started" spanID=79b246eeaae8b456 traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session finished: <nil>" spanID=79b246eeaae8b456 traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="resolve exporter image with map[]" spanID=f22601384fb2f3dc traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="session started" spanID=d39498871c0cfaf4 traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="new ref for local: sotmpdx4lei8vu5nxbsp314zq" span="[internal] load build definition from Dockerfile" spanID=04c764cece9cdb55 traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="diffcopy took: 3.105749ms" span="[internal] load build definition from Dockerfile" spanID=1bc6297e58e7a804 traceID=e2003b7aea1774f61b1c87fff452c255
sandbox.go:138: time="2024-10-31T21:52:40Z" level=debug msg="saved sotmpdx4l
|
tests/build.go#L557
=== RUN TestIntegration/TestBuildAnnotations/worker=remote
=== PAUSE TestIntegration/TestBuildAnnotations/worker=remote
=== CONT TestIntegration/TestBuildAnnotations/worker=remote
build.go:557:
Error Trace: /src/tests/build.go:557
/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: Received unexpected error:
localhost:38335/buildx/registry:latest: not found
Test: TestIntegration/TestBuildAnnotations/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_config676979856/buildkitd.toml --root /tmp/bktest_buildkitd3065350550 --addr unix:///tmp/bktest_buildkitd3065350550/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_config676979856/buildkitd.toml --root /tmp/bktest_buildkitd3065350550 --addr unix:///tmp/bktest_buildkitd3065350550/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-31 21:52:39.619618562 +0000 UTC m=+12.968058426 /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_config676979856/buildkitd.toml --root /tmp/bktest_buildkitd3065350550 --addr unix:///tmp/bktest_buildkitd3065350550/buildkitd.sock --debug
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="found worker \"kwh95kg7isc7skxj1f02u983z\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:91638068d48e 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-10-31T21:52:39Z" level=info msg="found 1 workers, default=\"kwh95kg7isc7skxj1f02u983z\""
sandbox.go:138: time="2024-10-31T21:52:39Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="running server on /tmp/bktest_buildkitd3065350550/buildkitd.sock"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session started" spanID=b04b21991b545142 traceID=14bba712f512515ccf21a52919c71ec3
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session finished: <nil>" spanID=b04b21991b545142 traceID=14bba712f512515ccf21a52919c71ec3
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session started" spanID=ffd38e3a0d75be02 traceID=14bba712f512515ccf21a52919c71ec3
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="resolve exporter image with map[annotation-index.example2:xxx annotation-manifest-descriptor[linux/amd64].example4:zzz annotation-manifest.example3:yyy annotation.example1:www]" spanID=3d2fe274c3422108 traceID=14bba712f512515ccf21a52919c71ec3
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="new ref for local: pm7146di9fwkenyul4nf8vwr4" span="[internal] load build definition from Dockerfile" spanID=f4f80d5211a91e90 traceID=14bba712f512515ccf21a52919c71ec3
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="diffcopy took: 3.224ms" span="[internal] load build definition from Dockerfile" spanID=47858f6e1beacedb traceID=14bba712f512515ccf21a52919c71ec3
|
tests/build.go#L644
=== RUN TestIntegration/TestBuildMultiPlatform/worker=remote
=== PAUSE TestIntegration/TestBuildMultiPlatform/worker=remote
=== CONT TestIntegration/TestBuildMultiPlatform/worker=remote
build.go:644:
Error Trace: /src/tests/build.go:644
/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: Received unexpected error:
localhost:36005/buildx/registry:latest: not found
Test: TestIntegration/TestBuildMultiPlatform/worker=remote
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_config1766143021/buildkitd.toml --root /tmp/bktest_buildkitd395046488 --addr unix:///tmp/bktest_buildkitd395046488/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-31 21:52:39.166051185 +0000 UTC m=+12.514491049 /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_config1766143021/buildkitd.toml --root /tmp/bktest_buildkitd395046488 --addr unix:///tmp/bktest_buildkitd395046488/buildkitd.sock --debug
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="found worker \"x6zhekvxd0ewf8twwrrykj9c5\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:91638068d48e 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-10-31T21:52:39Z" level=info msg="found 1 workers, default=\"x6zhekvxd0ewf8twwrrykj9c5\""
sandbox.go:138: time="2024-10-31T21:52:39Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-31T21:52:39Z" level=info msg="running server on /tmp/bktest_buildkitd395046488/buildkitd.sock"
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session started" spanID=56c96f6acc8c528a traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session finished: <nil>" spanID=56c96f6acc8c528a traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="session started" spanID=f0b4d5dd5d2b5d1c traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="resolve exporter image with map[]" spanID=75f7c2b30f0b7b7e traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="new ref for local: 2qmuwtvm0ogj23d6reiakfjgs" span="[internal] load build definition from Dockerfile" spanID=70f718805eda12bc traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="diffcopy took: 2.837008ms" span="[internal] load build definition from Dockerfile" spanID=b9aded4c86c46cf1 traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="saved 2qmuwtvm0ogj23d6reiakfjgs as dockerfile:dockerfile:001:ff3e1c169610b554" span="[internal] load build definition from Dockerfile" spanID=70f718805eda12bc traceID=0481a0c55837d4f61270c42909d1d660
sandbox.go:138: time="2024-10-31T21:52:39Z" level=debug msg="checked for cached auth handler namespace" cached=false key="docker.io/library/busybox::pull" name=docker.io/library/busybox scope=pull
san
|
tests/bake.go#L949
=== RUN TestIntegration/TestBakeMultiPlatform/worker=remote
=== PAUSE TestIntegration/TestBakeMultiPlatform/worker=remote
=== CONT TestIntegration/TestBakeMultiPlatform/worker=remote
bake.go:949:
Error Trace: /src/tests/bake.go:949
/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: Received unexpected error:
localhost:34985/buildx/registry:latest: not found
Test: TestIntegration/TestBakeMultiPlatform/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_config2566133049/buildkitd.toml --root /tmp/bktest_buildkitd488025362 --addr unix:///tmp/bktest_buildkitd488025362/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_config2566133049/buildkitd.toml --root /tmp/bktest_buildkitd488025362 --addr unix:///tmp/bktest_buildkitd488025362/buildkitd.sock --debug
sandbox.go:138: > StartCmd 2024-10-31 21:52:34.885342421 +0000 UTC m=+8.233782305 /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_config2566133049/buildkitd.toml --root /tmp/bktest_buildkitd488025362 --addr unix:///tmp/bktest_buildkitd488025362/buildkitd.sock --debug
sandbox.go:138: time="2024-10-31T21:52:34Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:138: time="2024-10-31T21:52:34Z" level=warning msg="using host network as the default"
sandbox.go:138: time="2024-10-31T21:52:34Z" level=info msg="found worker \"qgo0beh15odvgj1pi2tq29cyx\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:91638068d48e 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-10-31T21:52:35Z" level=info msg="found 1 workers, default=\"qgo0beh15odvgj1pi2tq29cyx\""
sandbox.go:138: time="2024-10-31T21:52:35Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:138: time="2024-10-31T21:52:35Z" level=info msg="running server on /tmp/bktest_buildkitd488025362/buildkitd.sock"
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="session started" spanID=d6287bf36d9765f9 traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="session finished: <nil>" spanID=d6287bf36d9765f9 traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="session started" spanID=e6839b3ffb6bc8a8 traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="resolve exporter image with map[]" spanID=3416c01167943b09 traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="new ref for local: lbyxa991qzyw21l3tfmrpt110" span="[internal] load build definition from Dockerfile" spanID=9eca386e8c3a271c traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="diffcopy took: 5.097779ms" span="[internal] load build definition from Dockerfile" spanID=a43e47e8b3588b69 traceID=d022ed075f184cb1f1429199410be586
sandbox.go:138: time="2024-10-31T21:52:35Z" level=debug msg="saved lbyxa991qzyw21l3tfmrpt110 as dockerfile:dockerfile:001:00f674590b3e43d2"
|
|
The logs for this run have expired and are no longer available.
Loading