Package evaluation to test SymmetryReduceBZ on Julia 1.11.7 (58327cce5e*) started at 2025-10-29T00:50:39.478 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.92s ################################################################################ # Installation # Installing SymmetryReduceBZ... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [49a35663] + SymmetryReduceBZ v0.2.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [6e4b80f9] + BenchmarkTools v1.6.3 [3391f64e] + CDDLib v0.10.1 [523fee87] + CodecBzip2 v0.8.5 [944b1d66] + CodecZlib v0.7.8 [861a8166] + Combinatorics v1.0.3 [bbf7d656] + CommonSubexpressions v0.3.1 [34da2185] + Compat v4.18.1 [864edb3b] + DataStructures v0.19.1 [163ba53b] + DiffResults v1.1.0 [b552c78f] + DiffRules v1.15.1 [b4f34e82] + Distances v0.10.12 [ffbed154] + DocStringExtensions v0.9.5 [f6369f11] + ForwardDiff v1.2.2 [14197337] + GenericLinearAlgebra v0.3.19 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 [682c06a0] + JSON v1.2.0 [0f8b85d8] + JSON3 v1.14.3 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [b8f27783] + MathOptInterface v1.46.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.0 [276daf66] + SpecialFunctions v2.6.1 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.4 [10745b16] + Statistics v1.11.1 [82ae8749] + StatsAPI v1.7.1 [856f2bd8] + StructTypes v1.11.0 [ec057cc2] + StructUtils v2.5.1 [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 v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9abbd945] + Profile v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [781609d7] + GMP_jll v6.3.0+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [05823500] + OpenLibm_jll v0.8.5+0 [bea87d4a] + SuiteSparse_jll v7.7.0+0 [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 5.35s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... 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.11/SymmetryReduceBZQHullExt/jl_Nw0G1r". [ 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.16.3 | py312h7a1785b_0 16.3 MB conda-forge ------------------------------------------------------------ Total: 16.3 MB The following NEW packages will be INSTALLED: scipy conda-forge/linux-64::scipy-1.16.3-py312h7a1785b_0 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 116, 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 122, 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:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include @ ./Base.jl:562 [inlined] [22] 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:2922 [23] top-level scope @ stdin:6 during initialization of module QHull in expression starting at /home/pkgeval/.julia/packages/SymmetryReduceBZ/vfQKi/ext/SymmetryReduceBZQHullExt.jl:1 in expression starting at stdin:6 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:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include @ ./Base.jl:562 [inlined] [22] 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:2922 [23] top-level scope @ stdin: in expression starting at /PkgEval.jl/scripts/precompile.jl:37 Precompilation failed after 191.56s ################################################################################ # Testing # Testing SymmetryReduceBZ Status `/tmp/jl_OOJeEi/Project.toml` [4c88cf16] Aqua v0.8.14 [3391f64e] CDDLib v0.10.1 [861a8166] Combinatorics v1.0.3 [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 v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_OOJeEi/Manifest.toml` [4c88cf16] Aqua v0.8.14 [6e4b80f9] BenchmarkTools v1.6.3 [3391f64e] CDDLib v0.10.1 [523fee87] CodecBzip2 v0.8.5 [944b1d66] CodecZlib v0.7.8 [3da002f7] ColorTypes v0.12.1 [5ae59095] Colors v0.13.1 [861a8166] Combinatorics v1.0.3 [3709ef60] CommonEq v0.2.1 [38540f10] CommonSolve v0.2.4 [bbf7d656] CommonSubexpressions v0.3.1 [34da2185] Compat v4.18.1 [8f4d0f93] Conda v1.10.3 [864edb3b] DataStructures v0.19.1 [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.2.2 [14197337] GenericLinearAlgebra v0.3.19 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [682c06a0] JSON v1.2.0 [0f8b85d8] JSON3 v1.14.3 [b964fa9f] LaTeXStrings v1.4.0 [23fbe1c1] Latexify v0.16.10 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [b8f27783] MathOptInterface v1.46.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.0 [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.15 [1e83bf80] StaticArraysCore v1.4.4 [10745b16] Statistics v1.11.1 [82ae8749] StatsAPI v1.7.1 [856f2bd8] StructTypes v1.11.0 [ec057cc2] StructUtils v2.5.1 [24249f21] SymPy v2.3.3 [458b697b] SymPyCore v0.3.2 [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.3+0 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [f07e07eb] cddlib_jll v0.94.14+0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [781609d7] GMP_jll v6.3.0+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [05823500] OpenLibm_jll v0.8.5+0 [bea87d4a] SuiteSparse_jll v7.7.0+0 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 [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... Precompiling SymmetryReduceBZ... 1262.1 ms ✓ cddlib_jll 10184.0 ms ✓ Polyhedra 6893.6 ms ✓ CDDLib 26476.8 ms ✓ SymmetryReduceBZ 4 dependencies successfully precompiled in 47 seconds. 60 already precompiled. Test Summary: | Pass Total Time aqua | 11 11 4m07.5s Test Summary: | Pass Total Time lattices | 40 40 35.9s Precompiling QHull... 15073.6 ms ✓ PyCall 10006.6 ms ✓ QHull 2 dependencies successfully precompiled in 27 seconds. 67 already precompiled. [ 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 116, 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 122, 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:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include(fname::String) @ Main ./sysimg.jl:38 [22] macro expansion @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1709 [inlined] [24] top-level scope @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [25] include(fname::String) @ Main ./sysimg.jl:38 [26] 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 116, 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 122, 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:1378 [6] register_restored_modules(sv::Core.SimpleVector, pkg::Base.PkgId, path::String) @ Base ./loading.jl:1366 [7] _include_from_serialized(pkg::Base.PkgId, path::String, ocachepath::Nothing, depmods::Vector{Any}, ignore_native::Nothing; register::Bool) @ Base ./loading.jl:1254 [8] _include_from_serialized (repeats 2 times) @ ./loading.jl:1210 [inlined] [9] _require_search_from_serialized(pkg::Base.PkgId, sourcepath::String, build_id::UInt128, stalecheck::Bool; reasons::Dict{String, Int64}, DEPOT_PATH::Vector{String}) @ Base ./loading.jl:2057 [10] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2527 [11] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [12] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [13] invoke_in_world @ ./essentials.jl:1086 [inlined] [14] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [15] macro expansion @ ./loading.jl:2314 [inlined] [16] macro expansion @ ./lock.jl:273 [inlined] [17] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [18] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [19] invoke_in_world @ ./essentials.jl:1086 [inlined] [20] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [21] include(fname::String) @ Main ./sysimg.jl:38 [22] macro expansion @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [inlined] [23] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1709 [inlined] [24] top-level scope @ ~/.julia/packages/SymmetryReduceBZ/vfQKi/test/runtests.jl:5 [25] include(fname::String) @ Main ./sysimg.jl:38 [26] top-level scope @ none:6 Test Summary: | Error Total Time symmetry | 1 1 51.2s 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 342.93s ERROR: LoadError: Package SymmetryReduceBZ errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 613.7s: package fails to precompile