Skip to content

Ensure go versions are synced between MODULE.bazel and go.mod. #86224

Ensure go versions are synced between MODULE.bazel and go.mod.

Ensure go versions are synced between MODULE.bazel and go.mod. #86224

Triggered via pull request January 23, 2025 23:09
@ZemnmezZemnmez
synchronize #7972
pr7972
Status Failure
Total duration 11m 16s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
//bzl/binary_with_args:bazel_lint failed in 0.1s: bzl/binary_with_args/BUILD.bazel#L1
//bzl/binary_with_args:bazel_lint FAILED in 0.1s exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //bzl/binary_with_args:bazel_lint ----------------------------------------------------------------------------- ./bzl/binary_with_args/binary_with_args.bzl: --- ./bzl/binary_with_args/binary_with_args.bzl 2025-01-23 23:10:13.928454056 +0000 +++ /tmp/buildifier-tmp-2908628518 2025-01-23 23:20:46.744878906 +0000 @@ -1,10 +1,9 @@ - def binary_with_args(name, binary, args, data = [], **kwargs): native.sh_binary( name = name, srcs = ["//bzl/binary_with_args:binary_with_args.sh"], data = [ - binary + binary, ] + data, args = [ "$(rlocationpath " + binary + ")", exit status 1
//py/copy_to_workspace:bazel_lint failed in 0.0s: py/copy_to_workspace/BUILD.bazel#L1
//py/copy_to_workspace:bazel_lint FAILED in 0.0s exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //py/copy_to_workspace:bazel_lint ----------------------------------------------------------------------------- ./py/copy_to_workspace/copy_to_workspace.bzl: --- ./py/copy_to_workspace/copy_to_workspace.bzl 2025-01-23 23:10:17.629434648 +0000 +++ /tmp/buildifier-tmp-716297273 2025-01-23 23:20:54.198847909 +0000 @@ -1,18 +1,17 @@ load("//bzl/binary_with_args:binary_with_args.bzl", "binary_with_args") def copy_to_workspace( - name, - src, # bazel output to copy - dst # where to put it in the repo -): + name, + src, # bazel output to copy + dst): # where to put it in the repo binary_with_args( name = name, binary = "//py/copy_to_workspace:copy_to_workspace_bin", args = [ "$(rlocationpath " + src + ")", - dst + dst, ], data = [ - src - ] + src, + ], ) exit status 1
Presubmit
Process completed with exit code 2.
Presubmit
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Presubmit
The process '/usr/bin/git' failed with exit code 128