We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Build fails when updating from 24.11 to 25.05
nixos 25.05
> nix log /nix/store/ykfxz6sqi3sp1biv4qf4j6wz2g2zb4c5-python3.12-rapidocr-onnxruntime-1.4.4.drv Sourcing python-remove-tests-dir-hook Sourcing python-catch-conflicts-hook.sh Sourcing python-remove-bin-bytecode-hook.sh Sourcing pypa-build-hook Using pypaBuildPhase Sourcing python-runtime-deps-check-hook Using pythonRuntimeDepsCheckHook Sourcing pypa-install-hook Using pypaInstallPhase Sourcing python-imports-check-hook.sh Using pythonImportsCheckPhase Sourcing python-namespaces-hook Sourcing python-catch-conflicts-hook.sh Sourcing pytest-check-hook Using pytestCheckPhase Running phase: unpackPhase @nix { "action": "setPhase", "phase": "unpackPhase" } unpacking source archive /nix/store/x82s6qih3m5zrvi15ckmky2jfy4wfjqx-source source root is source/python setting SOURCE_DATE_EPOCH to timestamp 315619200 of file "source/python/tests/test_vino.py" Running phase: patchPhase @nix { "action": "setPhase", "phase": "patchPhase" } applying patch /nix/store/ypznvic1vp5ag8sw6w33bc39v84rwanj-setup-py-override-version-checking.patch patching file setup_onnxruntime.py Running phase: updateAutotoolsGnuConfigScriptsPhase @nix { "action": "setPhase", "phase": "updateAutotoolsGnuConfigScriptsPhase" } Running phase: configurePhase @nix { "action": "setPhase", "phase": "configurePhase" } no configure script, doing nothing Running phase: buildPhase @nix { "action": "setPhase", "phase": "buildPhase" } Executing pypaBuildPhase Creating a wheel... pypa build flags: --no-isolation --outdir dist/ --wheel * Getting build dependencies for wheel... /build/source/docs/doc_whl_rapidocr_ort.md running egg_info creating rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info writing rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/PKG-INFO writing dependency_links to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/dependency_links.txt writing entry points to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/entry_points.txt writing requirements to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/requires.txt writing top-level names to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/top_level.txt writing manifest file 'rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/SOURCES.txt' reading manifest file 'rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/SOURCES.txt' writing manifest file 'rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/SOURCES.txt' * Building wheel... /build/source/docs/doc_whl_rapidocr_ort.md running bdist_wheel running build running build_py creating build/lib/rapidocr_onnxruntime copying rapidocr_onnxruntime/rapidocr_onnxruntime/__init__.py -> build/lib/rapidocr_onnxruntime copying rapidocr_onnxruntime/rapidocr_onnxruntime/main.py -> build/lib/rapidocr_onnxruntime creating build/lib/rapidocr_onnxruntime/ch_ppocr_det copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_det/__init__.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_det copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_det/text_detect.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_det copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_det/utils.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_det creating build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/__init__.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/parse_parameters.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/vis_res.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/logger.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/load_image.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/process_img.py -> build/lib/rapidocr_onnxruntime/utils copying rapidocr_onnxruntime/rapidocr_onnxruntime/utils/infer_engine.py -> build/lib/rapidocr_onnxruntime/utils creating build/lib/rapidocr_onnxruntime/ch_ppocr_cls copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_cls/__init__.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_cls copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_cls/text_cls.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_cls copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_cls/utils.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_cls creating build/lib/rapidocr_onnxruntime/ch_ppocr_rec copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_rec/__init__.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_rec copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_rec/text_recognize.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_rec copying rapidocr_onnxruntime/rapidocr_onnxruntime/ch_ppocr_rec/utils.py -> build/lib/rapidocr_onnxruntime/ch_ppocr_rec creating build/lib/rapidocr_onnxruntime/cal_rec_boxes copying rapidocr_onnxruntime/rapidocr_onnxruntime/cal_rec_boxes/__init__.py -> build/lib/rapidocr_onnxruntime/cal_rec_boxes copying rapidocr_onnxruntime/rapidocr_onnxruntime/cal_rec_boxes/main.py -> build/lib/rapidocr_onnxruntime/cal_rec_boxes running egg_info writing rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/PKG-INFO writing dependency_links to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/dependency_links.txt writing entry points to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/entry_points.txt writing requirements to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/requires.txt writing top-level names to rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/top_level.txt reading manifest file 'rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/SOURCES.txt' writing manifest file 'rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info/SOURCES.txt' copying rapidocr_onnxruntime/rapidocr_onnxruntime/config.yaml -> build/lib/rapidocr_onnxruntime creating build/lib/rapidocr_onnxruntime/models copying rapidocr_onnxruntime/rapidocr_onnxruntime/models/ch_PP-OCRv4_det_infer.onnx -> build/lib/rapidocr_onnxruntime/models copying rapidocr_onnxruntime/rapidocr_onnxruntime/models/ch_PP-OCRv4_rec_infer.onnx -> build/lib/rapidocr_onnxruntime/models copying rapidocr_onnxruntime/rapidocr_onnxruntime/models/ch_ppocr_mobile_v2.0_cls_infer.onnx -> build/lib/rapidocr_onnxruntime/models installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime copying build/lib/rapidocr_onnxruntime/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/ch_ppocr_det copying build/lib/rapidocr_onnxruntime/ch_ppocr_det/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_det copying build/lib/rapidocr_onnxruntime/ch_ppocr_det/text_detect.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_det copying build/lib/rapidocr_onnxruntime/ch_ppocr_det/utils.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_det creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/parse_parameters.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/vis_res.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/logger.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/load_image.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/process_img.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils copying build/lib/rapidocr_onnxruntime/utils/infer_engine.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/utils creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/models copying build/lib/rapidocr_onnxruntime/models/ch_PP-OCRv4_det_infer.onnx -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/models copying build/lib/rapidocr_onnxruntime/models/ch_PP-OCRv4_rec_infer.onnx -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/models copying build/lib/rapidocr_onnxruntime/models/ch_ppocr_mobile_v2.0_cls_infer.onnx -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxrunt> copying build/lib/rapidocr_onnxruntime/main.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime copying build/lib/rapidocr_onnxruntime/config.yaml -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/ch_ppocr_cls copying build/lib/rapidocr_onnxruntime/ch_ppocr_cls/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_cls copying build/lib/rapidocr_onnxruntime/ch_ppocr_cls/text_cls.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_cls copying build/lib/rapidocr_onnxruntime/ch_ppocr_cls/utils.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_cls creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/ch_ppocr_rec copying build/lib/rapidocr_onnxruntime/ch_ppocr_rec/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_rec copying build/lib/rapidocr_onnxruntime/ch_ppocr_rec/text_recognize.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr> copying build/lib/rapidocr_onnxruntime/ch_ppocr_rec/utils.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/ch_ppocr_rec creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime/cal_rec_boxes copying build/lib/rapidocr_onnxruntime/cal_rec_boxes/__init__.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/cal_rec_boxes copying build/lib/rapidocr_onnxruntime/cal_rec_boxes/main.py -> build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime/cal_rec_boxes running install_egg_info Copying rapidocr_onnxruntime/rapidocr_onnxruntime.egg-info to build/bdist.linux-x86_64/wheel/./rapidocr_onnxruntime-1.4.4-py3.12.egg-in> running install_scripts creating build/bdist.linux-x86_64/wheel/rapidocr_onnxruntime-1.4.4.dist-info/WHEEL creating '/build/source/python/dist/.tmp-x1fmww3c/rapidocr_onnxruntime-1.4.4-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/whe> adding 'rapidocr_onnxruntime/__init__.py' adding 'rapidocr_onnxruntime/config.yaml' adding 'rapidocr_onnxruntime/main.py' adding 'rapidocr_onnxruntime/cal_rec_boxes/__init__.py' adding 'rapidocr_onnxruntime/cal_rec_boxes/main.py' adding 'rapidocr_onnxruntime/ch_ppocr_cls/__init__.py' adding 'rapidocr_onnxruntime/ch_ppocr_cls/text_cls.py' adding 'rapidocr_onnxruntime/ch_ppocr_cls/utils.py' adding 'rapidocr_onnxruntime/ch_ppocr_det/__init__.py' adding 'rapidocr_onnxruntime/ch_ppocr_det/text_detect.py' adding 'rapidocr_onnxruntime/ch_ppocr_det/utils.py' adding 'rapidocr_onnxruntime/ch_ppocr_rec/__init__.py' adding 'rapidocr_onnxruntime/ch_ppocr_rec/text_recognize.py' adding 'rapidocr_onnxruntime/ch_ppocr_rec/utils.py' adding 'rapidocr_onnxruntime/models/ch_PP-OCRv4_det_infer.onnx' adding 'rapidocr_onnxruntime/models/ch_PP-OCRv4_rec_infer.onnx' adding 'rapidocr_onnxruntime/models/ch_ppocr_mobile_v2.0_cls_infer.onnx' adding 'rapidocr_onnxruntime/utils/__init__.py' adding 'rapidocr_onnxruntime/utils/infer_engine.py' adding 'rapidocr_onnxruntime/utils/load_image.py' adding 'rapidocr_onnxruntime/utils/logger.py' adding 'rapidocr_onnxruntime/utils/parse_parameters.py' adding 'rapidocr_onnxruntime/utils/process_img.py' adding 'rapidocr_onnxruntime/utils/vis_res.py' adding 'rapidocr_onnxruntime-1.4.4.dist-info/METADATA' adding 'rapidocr_onnxruntime-1.4.4.dist-info/WHEEL' adding 'rapidocr_onnxruntime-1.4.4.dist-info/entry_points.txt' adding 'rapidocr_onnxruntime-1.4.4.dist-info/top_level.txt' adding 'rapidocr_onnxruntime-1.4.4.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Successfully built rapidocr_onnxruntime-1.4.4-py3-none-any.whl Finished creating a wheel... Finished executing pypaBuildPhase Running phase: pythonRuntimeDepsCheckHook @nix { "action": "setPhase", "phase": "pythonRuntimeDepsCheckHook" } Executing pythonRuntimeDepsCheck Checking runtime dependencies for rapidocr_onnxruntime-1.4.4-py3-none-any.whl Finished executing pythonRuntimeDepsCheck Running phase: installPhase @nix { "action": "setPhase", "phase": "installPhase" } Executing pypaInstallPhase Successfully installed rapidocr_onnxruntime-1.4.4-py3-none-any.whl Finished executing pypaInstallPhase Running phase: pythonOutputDistPhase @nix { "action": "setPhase", "phase": "pythonOutputDistPhase" } Executing pythonOutputDistPhase Finished executing pythonOutputDistPhase Running phase: fixupPhase @nix { "action": "setPhase", "phase": "fixupPhase" } shrinking RPATHs of ELF executables and libraries in /nix/store/0dm3biixyyrl7rf5cwsas4wr0a9718lk-python3.12-rapidocr-onnxruntime-1.4.4 checking for references to /build/ in /nix/store/0dm3biixyyrl7rf5cwsas4wr0a9718lk-python3.12-rapidocr-onnxruntime-1.4.4... patching script interpreter paths in /nix/store/0dm3biixyyrl7rf5cwsas4wr0a9718lk-python3.12-rapidocr-onnxruntime-1.4.4 stripping (with command strip and flags -S -p) in /nix/store/0dm3biixyyrl7rf5cwsas4wr0a9718lk-python3.12-rapidocr-onnxruntime-1.4.4/li> shrinking RPATHs of ELF executables and libraries in /nix/store/fsk7c6wi43xbq68g3m0c3mbijykhx1qk-python3.12-rapidocr-onnxruntime-1.4.4-> checking for references to /build/ in /nix/store/fsk7c6wi43xbq68g3m0c3mbijykhx1qk-python3.12-rapidocr-onnxruntime-1.4.4-dist... patching script interpreter paths in /nix/store/fsk7c6wi43xbq68g3m0c3mbijykhx1qk-python3.12-rapidocr-onnxruntime-1.4.4-dist Rewriting #!/nix/store/8w718rm43x7z73xhw9d6vh8s4snrq67h-python3-3.12.10/bin/python3.12 to #!/nix/store/8w718rm43x7z73xhw9d6vh8s4snrq67h> wrapping `/nix/store/0dm3biixyyrl7rf5cwsas4wr0a9718lk-python3.12-rapidocr-onnxruntime-1.4.4/bin/rapidocr_onnxruntime'... Executing pythonRemoveTestsDir Finished executing pythonRemoveTestsDir Running phase: installCheckPhase @nix { "action": "setPhase", "phase": "installCheckPhase" } no Makefile or custom installCheckPhase, doing nothing Running phase: pythonCatchConflictsPhase @nix { "action": "setPhase", "phase": "pythonCatchConflictsPhase" } Running phase: pythonRemoveBinBytecodePhase @nix { "action": "setPhase", "phase": "pythonRemoveBinBytecodePhase" } Running phase: pythonImportsCheckPhase @nix { "action": "setPhase", "phase": "pythonImportsCheckPhase" } Executing pythonImportsCheckPhase Check whether the following modules can be imported: rapidocr_onnxruntime Running phase: pytestCheckPhase @nix { "action": "setPhase", "phase": "pytestCheckPhase" } Executing pytestCheckPhase pytest flags: -m pytest --ignore-glob=tests/test_vino.py --ignore-glob=tests/test_paddle.py -k not\ \(test_long_img\) ============================= test session starts ============================== platform linux -- Python 3.12.10, pytest-8.3.5, pluggy-1.5.0 rootdir: /build/source/python collecting ... ^Mcollected 28 items / 1 deselected / 27 selected tests/test_ort.py Fatal Python error: Aborted Current thread 0x00007ffff7f85740 (most recent call first): File "/nix/store/pf36mfzyl4nbz0r4bg3dg3vlaf77vyfb-python3.12-onnxruntime-1.21.0/lib/python3.12/site-packages/onnxruntime/capi/onnxrun> File "/nix/store/pf36mfzyl4nbz0r4bg3dg3vlaf77vyfb-python3.12-onnxruntime-1.21.0/lib/python3.12/site-packages/onnxruntime/capi/onnxrun> File "/build/source/python/rapidocr_onnxruntime/utils/infer_engine.py", line 43 in __init__ File "/build/source/python/rapidocr_onnxruntime/ch_ppocr_det/text_detect.py", line 45 in __init__ File "/build/source/python/rapidocr_onnxruntime/main.py", line 52 in __init__ File "/build/source/python/tests/test_ort.py", line 39 in test_ort_cuda_warning File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/python.py", line 159 i> File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_callers.py", line 103 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_manager.py", line 120 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/python.py", line 1627 > File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 174 i> File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_callers.py", line 103 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_manager.py", line 120 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 242 i> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 341 i> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 241 i> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 132 i> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/runner.py", line 113 i> File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_callers.py", line 103 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_manager.py", line 120 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/main.py", line 362 in > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_callers.py", line 103 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_manager.py", line 120 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/main.py", line 337 in > File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/main.py", line 283 in > File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/main.py", line 330 in > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_callers.py", line 103 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_manager.py", line 120 > File "/nix/store/xzczngigz8y42iiwmiy4ngmq5qzirnxy-python3.12-pluggy-1.5.0/lib/python3.12/site-packages/pluggy/_hooks.py", line 513 in> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/config/__init__.py", l> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/_pytest/config/__init__.py", l> File "/nix/store/flh9b1l4y7zmmrik73gcmksvp7win5q2-python3.12-pytest-8.3.5/lib/python3.12/site-packages/pytest/__main__.py", line 9 in> File "<frozen runpy>", line 88 in _run_code File "<frozen runpy>", line 198 in _run_module_as_main Extension modules: numpy._core._multiarray_umath, numpy.linalg._umath_linalg, yaml._yaml, PIL._imaging, PIL._imagingft, pyclipper._pycl> /nix/store/cfw9aynxyv7s5qq35g8zqw1m34z2zfgl-pytest-check-hook/nix-support/setup-hook: line 23: 277 Aborted (core dump>
The text was updated successfully, but these errors were encountered:
Please refer NixOS/nixpkgs#388681
Sorry, something went wrong.
No branches or pull requests
问题描述 / Problem Description
Build fails when updating from 24.11 to 25.05
运行环境 / Runtime Environment
nixos 25.05
复现代码 / Reproduction Code
可能解决方案 / Possible solutions
The text was updated successfully, but these errors were encountered: