Package evaluation to test KronLinInv on Julia 1.14.0-DEV.2086 (d19eac062f*) started at 2026-04-30T11:52:02.286 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.21s ################################################################################ # Installation # Installing KronLinInv... Resolving package versions... Installed KronLinInv ─ v0.2.1 Updating `~/.julia/environments/v1.14/Project.toml` [cc83e5c8] + KronLinInv v0.2.1 Updating `~/.julia/environments/v1.14/Manifest.toml` [cc83e5c8] + KronLinInv v0.2.1 [56f22d72] + Artifacts v1.11.0 [8ba89e20] + Distributed v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [4536629a] + OpenBLAS_jll v0.3.32+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 4.54s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.0 s ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.7 s ✓ KronLinInv 1 dependency successfully precompiled in 2 seconds. 9 already precompiled. Precompilation completed after 33.25s ################################################################################ # Testing # Testing KronLinInv Status `/tmp/jl_FZ95EP/Project.toml` [cc83e5c8] KronLinInv v0.2.1 [8ba89e20] Distributed v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_FZ95EP/Manifest.toml` [cc83e5c8] KronLinInv v0.2.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [8ba89e20] Distributed 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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.1+0 [4536629a] OpenBLAS_jll v0.3.32+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Number of workers available: 1 Testing 2D example Tests : Error During Test at /home/pkgeval/.julia/packages/KronLinInv/zSErz/test/runtests.jl:19 Test threw exception Expression: test2D() ArgumentError: invalid argument #11 to LAPACK call Stacktrace: [1] getindex(A::Vector{Float64}, i::Int64) @ Base /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:29 [inlined] [2] sygvd!(itype::Int64, jobz::Char, uplo::Char, A::Matrix{Float64}, B::Matrix{Float64}) @ LinearAlgebra.LAPACK /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:5511 [3] calcfactors(Gfwd::FwdOps, Covs::CovMats) @ KronLinInv ~/.julia/packages/KronLinInv/zSErz/src/kronlininv_parallel.jl:217 [4] test_mean_cov(nx::Int64, ny::Int64, nz::Int64, nxobs::Int64, nyobs::Int64, nzobs::Int64, sigmaobs::Vector{Float64}, corlenobs::Vector{Float64}, sigmam::Vector{Float64}, corlenm::Vector{Float64}) @ Main ~/.julia/packages/KronLinInv/zSErz/test/test_suite.jl:102 [5] test2D() @ Main ~/.julia/packages/KronLinInv/zSErz/test/test_suite.jl:22 [6] top-level scope @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:15 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:19 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [10] macro expansion @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:19 [inlined] Testing 3D example Tests : Error During Test at /home/pkgeval/.julia/packages/KronLinInv/zSErz/test/runtests.jl:22 Test threw exception Expression: test3D() ArgumentError: invalid argument #11 to LAPACK call Stacktrace: [1] getindex(A::Vector{Float64}, i::Int64) @ Base /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:29 [inlined] [2] sygvd!(itype::Int64, jobz::Char, uplo::Char, A::Matrix{Float64}, B::Matrix{Float64}) @ LinearAlgebra.LAPACK /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/src/lapack.jl:5511 [3] calcfactors(Gfwd::FwdOps, Covs::CovMats) @ KronLinInv ~/.julia/packages/KronLinInv/zSErz/src/kronlininv_parallel.jl:217 [4] test_mean_cov(nx::Int64, ny::Int64, nz::Int64, nxobs::Int64, nyobs::Int64, nzobs::Int64, sigmaobs::Vector{Float64}, corlenobs::Vector{Float64}, sigmam::Vector{Float64}, corlenm::Vector{Float64}) @ Main ~/.julia/packages/KronLinInv/zSErz/test/test_suite.jl:102 [5] test3D() @ Main ~/.julia/packages/KronLinInv/zSErz/test/test_suite.jl:46 [6] top-level scope @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:15 [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2246 [inlined] [8] macro expansion @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:22 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [10] macro expansion @ ~/.julia/packages/KronLinInv/zSErz/test/runtests.jl:22 [inlined] Test Summary: | Error Total Time Tests | 2 2 26.6s RNG of the outermost testset: Random.Xoshiro(0x5fed0e0f1a11fe86, 0xf34e753098a816a7, 0xdecc9eb165d282cc, 0xe806309b2ce54997, 0xec02db561b6bd398) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/KronLinInv/zSErz/test/runtests.jl:14 ** On entry to DSYGVD parameter number 11 had an illegal value ** On entry to DSYGVD parameter number 11 had an illegal value Testing failed after 43.15s ERROR: LoadError: Package KronLinInv errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/Operations.jl:3162 [3] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3025 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{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.14/Pkg/src/API.jl:586 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:352 [12] _start() @ Base ./client.jl:593 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 114.29s: package tests unexpectedly errored