exec ${PAGER:-/usr/bin/less} "$0" || exit 1 Executing tests from //src/test/py/bazel:runfiles_test ----------------------------------------------------------------------------- ....F... ====================================================================== FAIL: testPythonRunfilesLibraryInBazelToolsRepo (__main__.RunfilesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/bazel-out/darwin-fastbuild/bin/src/test/py/bazel/runfiles_test.runfiles/io_bazel/src/test/py/bazel/runfiles_test.py", line 101, in testPythonRunfilesLibraryInBazelToolsRepo self._AssertRunfilesLibraryInBazelToolsRepo("py", "Python") File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/bazel-out/darwin-fastbuild/bin/src/test/py/bazel/runfiles_test.runfiles/io_bazel/src/test/py/bazel/runfiles_test.py", line 70, in _AssertRunfilesLibraryInBazelToolsRepo self.AssertExitCode(exit_code, 0, stderr) File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/bazel-out/darwin-fastbuild/bin/src/test/py/bazel/runfiles_test.runfiles/io_bazel/src/test/py/bazel/test_base.py", line 149, in AssertExitCode self._AssertExitCodeIs(actual_exit_code, lambda x: x == expected_exit_code, File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/bazel-out/darwin-fastbuild/bin/src/test/py/bazel/runfiles_test.runfiles/io_bazel/src/test/py/bazel/test_base.py", line 134, in _AssertExitCodeIs self.fail('\n'.join([ AssertionError: Bazel exited with 1 (expected 0), stderr: (start stderr)---------------------------------------- Traceback (most recent call last): File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/_tmp/1102b533d039c2736c718a0a2bcd6888/_bazel_buildkite/8c3912731f9da1a093d1aeb2c4a725bd/execroot/foo_ws/bazel-out/darwin-fastbuild/bin/foo/runfiles-py.runfiles/foo_ws/foo/foo.py", line 73, in main() File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/_tmp/1102b533d039c2736c718a0a2bcd6888/_bazel_buildkite/8c3912731f9da1a093d1aeb2c4a725bd/execroot/foo_ws/bazel-out/darwin-fastbuild/bin/foo/runfiles-py.runfiles/foo_ws/foo/foo.py", line 68, in main raise Exception( Exception: ERROR: error running bar-py: ['Traceback (most recent call last):', 'File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/_tmp/1102b533d039c2736c718a0a2bcd6888/_bazel_buildkite/8c3912731f9da1a093d1aeb2c4a725bd/execroot/foo_ws/bazel-out/darwin-fastbuild/bin/bar/bar-py", line 541, in ', 'Main()', 'File "/private/var/tmp/_bazel_buildkite/74b83b0a08a820cec0108101bb8c37f8/sandbox/darwin-sandbox/8011/execroot/io_bazel/_tmp/1102b533d039c2736c718a0a2bcd6888/_bazel_buildkite/8c3912731f9da1a093d1aeb2c4a725bd/execroot/foo_ws/bazel-out/darwin-fastbuild/bin/bar/bar-py", line 481, in Main', "raise AssertionError('Could not find python binary: ' + PYTHON_BINARY)", 'AssertionError: Could not find python binary: python', ''] (end stderr)------------------------------------------ ---------------------------------------------------------------------- Ran 8 tests in 281.945s FAILED (failures=1)