Package evaluation to test OpenQuantumBase on Julia 1.14.0-DEV.87 (8bcaa34afa*) started at 2025-11-15T10:58:52.524 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.64s ################################################################################ # Installation # Installing OpenQuantumBase... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [5dd19120] + OpenQuantumBase v0.7.9 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [79e6a3ab] + Adapt v3.7.2 [66dad0bd] + AliasTables v1.1.3 ⌃ [13072b0f] + AxisAlgorithms v1.0.1 [d360d2e6] + ChainRulesCore v1.26.0 [861a8166] + Combinatorics v1.0.3 [34da2185] + Compat v4.18.1 [9a962f9c] + DataAPI v1.16.0 ⌅ [864edb3b] + DataStructures v0.18.22 [31c24e10] + Distributions v0.25.122 [ffbed154] + DocStringExtensions v0.9.5 [1a297f60] + FillArrays v1.15.0 [19dc6840] + HCubature v1.7.0 [34004b35] + HypergeometricFunctions v0.3.28 ⌅ [a98d9a8b] + Interpolations v0.14.7 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [e1d29d7a] + Missings v1.2.0 [6fe1bfb0] + OffsetArrays v1.17.0 [5dd19120] + OpenQuantumBase v0.7.9 [bac558e1] + OrderedCollections v1.8.1 [90014a1f] + PDMats v0.11.36 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [43287f4e] + PtrArrays v1.3.0 [1fd47b50] + QuadGK v2.11.2 [c84ed2f1] + Ratios v0.4.5 [189a3867] + Reexport v1.2.2 [ae029012] + Requires v1.3.1 [79098fc4] + Rmath v0.9.0 [a2af1166] + SortingAlgorithms v1.2.2 [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 [2913bbd2] + StatsBase v0.34.8 [4c63d2b9] + StatsFuns v1.5.2 ⌅ [efce3f68] + WoodburyMatrices v0.5.6 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 [f50d1b31] + Rmath_jll v0.5.1+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [2f01184e] + SparseArrays v1.13.0 [f489334b] + StyledStrings v1.11.0 [4607b0f0] + SuiteSparse [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [05823500] + OpenLibm_jll v0.8.7+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. To see why use `status --outdated -m` Installation completed after 5.28s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... ┌ Error: Failed to use TestEnv.jl; test dependencies will not be precompiled │ exception = │ UndefVarError: `project_rel_path` not defined in `TestEnv` │ Suggestion: this global was defined as `Pkg.Operations.project_rel_path` but not assigned a value. │ Stacktrace: │ [1] get_test_dir(ctx::Pkg.Types.Context, pkgspec::PackageSpec) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/i9lgt/src/julia-1.11/activate_set.jl:9 │ [6] top-level scope │ @ /PkgEval.jl/scripts/precompile.jl:24 │ [7] include(mod::Module, _path::String) │ @ Base ./Base.jl:309 │ [8] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:344 │ [9] _start() │ @ Base ./client.jl:577 └ @ Main /PkgEval.jl/scripts/precompile.jl:26 Precompiling package dependencies... Precompiling packages... 5167.1 ms ✓ StatsBase 4680.2 ms ✓ Interpolations 1945.4 ms ✓ PDMats → StatsBaseExt 10326.1 ms ✓ Distributions 3808.2 ms ✓ Distributions → DistributionsChainRulesCoreExt 10189.8 ms ✓ OpenQuantumBase 6 dependencies successfully precompiled in 38 seconds. 68 already precompiled. Precompilation completed after 49.62s ################################################################################ # Testing # Testing OpenQuantumBase Status `/tmp/jl_J4jocu/Project.toml` [31c24e10] Distributions v0.25.122 [ffbed154] DocStringExtensions v0.9.5 [19dc6840] HCubature v1.7.0 ⌅ [a98d9a8b] Interpolations v0.14.7 [5dd19120] OpenQuantumBase v0.7.9 [1fd47b50] QuadGK v2.11.2 [1bc83da4] SafeTestsets v0.1.0 [276daf66] SpecialFunctions v2.6.1 [90137ffa] StaticArrays v1.9.15 [2913bbd2] StatsBase v0.34.8 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_J4jocu/Manifest.toml` ⌅ [79e6a3ab] Adapt v3.7.2 [66dad0bd] AliasTables v1.1.3 ⌃ [13072b0f] AxisAlgorithms v1.0.1 [d360d2e6] ChainRulesCore v1.26.0 [861a8166] Combinatorics v1.0.3 [34da2185] Compat v4.18.1 [9a962f9c] DataAPI v1.16.0 ⌅ [864edb3b] DataStructures v0.18.22 [31c24e10] Distributions v0.25.122 [ffbed154] DocStringExtensions v0.9.5 [1a297f60] FillArrays v1.15.0 [19dc6840] HCubature v1.7.0 [34004b35] HypergeometricFunctions v0.3.28 ⌅ [a98d9a8b] Interpolations v0.14.7 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [e1d29d7a] Missings v1.2.0 [6fe1bfb0] OffsetArrays v1.17.0 [5dd19120] OpenQuantumBase v0.7.9 [bac558e1] OrderedCollections v1.8.1 [90014a1f] PDMats v0.11.36 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [43287f4e] PtrArrays v1.3.0 [1fd47b50] QuadGK v2.11.2 [c84ed2f1] Ratios v0.4.5 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [79098fc4] Rmath v0.9.0 [1bc83da4] SafeTestsets v0.1.0 [a2af1166] SortingAlgorithms v1.2.2 [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 [2913bbd2] StatsBase v0.34.8 [4c63d2b9] StatsFuns v1.5.2 ⌅ [efce3f68] WoodburyMatrices v0.5.6 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [f50d1b31] Rmath_jll v0.5.1+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [4607b0f0] SuiteSparse [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [05823500] OpenLibm_jll v0.8.7+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌃ and ⌅ have new versions available. Those with ⌃ may be upgradable, but those with ⌅ are restricted by compatibility constraints from upgrading. Testing Running tests... Test Summary: | Pass Total Time Base Utilities | 19 19 29.5s 30.821327 seconds (12.91 M allocations: 712.217 MiB, 3.08% gc time, 75.26% compilation time: 4% of which was recompilation) Test Summary: | Pass Total Time Math Utilities | 37 37 1m53.5s 113.492571 seconds (55.65 M allocations: 2.847 GiB, 1.63% gc time, 99.87% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time Multi-qubits Hamiltonian Construction | 16 16 6.7s 6.665075 seconds (3.91 M allocations: 203.200 MiB, 1.88% gc time, 99.14% compilation time) Test Summary: | Pass Total Time Development tools | 5 5 0.3s 0.266287 seconds (61.59 k allocations: 3.061 MiB, 91.17% compilation time) Test Summary: | Pass Broken Total Time Displays | 8 1 9 3.2s 3.207705 seconds (1.75 M allocations: 90.140 MiB, 2.50% gc time, 98.02% compilation time: 2% of which was recompilation) Test Summary: | Pass Total Time Interpolations | 14 14 22.0s 21.981882 seconds (15.13 M allocations: 785.521 MiB, 1.11% gc time, 99.72% compilation time) Test Summary: | Pass Total Time Dense Hamiltonian | 33 33 9.7s 9.756136 seconds (7.09 M allocations: 365.075 MiB, 0.81% gc time, 98.88% compilation time) Test Summary: | Pass Total Time Sparse Hamiltonian | 23 23 35.0s 34.988472 seconds (23.90 M allocations: 1.240 GiB, 1.26% gc time, 99.70% compilation time) Test Summary: | Pass Total Time Constant Hamiltonian | 20 20 5.5s 5.525901 seconds (4.17 M allocations: 220.572 MiB, 2.11% gc time, 98.97% compilation time) Test Summary: | Pass Total Time Adiabatic Frame Hamiltonian | 15 15 12.0s 12.013044 seconds (12.26 M allocations: 632.434 MiB, 2.48% gc time, 99.50% compilation time) Test Summary: | Pass Total Time Interpolation Hamiltonian | 9 9 4.2s 4.168270 seconds (4.04 M allocations: 206.188 MiB, 98.77% compilation time) Test Summary: | Pass Total Time Custom Hamiltonian | 5 5 0.4s 0.422092 seconds (296.65 k allocations: 14.765 MiB, 94.23% compilation time) ┌ Warning: For matrices smaller than 10×10, use StaticArrays by default. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/coupling/coupling.jl:63 Test Summary: | Pass Total Time Coupling | 27 27 7.4s 7.436919 seconds (5.28 M allocations: 271.519 MiB, 1.30% gc time, 98.74% compilation time: 21% of which was recompilation) Test Summary: | Pass Broken Total Time Bath | 35 2 37 37.2s 37.180718 seconds (22.72 M allocations: 1.173 GiB, 1.22% gc time, 98.75% compilation time) Test Summary: | Pass Total Time Interactions | 4 4 0.8s 0.849271 seconds (599.17 k allocations: 29.704 MiB, 96.78% compilation time) Test Summary: | Pass Total Time Open System utilities | 4 4 6.2s 6.189550 seconds (2.49 M allocations: 130.189 MiB, 9.97% gc time, 99.42% compilation time) ┌ Warning: The eigenproblem is too small, and the iterative eigensolver might fail; increase the number of degrees of freedom, or use a dense eigensolver. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/lobpcg.jl:331 ┌ Warning: The eigenproblem is too small, and the iterative eigensolver might fail; increase the number of degrees of freedom, or use a dense eigensolver. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/lobpcg.jl:331 Test Summary: | Pass Total Time Davies and AME | 18 18 35.6s 35.620311 seconds (22.99 M allocations: 1.176 GiB, 0.97% gc time, 99.37% compilation time) ┌ Warning: Spectrum not specified. Certain solvers may not work for this bath object. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/bath/custom.jl:19 Test Summary: | Pass Total Time Redfield | 4 4 36.3s 36.331148 seconds (33.46 M allocations: 1.706 GiB, 1.82% gc time, 99.72% compilation time) Test Summary: | Pass Total Time Lindblad | 7 7 10.9s 10.935810 seconds (5.30 M allocations: 279.135 MiB, 1.65% gc time, 99.37% compilation time) Test Summary: | Pass Total Time Stochastic | 8 8 6.3s 6.351508 seconds (2.60 M allocations: 133.541 MiB, 99.25% compilation time) Test Summary: | Pass Total Time Annealing/Evolution | 11 11 0.4s 0.401707 seconds (87.30 k allocations: 4.207 MiB, 88.74% compilation time) ┌ Warning: The projection method only works with real Hamitonians. Convert the complex Hamiltonian to real one. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/projection/projection.jl:104 WARNING: Method definition dH(Any) in module ##Projections#162 at /home/pkgeval/.julia/packages/OpenQuantumBase/p8mDW/test/projection.jl:5 overwritten at /home/pkgeval/.julia/packages/OpenQuantumBase/p8mDW/test/projection.jl:24. ┌ Warning: The projection method only works with real Hamitonians. Convert the complex Hamiltonian to real one. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/projection/projection.jl:104 ┌ Warning: The projection method only works with real Hamitonians. Convert the complex Hamiltonian to real one. └ @ OpenQuantumBase ~/.julia/packages/OpenQuantumBase/p8mDW/src/projection/projection.jl:104 Test Summary: | Pass Total Time Projections | 9 9 11.1s 11.142239 seconds (7.40 M allocations: 387.201 MiB, 0.83% gc time, 99.38% compilation time) 395.803947 seconds (244.11 M allocations: 12.507 GiB, 1.68% gc time, 97.58% compilation time: <1% of which was recompilation) Testing OpenQuantumBase tests passed Testing completed after 411.48s PkgEval succeeded after 489.64s