protobuf: remove gogoproto #4824
Annotations
1 error and 1 warning
Build
buildx bake failed with: ERROR: failed to solve: process "/bin/sh -c set -ex\n xx-go build ${GOBUILDFLAGS} -gcflags=\"${GOGCFLAGS}\" -ldflags \"$(cat /tmp/.ldflags) -extldflags '-static'\" -tags \"osusergo netgo static_build seccomp ${BUILDKITD_TAGS}\" -o /usr/bin/buildkitd ./cmd/buildkitd\n xx-verify ${VERIFYFLAGS} /usr/bin/buildkitd\n\n # buildkitd --version can be flaky when running through emulation related to\n # https://github.com/moby/buildkit/pull/4491. Retry a few times as a workaround.\n set +ex\n if [ \"$(xx-info os)\" = \"linux\" ]; then\n max_retries=5\n for attempt in $(seq \"$max_retries\"); do\n timeout 3 /usr/bin/buildkitd --version\n exitcode=$?\n if ! xx-info is-cross; then\n exit $exitcode\n elif [ $exitcode -eq 0 ]; then\n break\n elif [ $exitcode -eq 124 ] || [ $exitcode -eq 143 ]; then\n echo \"WARN: buildkitd --version timed out ($attempt/$max_retries)\"\n if [ \"$attempt\" -eq \"$max_retries\" ]; then\n exit $exitcode\n fi\n else\n echo \"ERROR: buildkitd --version failed with exit code $exitcode\"\n fi\n sleep 1\n done\n fi\n" did not complete successfully: exit code: 1
|
Set up Docker Buildx
Failed to restore: Cache service responded with 429
|
Loading