See https://ci.linaro.org/job/ldcg-python-manylinux-tensorflow-nightly/1079/display/redirect
Changes:
------------------------------------------ [...truncated 64.31 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/tmpswkv1h03']' 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/tmpswkv1h03 (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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/setup.py", line 70, in run self._check_build_environment() File "/tmp/pip-wheel-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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/tmpswkv1h03']' 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/tmpswkv1h03 (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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/setup.py", line 70, in run self._check_build_environment() File "/tmp/pip-wheel-cbb2y41k/dm-tree_c8f9a8c280ba49efa36b89700192a193/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/tmpswkv1h03']' 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 (676 packages loaded, 39615 targets configured) INFO: Elapsed time: 70.785s INFO: 0 processes. FAILED: Build did NOT complete successfully (676 packages loaded, 39615 targets configured) stderr_lines: <omitted> stdout: '' stdout_lines: <omitted>
PLAY RECAP ********************************************************************* localhost : ok=134 changed=96 unreachable=0 failed=1 skipped=18 rescued=0 ignored=0
Monday 12 February 2024 23:53:51 +0000 (0:01:11.794) 5:43:47.389 ******* =============================================================================== tensorflow_in_container : (Python 3.9) run TensorFlow git tests ------ 7274.86s tensorflow_in_container : (Python 3.9) build TensorFlow git ---------- 3766.56s tensorflow_in_container : (Python 3.11) run TensorFlow git tests ----- 2331.36s tensorflow_in_container : (Python 3.10) run TensorFlow git tests ----- 2279.62s tensorflow_in_container : (Python 3.10) stop build container --------- 1045.12s tensorflow_in_container : (Python 3.11) stop build container --------- 1017.46s tensorflow_in_container : (Python 3.9) stop build container ----------- 997.56s tensorflow_in_container : (Python 3.9) Convert wheel to manylinux2014 compatible one - 287.22s tensorflow_in_container : (Python 3.10) Convert wheel to manylinux2014 compatible one - 277.24s tensorflow_in_container : (Python 3.11) Convert wheel to manylinux2014 compatible one - 264.54s tensorflow_in_container : (Python 3.10) build TensorFlow git ---------- 247.77s tensorflow_in_container : (Python 3.11) build TensorFlow git ---------- 233.89s tensorflow_in_container : (Python 3.10) build Python package ---------- 126.19s tensorflow_in_container : (Python 3.9) build Python package ----------- 125.94s tensorflow_in_container : (Python 3.11) build Python package ---------- 122.70s tensorflow_in_container : (Python 3.12) build TensorFlow git ----------- 71.79s Cleanup after previous build ------------------------------------------- 30.09s tensorflow : Fetch TensorFlow from git --------------------------------- 23.21s tensorflow_in_container : (Python 3.12) build Python versioned container -- 12.09s tensorflow : Remove TensorFlow git sources from previous build ---------- 4.08s Build step 'Execute shell' marked build as failure
ldcg-ai-ml@op-lists.linaro.org