Package evaluation of QuadEig on Julia 1.10.8 (92f03a4775*) started at 2025-02-25T04:31:56.255 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.26s ################################################################################ # Installation # Installing QuadEig... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [c91c7b58] + QuadEig v0.1.0 Updating `~/.julia/environments/v1.10/Manifest.toml` [c91c7b58] + QuadEig v0.1.0 [56f22d72] + Artifacts [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization [2f01184e] + SparseArrays v1.10.0 [4607b0f0] + SuiteSparse [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [bea87d4a] + SuiteSparse_jll v7.2.1+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 3.88s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.85s ################################################################################ # Testing # Testing QuadEig Status `/tmp/jl_T3EjF9/Project.toml` [c91c7b58] QuadEig v0.1.0 [37e2e46d] LinearAlgebra [2f01184e] SparseArrays v1.10.0 [4607b0f0] SuiteSparse [8dfed614] Test Status `/tmp/jl_T3EjF9/Manifest.toml` [c91c7b58] QuadEig v0.1.0 [56f22d72] Artifacts [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [2f01184e] SparseArrays v1.10.0 [4607b0f0] SuiteSparse [8dfed614] Test [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [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}) Closest candidates are: indtype(!Matched::SubArray{Tv, 1, <:AbstractSparseVector{Tv, Ti}, Tuple{Base.Slice{Base.OneTo{Int64}}}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.10/SparseArrays/src/sparsevector.jl:152 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.10/SparseArrays/src/sparsevector.jl:151 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.10/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.10/SparseArrays/src/linalg.jl:201 [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.10/SparseArrays/src/linalg.jl:183 [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.10/Test/src/Test.jl:669 [inlined] [11] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:45 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [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}) Closest candidates are: indtype(!Matched::SubArray{Tv, 1, <:AbstractSparseVector{Tv, Ti}, Tuple{Base.Slice{Base.OneTo{Int64}}}, false} where {Tv, Ti}) @ SparseArrays /opt/julia/share/julia/stdlib/v1.10/SparseArrays/src/sparsevector.jl:152 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.10/SparseArrays/src/sparsevector.jl:151 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.10/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.10/SparseArrays/src/linalg.jl:201 [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.10/SparseArrays/src/linalg.jl:183 [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.10/Test/src/Test.jl:669 [inlined] [11] macro expansion @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:49 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [13] top-level scope @ ~/.julia/packages/QuadEig/b3ANk/test/runtests.jl:35 Test Summary: | Pass Error Total Time QuadEig.jl | 2 2 4 54.1s 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 60.14s ERROR: LoadError: Package QuadEig errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/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 85.75s: package tests unexpectedly errored