Package evaluation to test OpenQuantumBase on Julia 1.14.0-DEV.1272 (5444ac0564*) started at 2025-11-20T17:32:14.185 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.59s ################################################################################ # 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 4.96s ################################################################################ # 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... 4612.8 ms ✓ Interpolations 10683.1 ms ✓ Distributions 3029.8 ms ✓ Distributions → DistributionsChainRulesCoreExt 6872.6 ms ✓ OpenQuantumBase 4 dependencies successfully precompiled in 28 seconds. 70 already precompiled. Precompilation completed after 40.81s ################################################################################ # Testing # Testing OpenQuantumBase Status `/tmp/jl_6FvnQK/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_6FvnQK/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.8s 31.121956 seconds (13.58 M allocations: 763.532 MiB, 2.79% gc time, 73.17% compilation time: 4% of which was recompilation) Test Summary: | Pass Total Time Math Utilities | 37 37 1m56.1s 116.081470 seconds (55.76 M allocations: 2.853 GiB, 1.64% gc time, 99.88% compilation time: <1% of which was recompilation) Test Summary: | Pass Total Time Multi-qubits Hamiltonian Construction | 16 16 6.8s 6.853863 seconds (3.76 M allocations: 195.506 MiB, 0.96% gc time, 99.12% compilation time) Test Summary: | Pass Total Time Development tools | 5 5 0.3s 0.266192 seconds (61.59 k allocations: 3.060 MiB, 91.92% compilation time) Test Summary: | Pass Broken Total Time Displays | 8 1 9 3.1s 3.155493 seconds (1.75 M allocations: 91.131 MiB, 98.12% compilation time: 2% of which was recompilation) Test Summary: | Pass Total Time Interpolations | 14 14 22.3s 22.319801 seconds (15.13 M allocations: 784.714 MiB, 1.30% gc time, 99.73% compilation time) Test Summary: | Pass Total Time Dense Hamiltonian | 33 33 9.8s 9.789555 seconds (7.09 M allocations: 365.083 MiB, 1.39% gc time, 98.84% compilation time) Test Summary: | Pass Total Time Sparse Hamiltonian | 23 23 35.7s 35.737614 seconds (23.88 M allocations: 1.239 GiB, 1.01% gc time, 99.69% compilation time) Test Summary: | Pass Total Time Constant Hamiltonian | 20 20 7.4s 7.423075 seconds (4.17 M allocations: 220.585 MiB, 0.61% gc time, 99.05% compilation time) Test Summary: | Pass Total Time Adiabatic Frame Hamiltonian | 15 15 12.0s 11.998764 seconds (12.33 M allocations: 635.810 MiB, 2.07% gc time, 99.48% compilation time) Test Summary: | Pass Total Time Interpolation Hamiltonian | 9 9 4.2s 4.171888 seconds (4.05 M allocations: 206.194 MiB, 2.25% gc time, 98.85% compilation time) Test Summary: | Pass Total Time Custom Hamiltonian | 5 5 0.4s 0.385774 seconds (296.79 k allocations: 14.749 MiB, 94.18% 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.1s 7.110012 seconds (5.28 M allocations: 271.544 MiB, 0.80% gc time, 98.78% compilation time: 23% of which was recompilation) Test Summary: | Pass Broken Total Time Bath | 35 2 37 32.4s 32.362896 seconds (22.75 M allocations: 1.175 GiB, 2.58% gc time, 98.94% compilation time) Test Summary: | Pass Total Time Interactions | 4 4 0.6s 0.634155 seconds (599.25 k allocations: 29.686 MiB, 97.10% compilation time) Test Summary: | Pass Total Time Open System utilities | 4 4 4.3s 4.308877 seconds (2.49 M allocations: 130.176 MiB, 99.30% 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 32.7s 32.737644 seconds (22.75 M allocations: 1.165 GiB, 1.05% gc time, 99.38% 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 34.4s 34.381690 seconds (33.38 M allocations: 1.702 GiB, 1.95% gc time, 99.75% compilation time) Test Summary: | Pass Total Time Lindblad | 7 7 9.8s 9.795438 seconds (5.25 M allocations: 276.512 MiB, 1.17% gc time, 99.43% compilation time) Test Summary: | Pass Total Time Stochastic | 8 8 5.9s 5.883659 seconds (2.62 M allocations: 134.385 MiB, 99.29% compilation time) Test Summary: | Pass Total Time Annealing/Evolution | 11 11 0.4s 0.375940 seconds (87.30 k allocations: 4.206 MiB, 89.03% 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 10.0s 9.961952 seconds (7.40 M allocations: 387.107 MiB, 1.32% gc time, 99.40% compilation time) 386.913415 seconds (244.49 M allocations: 12.543 GiB, 1.59% gc time, 97.39% compilation time: <1% of which was recompilation) Testing OpenQuantumBase tests passed Testing completed after 399.63s PkgEval succeeded after 481.2s