Skip to content

Facing build and test issues on PPC64LE architecture for the version 0.27.0 #1579

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

Open
vinodk99 opened this issue Nov 27, 2023 · 3 comments
Open
Labels
need: upstream support An issue that needs changes in upstream code P4

Comments

@vinodk99
Copy link

🐞 bug report

Affected Rule

bazel build //...
WARNING: /rules_python/docs/BUILD.bazel:31:6: target '//docs:bazel_repo_tools' is deprecated: Use @bazel_tools//tools:bzl_srcs instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:25:6: target '//docs:defs' is deprecated: Use //python:defs_bzl instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:37:12: target '//docs:pip_install_bzl' is deprecated: Use //python:pip_bzl or //python/pip_install:pip_repository_bzl instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:47:6: target '//docs:requirements_parser_bzl' is deprecated: Use //python/pip_install:pip_repository_bzl instead; Both the requirements parser and targets under //docs are internal
INFO: Analyzed 534 targets (0 packages loaded, 0 targets configured).
INFO: Found 534 targets...
WARNING: failed to create one or more convenience symlinks for prefix 'bazel-':
cannot create symbolic link bazel-bin -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/bin: /rules_python/bazel-bin (Permission denied)
cannot create symbolic link bazel-testlogs -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs: /rules_python/bazel-testlogs (Permission denied)
cannot create symbolic link bazel-out -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out: /rules_python/bazel-out (Permission denied)
cannot create symbolic link bazel-rules_python -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python: /rules_python/bazel-rules_python (Permission denied)
INFO: Elapsed time: 0.357s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action

Description

A clear and concise description of the problem...

Facing build issues on ppc64le architecture :

bazel build //...
WARNING: /rules_python/docs/BUILD.bazel:31:6: target '//docs:bazel_repo_tools' is deprecated: Use @bazel_tools//tools:bzl_srcs instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:25:6: target '//docs:defs' is deprecated: Use //python:defs_bzl instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:37:12: target '//docs:pip_install_bzl' is deprecated: Use //python:pip_bzl or //python/pip_install:pip_repository_bzl instead; targets under //docs are internal.
WARNING: /rules_python/docs/BUILD.bazel:47:6: target '//docs:requirements_parser_bzl' is deprecated: Use //python/pip_install:pip_repository_bzl instead; Both the requirements parser and targets under //docs are internal
INFO: Analyzed 534 targets (0 packages loaded, 0 targets configured).
INFO: Found 534 targets...
WARNING: failed to create one or more convenience symlinks for prefix 'bazel-':
cannot create symbolic link bazel-bin -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/bin: /rules_python/bazel-bin (Permission denied)
cannot create symbolic link bazel-testlogs -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs: /rules_python/bazel-testlogs (Permission denied)
cannot create symbolic link bazel-out -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out: /rules_python/bazel-out (Permission denied)
cannot create symbolic link bazel-rules_python -> /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python: /rules_python/bazel-rules_python (Permission denied)
INFO: Elapsed time: 0.357s, Critical Path: 0.00s
INFO: 1 process: 1 internal.
INFO: Build completed successfully, 1 total action

🌍 Your Environment

Operating System:

OS:rhel8

Output of bazel version:

bazel version
Build label: 6.0.0- (@Non-Git)
Build target: bazel-out/ppc-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Mon Nov 27 10:26:21 2023 (1701080781)
Build timestamp: 1701080781
Build timestamp as int: 1701080781

Rules_python version:
git branch

  • (HEAD detached at 0.27.0)
@jvolkman
Copy link
Contributor

  • The warnings in the beginning are because //... selects everything, including some deprecated targets.
  • The warnings at the end are because your user doesn't have write access to the /rules_python directory, so it can't create the bazel-* symlinks.

But none of these are blockers. If you look at the last line, it says the build was successful.

@vinodk99
Copy link
Author

vinodk99 commented Nov 28, 2023

