Skip to content

protobuf: remove gogoproto #4462

protobuf: remove gogoproto

protobuf: remove gogoproto #4462

Triggered via pull request September 26, 2024 22:06
Status Cancelled
Total duration 4m 24s
Artifacts 36

build.yml

on: pull_request
Matrix: test-integration
Matrix: test-unit
prepare-binaries
3s
prepare-binaries
govulncheck
42s
govulncheck
bin-image
0s
bin-image
Matrix: binaries
Fit to window
Zoom out
Zoom in

Annotations

43 errors and 56 warnings
binaries (linux/s390x)
Process completed with exit code 2.
binaries (linux/arm/v6)
Process completed with exit code 2.
binaries (linux/arm64)
Process completed with exit code 2.
binaries (linux/amd64)
Process completed with exit code 2.
binaries (linux/arm/v7)
Process completed with exit code 2.
test-integration (docker+containerd, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.14.1, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
binaries (linux/ppc64le)
Process completed with exit code 2.
binaries (linux/riscv64)
Process completed with exit code 2.
test-integration (master, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (latest, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (master, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.13.2, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (docker, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.13.2, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (docker, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.14.1, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (latest, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-unit (ubuntu-24.04): controller/remote/controller.go#L152
cannot use *options (variable of type "github.com/docker/buildx/controller/pb".BuildOptions) as *"github.com/docker/buildx/controller/pb".BuildOptions value in argument to cbuild.RunBuild
test-unit (ubuntu-24.04): controller/remote/controller.go#L175
cannot use b (variable of type *Server) as "github.com/docker/buildx/controller/pb".ControllerServer value in argument to controllerapi.RegisterControllerServer: *Server does not implement "github.com/docker/buildx/controller/pb".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test-unit (ubuntu-24.04): controller/remote/controller.go#L152
cannot use *options (variable of type "github.com/docker/buildx/controller/pb".BuildOptions) as *"github.com/docker/buildx/controller/pb".BuildOptions value in argument to cbuild.RunBuild
test-unit (ubuntu-24.04): controller/remote/controller.go#L175
cannot use b (variable of type *Server) as "github.com/docker/buildx/controller/pb".ControllerServer value in argument to controllerapi.RegisterControllerServer: *Server does not implement "github.com/docker/buildx/controller/pb".ControllerServer (missing method mustEmbedUnimplementedControllerServer)
test-unit (ubuntu-24.04)
Process completed with exit code 1.
test-integration (v0.14.1, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.15.2, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (buildx-stable-1, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (docker+containerd, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.15.2, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.15.2, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.15.2, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (buildx-stable-1, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (master, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.13.2, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (buildx-stable-1, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.14.1, docker-container, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (v0.13.2, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (latest, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (master, remote, ./tests)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-integration (latest, remote, ./tests, experimental)
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -e\n xx-go --wrap\n DESTDIR=/usr/bin VERSION=$(cat /buildx-version/version) REVISION=$(cat /buildx-version/revision) GO_EXTRA_LDFLAGS=\"-s -w\" ./hack/build\n xx-verify --static /usr/bin/docker-buildx\n" did not complete successfully: exit code: 1
test-unit (macos-12)
Canceling since a higher priority waiting request for 'build-refs/pull/2713/merge' exists
test-unit (windows-2022)
Canceling since a higher priority waiting request for 'build-refs/pull/2713/merge' exists
test-unit (windows-2022)
The operation was canceled.
test-integration (docker+containerd, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker+containerd, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.14.1, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.14.1, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (master, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (master, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (latest, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (latest, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.14.1, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.14.1, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (latest, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (latest, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.14.1, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.14.1, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.15.2, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.15.2, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (buildx-stable-1, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (buildx-stable-1, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (docker+containerd, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (docker+containerd, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.15.2, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.15.2, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.15.2, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.15.2, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.15.2, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.15.2, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (buildx-stable-1, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (buildx-stable-1, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (buildx-stable-1, docker-container, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.13.2, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (buildx-stable-1, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (buildx-stable-1, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.14.1, docker-container, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.14.1, docker-container, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (v0.13.2, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (v0.13.2, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (latest, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (latest, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, remote, ./tests)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (master, remote, ./tests)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
test-integration (latest, remote, ./tests, experimental)
No files were found with the provided path: ./bin/testreports. No artifacts will be uploaded.
test-integration (latest, remote, ./tests, experimental)
Codecov: Failed to properly upload report: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1

Artifacts

Produced during runtime
Name Size
buildx-darwin-amd64
17.3 MB
buildx-darwin-arm64
16.2 MB
buildx-windows-amd64
17.4 MB
buildx-windows-arm64
15.6 MB
docker~buildx~04LW8C.dockerbuild
57.3 KB
docker~buildx~0HGXZM.dockerbuild
57.2 KB
docker~buildx~1CXAZ9.dockerbuild
57.9 KB
docker~buildx~41XVA7.dockerbuild
57.1 KB
docker~buildx~52AV39.dockerbuild
57.2 KB
docker~buildx~6OIO4G.dockerbuild
56.9 KB
docker~buildx~9PDEAI.dockerbuild
57.4 KB
docker~buildx~CEEQLO.dockerbuild
57.3 KB
docker~buildx~G20A23.dockerbuild
57.6 KB
docker~buildx~H6QGAS.dockerbuild
58.4 KB
docker~buildx~H6T9YN.dockerbuild
57.4 KB
docker~buildx~IUPJMG.dockerbuild
57.1 KB
docker~buildx~JBRDHW.dockerbuild
14.5 KB
docker~buildx~JKFAQD.dockerbuild
58.1 KB
docker~buildx~K11N9V.dockerbuild
57.5 KB
docker~buildx~KITUHB.dockerbuild
57.5 KB
docker~buildx~KRDNFO.dockerbuild
56.5 KB
docker~buildx~NY2J2A.dockerbuild
57.4 KB
docker~buildx~P62HA6.dockerbuild
58.3 KB
docker~buildx~QDC81V.dockerbuild
56.2 KB
docker~buildx~QZDZ2G.dockerbuild
57 KB
docker~buildx~R8UX16.dockerbuild
58.8 KB
docker~buildx~S17EMK.dockerbuild
57.4 KB
docker~buildx~S6LB6Y.dockerbuild
57.5 KB
docker~buildx~SQLV5J.dockerbuild
57.9 KB
docker~buildx~TULPNB.dockerbuild
57.5 KB
docker~buildx~W34ZZ8.dockerbuild
58.6 KB
docker~buildx~XPMCEN.dockerbuild
57.9 KB
docker~buildx~ZGDUOH.dockerbuild
57.5 KB
test-reports-test-unit--macos-12
119 KB
test-reports-test-unit--ubuntu-24.04
113 KB
test-reports-test-unit--windows-2022
650 Bytes