Package evaluation to test SuiteSparseGraphBLAS on Julia 1.14.0-DEV.1699 (9484a92029*) started at 2026-02-10T17:35:41.956 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv, BugReporting)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.42s ################################################################################ # Installation # Installing SuiteSparseGraphBLAS... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [c2e53296] + SuiteSparseGraphBLAS v0.11.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [163b9779] + Blobs v0.5.7 [d360d2e6] + ChainRulesCore v1.26.0 [34da2185] + Compat v4.18.1 [ffbed154] + DocStringExtensions v0.9.5 [92d709cd] + IrrationalConstants v0.2.6 [692b3bcd] + JLLWrappers v1.7.1 ⌅ [ef3ab10e] + KLU v0.4.1 [2ab3a3ac] + LogExpFunctions v0.3.29 [1914dd2f] + MacroTools v0.5.16 [21216c6a] + Preferences v1.5.1 [276daf66] + SpecialFunctions v2.6.1 [e9177fbf] + StorageOrders v0.3.2 [c2e53296] + SuiteSparseGraphBLAS v0.11.0 [efe28fd5] + OpenSpecFun_jll v0.5.6+0 ⌅ [7ed9a814] + SSGraphBLAS_jll v7.2.0+0 [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.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.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 [4607b0f0] + SuiteSparse [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.18.0+0 [e37daf67] + LibGit2_jll v1.9.2+0 [29816b5a] + LibSSH2_jll v1.11.3+1 [14a3606d] + MozillaCACerts_jll v2025.12.2 [4536629a] + OpenBLAS_jll v0.3.30+0 [05823500] + OpenLibm_jll v0.8.7+0 [458c3c95] + OpenSSL_jll v3.5.5+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [bea87d4a] + SuiteSparse_jll v7.10.1+0 [83775a58] + Zlib_jll v1.3.1+2 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850b90] + libblastrampoline_jll v5.15.0+0 [8e850ede] + nghttp2_jll v1.68.0+1 [3f19e933] + p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 1.5s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 1443.8 ms ✓ rr_jll 1409.5 ms ✓ fts_jll 1386.7 ms ✓ s5cmd_jll 1416.7 ms ✓ obstack_jll 1396.0 ms ✓ LibMPDec_jll 1424.8 ms ✓ argp_standalone_jll 1863.0 ms ✓ Python_jll 1681.0 ms ✓ Elfutils_jll 1485.2 ms ✓ GDB_jll 3902.9 ms ✓ BugReporting 10 dependencies successfully precompiled in 18 seconds. 64 already precompiled. Precompiling package dependencies... Precompiling packages... 1403.8 ms ✓ SSGraphBLAS_jll WARNING: Constructor for type "GBVector" was extended in `GB_CHOLMOD` without explicit qualification or import.  NOTE: Assumed "GBVector" refers to `SuiteSparseGraphBLAS.GBVector`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function GBVector end`.  Hint: To silence the warning, qualify `GBVector` as `SuiteSparseGraphBLAS.GBVector` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBVector`. WARNING: Constructor for type "GBMatrix" was extended in `GB_CHOLMOD` without explicit qualification or import.  NOTE: Assumed "GBMatrix" refers to `SuiteSparseGraphBLAS.GBMatrix`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function GBMatrix end`.  Hint: To silence the warning, qualify `GBMatrix` as `SuiteSparseGraphBLAS.GBMatrix` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrix`. WARNING: Constructor for type "GBMatrixC" was extended in `GB_CHOLMOD` without explicit qualification or import.  NOTE: Assumed "GBMatrixC" refers to `SuiteSparseGraphBLAS.GBMatrixC`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function GBMatrixC end`.  Hint: To silence the warning, qualify `GBMatrixC` as `SuiteSparseGraphBLAS.GBMatrixC` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixC`. WARNING: Constructor for type "GBMatrixR" was extended in `GB_CHOLMOD` without explicit qualification or import.  NOTE: Assumed "GBMatrixR" refers to `SuiteSparseGraphBLAS.GBMatrixR`. This behavior is deprecated and may differ in future versions.  NOTE: This behavior may have differed in Julia versions prior to 1.12.  Hint: If you intended to create a new generic function of the same name, use `function GBMatrixR end`.  Hint: To silence the warning, qualify `GBMatrixR` as `SuiteSparseGraphBLAS.GBMatrixR` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixR`. 99778.0 ms ✓ SuiteSparseGraphBLAS 2 dependencies successfully precompiled in 102 seconds. 59 already precompiled. 1 dependency had output during precompilation: ┌ SuiteSparseGraphBLAS │ WARNING: Constructor for type "GBVector" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBVector" refers to `SuiteSparseGraphBLAS.GBVector`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBVector end`. │ Hint: To silence the warning, qualify `GBVector` as `SuiteSparseGraphBLAS.GBVector` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBVector`. │ WARNING: Constructor for type "GBMatrix" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrix" refers to `SuiteSparseGraphBLAS.GBMatrix`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrix end`. │ Hint: To silence the warning, qualify `GBMatrix` as `SuiteSparseGraphBLAS.GBMatrix` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrix`. │ WARNING: Constructor for type "GBMatrixC" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrixC" refers to `SuiteSparseGraphBLAS.GBMatrixC`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrixC end`. │ Hint: To silence the warning, qualify `GBMatrixC` as `SuiteSparseGraphBLAS.GBMatrixC` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixC`. │ WARNING: Constructor for type "GBMatrixR" was extended in `GB_CHOLMOD` without explicit qualification or import. │ NOTE: Assumed "GBMatrixR" refers to `SuiteSparseGraphBLAS.GBMatrixR`. This behavior is deprecated and may differ in future versions. │ NOTE: This behavior may have differed in Julia versions prior to 1.12. │ Hint: If you intended to create a new generic function of the same name, use `function GBMatrixR end`. │ Hint: To silence the warning, qualify `GBMatrixR` as `SuiteSparseGraphBLAS.GBMatrixR` in the method signature or explicitly `import SuiteSparseGraphBLAS: GBMatrixR`. └ Precompilation completed after 133.93s ################################################################################ # Testing # Testing SuiteSparseGraphBLAS Status `/tmp/jl_9hW8Dr/Project.toml` [d360d2e6] ChainRulesCore v1.26.0 [cdddcdb0] ChainRulesTestUtils v1.13.1 [26cc04aa] FiniteDifferences v0.12.33 ⌅ [ef3ab10e] KLU v0.4.1 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [4607b0f0] SuiteSparse [8dfed614] Test v1.11.0 Status `/tmp/jl_9hW8Dr/Manifest.toml` ⌅ [163b9779] Blobs v0.5.7 [d360d2e6] ChainRulesCore v1.26.0 [cdddcdb0] ChainRulesTestUtils v1.13.1 [34da2185] Compat v4.18.1 [ffbed154] DocStringExtensions v0.9.5 [26cc04aa] FiniteDifferences v0.12.33 [92d709cd] IrrationalConstants v0.2.6 [692b3bcd] JLLWrappers v1.7.1 ⌅ [ef3ab10e] KLU v0.4.1 [2ab3a3ac] LogExpFunctions v0.3.29 [1914dd2f] MacroTools v0.5.16 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [708f8203] Richardson v1.4.2 [276daf66] SpecialFunctions v2.6.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [e9177fbf] StorageOrders v0.3.2 [c2e53296] SuiteSparseGraphBLAS v0.11.0 [fd094767] Suppressor v0.2.8 [efe28fd5] OpenSpecFun_jll v0.5.6+0 ⌅ [7ed9a814] SSGraphBLAS_jll v7.2.0+0 [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.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.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 [4607b0f0] SuiteSparse [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.18.0+0 [e37daf67] LibGit2_jll v1.9.2+0 [29816b5a] LibSSH2_jll v1.11.3+1 [14a3606d] MozillaCACerts_jll v2025.12.2 [4536629a] OpenBLAS_jll v0.3.30+0 [05823500] OpenLibm_jll v0.8.7+0 [458c3c95] OpenSSL_jll v3.5.5+0 [efcefdf7] PCRE2_jll v10.47.0+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [83775a58] Zlib_jll v1.3.1+2 [3161d3a3] Zstd_jll v1.5.7+1 [8e850b90] libblastrampoline_jll v5.15.0+0 [8e850ede] nghttp2_jll v1.68.0+1 [3f19e933] p7zip_jll v17.7.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Activating project at `~/.julia/environments/pkgeval` Activating project at `/tmp/jl_9hW8Dr` Switching execution to under rr ┌ Warning: inference tests have been disabled └ @ ChainRulesTestUtils ~/.julia/packages/ChainRulesTestUtils/RZidV/src/global_config.jl:13 Testing SuiteSparseGraphBLAS.jl default Testing libutils.jl: ┌ Warning: Symbol gobbledygook not available └ @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/libutils.jl:125 2.867585 seconds (918.41 k allocations: 55.045 MiB, 11.92% gc time, 98.80% compilation time: 62% of which was recompilation) Testing operatorutils.jl: 0.178077 seconds (103.46 k allocations: 5.784 MiB, 90.16% compilation time) Testing ops.jl: 1.738177 seconds (988.05 k allocations: 53.128 MiB, 93.97% compilation time) Testing abstractgbarray.jl: 11.060080 seconds (4.82 M allocations: 275.285 MiB, 1.32% gc time, 98.29% compilation time: <1% of which was recompilation) Testing gbarray.jl: dense: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 Test threw exception Expression: m[:, 3] == GBVector(x[:, 3]) SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Int64, Int64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Int64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:21 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [17] IncludeInto @ ./Base.jl:311 [inlined] [18] macro expansion @ ./timing.jl:739 [inlined] [19] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [20] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [22] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [23] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [24] top-level scope @ none:6 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [27] _start() @ Base ./client.jl:585 dense: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 Test threw exception Expression: m[2, :] == GBVector(x[2, :]) SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Int64, Int64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Int64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Int64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:5 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:22 [inlined] [15] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:779 [inlined] [16] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [17] IncludeInto @ ./Base.jl:311 [inlined] [18] macro expansion @ ./timing.jl:739 [inlined] [19] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [20] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [21] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [22] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [23] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [24] top-level scope @ none:6 [25] eval(m::Module, e::Any) @ Core ./boot.jl:489 [26] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [27] _start() @ Base ./client.jl:585 sparse: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:39 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{UInt8, UInt8}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{UInt8}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{UInt8, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:3 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:41 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:50 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [16] IncludeInto @ ./Base.jl:311 [inlined] [17] macro expansion @ ./timing.jl:739 [inlined] [18] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [26] _start() @ Base ./client.jl:585 setindex and empty!: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:58 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Float32, Float32}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float32}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Float32, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:59 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/gbarray.jl:82 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [14] IncludeInto @ ./Base.jl:311 [inlined] [15] macro expansion @ ./timing.jl:739 [inlined] [16] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:64 [inlined] [20] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [24] _start() @ Base ./client.jl:585 19.990941 seconds (6.91 M allocations: 404.496 MiB, 2.71% gc time, 96.83% compilation time: <1% of which was recompilation) Testing types.jl: 4.498986 seconds (1.71 M allocations: 102.250 MiB, 2.72% gc time, 98.45% compilation time: 55% of which was recompilation) Testing issues.jl: 11.824040 seconds (6.47 M allocations: 368.643 MiB, 0.69% gc time, 98.46% compilation time: <1% of which was recompilation) Testing operations/ewise.jl: 0.701809 seconds (349.48 k allocations: 19.626 MiB, 96.39% compilation time: <1% of which was recompilation) Testing operations/extract.jl: 0.354083 seconds (139.32 k allocations: 7.864 MiB, 97.02% compilation time) Testing operations/kron.jl: 5.192870 seconds (1.90 M allocations: 110.099 MiB, 2.28% gc time, 99.43% compilation time: <1% of which was recompilation) Testing operations/map.jl: 2.830064 seconds (994.55 k allocations: 55.544 MiB, 99.00% compilation time) Testing operations/mul.jl: 4.953043 seconds (2.10 M allocations: 120.166 MiB, 0.97% gc time, 98.92% compilation time: <1% of which was recompilation) Testing operations/reduce.jl: 2.959436 seconds (1.64 M allocations: 90.173 MiB, 96.62% compilation time: <1% of which was recompilation) Testing operations/select.jl: 0.582471 seconds (421.25 k allocations: 23.307 MiB, 9.31% gc time, 97.67% compilation time) Testing operations/transpose.jl: 0.261880 seconds (138.24 k allocations: 7.756 MiB, 94.09% compilation time: <1% of which was recompilation) Testing operations/broadcasting.jl: 15.914392 seconds (8.81 M allocations: 515.141 MiB, 0.89% gc time, 99.22% compilation time: <1% of which was recompilation) Testing operations/concat.jl: 5.506293 seconds (2.91 M allocations: 168.983 MiB, 0.66% gc time, 99.52% compilation time: <1% of which was recompilation) Testing operations/operationutils.jl: 0.345120 seconds (144.95 k allocations: 7.301 MiB, 84.66% compilation time) Testing chainrules/chainrulesutils.jl: chainrulesutils: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:32 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBVector{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] #unsafepack!#335 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [inlined] [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#113 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:742 [inlined] [6] GBVector @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:737 [inlined] [7] GBVector(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:748 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:33 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/chainrulesutils.jl:35 [inlined] [11] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [12] IncludeInto @ ./Base.jl:311 [inlined] [13] macro expansion @ ./timing.jl:739 [inlined] [14] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [15] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [16] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [17] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:78 [inlined] [18] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [19] top-level scope @ none:6 [20] eval(m::Module, e::Any) @ Core ./boot.jl:489 [21] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [22] _start() @ Base ./client.jl:585 3.908487 seconds (2.86 M allocations: 168.969 MiB, 2.70% gc time, 98.00% compilation time: <1% of which was recompilation) Testing chainrules/mulrules.jl: Sparse: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:51 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBMatrix{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#68 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [inlined] [6] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [7] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:52 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/mulrules.jl:53 [inlined] [13] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [14] IncludeInto @ ./Base.jl:311 [inlined] [15] macro expansion @ ./timing.jl:739 [inlined] [16] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [17] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [18] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [19] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:79 [inlined] [20] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [21] top-level scope @ none:6 [22] eval(m::Module, e::Any) @ Core ./boot.jl:489 [23] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [24] _start() @ Base ./client.jl:585 89.402180 seconds (40.97 M allocations: 2.434 GiB, 2.18% gc time, 79.03% compilation time: <1% of which was recompilation) Testing chainrules/ewiserules.jl: Arithmetic Semiring: Error During Test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:19 Got exception outside of a @test SuiteSparseGraphBLAS.InvalidValueError Stacktrace: [1] _packcscmatrix!(A::GBMatrix{Float64, Float64}, colptr::Vector{Int64}, rowidx::Vector{Int64}, values::Vector{Float64}; desc::Nothing, colptrsize::Int64, rowidxsize::Int64, valsize::Int64, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:96 [2] _packcscmatrix! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:72 [inlined] [3] unsafepack!(A::GBMatrix{Float64, Float64}, ptr::Vector{Int64}, idx::Vector{Int64}, values::Vector{Float64}, shallow::Bool; order::ColMajor, decrementindices::Bool, jumbled::Bool) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:237 [4] unsafepack! @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/pack.jl:232 [inlined] [5] #_#68 @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:530 [inlined] [6] GBMatrix @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:525 [inlined] [7] GBMatrix(A::SparseVector{Float64, Int64}) @ SuiteSparseGraphBLAS ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/src/types.jl:536 [8] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:2 [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [10] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:19 [inlined] [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [12] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [13] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [14] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/chainrules/ewiserules.jl:20 [inlined] [15] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [16] IncludeInto @ ./Base.jl:311 [inlined] [17] macro expansion @ ./timing.jl:739 [inlined] [18] include_test(path::String) @ Main ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 [19] top-level scope @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:60 [20] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2244 [inlined] [21] macro expansion @ ~/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:80 [inlined] [22] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [23] top-level scope @ none:6 [24] eval(m::Module, e::Any) @ Core ./boot.jl:489 [25] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [26] _start() @ Base ./client.jl:585 10.650271 seconds (4.45 M allocations: 243.211 MiB, 0.61% gc time, 91.94% compilation time: <1% of which was recompilation) Testing chainrules/selectrules.jl: 31.305446 seconds (11.49 M allocations: 691.582 MiB, 0.71% gc time, 65.96% compilation time: <1% of which was recompilation) Testing chainrules/constructorrules.jl: 16.646066 seconds (9.68 M allocations: 573.809 MiB, 1.30% gc time, 97.67% compilation time) Testing chainrules/maprules.jl: 32.141414 seconds (15.00 M allocations: 913.568 MiB, 0.74% gc time, 83.68% compilation time: <1% of which was recompilation) Testing solvers/klu.jl: julia: /source/src/codegen.cpp:1839: bool jl_cgval_t::ispointer() const: Assertion `inline_roots.empty()' failed. [65] signal 6 (-6): Aborted in expression starting at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/solvers/klu.jl:98 unknown function (ip: 0x7f00a8bb9ebc) at /lib/x86_64-linux-gnu/libc.so.6 gsignal at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) abort at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x7f00a8b55394) at /lib/x86_64-linux-gnu/libc.so.6 __assert_fail at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) ispointer at /source/src/codegen.cpp:1839 generic_bitcast at /source/src/intrinsics.cpp:601 emit_intrinsic at /source/src/intrinsics.cpp:1397 [inlined] emit_call at /source/src/codegen.cpp:5763 emit_expr at /source/src/codegen.cpp:6706 emit_ssaval_assign at /source/src/codegen.cpp:6193 emit_stmtpos at /source/src/codegen.cpp:6496 [inlined] emit_function at /source/src/codegen.cpp:9775 jl_emit_code at /source/src/codegen.cpp:10144 jl_emit_codeinst at /source/src/codegen.cpp:10215 jl_emit_codeinst_to_jit_impl at /source/src/jitlayers.cpp:826 add_codeinsts_to_jit! at ./../usr/share/julia/Compiler/src/typeinfer.jl:1709 typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1716 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1724 jfptr_typeinf_ext_toplevel_87349.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] jl_type_infer at /source/src/gf.c:467 jl_compile_method_internal at /source/src/gf.c:3640 _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4317 sprint at ./strings/io.jl:102 unknown function (ip: 0x7f004036a606) at (unknown file) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_body at /source/src/interpreter.c:581 eval_body at /source/src/interpreter.c:550 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:884 ijl_eval_thunk at /source/src/toplevel.c:765 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3130 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3190 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 [inlined] macro expansion at ./timing.jl:739 [inlined] include_test at /home/pkgeval/.julia/packages/SuiteSparseGraphBLAS/A4fmM/test/runtests.jl:14 unknown function (ip: 0x7f008e115022) at (unknown file) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [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:693 eval_body at /source/src/interpreter.c:550 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:884 ijl_eval_thunk at /source/src/toplevel.c:765 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3130 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3190 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_56993.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [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:693 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:765 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_43827.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7f00a8b56249) at /lib/x86_64-linux-gnu/libc.so.6 __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) at /workspace/srcdir/glibc-2.17/csu/../sysdeps/x86_64/start.S Allocations: 146668281 (Pool: 146667173; Big: 1108); GC: 48 Testing failed after 56.71s ERROR: LoadError: Package SuiteSparseGraphBLAS errored during testing (received signal: 6) 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:3122 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2987 [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:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] 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 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:221 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval crashed after 514.67s: the process was aborted ################################################################################ # Bug reporting # Finalizing trace... BugReporting completed after 35.41s Uploaded rr trace to https://s3.amazonaws.com/julialang-reports/nanosoldier/pkgeval/rr/SuiteSparseGraphBLAS-1770727495.tar.zst