Android Testing failing on Bazel CI
See original GitHub issuehttps://buildkite.com/bazel/bazel-at-release-plus-incompatible-flags/builds/13#6dd83578-ede3-4bf4-bd29-fc6d6a6f66e8
Android Testing is failing with Bazel@Release + incompatible flags
due to
ERROR: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/34bf6870dfb715fb6ec0e0d81121469e/external/protobuf_archive/BUILD.bazel:605:1: Traceback (most recent call last):
--
| File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/34bf6870dfb715fb6ec0e0d81121469e/external/protobuf_archive/BUILD.bazel", line 605
| internal_gen_well_known_protos_java(srcs = WELL_KNOWN_PROTOS)
| File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/34bf6870dfb715fb6ec0e0d81121469e/external/protobuf_archive/protobuf.bzl", line 266, in internal_gen_well_known_protos_java
| Label(("%s//protobuf_java" % REPOSITOR...))
| File "/var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/34bf6870dfb715fb6ec0e0d81121469e/external/protobuf_archive/protobuf.bzl", line 266, in Label
| REPOSITORY_NAME
| The value 'REPOSITORY_NAME' has been removed in favor of 'repository_name()', please use the latter (https://docs.bazel.build/versions/master/skylark/lib/native.html#repository_name). You can temporarily allow the old name by using --incompatible_package_name_is_a_function=false
However, it is passing with Bazel@HEAD
, where --incompatible_package_name_is_a_function
is already flipped to true.
I don’t understand why this is happening, is android_test_support
embedded in Bazel binary and depends on protobuf? @jin
Issue Analytics
- State:
- Created 5 years ago
- Comments:5
Top Results From Across the Web
Bazel CI: Android test failing with Bazel 4.1.0 #387 - GitHub
Fix the docker image to remove the empty /usr/local/lib/libc++.so . We don't have this file on our CI docker image. · Set LD_LIBRARY_PATH...
Read more >Android Instrumentation Tests | Bazel
Use --test_output=errors to print logs for failing tests, or --test_output=all to print all test output. If you're looking for an individual test log,...
Read more >Run Bazel Build on Semaphore
In this tutorial, we'll discuss how to set up and run Bazel builds on ... NodeJS server or running integration tests for your...
Read more >README.md - Aspect's Bazel Documentation
Bazel CI: Build status. Bazel automates building and testing software. ... A Haskell dependency fails with strange error messages.
Read more >Build failed in Jenkins: Bazel » darwin-x86_64 #104 - Google Groups
See <http://ci.bazel.io/job/Bazel/PLATFORM_NAME=darwin-x86_64/104/changes> ... TIMEOUT: //src/test/shell/bazel/android:android_integration_test (see ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can now upgrade protobuf to 3.6.1.2 https://github.com/protocolbuffers/protobuf/releases/tag/v3.6.1.2
We can close this now 😄