Package evaluation to test SparseArrays on Julia 1.12.4 (0f21d93eaa*) started at 2026-01-27T16:51:07.227 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.1s ################################################################################ # Installation # Installing SparseArrays... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [2f01184e] + SparseArrays v1.12.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.12.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [2f01184e] + SparseArrays v1.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [bea87d4a] + SuiteSparse_jll v7.8.3+2 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.19s SparseArrays is a standard library in this Julia build. ################################################################################ # Testing # Testing SparseArrays Status `/tmp/jl_aqPDix/Project.toml` [4c88cf16] Aqua v0.8.14 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [44cfe95a] Pkg v1.12.1 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [8dfed614] Test v1.11.0 [bea87d4a] SuiteSparse_jll v7.8.3+2 Status `/tmp/jl_aqPDix/Manifest.toml` [4c88cf16] Aqua v0.8.14 [34da2185] Compat v4.18.1 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.12.1 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.12.0 [f489334b] StyledStrings v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [deac9b47] LibCURL_jll v8.15.0+0 [e37daf67] LibGit2_jll v1.9.0+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.11.4 [4536629a] OpenBLAS_jll v0.3.29+0 [458c3c95] OpenSSL_jll v3.5.4+0 [bea87d4a] SuiteSparse_jll v7.8.3+2 [83775a58] Zlib_jll v1.3.1+2 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.64.0+1 [3f19e933] p7zip_jll v17.7.0+0 Testing Running tests... WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Tuple{Integer, Integer}) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2741 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{T, Ti} where Ti<:Integer, Integer, Integer) where {T} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2743 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Any, Integer, Integer) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:3192 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Tv, Ti) where {Tv, Ti<:Integer} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:430 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Any, Integer) where {Tv, Ti<:Integer} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:448 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseArray{Tv, Ti, 1} where Ti where Tv, Integer) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:988 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Tuple{Integer, Integer}) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2741. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{T, Ti} where Ti<:Integer, Integer, Integer) where {T} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2743. WARNING: Method definition setindex!(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Any, Integer, Integer) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:3192. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Tv, Ti) where {Tv, Ti<:Integer} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:430. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Any, Integer) where {Tv, Ti<:Integer} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:448. WARNING: Method definition getindex(SparseArrays.AbstractSparseArray{Tv, Ti, 1} where Ti where Tv, Integer) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:988. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Tuple{Integer, Integer}) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2741 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{T, Ti} where Ti<:Integer, Integer, Integer) where {T} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2743 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Any, Integer, Integer) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:3192 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Tv, Ti) where {Tv, Ti<:Integer} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:430 overwritten. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Any, Integer) where {Tv, Ti<:Integer} in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:448 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseArray{Tv, Ti, 1} where Ti where Tv, Integer) in module SparseArrays at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:988 overwritten. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Tuple{Integer, Integer}) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2741. WARNING: Method definition getindex(SparseArrays.AbstractSparseMatrixCSC{T, Ti} where Ti<:Integer, Integer, Integer) where {T} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:2743. WARNING: Method definition setindex!(SparseArrays.AbstractSparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Any, Integer, Integer) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsematrix.jl:3192. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Tv, Ti) where {Tv, Ti<:Integer} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:430. WARNING: Method definition setindex!(SparseArrays.AbstractCompressedVector{Tv, Ti}, Any, Integer) where {Tv, Ti<:Integer} in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:448. WARNING: Method definition getindex(SparseArrays.AbstractSparseArray{Tv, Ti, 1} where Ti where Tv, Integer) in module SparseArrays overwritten at /source/usr/share/julia/stdlib/v1.12/SparseArrays/src/sparsevector.jl:988. Test Summary: | Pass Total Time allowscalar | 9 9 2.8s Test Summary: | Pass Total Time ReadOnly | 13 13 1.3s Test Summary: | Pass Total Time SparseMatrixCSC from readonly | 8 8 0.3s Test Summary: | Pass Total Time FixedSparseCSC | 20 20 13.1s Test Summary: | Pass Total Time SparseMatrixCSC conversions | 3 3 0.7s Test Summary: | Pass Total Time FixedSparseVector | 7 7 3.0s Test Summary: | Pass Total Time Issue #190 | 4 4 3.6s Test Summary: | Pass Total Time `getindex`` should return type with same `_is_fixed` | 14 14 2.2s Test Summary: | Pass Total Time Test factorization | 4 4 11.5s Test Summary: | Pass Total Time Test fkeep! | 4 4 0.3s Test Summary: | Pass Total Time map[!] implementation specialized for a single (input) sparse vector/matrix | 37 37 4.8s Test Summary: | Pass Total Time map[!] implementation specialized for a pair of (input) sparse vectors/matrices | 21 21 7.3s Test Summary: | Pass Total Time map[!] implementation capable of handling >2 (input) sparse vectors/matrices | 20 20 7.4s Test Summary: | Pass Total Time broadcast! implementation specialized for solely an output sparse vector/matrix (no inputs) | 4 4 1.3s Test Summary: | Pass Total Time broadcast implementation specialized for a single (input) sparse vector/matrix | 3 3 2.3s Test Summary: | Pass Total Time broadcast! implementation specialized for a single (input) sparse vector/matrix | 66 66 7.7s Test Summary: | Pass Total Time broadcast[!] implementation specialized for pairs of (input) sparse vectors/matrices | 741 741 58.7s Test Summary: | Pass Total Time broadcast[!] implementation capable of handling >2 (input) sparse vectors/matrices | 5477 5477 52.0s Test Summary: | Pass Total Time sparse map/broadcast with result eltype not a concrete subtype of Number (#19561/#19589) | 9 9 10.8s Test Summary: | Pass Total Time broadcast[!] over combinations of scalars and sparse vectors/matrices | 360 360 3m33.6s Test Summary: | Pass Total Time broadcast[!] over combinations of scalars, sparse arrays, structured matrices, and dense vectors/matrices | 68 68 25.8s Test Summary: | Pass Total Time map[!] over combinations of sparse and structured matrices | 80 80 5.0s Test Summary: | Pass Total Time assorted tests of sparse broadcast over two input arguments | 59 59 38.8s Test Summary: | Pass Total Time sparse vector broadcast of two arguments | 122 122 18.9s Test Summary: | Pass Total Time aliasing and indexed assignment or broadcast! | 15 15 8.5s Test Summary: | Pass Total Time 1-dimensional 'opt-out' (non) sparse broadcasting | 8 8 3.2s Test Summary: | Pass Total Time Issue #27836 | 1 1 3.8s Test Summary: | Pass Broken Total Time Issue #30118 | 4 1 5 1.5s Test Summary: | Pass Total Time Issue #30120: method ambiguity | 3 3 0.3s Test Summary: | Pass Total Time Sparse outer product, for type Float64 and vector transpose | 4 4 1.5s Test Summary: | Pass Total Time Sparse outer product, for type ComplexF64 and vector transpose | 4 4 2.7s Test Summary: | Pass Total Time Sparse outer product, for type Float64 and vector adjoint | 4 4 1.1s Test Summary: | Pass Total Time Sparse outer product, for type ComplexF64 and vector adjoint | 4 4 1.1s Test Summary: | Pass Total Time issue #31758: out of bounds write in _map_zeropres! | 1 1 1.7s Test Summary: | Pass Total Time Vec/Mat Style | 8 8 0.0s Test Summary: | Pass Total Time extrema | 22 22 17.5s Test Summary: | Pass Total Time NaN test for sparse extrema | 24 24 1.6s Test Summary: | Pass Total Time issue #42670 - error in sparsevec outer product | 1 1 0.6s Test Summary: | Pass Total Time issue #46337 - error in sparsevec map | 2 2 1.5s WARNING: Method definition getproperty(SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module HigherOrderFnsTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:4 overwritten in module SparseMatrixConstructorIndexingTests on the same line (check for duplicate calls to `include`). WARNING: Method definition getproperty(SparseArrays.SparseVector{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module HigherOrderFnsTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:5 overwritten in module SparseMatrixConstructorIndexingTests on the same line (check for duplicate calls to `include`). Test Summary: | Pass Total Time uniform scaling should not change type #103 | 1 1 1.2s Test Summary: | Pass Total Time spzeros de-splatting | 4 4 0.2s Test Summary: | Pass Total Time conversion to AbstractMatrix/SparseMatrix of same eltype | 6 6 0.8s Test Summary: | Pass Total Time sparse matrix construction | 23 23 8.4s Test Summary: | Pass Total Time spzeros for pattern creation (structural zeros) | 12 12 1.5s Test Summary: | Pass Total Time concatenation tests | 563 563 2m00.2s Test Summary: | Pass Total Time repeat tests | 40 40 1.5s Test Summary: | Pass Total Time copyto! | 48 48 3.0s Test Summary: | Pass Total Time getindex | 216 216 25.4s Test Summary: | Pass Total Time setindex | 103 103 30.8s Test Summary: | Pass Total Time dropstored! | 21 21 5.7s Test Summary: | Pass Total Time sparsevec from matrices | 6 6 0.4s Test Summary: | Pass Total Time test_getindex_algs | 42 42 1m09.6s Test Summary: | Pass Total Time getindex bounds checking | 4 4 0.0s Test Summary: | Pass Total Time test that sparse / sparsevec constructors work for AbstractMatrix subtypes | 4 4 0.3s Test Summary: | Pass Total Time Sparse construction with empty/1x1 structured matrices | 10 10 0.4s Test Summary: | Pass Total Time avoid allocation for zeros in diagonal | 2 2 0.2s Test Summary: | Pass Total Time error conditions for reshape, and dropdims | 2 2 0.2s Test Summary: | Pass Total Time float | 2 2 0.1s Test Summary: | Pass Total Time complex | 2 2 0.6s Test Summary: | Pass Total Time one(A::SparseMatrixCSC) | 2 2 0.1s Test Summary: | Pass Total Time sparsevec | 3 3 0.4s Test Summary: | Pass Total Time sparse | 2 2 0.1s Test Summary: | Pass Total Time droptol | 2 2 0.5s Test Summary: | Pass Total Time dropzeros[!] | 41 41 1.0s Test Summary: | Pass Total Time test created type of sprand{T}(::Type{T}, m::Integer, n::Integer, density::AbstractFloat) | 3 3 0.2s Test Summary: | Pass Total Time sparse and dense concatenations | 18 18 2.6s Test Summary: | Pass Total Time row indexing a SparseMatrixCSC with non-Int integer type | 1 1 1.5s Test Summary: | Pass Total Time isstored | 60 60 0.7s Test Summary: | Pass Total Time similar should not alias the input sparse array | 2 2 0.6s Test Summary: | Pass Total Time similar with type conversion | 6 6 0.6s Test Summary: | Pass Total Time similar for SparseMatrixCSC | 44 44 0.8s Test Summary: | Pass Total Time similar should preserve underlying storage type and uplo flag | 12 12 0.5s Test Summary: | Pass Total Time similar should preserve underlying storage type | 16 16 0.3s Test Summary: | Pass Total Time sparse findprev/findnext operations | 167 167 1.7s Test Summary: | Pass Total Time nonscalar setindex! | 214 214 1m56.8s Test Summary: | Pass Total Time generic sparse matrix access functions | 48 48 1.2s Test Summary: | Pass Total Time sprand | 10 10 2.5s Test Summary: | Pass Total Time copy a ReshapedArray of SparseMatrixCSC | 1 1 0.4s Test Summary: | Pass Total Time SparseMatrixCSCView | 3 3 0.3s Test Summary: | Pass Total Time fill! for SubArrays | 4 4 4.4s Test Summary: | Pass Total Time swaprows!, swapcols! | 6 6 0.7s Test Summary: | Pass Total Time sprandn with type Float64 | 1 1 0.0s Test Summary: | Pass Total Time sprandn with type Float32 | 1 1 0.1s Test Summary: | Pass Total Time sprandn with type Float16 | 1 1 0.3s Test Summary: | Pass Total Time sprandn with type ComplexF64 | 1 1 0.1s Test Summary: | Pass Total Time sprandn with type ComplexF32 | 1 1 0.3s Test Summary: | Pass Total Time sprandn with type ComplexF16 | 1 1 0.3s Test Summary: | Pass Total Time sprandn with invalid type AbstractFloat | 1 1 0.3s Test Summary: | Pass Total Time sprandn with invalid type Complex | 1 1 0.3s Test Summary: | Pass Total Time count specializations | 2 2 0.8s Test Summary: | Pass Total Time show | 104 104 10.3s Test Summary: | Pass Total Time issparse for specialized matrix types | 18 18 0.2s Test Summary: | Pass Total Time equality == | 11 11 0.7s Test Summary: | Pass Total Time expandptr | 3 3 0.1s Test Summary: | Pass Total Time sparse! and spzeros! | 240 240 0.9s Test Summary: | Pass Total Time reverse | 56 56 5.0s WARNING: Method definition getproperty(SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module SparseMatrixConstructorIndexingTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:4 overwritten in module SparseTests on the same line (check for duplicate calls to `include`). WARNING: Method definition getproperty(SparseArrays.SparseVector{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module SparseMatrixConstructorIndexingTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:5 overwritten in module SparseTests on the same line (check for duplicate calls to `include`). Test Summary: | Pass Total Time _isnotzero | 5 5 0.0s Test Summary: | Pass Total Time issparse | 3 3 0.0s Test Summary: | Pass Total Time iszero specialization for SparseMatrixCSC | 5 5 0.5s Test Summary: | Pass Total Time isone specialization for SparseMatrixCSC | 5 5 0.3s Test Summary: | Pass Total Time indtype | 1 1 0.6s Test Summary: | Pass Total Time sparse binary operations | 142 142 32.7s Test Summary: | Pass Total Time sparse ref | 3 3 0.0s Test Summary: | Pass Total Time sparse assignment | 2 2 2.9s Test Summary: | Pass Total Time dropdims | 20 20 0.0s Test Summary: | Pass Total Time reductions | 218 218 24.3s Test Summary: | Pass Total Time findall | 4 4 0.9s Test Summary: | Pass Total Time access to undefined error types that initially allocate elements as #undef | 1 1 3.2s Test Summary: | Pass Total Time unary functions | 72 72 30.7s Test Summary: | Pass Total Time argmax, argmin, findmax, findmin | 16 16 2.9s Test Summary: | Pass Total Time findmin/findmax/minimum/maximum | 31 31 3.1s Test Summary: | Pass Total Time findmin/findmax for non-numerical type | 2 2 1.2s Test Summary: | Pass Total Time any/all predicates over dims = 1 | 24 24 10.6s Test Summary: | Pass Total Time mapreducecols | 63 63 2.6s Test Summary: | Pass Total Time oneunit of sparse matrix | 4 4 1.2s Test Summary: | Pass Total Time transpose! does not allocate | 1 1 0.2s Test Summary: | Pass Total Time Comparisons to adjoints are efficient | 7 7 0.9s Test Summary: | Pass Total Time Comparisons to adjoints are efficient | 7 7 1.1s Test Summary: | Total Time Comparisons to adjoints are efficient | 0 0.0s Test Summary: | Pass Total Time Comparisons to adjoints are efficient | 7 7 0.2s Test Summary: | Pass Total Time Comparisons to adjoints are efficient | 7 7 0.4s Test Summary: | Total Time Comparisons to adjoints are efficient | 0 0.0s Test Summary: | Total Time Comparisons to adjoints are efficient | 0 0.0s Test Summary: | Total Time Comparisons to adjoints are efficient | 0 0.0s Test Summary: | Pass Total Time Comparisons to adjoints are efficient | 7 7 0.9s Test Summary: | Pass Total Time Issue #246 | 18 18 4.2s Test Summary: | Pass Total Time copytrito! | 25 25 0.2s Test Summary: | Pass Total Time istriu/istril | 110 110 0.8s WARNING: Method definition getproperty(SparseArrays.SparseMatrixCSC{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module SparseTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:4 overwritten in module SparseVectorTests on the same line (check for duplicate calls to `include`). WARNING: Method definition getproperty(SparseArrays.SparseVector{Tv, Ti} where Ti<:Integer where Tv, Symbol) in module SparseTests at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/forbidproperties.jl:5 overwritten in module SparseVectorTests on the same line (check for duplicate calls to `include`). Test Summary: | Pass Total Time basic properties | 17 17 0.4s Test Summary: | Pass Total Time isstored | 8 8 0.0s Test Summary: | Pass Total Time conversion to dense Array | 4 4 0.1s Test Summary: | Pass Total Time show | 4 4 0.5s Test Summary: | Pass Total Time other constructors | 55 55 3.4s Test Summary: | Pass Total Time getindex | 28 28 3.4s Test Summary: | Pass Total Time setindex | 9 9 0.0s Test Summary: | Pass Total Time dropstored! | 4 4 0.0s Test Summary: | Pass Total Time findall and findnz | 8 8 1.5s Test Summary: | Pass Total Time copy[!] | 43 43 0.6s Test Summary: | Pass Total Time vec/float/complex | 9 9 0.6s Test Summary: | Pass Total Time Type conversion | 12 12 0.3s Test Summary: | Pass Total Time Conversion from other issparse types | 10 10 3.1s Test Summary: | Pass Total Time Concatenation | 70 70 14.9s Test Summary: | Pass Total Time repeat | 40 40 0.1s Test Summary: | Pass Total Time sparsemat: combinations with sparse matrix | 1074 1074 0.2s Test Summary: | Pass Total Time reverse | 660 660 0.1s Test Summary: | Pass Total Time Arithmetic operations | 163 163 3.2s Test Summary: | Pass Total Time Zero-preserving math functions: sparse -> sparse | 57 57 4.0s Test Summary: | Pass Total Time Non-zero-preserving math functions: sparse -> dense | 50 50 5.9s Test Summary: | Pass Broken Total Time sum, norm | 12 4 16 1.2s Test Summary: | Pass Total Time maximum, minimum, findmax, findmin | 76 76 2.5s Test Summary: | Pass Total Time BLAS Level-1 | 33 33 1.3s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 7 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm8DenseMapIPNS_10BasicBlockEPNS_5ValueENS_12DenseMapInfoIS2_vEENS_6detail12DenseMapPairIS2_S4_EEE4growEj at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) unknown function (ip: 0x7fff6d871bbf) at (unknown file) unknown function (ip: 0x42d18c4f) at (unknown file) unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:457 poptask at ./task.jl:1216 wait at ./task.jl:1228 task_done_hook at ./task.jl:868 jfptr_task_done_hook_59255.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4010 [inlined] ijl_apply_generic at /source/src/gf.c:4210 jl_apply at /source/src/julia.h:2391 [inlined] jl_finish_task at /source/src/task.c:341 start_task at /source/src/task.c:1263 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007a18cd443c10 Total snapshots: 656. Utilization: 0% ╎656 @Base/task.jl:868 task_done_hook(t::Task) ╎ 656 @Base/task.jl:1228 wait() 655╎ 656 @Base/task.jl:1216 poptask(W::Base.IntrusiveLinkedListSynchronized{T… [7] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.12/SparseArrays/test/sparsevector.jl:1119 _ZN4llvm12DenseMapBaseINS_8DenseMapIPNS_10BasicBlockESt10unique_ptrINS_15DomTreeNodeBaseIS2_EESt14default_deleteIS6_EENS_12DenseMapInfoIS3_vEENS_6detail12DenseMapPairIS3_S9_EEEES3_S9_SB_SE_E5clearEv at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm24DominatorTreeWrapperPass13releaseMemoryEv at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13PMDataManager8freePassEPNS_4PassENS_9StringRefENS_19PassDebuggingStringE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13PMDataManager16removeDeadPassesEPNS_4PassENS_9StringRefENS_19PassDebuggingStringE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager13runOnFunctionERNS_8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm13FPPassManager11runOnModuleERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm6legacy15PassManagerImpl3runERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm3orc14SimpleCompilerclERNS_6ModuleE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) operator() at /source/src/jitlayers.cpp:1561 addModule at /source/src/jitlayers.cpp:2044 jl_compile_codeinst_now at /source/src/jitlayers.cpp:626 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:824 jl_compile_method_internal at /source/src/gf.c:3524 _jl_invoke at /source/src/gf.c:4002 [inlined] ijl_apply_generic at /source/src/gf.c:4210 jl_apply at /source/src/julia.h:2391 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:689 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 eval_body at /source/src/interpreter.c:558 jl_interpret_toplevel_thunk at /source/src/interpreter.c:898 jl_toplevel_eval_flex at /source/src/toplevel.c:1035 jl_eval_module_expr at /source/src/toplevel.c:197 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:814 jl_toplevel_eval_flex at /source/src/toplevel.c:975 ijl_toplevel_eval at /source/src/toplevel.c:1047 ijl_toplevel_eval_in at /source/src/toplevel.c:1092 PkgEval terminated after 2720.4s: test duration exceeded the time limit