See https://ci.linaro.org/job/ldcg-python-manylinux-tensorflow-onednn-nightly/711/display/redirect
Changes:
------------------------------------------ [...truncated 65.14 KB...]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dm-tree ERROR: Failed to build one or more wheels Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 200, in <module> main() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 180, in main subprocess.run(pip_args, check=True, env=env) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/bin/python3', '-m', 'pip', '--isolated', 'wheel', '--no-deps', '-r', '/tmp/tmp03_p1c1x']' returned non-zero exit status 1. ) error code: '1' ERROR: /tf/tensorflow/WORKSPACE:70:13: fetching whl_library rule //external:pypi_dm_tree: Traceback (most recent call last): File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/pip_repository.bzl", line 596, column 13, in _whl_library_impl fail("whl_library %s failed: %s (%s) error code: '%s'" % (rctx.attr.name, result.stdout, result.stderr, result.return_code)) Error in fail: whl_library pypi_dm_tree failed: Collecting dm-tree==0.1.8 (from -r /tmp/tmp03_p1c1x (line 1)) Downloading dm-tree-0.1.8.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: dm-tree Building wheel for dm-tree (setup.py): started Building wheel for dm-tree (setup.py): finished with status 'error' Running setup.py clean for dm-tree Failed to build dm-tree ( error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [68 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.linux-aarch64-cpython-312 creating build/lib.linux-aarch64-cpython-312/tree copying tree/__init__.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/sequence.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/tree_benchmark.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/tree_test.py -> build/lib.linux-aarch64-cpython-312/tree running build_ext Traceback (most recent call last): File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 77, in _check_build_environment subprocess.check_call(['cmake', '--version']) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 408, in check_call retcode = call(*popenargs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 389, in call with Popen(*popenargs, **kwargs) as p: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 1950, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 124, in <module> setuptools.setup( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/__init__.py", line 107, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__wheel/wheel/bdist_wheel.py", line 364, in run self.run_command("build") File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/command/build.py", line 131, in run self.run_command(cmd_name) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 70, in run self._check_build_environment() File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 80, in _check_build_environment raise RuntimeError( RuntimeError: CMake must be installed to build the following extensions: _tree [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dm-tree ERROR: Failed to build one or more wheels Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 200, in <module> main() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 180, in main subprocess.run(pip_args, check=True, env=env) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/bin/python3', '-m', 'pip', '--isolated', 'wheel', '--no-deps', '-r', '/tmp/tmp03_p1c1x']' returned non-zero exit status 1. ) error code: '1' ERROR: /home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi_keras_nightly/BUILD.bazel:22:11: @pypi_keras_nightly//:pkg depends on @pypi_dm_tree//:pkg in repository @pypi_dm_tree which failed to fetch. no such package '@pypi_dm_tree//': whl_library pypi_dm_tree failed: Collecting dm-tree==0.1.8 (from -r /tmp/tmp03_p1c1x (line 1)) Downloading dm-tree-0.1.8.tar.gz (35 kB) Preparing metadata (setup.py): started Preparing metadata (setup.py): finished with status 'done' Building wheels for collected packages: dm-tree Building wheel for dm-tree (setup.py): started Building wheel for dm-tree (setup.py): finished with status 'error' Running setup.py clean for dm-tree Failed to build dm-tree ( error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [68 lines of output] running bdist_wheel running build running build_py creating build creating build/lib.linux-aarch64-cpython-312 creating build/lib.linux-aarch64-cpython-312/tree copying tree/__init__.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/sequence.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/tree_benchmark.py -> build/lib.linux-aarch64-cpython-312/tree copying tree/tree_test.py -> build/lib.linux-aarch64-cpython-312/tree running build_ext Traceback (most recent call last): File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 77, in _check_build_environment subprocess.check_call(['cmake', '--version']) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 408, in check_call retcode = call(*popenargs, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 389, in call with Popen(*popenargs, **kwargs) as p: ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 1026, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 1950, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'cmake'
The above exception was the direct cause of the following exception:
Traceback (most recent call last): File "<string>", line 2, in <module> File "<pip-setuptools-caller>", line 34, in <module> File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 124, in <module> setuptools.setup( File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/__init__.py", line 107, in setup return distutils.core.setup(**attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/core.py", line 185, in setup return run_commands(dist) ^^^^^^^^^^^^^^^^^^ File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/core.py", line 201, in run_commands dist.run_commands() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 969, in run_commands self.run_command(cmd) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__wheel/wheel/bdist_wheel.py", line 364, in run self.run_command("build") File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/command/build.py", line 131, in run self.run_command(cmd_name) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/cmd.py", line 318, in run_command self.distribution.run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/dist.py", line 1233, in run_command super().run_command(command) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/pypi__setuptools/setuptools/_distutils/dist.py", line 988, in run_command cmd_obj.run() File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 70, in run self._check_build_environment() File "/tmp/pip-wheel-n5bmrch7/dm-tree_a95e4cf3b7824331aee15ee8f896e66f/setup.py", line 80, in _check_build_environment raise RuntimeError( RuntimeError: CMake must be installed to build the following extensions: _tree [end of output]
note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for dm-tree ERROR: Failed to build one or more wheels Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 200, in <module> main() File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/rules_python/python/pip_install/tools/wheel_installer/wheel_installer.py", line 180, in main subprocess.run(pip_args, check=True, env=env) File "/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['/home/buildslave/.cache/bazel/_bazel_buildslave/fbac33eb30dbfb6b11b15a7ff5ac830d/external/python_aarch64-unknown-linux-gnu/bin/python3', '-m', 'pip', '--isolated', 'wheel', '--no-deps', '-r', '/tmp/tmp03_p1c1x']' returned non-zero exit status 1. ) error code: '1' ERROR: Analysis of target '//tensorflow/tools/pip_package:build_pip_package' failed; build aborted: Analyzing: target //tensorflow/tools/pip_package:build_pip_package (685 packages loaded, 42853 targets configured) INFO: Elapsed time: 74.032s INFO: 0 processes. FAILED: Build did NOT complete successfully (685 packages loaded, 42853 targets configured) stderr_lines: <omitted> stdout: '' stdout_lines: <omitted>
PLAY RECAP ********************************************************************* localhost : ok=134 changed=95 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0
Tuesday 13 February 2024 05:38:51 +0000 (0:01:14.928) 5:28:47.090 ****** =============================================================================== tensorflow_in_container : (Python 3.9) run TensorFlow-oneDNN-ACL git tests 6933.95s tensorflow_in_container : (Python 3.9) build TensorFlow-oneDNN-ACL git 2889.87s tensorflow_in_container : (Python 3.10) run TensorFlow-oneDNN-ACL git tests 2455.16s tensorflow_in_container : (Python 3.11) run TensorFlow-oneDNN-ACL git tests 2368.92s tensorflow_in_container : (Python 3.11) stop build container --------- 1088.69s tensorflow_in_container : (Python 3.10) stop build container --------- 1025.19s tensorflow_in_container : (Python 3.9) stop build container ---------- 1018.07s tensorflow_in_container : (Python 3.10) Convert wheel to manylinux2014 compatible one - 306.55s tensorflow_in_container : (Python 3.9) Convert wheel to manylinux2014 compatible one - 303.13s tensorflow_in_container : (Python 3.11) Convert wheel to manylinux2014 compatible one - 288.41s tensorflow_in_container : (Python 3.11) build TensorFlow-oneDNN-ACL git - 219.10s tensorflow_in_container : (Python 3.10) build TensorFlow-oneDNN-ACL git - 206.68s tensorflow_in_container : (Python 3.10) build Python package ---------- 129.53s tensorflow_in_container : (Python 3.9) build Python package ----------- 127.07s tensorflow_in_container : (Python 3.11) build Python package ---------- 126.94s tensorflow_in_container : (Python 3.12) build TensorFlow-oneDNN-ACL git -- 74.93s tensorflow_in_container : (Python 3.12) start build container ---------- 31.98s tensorflow : Fetch TensorFlow-oneDNN-ACL from git ---------------------- 22.22s Cleanup after previous build ------------------------------------------- 20.93s tensorflow : Remove TensorFlow-oneDNN-ACL git sources from previous build --- 4.08s Build step 'Execute shell' marked build as failure
ldcg-ai-ml@op-lists.linaro.org