-
-
Notifications
You must be signed in to change notification settings - Fork 591
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
Comments
But none of these are blockers. If you look at the last line, it says the build was successful. |
@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)
|
We depend on |
🐞 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
The text was updated successfully, but these errors were encountered: