build: opt to set progress warnings in response #4071
Annotations
7 errors
tests/run.go#L274
=== RUN TestIntegration
time="2024-06-25T09:04:33Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33411"
run.go:274: copied docker.io/moby/buildkit:v0.12.5 to local mirror localhost:33411/moby/buildkit:buildx-stable-1
time="2024-06-25T09:04:36Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33411"
run.go:274: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:33411/library/busybox:latest
time="2024-06-25T09:04:37Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:33411"
run.go:274: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:33411/library/alpine:latest
--- FAIL: TestIntegration (4.02s)
|
tests/sandbox.go#L133
=== RUN TestIntegration/TestBuildMetadataWarnings/worker=remote
=== PAUSE TestIntegration/TestBuildMetadataWarnings/worker=remote
=== CONT TestIntegration/TestBuildMetadataWarnings/worker=remote
sandbox.go:133: 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_config3013424668/buildkitd.toml --root /tmp/bktest_buildkitd806669684 --addr unix:///tmp/bktest_buildkitd806669684/buildkitd.sock --debug
sandbox.go:133: 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_config3013424668/buildkitd.toml --root /tmp/bktest_buildkitd806669684 --addr unix:///tmp/bktest_buildkitd806669684/buildkitd.sock --debug
sandbox.go:136: > StartCmd 2024-06-25 09:04:44.790174738 +0000 UTC m=+11.556941988 /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_config3013424668/buildkitd.toml --root /tmp/bktest_buildkitd806669684 --addr unix:///tmp/bktest_buildkitd806669684/buildkitd.sock --debug
sandbox.go:136: time="2024-06-25T09:04:44Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:136: time="2024-06-25T09:04:44Z" level=warning msg="using host network as the default"
sandbox.go:136: time="2024-06-25T09:04:44Z" level=info msg="found worker \"p5nb7lz99czlke4zu5r2cp9jw\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f21587b7e286 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/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:136: time="2024-06-25T09:04:44Z" level=info msg="found 1 workers, default=\"p5nb7lz99czlke4zu5r2cp9jw\""
sandbox.go:136: time="2024-06-25T09:04:44Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:136: time="2024-06-25T09:04:44Z" level=info msg="running server on /tmp/bktest_buildkitd806669684/buildkitd.sock"
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="session started" spanID=8a85a3c1e3e07849 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="session finished: <nil>" spanID=8a85a3c1e3e07849 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="session started" spanID=a921e5b2b7f6d2a0 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="new ref for local: pvhc33firtfemwnngky3eq2zy" span="[internal] load build definition from Dockerfile" spanID=a57aa829c969b887 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="diffcopy took: 2.569878ms" span="[internal] load build definition from Dockerfile" spanID=50fcf43ec3343834 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="saved pvhc33firtfemwnngky3eq2zy as dockerfile:dockerfile:" span="[internal] load build definition from Dockerfile" spanID=a57aa829c969b887 traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg=resolving host="localhost:33411" spanID=dcbf1bcbf1e1b0de traceID=649a835657fccb17e87875039671c59d
sandbox.go:136: time="2024-06-25T09:04:45Z" level=debug msg="do request" host="localhost:33411" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+
|
tests/sandbox.go#L133
=== RUN TestIntegration/TestBakeMetadataWarnings/worker=remote
=== PAUSE TestIntegration/TestBakeMetadataWarnings/worker=remote
=== CONT TestIntegration/TestBakeMetadataWarnings/worker=remote
sandbox.go:133: 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_config3664798711/buildkitd.toml --root /tmp/bktest_buildkitd3545729985 --addr unix:///tmp/bktest_buildkitd3545729985/buildkitd.sock --debug
sandbox.go:136: > StartCmd 2024-06-25 09:04:41.783681863 +0000 UTC m=+8.550449133 /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_config3664798711/buildkitd.toml --root /tmp/bktest_buildkitd3545729985 --addr unix:///tmp/bktest_buildkitd3545729985/buildkitd.sock --debug
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=warning msg="using host network as the default"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="found worker \"n2le2796c9atwh2amzh741kqr\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f21587b7e286 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/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="found 1 workers, default=\"n2le2796c9atwh2amzh741kqr\""
sandbox.go:136: time="2024-06-25T09:04:41Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="running server on /tmp/bktest_buildkitd3545729985/buildkitd.sock"
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="session started" spanID=39009e2e9a1f281f traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="session finished: <nil>" spanID=39009e2e9a1f281f traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="session started" spanID=9ca7311214a7b4d3 traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="new ref for local: i7yev6z34swa6welnxjc6arqk" span="[internal] load build definition from Dockerfile" spanID=980e75788065f255 traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="diffcopy took: 4.625031ms" span="[internal] load build definition from Dockerfile" spanID=3774afb933a487c9 traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="saved i7yev6z34swa6welnxjc6arqk as dockerfile:dockerfile:" span="[internal] load build definition from Dockerfile" spanID=980e75788065f255 traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg=resolving host="localhost:33411" spanID=f8c92cb47d2e4db4 traceID=f897d8440a7d919f0c4afefaf1495544
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="do request" host="localhost:33411" request.header.accept="application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, */*" request.header.user-agent=buildkit/v0.12 request.method=HEAD spanID=f8c92cb47d2e4db4 traceID=f897d8440a7d919f0c4afefaf1495544 url="http://localhost:33411/v2/library/busybox/manifests/latest?ns=docker.io"
sandbox.go:136: time="2024-06-25T09:04:42Z" level=debug msg="fetch response received" host="localhost:33411" response
|
tests/bake.go#L828
=== RUN TestIntegration/TestBakeMetadataWarningsDedup/worker=remote
=== PAUSE TestIntegration/TestBakeMetadataWarningsDedup/worker=remote
=== CONT TestIntegration/TestBakeMetadataWarningsDedup/worker=remote
bake.go:828:
Error Trace: /src/tests/bake.go:828
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:95
/src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:212
Error: Received unexpected error:
exit status 1
Test: TestIntegration/TestBakeMetadataWarningsDedup/worker=remote
Messages: #0 building with "integration-remote-plt9gks5md9z45le6e2abkanj" instance using remote driver
#1 [internal] load local bake definitions
#1 reading docker-bake.hcl 102B / 102B done
#1 DONE 0.0s
ERROR: could not find any target matching 'default'
sandbox.go:133: 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_config3652085627/buildkitd.toml --root /tmp/bktest_buildkitd1127986238 --addr unix:///tmp/bktest_buildkitd1127986238/buildkitd.sock --debug
sandbox.go:133: 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_config3652085627/buildkitd.toml --root /tmp/bktest_buildkitd1127986238 --addr unix:///tmp/bktest_buildkitd1127986238/buildkitd.sock --debug
sandbox.go:136: > StartCmd 2024-06-25 09:04:41.78320644 +0000 UTC m=+8.549973721 /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_config3652085627/buildkitd.toml --root /tmp/bktest_buildkitd1127986238 --addr unix:///tmp/bktest_buildkitd1127986238/buildkitd.sock --debug
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="auto snapshotter: using overlayfs"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=warning msg="using host network as the default"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="found worker \"v88haf0nvsx6244jewk3khshi\", labels=map[org.mobyproject.buildkit.worker.executor:oci org.mobyproject.buildkit.worker.hostname:f21587b7e286 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/mips64le linux/mips64 linux/arm/v7 linux/arm/v6]"
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="found 1 workers, default=\"v88haf0nvsx6244jewk3khshi\""
sandbox.go:136: time="2024-06-25T09:04:41Z" level=warning msg="currently, only the default worker can be used."
sandbox.go:136: time="2024-06-25T09:04:41Z" level=info msg="running server on /tmp/bktest_buildkitd1127986238/buildkitd.sock"
--- FAIL: TestIntegration/TestBakeMetadataWarningsDedup/worker=remote (0.55s)
|
tests/bake.go#L781
=== RUN TestIntegration/TestBakeMetadataWarnings/worker=remote/true
bake.go:781:
Error Trace: /src/tests/bake.go:781
/src/tests/bake.go:720
Error: Should NOT be empty, but was []
Test: TestIntegration/TestBakeMetadataWarnings/worker=remote/true
--- FAIL: TestIntegration/TestBakeMetadataWarnings/worker=remote/true (0.25s)
|
tests/build.go#L674
=== RUN TestIntegration/TestBuildMetadataWarnings/worker=remote/true
build.go:674:
Error Trace: /src/tests/build.go:674
/src/tests/build.go:629
Error: Should NOT be empty, but was []
Test: TestIntegration/TestBuildMetadataWarnings/worker=remote/true
--- FAIL: TestIntegration/TestBuildMetadataWarnings/worker=remote/true (0.22s)
|
|
The logs for this run have expired and are no longer available.
Loading