Skip to content

vendor: update buildkit to master #2725

vendor: update buildkit to master

vendor: update buildkit to master #2725

Triggered via pull request September 7, 2023 11:30
Status Cancelled
Total duration 8m 25s
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

14 errors
binaries (linux/arm/v7)
Process completed with exit code 2.
Failed: tests/TestIntegration: tests/run.go#L267
=== RUN TestIntegration time="2023-09-07T11:36:38Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34509" run.go:267: copied docker.io/amd64/busybox:latest@sha256:023917ec6a886d0e8e15f28fb543515a5fcd8d938edb091e8147db4efed388ee to local mirror localhost:34509/library/busybox:latest time="2023-09-07T11:36:39Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34509" run.go:267: copied docker.io/amd64/alpine:latest@sha256:25fad2a32ad1f6f510e528448ae1ec69a28ef81916a004d3629874104f8a7f70 to local mirror localhost:34509/library/alpine:latest time="2023-09-07T11:36:39Z" level=info msg="trying next host - response was http.StatusNotFound" host="localhost:34509" run.go:267: copied docker.io/moby/buildkit:buildx-stable-1 to local mirror localhost:34509/moby/buildkit:buildx-stable-1 --- FAIL: TestIntegration (6.25s)
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_config3052134580/buildkitd.toml --root /tmp/bktest_buildkitd2889925826 --addr unix:///tmp/bktest_buildkitd2889925826/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd2889925826/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.06s)
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:36:45 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_config3342772517/buildkitd.toml --root /tmp/bktest_buildkitd1850563833 --addr unix:///tmp/bktest_buildkitd1850563833/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd1850563833/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd1850563833/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --oci-worker value enabl
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:36:45 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_config114523628/buildkitd.toml --root /tmp/bktest_buildkitd209150827 --addr unix:///tmp/bktest_buildkitd209150827/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd209150827/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd209150827/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --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:36:45 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_config378164788/buildkitd.toml --root /tmp/bktest_buildkitd4160743005 --addr unix:///tmp/bktest_buildkitd4160743005/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd4160743005/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd4160743005/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --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:36:45 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_config1384269431/buildkitd.toml --root /tmp/bktest_buildkitd732817640 --addr unix:///tmp/bktest_buildkitd732817640/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd732817640/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd732817640/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45
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:36:45 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_config4231863294/buildkitd.toml --root /tmp/bktest_buildkitd465976538 --addr unix:///tmp/bktest_buildkitd465976538/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd465976538/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd465976538/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --oci-worker value enable
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:36:45 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_config3484160134/buildkitd.toml --root /tmp/bktest_buildkitd900557607 --addr unix:///tmp/bktest_buildkitd900557607/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd900557607/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd900557607/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --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:36:44 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_config2564498219/buildkitd.toml --root /tmp/bktest_buildkitd2320736996 --addr unix:///tmp/bktest_buildkitd2320736996/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd2320736996/otel-grpc.sock --debug 2023/09/07 11:36:44 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:44 2023/09/07 11:36:44 NAME: 2023/09/07 11:36:44 buildkitd - build daemon 2023/09/07 11:36:44 2023/09/07 11:36:44 USAGE: 2023/09/07 11:36:44 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:44 2023/09/07 11:36:44 VERSION: 2023/09/07 11:36:44 v0.11.6 2023/09/07 11:36:44 2023/09/07 11:36:44 COMMANDS: 2023/09/07 11:36:44 help, h Shows a list of commands or help for one command 2023/09/07 11:36:44 2023/09/07 11:36:44 GLOBAL OPTIONS: 2023/09/07 11:36:44 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:44 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:44 --debug enable debug output in logs 2023/09/07 11:36:44 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:44 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd2320736996/buildkitd.sock") 2023/09/07 11:36:44 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:44 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:44 --tlscert value certificate file to use 2023/09/07 11:36:44 --tlskey value key file to use 2023/09/07 11:36:44 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:44 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:44 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:44 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:44 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:44 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:44 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:44 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:44 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:44 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:44 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:44 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:44 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:44 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:44 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:44 --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:36:45 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_config2799172716/buildkitd.toml --root /tmp/bktest_buildkitd2508675014 --addr unix:///tmp/bktest_buildkitd2508675014/buildkitd.sock --otel-socket-path /tmp/bktest_buildkitd2508675014/otel-grpc.sock --debug 2023/09/07 11:36:45 Incorrect Usage. flag provided but not defined: -otel-socket-path 2023/09/07 11:36:45 2023/09/07 11:36:45 NAME: 2023/09/07 11:36:45 buildkitd - build daemon 2023/09/07 11:36:45 2023/09/07 11:36:45 USAGE: 2023/09/07 11:36:45 buildkitd [global options] command [command options] [arguments...] 2023/09/07 11:36:45 2023/09/07 11:36:45 VERSION: 2023/09/07 11:36:45 v0.11.6 2023/09/07 11:36:45 2023/09/07 11:36:45 COMMANDS: 2023/09/07 11:36:45 help, h Shows a list of commands or help for one command 2023/09/07 11:36:45 2023/09/07 11:36:45 GLOBAL OPTIONS: 2023/09/07 11:36:45 --rootless set all the default options to be compatible with rootless containers 2023/09/07 11:36:45 --config value path to config file (default: "/etc/buildkit/buildkitd.toml") 2023/09/07 11:36:45 --debug enable debug output in logs 2023/09/07 11:36:45 --root value path to state directory (default: "/var/lib/buildkit") 2023/09/07 11:36:45 --addr value listening address (socket or tcp) (default: "unix:///run/buildkit/buildkitd.sock", "unix:///tmp/bktest_buildkitd2508675014/buildkitd.sock") 2023/09/07 11:36:45 --group value group (name or gid) which will own all Unix socket listening addresses 2023/09/07 11:36:45 --debugaddr value debugging address (eg. 0.0.0.0:6060) 2023/09/07 11:36:45 --tlscert value certificate file to use 2023/09/07 11:36:45 --tlskey value key file to use 2023/09/07 11:36:45 --tlscacert value ca certificate to verify clients 2023/09/07 11:36:45 --allow-insecure-entitlement value allows insecure entitlements e.g. network.host, security.insecure 2023/09/07 11:36:45 --containerd-worker value enable containerd workers (true/false/auto) (default: "auto") 2023/09/07 11:36:45 --containerd-worker-addr value containerd socket (default: "/run/containerd/containerd.sock") 2023/09/07 11:36:45 --containerd-worker-labels value user-specific annotation labels (com.example.foo=bar) 2023/09/07 11:36:45 --containerd-worker-net value worker network type (auto, cni or host) (default: "auto") 2023/09/07 11:36:45 --containerd-cni-config-path value path of cni config file (default: "/etc/buildkit/cni.json") 2023/09/07 11:36:45 --containerd-cni-binary-dir value path of cni binary files (default: "/opt/cni/bin") 2023/09/07 11:36:45 --containerd-cni-pool-size value size of cni network namespace pool (default: 0) 2023/09/07 11:36:45 --containerd-worker-snapshotter value snapshotter name to use (default: "overlayfs") 2023/09/07 11:36:45 --containerd-worker-apparmor-profile value set the name of the apparmor profile applied to containers 2023/09/07 11:36:45 --containerd-worker-selinux apply SELinux labels 2023/09/07 11:36:45 --containerd-worker-rootless enable rootless mode 2023/09/07 11:36:45 --containerd-worker-gc Enable automatic garbage collection on worker 2023/09/07 11:36:45 --containerd-worker-gc-keepstorage value Amount of storage GC keep locally (MB) (default: 2000) 2023/09/07 11:36:45 --oci-worker value enabl
test (remote, ./tests)
Process completed with exit code 1.
test (./..., 1)
Canceling since a higher priority waiting request for 'build-refs/pull/2035/merge' exists
test (./..., 1)
The operation was canceled.

Artifacts

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