Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bazel CI]rules_dotnet is failing with Bazel@HEAD #1961

Open
sgowroji opened this issue May 30, 2024 · 0 comments
Open

[Bazel CI]rules_dotnet is failing with Bazel@HEAD #1961

sgowroji opened this issue May 30, 2024 · 0 comments
Assignees

Comments

@sgowroji
Copy link
Member

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3890#018fc7ad-9ffc-4c02-95bd-216dbc07524b

Platform: Multiple

Logs:

2024-05-30 04:07:06 ERROR  Failed to download artifact: Error creating Google Cloud Storage client: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
2024-05-30 04:07:06 FATAL  Failed to download artifacts: There were errors with downloading some of the artifacts
Traceback (most recent call last):
  File "bazelci.py", line 4461, in <module>
    sys.exit(main())
  File "bazelci.py", line 4429, in main
    execute_commands(
  File "bazelci.py", line 1272, in execute_commands
    os.environ["USE_BAZEL_VERSION"] = download_bazel_binary(tmpdir, binary_platform)
  File "bazelci.py", line 1687, in download_bazel_binary
    return download_binary(dest_dir, platform, binary_name)
  File "bazelci.py", line 1676, in download_binary
    execute_command(
  File "bazelci.py", line 2709, in execute_command
    return subprocess.run(
  File "/usr/lib/python3.8/subprocess.py", line 516, in run
    raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['buildkite-agent', 'artifact', 'download', 'bazel', '/tmp/tmpat91krs6', '--step', 'Build Bazel (:centos: CentOS 7)']' returned non-zero exit status 1.
🚨 Error: The command exited with status 1

Culprit:

Steps:

git clone https://github.com/bazelbuild/rules_dotnet
git reset 626e28effb14f87de8375186ebb59911a16b71fb  --hard
export USE_BAZEL_VERSION=00a0837f86d6086bba4bbcfdb6ab354edb7f3b63 

CC Greenteam @comius

@meteorcloudy meteorcloudy self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants