Skip to content

vendor: update buildkit to master #2726

vendor: update buildkit to master

vendor: update buildkit to master #2726

Triggered via pull request September 7, 2023 11:38
Status Failure
Total duration 9m 4s
Artifacts 2
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: pull_request
Matrix: binaries
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

13 errors
binaries (linux/arm/v7)
Process completed with exit code 2.
binaries (linux/amd64)
Process completed with exit code 2.
Failed: tests/TestIntegration: tests/run.go#L267
=== RUN TestIntegration time="2023-09-07T11:45:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36329" run.go:267: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:36329/library/busybox:latest time="2023-09-07T11:45:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36329" run.go:267: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:36329/library/alpine:latest time="2023-09-07T11:45:19Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:36329" run.go:267: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:36329/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (5.10s)
Failed: tests/TestIntegration/TestBuild/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuild/worker=remote === PAUSE TestIntegration/TestBuild/worker=remote === CONT TestIntegration/TestBuild/worker=remote run.go:198: Error Trace: /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:198 Error: Received unexpected error: process exited: /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_config3301763183/buildkitd.toml --root /tmp/bktest_buildkitd1917714355 --addr unix:///tmp/bktest_buildkitd1917714355/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd1917714355/otel-grpc.sock --debug github.com/moby/buildkit/util/testutil/integration.WaitUnix /src/vendor/github.com/moby/buildkit/util/testutil/integration/util.go:114 github.com/moby/buildkit/util/testutil/workers.runBuildkitd /src/vendor/github.com/moby/buildkit/util/testutil/workers/util.go:69 github.com/moby/buildkit/util/testutil/workers.(*OCI).New /src/vendor/github.com/moby/buildkit/util/testutil/workers/oci.go:76 github.com/docker/buildx/tests/workers.remoteWorker.New /src/tests/workers/remote.go:35 github.com/moby/buildkit/util/testutil/integration.newSandbox /src/vendor/github.com/moby/buildkit/util/testutil/integration/sandbox.go:113 github.com/moby/buildkit/util/testutil/integration.Run.func3.1 /src/vendor/github.com/moby/buildkit/util/testutil/integration/run.go:197 testing.tRunner /usr/local/go/src/testing/testing.go:1576 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1598 Test: TestIntegration/TestBuild/worker=remote --- FAIL: TestIntegration/TestBuild/worker=remote (0.11s)
Failed: tests/TestIntegration/TestImageIDOutput/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestImageIDOutput/worker=remote === PAUSE TestIntegration/TestImageIDOutput/worker=remote === CONT TestIntegration/TestImageIDOutput/worker=remote 2023/09/07 11:45:24 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_config2341624998/buildkitd.toml --root /tmp/bktest_buildkitd238722296 --addr unix:///tmp/bktest_buildkitd238722296/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd238722296/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd238722296/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value enable oc
Failed: tests/TestIntegration/TestBuildLocalExport/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildLocalExport/worker=remote === PAUSE TestIntegration/TestBuildLocalExport/worker=remote === CONT TestIntegration/TestBuildLocalExport/worker=remote 2023/09/07 11:45:24 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_config519250397/buildkitd.toml --root /tmp/bktest_buildkitd846652870 --addr unix:///tmp/bktest_buildkitd846652870/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd846652870/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd846652870/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value e
Failed: tests/TestIntegration/TestBuildRegistryExport/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildRegistryExport/worker=remote === PAUSE TestIntegration/TestBuildRegistryExport/worker=remote === CONT TestIntegration/TestBuildRegistryExport/worker=remote 2023/09/07 11:45:24 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_config1364822970/buildkitd.toml --root /tmp/bktest_buildkitd162745157 --addr unix:///tmp/bktest_buildkitd162745157/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd162745157/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd162745157/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value
Failed: tests/TestIntegration/TestBuildRegistryExportAttestations/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildRegistryExportAttestations/worker=remote === PAUSE TestIntegration/TestBuildRegistryExportAttestations/worker=remote === CONT TestIntegration/TestBuildRegistryExportAttestations/worker=remote 2023/09/07 11:45:24 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_config2035407418/buildkitd.toml --root /tmp/bktest_buildkitd112438084 --addr unix:///tmp/bktest_buildkitd112438084/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd112438084/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd112438084/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24
Failed: tests/TestIntegration/TestBuildTarExport/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildTarExport/worker=remote === PAUSE TestIntegration/TestBuildTarExport/worker=remote === CONT TestIntegration/TestBuildTarExport/worker=remote 2023/09/07 11:45:24 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_config1433308530/buildkitd.toml --root /tmp/bktest_buildkitd2761309557 --addr unix:///tmp/bktest_buildkitd2761309557/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd2761309557/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd2761309557/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value en
Failed: tests/TestIntegration/TestBuildMobyFromLocalImage/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildMobyFromLocalImage/worker=remote === PAUSE TestIntegration/TestBuildMobyFromLocalImage/worker=remote === CONT TestIntegration/TestBuildMobyFromLocalImage/worker=remote 2023/09/07 11:45:24 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_config1740014469/buildkitd.toml --root /tmp/bktest_buildkitd3248650437 --addr unix:///tmp/bktest_buildkitd3248650437/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd3248650437/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd3248650437/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value
Failed: tests/TestIntegration/TestBuildDetailsLink/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildDetailsLink/worker=remote === PAUSE TestIntegration/TestBuildDetailsLink/worker=remote === CONT TestIntegration/TestBuildDetailsLink/worker=remote 2023/09/07 11:45:24 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_config2732100497/buildkitd.toml --root /tmp/bktest_buildkitd3124526135 --addr unix:///tmp/bktest_buildkitd3124526135/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd3124526135/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd3124526135/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value
Failed: tests/TestIntegration/TestBuildProgress/worker=remote: tests/run.go#L198
=== RUN TestIntegration/TestBuildProgress/worker=remote === PAUSE TestIntegration/TestBuildProgress/worker=remote === CONT TestIntegration/TestBuildProgress/worker=remote 2023/09/07 11:45:24 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_config314381214/buildkitd.toml --root /tmp/bktest_buildkitd1361588696 --addr unix:///tmp/bktest_buildkitd1361588696/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd1361588696/otel-grpc.sock --debug 2023/09/07 11:45:24 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:45:24 2023/09/07 11:45:24 NAME: 2023/09/07 11:45:24 buildkitd - build daemon 2023/09/07 11:45:24 2023/09/07 11:45:24 USAGE: 2023/09/07 11:45:24 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:45:24 2023/09/07 11:45:24 VERSION: 2023/09/07 11:45:24 v0.11.6 2023/09/07 11:45:24 2023/09/07 11:45:24 COMMANDS: 2023/09/07 11:45:24 help, h Shows a list of commands or help for one command 2023/09/07 11:45:24 2023/09/07 11:45:24 GLOBAL OPTIONS: 2023/09/07 11:45:24 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:45:24 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:45:24 --debug enable debug output in logs 2023/09/07 11:45:24 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:45:24 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd1361588696/buildkitd.sock") 2023/09/07 11:45:24 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:45:24 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:45:24 --tlscert value certificate file to use 2023/09/07 11:45:24 --tlskey value key file to use 2023/09/07 11:45:24 --tlscacert value ca certificate to verify clients 2023/09/07 11:45:24 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:45:24 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:45:24 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:45:24 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:45:24 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:45:24 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:45:24 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:45:24 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:45:24 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:45:24 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:45:24 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:45:24 --containerd-worker-rootless enable rootless mode 2023/09/07 11:45:24 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:45:24 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:45:24 --oci-worker value enable
test (remote, ./tests)
Process completed with exit code 1.

Artifacts

Produced during runtime
Name Size
buildx Expired
475 MB
test-reports Expired
1.47 MB