@jvolkman ,If build is successfull but tests are failing can you have look on the below test failures for the latest version:0.27.0 ,Could you please help on this issue?

FAIL: //tests:pip_repository_entry_points_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/tests/pip_repository_entry_points_example/test.log)
INFO: From Testing //tests:pip_repository_entry_points_example:
==================== Test output for //tests:pip_repository_entry_points_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/346/execroot/rules_python/bazel-out/ppc-fastbuild/bin/tests/pip_repository_entry_points_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/346/execroot/rules_python/bazel-out/ppc-fastbuild/bin/tests/pip_repository_entry_points_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test tests/pip_repository_entry_points to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/346/execroot/rules_python/_tmp/299c2d8269732fe6eabe8c90f4b26fdb/tmp7giiaxev/wksp

FAIL: //examples:py_proto_library_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/py_proto_library_example/test.log)
INFO: From Testing //examples:py_proto_library_example:
==================== Test output for //examples:py_proto_library_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/345/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/py_proto_library_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/345/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/py_proto_library_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/py_proto_library to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/345/execroot/rules_python/_tmp/f91010597a5862256221499b829549c5/tmpi7f61a9t/wksp

FAIL: //examples:build_file_generation_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/build_file_generation_example/test.log)
INFO: From Testing //examples:build_file_generation_example:
==================== Test output for //examples:build_file_generation_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/348/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/build_file_generation_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/348/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/build_file_generation_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/build_file_generation to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/348/execroot/rules_python/_tmp/7f4adf2532c14f339b31d41b0a47e231/tmp_gyxaa5t/wksp

FAIL: //examples:pip_parse_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_parse_example/test.log)
INFO: From Testing //examples:pip_parse_example:
==================== Test output for //examples:pip_parse_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/389/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_parse_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/389/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_parse_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/pip_parse to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/389/execroot/rules_python/_tmp/932c76d25e97125d5de84d5eb74f6800/tmpsppo3t0n/wksp

FAIL: //examples:py_proto_library_example_bzlmod (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/py_proto_library_example_bzlmod/test.log)
INFO: From Testing //examples:py_proto_library_example_bzlmod:
==================== Test output for //examples:py_proto_library_example_bzlmod:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/429/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/py_proto_library_example_bzlmod.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/429/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/py_proto_library_example_bzlmod.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/py_proto_library to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/429/execroot/rules_python/_tmp/c2336b252e05dddf84084aa10a34dd81/tmpkohdqe7z/wksp

FAIL: //examples:bzlmod_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/bzlmod_example/test.log)
INFO: From Testing //examples:bzlmod_example:
==================== Test output for //examples:bzlmod_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/431/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/bzlmod_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 165: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
ERROR: The project you're trying to build requires Bazel 6.0.0 (specified in /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/431/execroot/rules_python/_tmp/a27b229ce2ef751f95a6126968a74a97/tmpj4tpwkdv/wksp/.bazelversion), but it wasn't found in /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0.

Bazel binaries for all official releases can be downloaded from here:
https://github.com/bazelbuild/bazel/releases

