Skip to content

protobuf: remove gogoproto #4460

protobuf: remove gogoproto

protobuf: remove gogoproto #4460

Triggered via pull request September 26, 2024 19:00
Status Failure
Total duration 3m 32s
Artifacts 32

build.yml

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

Annotations

69 errors and 56 warnings
binaries (linux/arm/v7)
Process completed with exit code 2.
binaries (windows/arm64)
Process completed with exit code 2.
binaries (darwin/amd64)
Process completed with exit code 2.
binaries (linux/amd64)
Process completed with exit code 2.
binaries (windows/amd64)
Process completed with exit code 2.
binaries (linux/riscv64)
Process completed with exit code 2.
binaries (linux/arm64)
Process completed with exit code 2.
binaries (linux/arm/v6)
Process completed with exit code 2.
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
binaries (linux/s390x)
Process completed with exit code 2.
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
binaries (linux/ppc64le)
Process completed with exit code 2.
binaries (darwin/arm64)
Process completed with exit code 2.
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 (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, 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, 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, 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.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 (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-unit (ubuntu-24.04): controller/pb/progress.go#L36
cannot use v.Digest (variable of type digest.Digest) as string value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L37
cannot use v.Inputs (variable of type []digest.Digest) as []string value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L39
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L40
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L49
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L53
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L54
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L55
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L60
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (ubuntu-24.04): controller/pb/progress.go#L63
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
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-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 (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 (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 (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.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
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 (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 (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.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 (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 (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 (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 (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.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 (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 (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 (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-unit (macos-12): controller/pb/progress.go#L36
cannot use v.Digest (variable of type digest.Digest) as string value in struct literal
test-unit (macos-12): controller/pb/progress.go#L37
cannot use v.Inputs (variable of type []digest.Digest) as []string value in struct literal
test-unit (macos-12): controller/pb/progress.go#L39
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (macos-12): controller/pb/progress.go#L40
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (macos-12): controller/pb/progress.go#L49
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (macos-12): controller/pb/progress.go#L53
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (macos-12): controller/pb/progress.go#L54
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (macos-12): controller/pb/progress.go#L55
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (macos-12): controller/pb/progress.go#L60
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (macos-12): controller/pb/progress.go#L63
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L36
cannot use v.Digest (variable of type digest.Digest) as string value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L37
cannot use v.Inputs (variable of type []digest.Digest) as []string value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L39
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L40
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L49
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L53
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L54
cannot use v.Started (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L55
cannot use v.Completed (variable of type *time.Time) as *timestamppb.Timestamp value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L60
cannot use v.Vertex (variable of type digest.Digest) as string value in struct literal
test-unit (windows-2022): controller/pb/progress.go#L63
cannot use v.Timestamp (variable of type time.Time) as *timestamppb.Timestamp value in struct literal
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 (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 (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, 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
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 (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 (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 (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 (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.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 (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 (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 (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.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 (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 (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 (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.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 (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 (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 (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 (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.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 (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 (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 (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.

Artifacts

Produced during runtime
Name Size
docker~buildx~0FWERD.dockerbuild
57.3 KB
docker~buildx~1V9LLT.dockerbuild
57.2 KB
docker~buildx~6GNU8D.dockerbuild
58.5 KB
docker~buildx~8N0BCU.dockerbuild
57.1 KB
docker~buildx~C75NFN.dockerbuild
57.9 KB
docker~buildx~D3P2HQ.dockerbuild
56.8 KB
docker~buildx~DN7CT4.dockerbuild
57.2 KB
docker~buildx~ENSY9C.dockerbuild
57.7 KB
docker~buildx~FXXF07.dockerbuild
58.3 KB
docker~buildx~H0C6EA.dockerbuild
57.3 KB
docker~buildx~HKF2U8.dockerbuild
57.1 KB
docker~buildx~KBZMSD.dockerbuild
58.6 KB
docker~buildx~KGWB3W.dockerbuild
57 KB
docker~buildx~KZVJHU.dockerbuild
58.7 KB
docker~buildx~NAN3GF.dockerbuild
57 KB
docker~buildx~NTT95W.dockerbuild
57.7 KB
docker~buildx~Q38L46.dockerbuild
56.8 KB
docker~buildx~QSQX9Q.dockerbuild
15.5 KB
docker~buildx~QZ1JAM.dockerbuild
57.6 KB
docker~buildx~S1N7BF.dockerbuild
58.2 KB
docker~buildx~SX8TXF.dockerbuild
57.4 KB
docker~buildx~T1CKF1.dockerbuild
56.7 KB
docker~buildx~TY4TFN.dockerbuild
57.4 KB
docker~buildx~VDR84O.dockerbuild
58.2 KB
docker~buildx~W2J9C1.dockerbuild
57 KB
docker~buildx~X98CGX.dockerbuild
57.7 KB
docker~buildx~XINBZO.dockerbuild
58.1 KB
docker~buildx~Y00F31.dockerbuild
58.6 KB
docker~buildx~Z3PS17.dockerbuild
57.1 KB
test-reports-test-unit--macos-12
46 KB
test-reports-test-unit--ubuntu-24.04
48.2 KB
test-reports-test-unit--windows-2022
44.1 KB