Package evaluation of QuadEig on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:36:02.211 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.94s ################################################################################ # Installation # Installing QuadEig... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [c91c7b58] + QuadEig v0.1.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [c91c7b58] + QuadEig v0.1.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.11.0 [4607b0f0] + SuiteSparse [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [bea87d4a] + SuiteSparse_jll v7.7.0+0 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.53s ################################################################################ # Testing # Testing QuadEig Status `/tmp/jl_9LOgao/Project.toml` [c91c7b58] QuadEig v0.1.0 [37e2e46d] LinearAlgebra v1.11.0 [2f01184e] SparseArrays v1.11.0 [4607b0f0] SuiteSparse [8dfed614] Test v1.11.0 Status `/tmp/jl_9LOgao/Manifest.toml` [c91c7b58] QuadEig v0.1.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.11.0 [4607b0f0] SuiteSparse [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [bea87d4a] SuiteSparse_jll v7.7.0+0 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... ┌ Warning: `qr!(A::AbstractMatrix, ::Val{true})` is deprecated, use `qr!(A, ColumnNorm())` instead. │ caller = pqr at QuadEig.jl:94 [inlined] └ @ Core ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:94 ┌ Warning: `qr!(A::AbstractMatrix, ::Val{true})` is deprecated, use `qr!(A, ColumnNorm())` instead. │ caller = pqr at QuadEig.jl:94 [inlined] └ @ Core ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:94 QuadEig.jl: Error During Test at /home/pkgeval/.julia/packages/QuadEig/b3ANk/test/runtests.jl:45 Test threw exception Expression: check(A₀, A₁, A₂) MethodError: no method matching indtype(::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}) The function `indtype` exists, but no method is defined for this combination of argument types. Closest candidates are: indtype(!Matched::SubArray{Tv, 1, <:AbstractSparseVector{Tv, Ti}, <:Tuple{AbstractUnitRange}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/sparsevector.jl:189 indtype(!Matched::SubArray{Tv, 1, <:SparseArrays.AbstractSparseMatrixCSC{Tv, Ti}, Tuple{Base.Slice{Base.OneTo{Int64}}, Int64}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/sparsevector.jl:188 indtype(!Matched::Union{LowerTriangular{var"#s2", var"#s1"}, UnitLowerTriangular{var"#s2", var"#s1"}, UnitUpperTriangular{var"#s2", var"#s1"}, UpperTriangular{var"#s2", var"#s1"}} where {var"#s2", var"#s1"<:AbstractSparseArray}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/abstractsparse.jl:79 ... Stacktrace: [1] spmatmul(A::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}, B::SparseMatrixCSC{ComplexF64, Int64}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/linalg.jl:217 [2] *(A::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}, B::SparseMatrixCSC{ComplexF64, Int64}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/linalg.jl:199 [3] deflatedAB(lA::SparseMatrixCSC{ComplexF64, Int64}, lB::SparseMatrixCSC{ComplexF64, Int64}, ZX´::SparseMatrixCSC{ComplexF64, Int64}, r0::Int64, r2::Int64, s::Int64) @ QuadEig ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:177 [4] deflate(l::QuadEig.Linearization{ComplexF64, SparseMatrixCSC{ComplexF64, Int64}, Float64}; atol::Float64, kw::@Kwargs{}) @ QuadEig ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:162 [5] deflate @ ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:154 [inlined] [6] deflate @ ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:152 [inlined] [7] check(A₀::SparseMatrixCSC{ComplexF64, Int64}, A₁::SparseMatrixCSC{ComplexF64, Int64}, A₂::SparseMatrixCSC{ComplexF64, Int64}; atol::Float64) @ Main ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:6 [8] check(A₀::SparseMatrixCSC{ComplexF64, Int64}, A₁::SparseMatrixCSC{ComplexF64, Int64}, A₂::SparseMatrixCSC{ComplexF64, Int64}) @ Main ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:4 [9] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:45 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:45 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:35 QuadEig.jl: Error During Test at /home/pkgeval/.julia/packages/QuadEig/b3ANk/test/runtests.jl:49 Test threw exception Expression: check(A₀, A₁, A₂) MethodError: no method matching indtype(::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}) The function `indtype` exists, but no method is defined for this combination of argument types. Closest candidates are: indtype(!Matched::SubArray{Tv, 1, <:AbstractSparseVector{Tv, Ti}, <:Tuple{AbstractUnitRange}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/sparsevector.jl:189 indtype(!Matched::SubArray{Tv, 1, <:SparseArrays.AbstractSparseMatrixCSC{Tv, Ti}, Tuple{Base.Slice{Base.OneTo{Int64}}, Int64}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/sparsevector.jl:188 indtype(!Matched::Union{LowerTriangular{var"#s2", var"#s1"}, UnitLowerTriangular{var"#s2", var"#s1"}, UnitUpperTriangular{var"#s2", var"#s1"}, UpperTriangular{var"#s2", var"#s1"}} where {var"#s2", var"#s1"<:AbstractSparseArray}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/abstractsparse.jl:79 ... Stacktrace: [1] spmatmul(A::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}, B::SparseMatrixCSC{ComplexF64, Int64}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/linalg.jl:217 [2] *(A::SubArray{ComplexF64, 2, SparseMatrixCSC{ComplexF64, Int64}, Tuple{Base.Slice{Base.OneTo{Int64}}, UnitRange{Int64}}, false}, B::SparseMatrixCSC{ComplexF64, Int64}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.11/SparseArrays/src/linalg.jl:199 [3] deflatedAB(lA::SparseMatrixCSC{ComplexF64, Int64}, lB::SparseMatrixCSC{ComplexF64, Int64}, ZX´::SparseMatrixCSC{ComplexF64, Int64}, r0::Int64, r2::Int64, s::Int64) @ QuadEig ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:177 [4] deflate(l::QuadEig.Linearization{ComplexF64, SparseMatrixCSC{ComplexF64, Int64}, Float64}; atol::Float64, kw::@Kwargs{}) @ QuadEig ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:162 [5] deflate @ ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:154 [inlined] [6] deflate @ ~/.julia/packages/QuadEig/b3ANk/src/QuadEig.jl:152 [inlined] [7] check(A₀::SparseMatrixCSC{ComplexF64, Int64}, A₁::SparseMatrixCSC{ComplexF64, Int64}, A₂::SparseMatrixCSC{ComplexF64, Int64}; atol::Float64) @ Main ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:6 [8] check(A₀::SparseMatrixCSC{ComplexF64, Int64}, A₁::SparseMatrixCSC{ComplexF64, Int64}, A₂::SparseMatrixCSC{ComplexF64, Int64}) @ Main ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:4 [9] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:49 [inlined] [10] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [11] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:49 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [13] top-level scope @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:35 Test Summary: | Pass Error Total Time QuadEig.jl | 2 2 4 1m03.6s ERROR: LoadError: Some tests did not pass: 2 passed, 0 failed, 2 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/QuadEig/b3ANk/test/runtests.jl:34 Testing failed after 70.62s ERROR: LoadError: Package QuadEig errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 104.18s: package tests unexpectedly errored