Package evaluation to test ArnoldiMethod on Julia 1.14.0-DEV.24 (d5fb6bbb43*) started at 2025-11-02T13:22:13.586 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.74s ################################################################################ # Installation # Installing ArnoldiMethod... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [ec485272] + ArnoldiMethod v0.4.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [ec485272] + ArnoldiMethod v0.4.0 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [90137ffa] + StaticArrays v1.9.15 [1e83bf80] + StaticArraysCore v1.4.4 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.06s ################################################################################ # 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/nGMfF/src/julia-1.11/common.jl:75 │ [2] test_dir_has_project_file │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:52 [inlined] │ [3] maybe_gen_project_override! │ @ ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/common.jl:83 [inlined] │ [4] activate(pkg::String; allow_reresolve::Bool) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/src/julia-1.11/activate_set.jl:12 │ [5] activate(pkg::String) │ @ TestEnv ~/.julia/packages/TestEnv/nGMfF/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... 4379.3 ms ✓ ArnoldiMethod 1 dependency successfully precompiled in 4 seconds. 8 already precompiled. Precompilation completed after 17.93s ################################################################################ # Testing # Testing ArnoldiMethod Status `/tmp/jl_GyKmmI/Project.toml` [ec485272] ArnoldiMethod v0.4.0 [c145ed77] GenericSchur v0.5.6 [90137ffa] StaticArrays v1.9.15 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_GyKmmI/Manifest.toml` [ec485272] ArnoldiMethod v0.4.0 [c145ed77] GenericSchur v0.5.6 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [90137ffa] StaticArrays v1.9.15 [1e83bf80] StaticArraysCore v1.4.4 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates 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 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time Initialization | 1 1 2.4s Test Summary: | Pass Total Time Arnoldi Factorization | 8 8 19.3s Test Summary: | Pass Total Time Invariant subspace | 4 4 2.7s Test Summary: | Pass Total Time Givens rotation | 32 32 15.3s Test Summary: | Pass Total Time Stable permutation ordering | 20 20 1.7s Test Summary: | Pass Total Time Schur factorization | 118 118 37.9s Test Summary: | Pass Total Time Schur with nearly repeated eigenvalues | 2 2 4.5s Test Summary: | Pass Total Time Convergence issue encountered in the wild | 2 2 0.3s Test Summary: | Pass Total Time Exactly repeated eigenvalues in 2x2 block | 5 5 0.4s Test Summary: | Pass Total Time Tiny sylvester equation Float64, (2, 2) | 2 2 0.9s Test Summary: | Pass Total Time Tiny sylvester equation Float64, (2, 1) | 2 2 1.3s Test Summary: | Pass Total Time Tiny sylvester equation Float64, (1, 2) | 2 2 0.2s Test Summary: | Pass Total Time Tiny sylvester equation ComplexF64, (2, 2) | 2 2 0.7s Test Summary: | Pass Total Time Tiny sylvester equation ComplexF64, (2, 1) | 2 2 0.4s Test Summary: | Pass Total Time Tiny sylvester equation ComplexF64, (1, 2) | 2 2 0.2s Test Summary: | Pass Total Time Singular sylvester Float64 | 3 3 0.0s Test Summary: | Pass Total Time Singular sylvester ComplexF64 | 3 3 0.0s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 1 (Float64) | 3 3 0.5s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 1 (ComplexF64) | 3 3 0.2s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 1 (BigFloat) | 3 3 0.4s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 1 (Complex{BigFloat}) | 3 3 0.6s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 2 (Float64) | 5 5 1.3s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 2 (ComplexF64) | 5 5 1.2s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 2 (BigFloat) | 5 5 2.4s Test Summary: | Pass Total Time Reordering the Schur form 1 ↔ 2 (Complex{BigFloat}) | 5 5 14.1s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 1 (Float64) | 5 5 0.6s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 1 (ComplexF64) | 5 5 0.4s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 1 (BigFloat) | 5 5 0.5s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 1 (Complex{BigFloat}) | 5 5 0.6s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 2 (Float64) | 7 7 1.3s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 2 (ComplexF64) | 7 7 0.8s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 2 (BigFloat) | 7 7 2.5s Test Summary: | Pass Total Time Reordering the Schur form 2 ↔ 2 (Complex{BigFloat}) | 7 7 2.9s Test Summary: | Pass Total Time Rotation right with single eigenvalues | 48 48 2.8s Test Summary: | Pass Total Time Rotation right with two conjugate pairs | 40 40 0.2s Test Summary: | Pass Total Time Rotation right with one 2 × 2 block on the right | 48 48 0.0s Test Summary: | Pass Total Time Rotation right with one 2 × 2 block on the left | 48 48 0.0s Test Summary: | Pass Total Time Stewart's example | 12 12 1.8s Test Summary: | Pass Total Time Small eigenvalue separation | 8 8 1.7s Test Summary: | Pass Total Time Identical eigenvalues should not blow up | 6 6 1.8s Test Summary: | Pass Total Time Eigenvector upper triangular matrix | 160 160 42.3s Test Summary: | Pass Total Time Eigenvectors quasi-upper triangular matrix | 80 80 1.3s Test Summary: | Pass Total Time Extract partial | 4 4 0.8s Test Summary: | Pass Total Time Zero eigenvalues & low-rank matrices | 20 20 1m05.1s Test Summary: | Pass Total Time Stopping criterion specified in different number type is fine | 2 2 8.3s Test Summary: | Pass Total Time Right number type | 1 1 2.1s Test Summary: | Pass Total Time Find all eigenvalues of a small matrix | 2 2 0.0s Test Summary: | Pass Total Time Incorrect input | 5 5 0.6s Test Summary: | Pass Total Time Eigenvector as initial vector is not problematic | 3 3 1.9s Test Summary: | Pass Total Time Target non-dominant eigenvalues | 1 1 6.4s Test Summary: | Pass Total Time Repeated eigenvalues | 3 3 1.1s Test Summary: | Pass Total Time Zero matrix | 8 8 0.1s Test Summary: | Pass Total Time Passing an initial Schur decomp | 6 6 0.2s Test Summary: | Pass Total Time Schur to eigen Float64 take 1 | 11 11 7.3s Test Summary: | Pass Total Time Schur to eigen Float64 take 2 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 3 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 4 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 5 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 6 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 7 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 8 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 9 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen Float64 take 10 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 1 | 11 11 5.1s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 2 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 3 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 4 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 5 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 6 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 7 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 8 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 9 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen ComplexF64 take 10 | 11 11 0.0s Test Summary: | Pass Total Time Schur to eigen BigFloat take 1 | 11 11 10.5s Test Summary: | Pass Total Time Schur to eigen BigFloat take 2 | 11 11 4.2s Test Summary: | Pass Total Time Schur to eigen BigFloat take 3 | 11 11 4.1s Test Summary: | Pass Total Time Schur to eigen BigFloat take 4 | 11 11 3.8s Test Summary: | Pass Total Time Schur to eigen BigFloat take 5 | 11 11 4.4s Test Summary: | Pass Total Time Schur to eigen BigFloat take 6 | 11 11 4.3s Test Summary: | Pass Total Time Schur to eigen BigFloat take 7 | 11 11 4.2s Test Summary: | Pass Total Time Schur to eigen BigFloat take 8 | 11 11 4.1s Test Summary: | Pass Total Time Schur to eigen BigFloat take 9 | 11 11 4.5s Test Summary: | Pass Total Time Schur to eigen BigFloat take 10 | 11 11 4.3s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 1 | 11 11 18.4s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 2 | 11 11 13.2s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 3 | 11 11 12.8s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 4 | 11 11 13.4s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 5 | 11 11 12.6s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 6 | 11 11 12.9s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 7 | 11 11 13.1s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 8 | 11 11 12.6s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 9 | 11 11 12.2s Test Summary: | Pass Total Time Schur to eigen Complex{BigFloat} take 10 | 11 11 12.9s Testing ArnoldiMethod tests passed Testing completed after 485.25s PkgEval succeeded after 525.4s