Package evaluation to test SymmetryReduceBZ on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T21:31:13.294 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 3.84s ################################################################################ # Installation # Installing SymmetryReduceBZ... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [49a35663] + SymmetryReduceBZ v0.2.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [6e4b80f9] + BenchmarkTools v1.6.3 [3391f64e] + CDDLib v0.10.2 [523fee87] + CodecBzip2 v0.8.5 [944b1d66] + CodecZlib v0.7.8 [861a8166] + Combinatorics v1.1.0 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.18.1 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [f6369f11] + ForwardDiff v1.3.2 [14197337] + GenericLinearAlgebra v0.3.19 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 [682c06a0] + JSON v1.4.0 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [b8f27783] + MathOptInterface v1.49.0 [d8a4904e] + MutableArithmetics v1.6.7 [77ba4419] + NaNMath v1.1.3 [bac558e1] + OrderedCollections v1.8.1 [69de0a69] + Parsers v2.8.3 [67491407] + Polyhedra v0.8.1 ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.5.1 [276daf66] + SpecialFunctions v2.6.1 [90137ffa] + StaticArrays v1.9.16 [1e83bf80] + StaticArraysCore v1.4.4 [82ae8749] + StatsAPI v1.8.0 [ec057cc2] + StructUtils v2.6.2 [49a35663] + SymmetryReduceBZ v0.2.1 [3bb67fe8] + TranscodingStreams v0.11.3 [6e34b625] + Bzip2_jll v1.0.9+0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 ⌅ [f07e07eb] + cddlib_jll v0.94.14+0 [56f22d72] + Artifacts [2a0f44e3] + Base64 [ade2ca70] + Dates [b77e0a4c] + InteractiveUtils [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [56ddb016] + Logging [d6f4376e] + Markdown [de0858da] + Printf [9abbd945] + Profile [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [10745b16] + Statistics v1.10.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test [cf7118a7] + UUIDs [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [781609d7] + GMP_jll v6.2.1+6 [4536629a] + OpenBLAS_jll v0.3.23+5 [05823500] + OpenLibm_jll v0.8.5+0 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [83775a58] + Zlib_jll v1.2.13+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 7.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 15210.4 ms ✓ PyCall 18595.4 ms ✓ SymmetryReduceBZ 5076.7 ms ✓ SymPy 5389.5 ms ✓ PyPlot 73837.2 ms ✓ QHull 28694.4 ms ✓ SymmetryReduceBZ → SymmetryReduceBZPyPlotExt ✗ SymmetryReduceBZ → SymmetryReduceBZQHullExt 6 dependencies successfully precompiled in 186 seconds. 68 already precompiled. ERROR: LoadError: The following 1 direct dependency failed to precompile: SymmetryReduceBZQHullExt Failed to precompile SymmetryReduceBZQHullExt [41f0f240-cc8d-5e2f-97a8-4d6effbf2ae3] to "/home/pkgeval/.julia/compiled/v1.10/SymmetryReduceBZQHullExt/jl_kinfqo". [ Info: Installing scipy.spatial via the Conda scipy package... [ Info: Running `conda install -q -y scipy` in root environment Channels: - conda-forge Platform: linux-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done ## Package Plan ## environment location: /home/pkgeval/.julia/conda/3/x86_64 added / updated specs: - scipy The following packages will be downloaded: package | build ---------------------------|----------------- scipy-1.17.0 | py312h54fa4ab_1 16.1 MB conda-forge ------------------------------------------------------------ Total: 16.1 MB The following NEW packages will be INSTALLED: scipy conda-forge/linux-64::scipy-1.17.0-py312h54fa4ab_1 Preparing transaction: ...working... done Verifying transaction: ...working... done Executing transaction: ...working... done ERROR: LoadError: InitError: PyError (PyImport_ImportModule The Python package scipy.spatial could not be imported by pyimport. Usually this means that you did not install scipy.spatial in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the scipy.spatial module, you can use `pyimport_conda("scipy.spatial", PKG)`, where PKG is the Anaconda package that contains the module scipy.spatial, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ImportError("/opt/julia/bin/../lib/julia/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_distance_pybind.cpython-312-x86_64-linux-gnu.so)") File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/__init__.py", line 117, in from ._geometric_slerp import geometric_slerp File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_geometric_slerp.py", line 7, in from scipy.spatial.distance import euclidean File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/distance.py", line 117, in from . import _hausdorff, _distance_pybind, _distance_wrap Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:722 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ QHull ~/.julia/packages/QHull/omD8x/src/QHull.jl:16 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1196 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1184 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}) @ Base ./loading.jl:1129 [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1654 [9] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2011 [10] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [11] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [12] invoke_in_world @ ./essentials.jl:923 [inlined] [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [14] macro expansion @ ./loading.jl:1863 [inlined] [15] macro expansion @ ./lock.jl:270 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [17] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [18] invoke_in_world @ ./essentials.jl:923 [inlined] [19] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [20] include @ ./Base.jl:495 [inlined] [21] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2295 [22] top-level scope @ stdin:4 during initialization of module QHull in expression starting at /home/pkgeval/.julia/packages/SymmetryReduceBZ/vfQKi/ext/SymmetryReduceBZQHullExt.jl:1 in expression starting at stdin:4 caused by: PyError (PyImport_ImportModule The Python package scipy.spatial could not be imported by pyimport. Usually this means that you did not install scipy.spatial in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the scipy.spatial module, you can use `pyimport_conda("scipy.spatial", PKG)`, where PKG is the Anaconda package that contains the module scipy.spatial, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ModuleNotFoundError("No module named 'scipy'") Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:716 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ QHull ~/.julia/packages/QHull/omD8x/src/QHull.jl:16 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1196 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1184 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}) @ Base ./loading.jl:1129 [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1654 [9] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2011 [10] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [11] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [12] invoke_in_world @ ./essentials.jl:923 [inlined] [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [14] macro expansion @ ./loading.jl:1863 [inlined] [15] macro expansion @ ./lock.jl:270 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [17] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [18] invoke_in_world @ ./essentials.jl:923 [inlined] [19] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [20] include @ ./Base.jl:495 [inlined] [21] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing) @ Base ./loading.jl:2295 [22] top-level scope @ stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:34 Precompilation failed after 242.2s ################################################################################ # Testing # Testing SymmetryReduceBZ Status `/tmp/jl_16lIXG/Project.toml` [4c88cf16] Aqua v0.8.14 [3391f64e] CDDLib v0.10.2 [861a8166] Combinatorics v1.1.0 [b4f34e82] Distances v0.10.12 [67491407] Polyhedra v0.8.1 [d330b81b] PyPlot v2.11.6 [a8468747] QHull v0.2.6 [24249f21] SymPy v2.3.3 [49a35663] SymmetryReduceBZ v0.2.1 [37e2e46d] LinearAlgebra [8dfed614] Test Status `/tmp/jl_16lIXG/Manifest.toml` [4c88cf16] Aqua v0.8.14 [6e4b80f9] BenchmarkTools v1.6.3 [3391f64e] CDDLib v0.10.2 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [3da002f7] ColorTypes v0.12.1 [5ae59095] Colors v0.13.1 [861a8166] Combinatorics v1.1.0 [3709ef60] CommonEq v0.2.1 [38540f10] CommonSolve v0.2.6 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [8f4d0f93] Conda v1.10.3 [163ba53b] DiffResults v1.1.0 [b552c78f] DiffRules v1.15.1 [b4f34e82] Distances v0.10.12 [ffbed154] DocStringExtensions v0.9.5 [53c48c17] FixedPointNumbers v0.8.5 [1fa38f19] Format v1.3.7 [f6369f11] ForwardDiff v1.3.2 [14197337] GenericLinearAlgebra v0.3.19 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.4.0 [b964fa9f] LaTeXStrings v1.4.0 [23fbe1c1] Latexify v0.16.10 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.49.0 [d8a4904e] MutableArithmetics v1.6.7 [77ba4419] NaNMath v1.1.3 [bac558e1] OrderedCollections v1.8.1 [69de0a69] Parsers v2.8.3 [67491407] Polyhedra v0.8.1 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.5.1 [438e738f] PyCall v1.96.4 [d330b81b] PyPlot v2.11.6 [a8468747] QHull v0.2.6 [3cdcf5f2] RecipesBase v1.3.4 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [276daf66] SpecialFunctions v2.6.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [82ae8749] StatsAPI v1.8.0 [ec057cc2] StructUtils v2.6.2 [24249f21] SymPy v2.3.3 [458b697b] SymPyCore v0.3.3 [49a35663] SymmetryReduceBZ v0.2.1 [8ea1fca8] TermInterface v2.0.0 [3bb67fe8] TranscodingStreams v0.11.3 [81def892] VersionParsing v1.3.0 [6e34b625] Bzip2_jll v1.0.9+0 [61579ee1] Ghostscript_jll v9.55.1+0 [aacddb02] JpegTurbo_jll v3.1.4+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [f07e07eb] cddlib_jll v0.94.14+0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [9abbd945] Profile [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [781609d7] GMP_jll v6.2.1+6 [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [14a3606d] MozillaCACerts_jll v2025.12.2 [4536629a] OpenBLAS_jll v0.3.23+5 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.2.1+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time aqua | 11 11 43.5s Test Summary: | Pass Total Time lattices | 40 40 13.2s [ Info: Installing scipy.spatial via the Conda scipy package... [ Info: Running `conda install -q -y scipy` in root environment Channels: - conda-forge Platform: linux-64 Collecting package metadata (repodata.json): ...working... done Solving environment: ...working... done # All requested packages already installed. symmetry: Error During Test at /home/pkgeval/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 Got exception outside of a @test LoadError: InitError: PyError (PyImport_ImportModule The Python package scipy.spatial could not be imported by pyimport. Usually this means that you did not install scipy.spatial in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the scipy.spatial module, you can use `pyimport_conda("scipy.spatial", PKG)`, where PKG is the Anaconda package that contains the module scipy.spatial, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ImportError("/opt/julia/bin/../lib/julia/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_distance_pybind.cpython-312-x86_64-linux-gnu.so)") File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/__init__.py", line 117, in from ._geometric_slerp import geometric_slerp File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_geometric_slerp.py", line 7, in from scipy.spatial.distance import euclidean File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/distance.py", line 117, in from . import _hausdorff, _distance_pybind, _distance_wrap Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:722 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ QHull ~/.julia/packages/QHull/omD8x/src/QHull.jl:16 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1196 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1184 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}) @ Base ./loading.jl:1129 [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1654 [9] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2011 [10] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [11] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [12] invoke_in_world @ ./essentials.jl:923 [inlined] [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [14] macro expansion @ ./loading.jl:1863 [inlined] [15] macro expansion @ ./lock.jl:270 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [17] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [18] invoke_in_world @ ./essentials.jl:923 [inlined] [19] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [20] include(fname::String) @ Base.MainInclude ./client.jl:487 [21] macro expansion @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [23] top-level scope @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [24] include(fname::String) @ Base.MainInclude ./client.jl:487 [25] top-level scope @ none:6 during initialization of module QHull in expression starting at /home/pkgeval/.julia/packages/SymmetryReduceBZ/vfQKi/test/symmetry.jl:14 caused by: PyError (PyImport_ImportModule The Python package scipy.spatial could not be imported by pyimport. Usually this means that you did not install scipy.spatial in the Python version being used by PyCall. PyCall is currently configured to use the Julia-specific Python distribution installed by the Conda.jl package. To install the scipy.spatial module, you can use `pyimport_conda("scipy.spatial", PKG)`, where PKG is the Anaconda package that contains the module scipy.spatial, or alternatively you can use the Conda package directly (via `using Conda` followed by `Conda.add` etcetera). Alternatively, if you want to use a different Python distribution on your system, such as a system-wide Python (as opposed to the Julia-specific Python), you can re-configure PyCall with that Python. As explained in the PyCall documentation, set ENV["PYTHON"] to the path/name of the python executable you want to use, run Pkg.build("PyCall"), and re-launch Julia. ) ImportError("/opt/julia/bin/../lib/julia/libstdc++.so.6: version `CXXABI_1.3.15' not found (required by /home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_distance_pybind.cpython-312-x86_64-linux-gnu.so)") File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/__init__.py", line 117, in from ._geometric_slerp import geometric_slerp File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/_geometric_slerp.py", line 7, in from scipy.spatial.distance import euclidean File "/home/pkgeval/.julia/conda/3/x86_64/lib/python3.12/site-packages/scipy/spatial/distance.py", line 117, in from . import _hausdorff, _distance_pybind, _distance_wrap Stacktrace: [1] pyimport(name::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:558 [2] pyimport_conda(modulename::String, condapkg::String, channel::String) @ PyCall ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:716 [3] pyimport_conda @ ~/.julia/packages/PyCall/1gn3u/src/PyCall.jl:715 [inlined] [4] __init__() @ QHull ~/.julia/packages/QHull/omD8x/src/QHull.jl:16 [5] run_module_init(mod::Module, i::Int64) @ Base ./loading.jl:1196 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1184 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}) @ Base ./loading.jl:1129 [8] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128) @ Base ./loading.jl:1654 [9] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2011 [10] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [11] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [12] invoke_in_world @ ./essentials.jl:923 [inlined] [13] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [14] macro expansion @ ./loading.jl:1863 [inlined] [15] macro expansion @ ./lock.jl:270 [inlined] [16] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [17] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [18] invoke_in_world @ ./essentials.jl:923 [inlined] [19] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [20] include(fname::String) @ Base.MainInclude ./client.jl:487 [21] macro expansion @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [inlined] [22] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1582 [inlined] [23] top-level scope @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [24] include(fname::String) @ Base.MainInclude ./client.jl:487 [25] top-level scope @ none:6 Test Summary: | Error Total Time symmetry | 1 1 30.1s ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 Testing failed after 95.66s ERROR: LoadError: Package SymmetryReduceBZ errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 378.22s: package fails to precompile