bazel: //src/test/shell/bazel/android:android_ndk_integration_test doesn't work with remote caching
INFO: From Executing genrule //src/test/java/com/google/devtools/build/android/desugar:desugar_testdata_from_directory_to_directory:
--
| /tmp/tmp.aw3wZdZTdO /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/bazel-sandbox/1716082235553702946/execroot/io_bazel
| [2018-02-20T10:29:55Z] /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/bazel-sandbox/1716082235553702946/execroot/io_bazel
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_1_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_4_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_5_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_6_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_2_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
| ERROR: /var/lib/buildkite-agent/builds/buildkite-ubuntu1604-6z37/bazel/bazel/src/test/shell/bazel/android/BUILD:71:1: Couldn't build file src/test/shell/bazel/android/android_ndk_integration_test/shard_3_of_6/test.log: failed: Unexpected IO error.: Input is a directory: /var/lib/buildkite-agent/.cache/bazel/_bazel_buildkite-agent/02e53aad341ca65ced1335c03162fe6d/execroot/io_bazel/external/androidndk/ndk/build
About this issue
- Original URL
- State: open
- Created 6 years ago
- Comments: 31 (28 by maintainers)
Commits related to this issue
- Disable android ndk integration test until https://github.com/bazelbuild/bazel/issues/4663 is fixed — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663 — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- Revert "stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663" This reverts commit 2db59bbf0a49d0ed7d21f338fc0ee86fe0747f2b. — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- Android NDK r17 support [Full NDK changelog](https://github.com/android-ndk/ndk/wiki/Changelog-r17) Changes related to Bazel's NDK toolchain/CROSSTOOL generation: - Removed support for targeting mi... — committed to bazelbuild/bazel by jin 6 years ago
- Android NDK r17 support [Full NDK changelog](https://github.com/android-ndk/ndk/wiki/Changelog-r17) Changes related to Bazel's NDK toolchain/CROSSTOOL generation: - Removed support for targeting mi... — committed to werkt/bazel by jin 6 years ago
- Disable android ndk integration test until https://github.com/bazelbuild/bazel/issues/4663 is fixed — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663 — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- Revert "stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663" This reverts commit 2db59bbf0a49d0ed7d21f338fc0ee86fe0747f2b. — committed to bazelbuild/continuous-integration by buchgr 6 years ago
- remote: re-implement merkle tree buildling The TreeNodeRepository served us well, but has become a bit dated over time and it's increasingly hard to understand and to fix bugs. Additionally, it was w... — committed to buchgr/bazel by buchgr 5 years ago
- remote: re-implement merkle tree buildling The TreeNodeRepository served us well, but has become a bit dated over time and it's increasingly hard to understand and to fix bugs. Additionally, it was w... — committed to buchgr/bazel by buchgr 5 years ago
- remote: re-implement merkle tree buildling The TreeNodeRepository served us well, but has become a bit dated over time and it's increasingly hard to understand and to fix bugs. Additionally, it was w... — committed to buchgr/bazel by buchgr 5 years ago
- remote: re-implement merkle tree buildling The TreeNodeRepository served us well, but has become a bit dated over time and it's increasingly hard to understand and to fix bugs. Additionally, it was w... — committed to bazelbuild/bazel by buchgr 5 years ago
- Disable android ndk integration test until https://github.com/bazelbuild/bazel/issues/4663 is fixed — committed to joeleba/continuous-integration by buchgr 6 years ago
- stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663 — committed to joeleba/continuous-integration by buchgr 6 years ago
- Revert "stop using --experimental_remote_spawn_strategy. see https://github.com/bazelbuild/bazel/issues/4663" This reverts commit 2db59bbf0a49d0ed7d21f338fc0ee86fe0747f2b. — committed to joeleba/continuous-integration by buchgr 6 years ago
update: it’s been enabled for bazel postsubmit pipeline where we don’t use remote caching.