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] android_sdk_repository & android_sdk_repository_platforms_tests are failing with Bazel@HEAD #237

Open
sgowroji opened this issue Jun 5, 2024 · 1 comment

Comments

@sgowroji
Copy link
Member

sgowroji commented Jun 5, 2024

CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/3902#018fe694-6d86-4481-9f50-ead07bed46f1

Platform: MacOS

Logs:

FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_platforms_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_platforms_test/test_attempts/attempt_1.log)
FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_platforms_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_platforms_test/test_attempts/attempt_2.log)
FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_platforms_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_platforms_test/test.log)
FAILED: �[0m//test/rules/android_sdk_repository:android_sdk_repository_platforms_test (Summary)
FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_test/test_attempts/attempt_1.log)
FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_test/test_attempts/attempt_2.log)
FAIL: �[0m//test/rules/android_sdk_repository:android_sdk_repository_test (Exit 1) (see /private/var/tmp/_bazel_buildkite/e0e56673ee341ac1cf59052a2e5f3541/execroot/rules_android/bazel-out/darwin_x86_64-fastbuild/testlogs/test/rules/android_sdk_repository/android_sdk_repository_test/test.log)
FAILED: �[0m//test/rules/android_sdk_repository:android_sdk_repository_test (Summary)
Error: The command exited with status 1�[0m
error: exit status 1

Culprit:

Steps:

git clone https://github.com/bazelbuild/rules_android
git reset fbb64ec456e90a9096b73791ff90caf7d5c5fdfc  --hard
export USE_BAZEL_VERSION=642b571962ca9e6cf40ce94a8f53b8618f12080a
bazel test //test/rules/... 

CC Greenteam @Wyverald

@ted-xie
Copy link
Contributor

ted-xie commented Jun 5, 2024

This looks at least partially caused by this?

2024/06/05 04:18:00 could not download Bazel: failed to download bazel: failed to download bazel: HTTP GET https://storage.googleapis.com/bazel-builds/artifacts/macos/642b571962ca9e6cf40ce94a8f53b8618f12080a/bazel failed with error 404

curl for that resource also fails.

$ curl https://storage.googleapis.com/bazel-builds/artifacts/macos/642b571962ca9e6cf40ce94a8f53b8618f12080a/bazel
<?xml version='1.0' encoding='UTF-8'?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Details>No such object: bazel-builds/artifacts/macos/642b571962ca9e6cf40ce94a8f53b8618f12080a/bazel</Details></Error>

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