You can download the required version directly using this command:
(cd "/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0" && curl -fLO https://releases.bazel.build/6.0.0/release/bazel-6.0.0-linux-ppc64le && chmod +x bazel-6.0.0-linux-ppc64le)
copying workspace under test examples/bzlmod to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/431/execroot/rules_python/_tmp/a27b229ce2ef751f95a6126968a74a97/tmpj4tpwkdv/wksp

FAIL: //examples:multi_python_versions_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/multi_python_versions_example/test.log)
INFO: From Testing //examples:multi_python_versions_example:
==================== Test output for //examples:multi_python_versions_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/482/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/multi_python_versions_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/482/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/multi_python_versions_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/multi_python_versions to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/482/execroot/rules_python/_tmp/d6db8bdd1c14221c5e7b553cb229fdaf/tmp6mj3l60r/wksp

FAIL: //examples:pip_repository_annotations_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_repository_annotations_example/test.log)
INFO: From Testing //examples:pip_repository_annotations_example:
==================== Test output for //examples:pip_repository_annotations_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/487/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_repository_annotations_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/487/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_repository_annotations_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/pip_repository_annotations to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/487/execroot/rules_python/_tmp/526a9697c27a2fafbc24ae19c856cbaf/tmpvhp3ul_d/wksp

FAIL: //examples:bzlmod_build_file_generation_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/bzlmod_build_file_generation_example/test.log)
INFO: From Testing //examples:bzlmod_build_file_generation_example:
==================== Test output for //examples:bzlmod_build_file_generation_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/493/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/bzlmod_build_file_generation_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 165: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
ERROR: The project you're trying to build requires Bazel 6.0.0 (specified in /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/493/execroot/rules_python/_tmp/17033cb6c2ff471538522e247be7f630/tmpz4u985zw/wksp/.bazelversion), but it wasn't found in /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0.

Bazel binaries for all official releases can be downloaded from here:
https://github.com/bazelbuild/bazel/releases

You can download the required version directly using this command:
(cd "/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0" && curl -fLO https://releases.bazel.build/6.0.0/release/bazel-6.0.0-linux-ppc64le && chmod +x bazel-6.0.0-linux-ppc64le)
copying workspace under test examples/bzlmod_build_file_generation to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/493/execroot/rules_python/_tmp/17033cb6c2ff471538522e247be7f630/tmpz4u985zw/wksp

FAIL: //examples:pip_parse_vendored_example (see /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_parse_vendored_example/test.log)
INFO: From Testing //examples:pip_parse_vendored_example:
==================== Test output for //examples:pip_parse_vendored_example:
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/534/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_parse_vendored_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: cannot execute binary file: Exec format error
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/534/execroot/rules_python/bazel-out/ppc-fastbuild/bin/examples/pip_parse_vendored_example.runfiles/build_bazel_bazel_6_2_0/bazel: line 223: /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/external/build_bazel_bazel_6_2_0/bazel-real: Success
copying workspace under test examples/pip_parse_vendored to /home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/sandbox/processwrapper-sandbox/534/execroot/rules_python/_tmp/2935693d9a25cfe699d950512d51f676/tmp1b1dyp5j/wksp

INFO: Elapsed time: 156.559s, Critical Path: 99.99s
INFO: 113 processes: 4 local, 220 processwrapper-sandbox.
INFO: Build completed, 10 tests FAILED, 113 total actions
//tests/base_rules/py_binary:test_basic_windows SKIPPED
//tests/base_rules/py_test:test_basic_windows SKIPPED
//tests/py_runtime:test_bootstrap_template SKIPPED
//tests/toolchains:python_3_10_11_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_11_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_11_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_11_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_11_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_12_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_12_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_12_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_12_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_12_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_12_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_13_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_13_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_13_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_13_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_13_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_13_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_2_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_2_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_2_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_2_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_2_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_4_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_4_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_4_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_4_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_4_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_6_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_6_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_6_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_6_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_6_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_8_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_8_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_8_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_8_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_8_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_9_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_9_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_10_9_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_10_9_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_10_9_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_1_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_1_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_1_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_1_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_11_1_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_3_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_3_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_3_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_3_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_11_3_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_4_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_4_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_4_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_4_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_4_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_11_4_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_5_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_5_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_5_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_5_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_5_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_11_5_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_6_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_6_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_6_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_11_6_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_11_6_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_11_6_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_12_0_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_12_0_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_12_0_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_12_0_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_12_0_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_12_0_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_10_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_10_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_12_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_12_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_12_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_12_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_13_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_13_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_13_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_13_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_15_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_15_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_15_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_15_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_15_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_16_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_16_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_16_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_16_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_16_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_17_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_17_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_17_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_17_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_17_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_18_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_18_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_8_18_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_8_18_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_8_18_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_10_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_10_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_10_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_10_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_10_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_12_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_12_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_12_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_12_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_12_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_13_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_13_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_13_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_13_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_13_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_15_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_15_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_15_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_15_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_15_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_16_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_16_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_16_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_16_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_16_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_17_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_17_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_17_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_17_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_17_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_17_x86_64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_18_aarch64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_18_aarch64-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_18_s390x-unknown-linux-gnu_test SKIPPED
//tests/toolchains:python_3_9_18_x86_64-apple-darwin_test SKIPPED
//tests/toolchains:python_3_9_18_x86_64-pc-windows-msvc_test SKIPPED
//tests/toolchains:python_3_9_18_x86_64-unknown-linux-gnu_test SKIPPED
//:assert_bazelversion_test PASSED in 0.0s
//docs/sphinx:bzl_api_docs_build_test PASSED in 0.0s
//docs/sphinx:requirements_test PASSED in 56.5s
//examples/wheel:dist_build_tests PASSED in 0.0s
//examples/wheel:wheel_test PASSED in 0.8s
//python/pip_install/private/test:srcs_diff_test PASSED in 0.0s
//python/pip_install/private/test:test_parse_requirements_test_0 PASSED in 0.0s
//python/pip_install/private/test:test_parse_requirements_test_1 PASSED in 0.0s
//python/pip_install/tools/wheel_installer:arguments_test PASSED in 1.0s
//python/pip_install/tools/wheel_installer:namespace_pkgs_test PASSED in 0.8s
//python/pip_install/tools/wheel_installer:wheel_installer_test PASSED in 1.7s
//tests:bzl_libraries_build_test PASSED in 0.0s
//tests/base_rules/py_binary:test_consumes_provider PASSED in 0.1s
//tests/base_rules/py_binary:test_data_sets_uses_shared_library PASSED in 0.0s
//tests/base_rules/py_binary:test_default_main_can_be_generated PASSED in 0.1s
//tests/base_rules/py_binary:test_default_main_can_have_multiple_path_segments PASSED in 0.1s
//tests/base_rules/py_binary:test_default_main_cannot_be_ambiguous PASSED in 0.0s
//tests/base_rules/py_binary:test_default_main_must_be_in_srcs PASSED in 0.0s
//tests/base_rules/py_binary:test_executable_in_runfiles PASSED in 0.1s
//tests/base_rules/py_binary:test_explicit_main PASSED in 0.1s
//tests/base_rules/py_binary:test_explicit_main_cannot_be_ambiguous PASSED in 0.1s
//tests/base_rules/py_binary:test_files_to_build PASSED in 0.0s
//tests/base_rules/py_binary:test_name_cannot_end_in_py PASSED in 0.0s
//tests/base_rules/py_binary:test_requires_provider PASSED in 0.1s
//tests/base_rules/py_binary:test_tags_can_be_tuple PASSED in 0.0s
//tests/base_rules/py_library:test_consumes_provider PASSED in 0.1s
//tests/base_rules/py_library:test_data_sets_uses_shared_library PASSED in 0.1s
//tests/base_rules/py_library:test_files_to_build PASSED in 0.0s
//tests/base_rules/py_library:test_files_to_compile PASSED in 0.0s
//tests/base_rules/py_library:test_py_runtime_info_not_present PASSED in 0.0s
//tests/base_rules/py_library:test_requires_provider PASSED in 0.0s
//tests/base_rules/py_library:test_srcs_can_contain_rule_generating_py_and_nonpy_files PASSED in 0.0s
//tests/base_rules/py_library:test_srcs_generating_no_py_files_is_error PASSED in 0.0s
//tests/base_rules/py_library:test_tags_can_be_tuple PASSED in 0.0s
//tests/base_rules/py_test:test_consumes_provider PASSED in 0.1s
//tests/base_rules/py_test:test_data_sets_uses_shared_library PASSED in 0.0s
//tests/base_rules/py_test:test_default_main_can_be_generated PASSED in 0.0s
//tests/base_rules/py_test:test_default_main_can_have_multiple_path_segments PASSED in 0.0s
//tests/base_rules/py_test:test_default_main_cannot_be_ambiguous PASSED in 0.1s
//tests/base_rules/py_test:test_default_main_must_be_in_srcs PASSED in 0.0s
//tests/base_rules/py_test:test_executable_in_runfiles PASSED in 0.1s
//tests/base_rules/py_test:test_explicit_main PASSED in 0.1s
//tests/base_rules/py_test:test_explicit_main_cannot_be_ambiguous PASSED in 0.1s
//tests/base_rules/py_test:test_files_to_build PASSED in 0.1s
//tests/base_rules/py_test:test_mac_requires_darwin_for_execution PASSED in 0.0s
//tests/base_rules/py_test:test_name_cannot_end_in_py PASSED in 0.0s
//tests/base_rules/py_test:test_non_mac_doesnt_require_darwin_for_execution PASSED in 0.1s
//tests/base_rules/py_test:test_requires_provider PASSED in 0.1s
//tests/base_rules/py_test:test_tags_can_be_tuple PASSED in 0.1s
//tests/cc/current_py_cc_headers:test_current_toolchain_headers PASSED in 0.1s
//tests/cc/py_cc_toolchain:py_cc_toolchain_test PASSED in 0.1s
//tests/config_settings/transition:test_kwargs_get_consumed PASSED in 0.0s
//tests/config_settings/transition:test_py_args_default PASSED in 0.0s
//tests/entry_points:build_entry_point PASSED in 0.0s
//tests/entry_points:py_console_script_gen_test PASSED in 0.7s
//tests/pip_hub_repository/normalize_name:test_name_normalization PASSED in 0.0s
//tests/pip_hub_repository/render_pkg_aliases:test_all_legacy_aliases_are_created PASSED in 0.1s
//tests/pip_hub_repository/render_pkg_aliases:test_bzlmod_aliases PASSED in 0.0s
//tests/pip_hub_repository/render_pkg_aliases:test_bzlmod_aliases_are_created_for_all_wheels PASSED in 0.0s
//tests/pip_hub_repository/render_pkg_aliases:test_bzlmod_aliases_for_non_root_modules PASSED in 0.1s
//tests/pip_hub_repository/render_pkg_aliases:test_bzlmod_aliases_with_no_default_version PASSED in 0.2s
//tests/pip_hub_repository/render_pkg_aliases:test_legacy_aliases PASSED in 0.0s
//tests/pip_install/whl_library:test_simple PASSED in 0.1s
//tests/pip_install/whl_library:test_with_annotation PASSED in 0.0s
//tests/pip_install/whl_library:test_with_entry_points PASSED in 0.1s
//tests/private/parse_whl_name:test_multiple_platforms PASSED in 0.0s
//tests/private/parse_whl_name:test_real_numpy_wheel PASSED in 0.1s
//tests/private/parse_whl_name:test_simple PASSED in 0.0s
//tests/private/parse_whl_name:test_with_build_tag PASSED in 0.0s
//tests/py_runtime:test_cannot_have_both_inbuild_and_system_interpreter PASSED in 0.1s
//tests/py_runtime:test_cannot_specify_files_for_system_interpreter PASSED in 0.0s
//tests/py_runtime:test_in_build_interpreter PASSED in 0.0s
//tests/py_runtime:test_must_have_either_inbuild_or_system_interpreter PASSED in 0.0s
//tests/py_runtime:test_python_version_required PASSED in 0.1s
//tests/py_runtime:test_system_interpreter PASSED in 0.1s
//tests/py_runtime:test_system_interpreter_must_be_absolute PASSED in 0.1s
//tests/py_runtime_pair:test_basic PASSED in 0.1s
//tests/py_wheel:test_content_type_from_attr PASSED in 0.0s
//tests/py_wheel:test_content_type_from_description PASSED in 0.2s
//tests/py_wheel:test_metadata PASSED in 0.0s
//tests/py_wheel:test_pep440_normalization PASSED in 0.0s
//tests/py_wheel/py_wheel:test_too_long_project_url_label PASSED in 0.0s
//tests/pycross:py_wheel_library_test PASSED in 0.7s
//tests/runfiles:runfiles_test PASSED in 1.6s
//tests/toolchains:python_3_10_11_ppc64le-unknown-linux-gnu_test PASSED in 31.8s
//tests/toolchains:python_3_10_12_ppc64le-unknown-linux-gnu_test PASSED in 91.0s
//tests/toolchains:python_3_10_13_ppc64le-unknown-linux-gnu_test PASSED in 92.9s
//tests/toolchains:python_3_11_3_ppc64le-unknown-linux-gnu_test PASSED in 94.4s
//tests/toolchains:python_3_11_4_ppc64le-unknown-linux-gnu_test PASSED in 71.5s
//tests/toolchains:python_3_11_5_ppc64le-unknown-linux-gnu_test PASSED in 77.9s
//tests/toolchains:python_3_11_6_ppc64le-unknown-linux-gnu_test PASSED in 35.8s
//tests/toolchains:python_3_12_0_ppc64le-unknown-linux-gnu_test PASSED in 32.9s
//tests/toolchains:python_3_9_16_ppc64le-unknown-linux-gnu_test PASSED in 91.9s
//tests/toolchains:python_3_9_17_ppc64le-unknown-linux-gnu_test PASSED in 90.8s
//tests/toolchains:python_3_9_18_ppc64le-unknown-linux-gnu_test PASSED in 92.1s
//tests/toolchains:versions_test_test_0 PASSED in 0.0s
//tests/version_label:test_version_label_from_complex_version PASSED in 0.0s
//tests/version_label:test_version_label_from_major_minor_patch_version PASSED in 0.0s
//tests/version_label:test_version_label_from_major_minor_version PASSED in 0.1s
//tests/version_label:test_version_label_from_major_minor_version_custom_sep PASSED in 0.1s
//tools/private/update_deps:update_file_test PASSED in 0.7s
//tools/publish:requirements_test PASSED in 30.1s
//examples:build_file_generation_example FAILED in 0.7s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/build_file_generation_example/test.log
//examples:bzlmod_build_file_generation_example FAILED in 0.9s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/bzlmod_build_file_generation_example/test.log
//examples:bzlmod_example FAILED in 1.0s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/bzlmod_example/test.log
//examples:multi_python_versions_example FAILED in 0.7s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/multi_python_versions_example/test.log
//examples:pip_parse_example FAILED in 0.7s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_parse_example/test.log
//examples:pip_parse_vendored_example FAILED in 0.7s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_parse_vendored_example/test.log
//examples:pip_repository_annotations_example FAILED in 0.9s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/pip_repository_annotations_example/test.log
//examples:py_proto_library_example FAILED in 0.8s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/py_proto_library_example/test.log
//examples:py_proto_library_example_bzlmod FAILED in 0.8s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/examples/py_proto_library_example_bzlmod/test.log
//tests:pip_repository_entry_points_example FAILED in 0.7s
/home/user1/.cache/bazel/_bazel_user1/a946ea50162806df64f75665b6e6ad3e/execroot/rules_python/bazel-out/ppc-fastbuild/testlogs/tests/pip_repository_entry_points_example/test.log

Executed 112 out of 258 tests: 102 tests pass, 10 fail locally and 146 were skipped.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.

@aignas
Copy link
Collaborator

aignas commented May 13, 2024

We depend on bazel binaries to run our integration tests. As long as there are no bazel binaries in https://github.com/bazel-contrib/rules_bazel_integration_test, the tests will fail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need: upstream support An issue that needs changes in upstream code P4
Projects
None yet
Development

No branches or pull requests

3 participants