Skip to content
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

Klipper: Image build is failing #95

Closed
mkuf opened this issue Sep 22, 2023 · 0 comments
Closed

Klipper: Image build is failing #95

mkuf opened this issue Sep 22, 2023 · 0 comments

Comments

@mkuf
Copy link
Owner

mkuf commented Sep 22, 2023

Nightly Image build for klipper is failing

https://github.com/mkuf/prind/actions/runs/6269327918/job/17025592060

#45 [linux/arm/v7 build 4/4] RUN python -m venv venv  && venv/bin/pip install -r klipper/scripts/klippy-requirements.txt  && venv/bin/pip install numpy  && venv/bin/python -m compileall klipper/klippy  && venv/bin/python klipper/klippy/chelper/__init__.py
#45 459.7   Installing backend dependencies: finished with status 'error'
#45 459.8   error: subprocess-exited-with-error
#45 459.8   
#45 459.8   × pip subprocess to install backend dependencies did not run successfully.
#45 459.8   │ exit code: 1
#45 459.8   ╰─> [36 lines of output]
#45 459.8       Collecting patchelf>=0.11.0
#45 459.8         Downloading patchelf-0.17.2.1-py2.py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl (381 kB)
#45 459.8            ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 381.1/381.1 kB 1.2 MB/s eta 0:00:00
#45 459.8       Collecting ninja>=1.8.2
#45 459.8         Downloading ninja-1.11.1.tar.gz (27 kB)
#45 459.8         Installing build dependencies: started
#45 459.8         Installing build dependencies: finished with status 'done'
#45 459.8         Getting requirements to build wheel: started
#45 459.8         Getting requirements to build wheel: finished with status 'done'
#45 459.8         Preparing metadata (pyproject.toml): started
#45 459.8         Preparing metadata (pyproject.toml): finished with status 'done'
#45 459.8       Building wheels for collected packages: ninja
#45 459.8         Building wheel for ninja (pyproject.toml): started
#45 459.8         Building wheel for ninja (pyproject.toml): finished with status 'error'
#45 459.8         error: subprocess-exited-with-error
#45 459.8       
#45 459.8         × Building wheel for ninja (pyproject.toml) did not run successfully.
#45 459.8         │ exit code: 1
#45 459.8         ╰─> [11 lines of output]
#45 459.8             Traceback (most recent call last):
#45 459.8               File "/tmp/pip-build-env-pv655okc/overlay/lib/python3.11/site-packages/skbuild/setuptools_wrap.py", line 645, in setup
#45 459.8                 cmkr = cmaker.CMaker(cmake_executable)
#45 459.8                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#45 459.8               File "/tmp/pip-build-env-pv655okc/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 148, in __init__
#45 459.8                 self.cmake_version = get_cmake_version(self.cmake_executable)
#45 459.8                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
#45 459.8               File "/tmp/pip-build-env-pv655okc/overlay/lib/python3.11/site-packages/skbuild/cmaker.py", line 105, in get_cmake_version
#45 459.8                 raise SKBuildError(msg) from err
#45 459.8       
#45 459.8             Problem with the CMake installation, aborting build. CMake executable is cmake
#45 459.8             [end of output]
#45 459.8       
#45 459.8         note: This error originates from a subprocess, and is likely not a problem with pip.
#45 459.8         ERROR: Failed building wheel for ninja
#45 459.8       Failed to build ninja
#45 459.8       ERROR: Could not build wheels for ninja, which is required to install pyproject.toml-based projects
#45 459.8       [end of output]
#45 459.8   
#45 459.8   note: This error originates from a subprocess, and is likely not a problem with pip.
#45 459.8 error: subprocess-exited-with-error
#45 459.8 
#45 459.8 × pip subprocess to install backend dependencies did not run successfully.
#45 459.8 │ exit code: 1
#45 459.8 ╰─> See above for output.
#45 459.8 
#45 459.8 note: This error originates from a subprocess, and is likely not a problem with pip.
#45 ERROR: process "/bin/sh -c python -m venv venv  && venv/bin/pip install -r klipper/scripts/klippy-requirements.txt  && venv/bin/pip install numpy  && venv/bin/python -m compileall klipper/klippy  && venv/bin/python klipper/klippy/chelper/__init__.py" did not complete successfully: exit code: 1
@mkuf mkuf closed this as completed in 89e536d Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant