bazelbuild / bazel

a fast, scalable, multi-language and extensible build system
https://bazel.build
Apache License 2.0
23.21k stars 4.06k forks source link

android_ndk_integration_test exceeds 70k input limit for RBE #17784

Open tjgq opened 1 year ago

tjgq commented 1 year ago

I found this while attempting to re-enable remote execution for the Android integration tests (#8235).

ERROR: /workdir/src/test/shell/bazel/android/BUILD:113:16: Testing //src/test/shell/bazel/android:android_ndk_integration_test_with_platforms (shard 3 of 6) failed: (Exit 34): INVALID_ARGUMENT: Input tree has 75575 files, above the maximum of 70000

We should try to trim down the inputs or, failing that, try to get the limit raised. The inability to run remotely impacts Bazel CI latency, since we can never reuse a cached result.

github-actions[bot] commented 2 months ago

Thank you for contributing to the Bazel repository! This issue has been marked as stale since it has not had any activity in the last 1+ years. It will be closed in the next 90 days unless any other activity occurs. If you think this issue is still relevant and should stay open, please post any comment here and the issue will no longer be marked as stale.