Package evaluation to test GenericLinearAlgebra on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:48:30.983 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.04s ################################################################################ # Installation # Installing GenericLinearAlgebra... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [14197337] + GenericLinearAlgebra v0.3.19 Updating `~/.julia/environments/v1.14/Manifest.toml` [14197337] + GenericLinearAlgebra v0.3.19 [56f22d72] + Artifacts 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 [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 0.94s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:577 Precompilation failed after 16.06s ################################################################################ # Testing # Testing GenericLinearAlgebra Status `/tmp/jl_FkqT66/Project.toml` [497a8b3b] DoubleFloats v1.5.0 [14197337] GenericLinearAlgebra v0.3.19 [94ee1d12] Quaternions v0.7.7 [37e2e46d] LinearAlgebra v1.13.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [8e850b90] libblastrampoline_jll v5.15.0+0 Status `/tmp/jl_FkqT66/Manifest.toml` [34da2185] Compat v4.18.1 [187b0558] ConstructionBase v1.6.0 [ffbed154] DocStringExtensions v0.9.5 [497a8b3b] DoubleFloats v1.5.0 [14197337] GenericLinearAlgebra v0.3.19 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [bac558e1] OrderedCollections v1.8.1 [f27b6e38] Polynomials v4.1.0 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.0 [be4d8f0f] Quadmath v0.5.13 [94ee1d12] Quaternions v0.7.7 [c1ae055f] RealDot v0.1.0 [3cdcf5f2] RecipesBase v1.3.4 [ae029012] Requires v1.3.1 [efcf1570] Setfield v1.1.2 [276daf66] SpecialFunctions v2.6.1 [1e83bf80] StaticArraysCore v1.4.4 [efe28fd5] OpenSpecFun_jll v0.5.6+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [9fa8497b] Future v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.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.13.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.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 Testing Running tests... Test Summary: | Pass Total Time rankUpdate! | 5 5 13.3s Test Summary: | Pass Total Time triangular multiplication: UpperTriangular{ComplexF64, Matrix{ComplexF64}} | 2 2 1.0s Test Summary: | Pass Total Time triangular multiplication: UnitUpperTriangular{ComplexF64, Matrix{ComplexF64}} | 2 2 0.0s Test Summary: | Pass Total Time triangular multiplication: LowerTriangular{ComplexF64, Matrix{ComplexF64}} | 2 2 0.0s Test Summary: | Pass Total Time triangular multiplication: UnitLowerTriangular{ComplexF64, Matrix{ComplexF64}} | 2 2 0.0s Test Summary: | Pass Total Time Cholesky | 30 30 34.6s Test Summary: | Pass Total Time The QR decomposition | 158 158 2.5s Test Summary: | Pass Total Time The selfadjoint eigen problem | 81 81 52.5s Test Summary: | Pass Total Time The General eigenvalue problem | 45 45 56.2s Test Summary: | Pass Total Time Test sign of eigenvalues | 1 1 0.3s norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 1.9679525530753457e-15 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 2.5748813241687582e-15 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 2.6806665700693204e-15 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 9.248179964051921e-14 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 8.527846784079785e-14 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 9.954979842373115e-14 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 6.821656164394428e-13 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 7.95894210631073e-13 norm((F.U)' * A * F.V - Diagonal(F.S), Inf) = 4.548774383864191e-13 Test Summary: | Pass Total Time Singular value decomposition | 87 87 50.5s Test Summary: | Pass Total Time LAPACK wrappers | 48 48 15.9s Testing GenericLinearAlgebra tests passed Testing completed after 333.02s PkgEval succeeded after 370.46s