Package evaluation to test LinearAlgebra on Julia 1.14.0-DEV.1840 (ab7ba34e40*) started at 2026-03-04T04:05:56.975 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.24s ################################################################################ # Installation # Installing LinearAlgebra... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [37e2e46d] + LinearAlgebra v1.13.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.12s LinearAlgebra is a standard library in this Julia build. ################################################################################ # Testing # Testing LinearAlgebra Status `/tmp/jl_ggvW55/Project.toml` [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Status `/tmp/jl_ggvW55/Manifest.toml` [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... [ Info: Testing unitful Test Summary: | Pass Total Time unitful specialized mul/div | 1872 1872 17m46.8s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 9 9 5.1s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 9 9 3.7s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 9 9 4.1s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 9 9 2.7s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 9 9 4.4s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 9 9 3.4s Test Summary: | Pass Total Time testing dimensions with Furlongs #36430 | 1 1 0.6s Test Summary: | Pass Total Time dimensional Hessenberg | 120 120 19.8s Test Summary: | Pass Total Time lu factorization with dimension type | 3 3 0.9s Test Summary: | Pass Total Time zero and one for unitful structured matrices | 50 50 5.2s Test Summary: | Pass Total Time triangular: dimensional correctness | 10 10 5.9s Test Summary: | Pass Total Time unitful 3-arg * | 18 18 2.0s [ Info: Testing triangular2 Test Summary: | Pass Total Time elty1 = Float32 | 2066 2066 2m25.5s Test Summary: | Pass Total Time elty1 = Float64 | 2066 2066 2m04.2s Test Summary: | Pass Total Time elty1 = BigFloat | 2044 2044 1m53.7s Test Summary: | Pass Total Time elty1 = Int64 | 2610 2610 4m02.8s [ Info: Testing triangular3 Test Summary: | Pass Total Time elty1 = ComplexF32 | 2454 2454 2m10.6s Test Summary: | Pass Total Time elty1 = ComplexF64 | 2046 2046 1m39.9s Test Summary: | Pass Total Time elty1 = Complex{BigFloat} | 2024 2024 2m11.1s [ Info: Testing bidiag Test Summary: | Pass Total Time relty = Int64, elty = Int64 | 525 525 1m10.4s Test Summary: | Pass Total Time relty = Int64, elty = Complex{Int64} | 525 525 1m07.2s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 619 619 1m09.0s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 527 527 48.3s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 619 619 1m03.8s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 527 527 42.4s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 541 541 52.2s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 515 515 59.0s Test Summary: | Pass Total Time Constructors with Char uplo | 1 1 0.1s Test Summary: | Pass Total Time promote_rule | 5 5 0.4s Test Summary: | Pass Total Time fill! and fillstored! | 22 22 0.9s Test Summary: | Pass Total Time pathological promotion (#24707) | 6 6 0.0s Test Summary: | Pass Total Time solve with matrix elements | 26 26 11.0s Test Summary: | Pass Total Time sum, mapreduce | 35 35 2.0s Test Summary: | Pass Total Time empty sub-diagonal | 1 1 1.3s Test Summary: | Pass Total Time generalized dot | 16 16 1.3s Test Summary: | Pass Total Time multiplication of bidiagonal and triangular matrix | 576 576 55.5s Test Summary: | Pass Total Time transpose for a non-numeric eltype | 3 3 0.3s Test Summary: | Pass Total Time empty bidiagonal matrices | 32 32 3.6s Test Summary: | Pass Total Time non-commutative algebra (#39701) | 4 4 2.1s Test Summary: | Pass Total Time Conversion to AbstractArray | 4 4 0.3s Test Summary: | Pass Total Time block-bidiagonal matrix | 75 75 2.9s Test Summary: | Pass Total Time copyto! | 7 7 0.7s Test Summary: | Pass Total Time copyto! with UniformScaling | 4 4 0.1s Test Summary: | Pass Total Time diagind | 9 9 0.3s Test Summary: | Pass Total Time custom axes | 1 1 0.1s Test Summary: | Pass Total Time avoid matmul ambiguities with ::MyMatrix * ::AbstractMatrix | 9 9 8.1s Test Summary: | Pass Total Time Reverse operation on Bidiagonal | 6 6 0.7s Test Summary: | Pass Total Time Matrix conversion for non-numeric | 2 2 0.5s Test Summary: | Pass Total Time getindex with Integers | 2 2 0.2s Test Summary: | Pass Total Time rmul!/lmul! with banded matrices | 18 18 8.4s Test Summary: | Pass Total Time rmul!/lmul! with numbers | 12 12 0.1s Test Summary: | Pass Total Time mul with Diagonal | 104 104 8.8s Test Summary: | Pass Total Time conversion to Tridiagonal for immutable bands | 4 4 0.1s Test Summary: | Pass Total Time off-band indexing error | 1 1 0.1s Test Summary: | Pass Total Time mul with empty arrays | 11 11 2.0s Test Summary: | Pass Total Time mul for small matrices | 854 854 16.8s Test Summary: | Pass Total Time opnorms | 18 18 0.0s Test Summary: | Pass Total Time convert to Bidiagonal | 7 7 1.6s Test Summary: | Pass Total Time isreal | 3 3 0.5s Test Summary: | Pass Total Time ldiv! error message | 3 3 0.5s Test Summary: | Pass Total Time l/rmul with 0-sized matrices | 2 2 0.2s Test Summary: | Pass Total Time setindex! with BandIndex | 7 7 0.1s Test Summary: | Pass Total Time lazy adjtrans | 8 8 0.2s Test Summary: | Pass Total Time fillband! | 20 20 0.3s [ Info: Testing special Test Summary: | Pass Total Time Interconversion between special matrix types | 182 182 15.5s Test Summary: | Pass Total Time Binary ops among special types | 304 304 35.0s Test Summary: | Pass Total Time + and - among structured matrices with different container types | 2335 2335 6m00.4s Test Summary: | Pass Total Time Triangular Types and QR | 32 32 4.3s Test Summary: | Pass Total Time Multiplication of Qs | 48 48 0.0s Test Summary: | Pass Total Time concatenations of combinations of special and other matrix types | 588 588 50.1s Test Summary: | Pass Total Time concatenations of annotated types | 182 182 31.3s Test Summary: | Pass Total Time zero and one for structured matrices | 128 128 3.1s Test Summary: | Pass Total Time == for structured matrices | 121 121 0.8s Test Summary: | Pass Total Time BiTriSym*Q' and Q'*BiTriSym | 16 16 1.8s Test Summary: | Pass Total Time Ops on SymTridiagonal ev has the same length as dv | 6 6 0.0s Test Summary: | Pass Total Time Ensure Strided * (Sym)Tridiagonal is Dense | 8 8 1.8s Test Summary: | Pass Total Time copyto! between matrix types | 92 92 6.1s Test Summary: | Pass Total Time BandIndex indexing | 52 52 0.0s Test Summary: | Pass Total Time Partly filled Hermitian and Diagonal algebra | 12 12 8.9s Test Summary: | Pass Total Time block SymTridiagonal | 28 28 11.8s Test Summary: | Pass Total Time fillstored! | 4 4 0.4s [ Info: Testing addmul Test Summary: | Pass Total Time mul!(::Matrix{Float64}, ::Matrix{Float32}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 216 216 52.7s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 180 180 39.7s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, α, β) | 180 180 38.5s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 180 180 37.7s Test Summary: | Pass Total Time mul!(::Matrix{BigFloat}, ::Matrix{BigFloat}, ::UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β) | 216 216 34.1s Test Summary: | Pass Total Time mul!(::Matrix{Int64}, ::Matrix{Int64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 180 180 38.6s Test Summary: | Pass Total Time mul!(::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, α, β) | 54 54 8.3s Test Summary: | Pass Total Time mul!(::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, α, β) | 36 36 6.8s Test Summary: | Pass Total Time mul!(::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, α, β) | 36 36 7.1s Test Summary: | Pass Total Time mul!(::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 36 36 7.6s Test Summary: | Pass Total Time mul!(::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{ComplexF32, V} where V<:AbstractVector{ComplexF32}, α, β) | 36 36 6.7s Test Summary: | Pass Total Time mul!(::Diagonal{BigFloat, V} where V<:AbstractVector{BigFloat}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 72 72 8.3s Test Summary: | Pass Total Time mul!(::Diagonal{BigFloat, V} where V<:AbstractVector{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 54 54 6.4s Test Summary: | Pass Total Time mul!(::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 36 36 5.8s Test Summary: | Pass Total Time mul!(::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, α, β) | 72 72 8.0s Test Summary: | Pass Total Time mul!(::LowerTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 54 54 10.8s Test Summary: | Pass Total Time mul!(::LowerTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::Diagonal{ComplexF32, V} where V<:AbstractVector{ComplexF32}, α, β) | 54 54 9.2s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 72 72 8.7s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{BigFloat, V} where V<:AbstractVector{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 72 72 6.7s Test Summary: | Pass Total Time mul!(::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 36 36 3.1s Test Summary: | Pass Total Time mul!(::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 72 72 12.7s Test Summary: | Pass Total Time mul!(::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::LowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 12.4s Test Summary: | Pass Total Time mul!(::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 72 72 10.6s Test Summary: | Pass Total Time mul!(::LowerTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 36 36 2.8s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 72 72 8.2s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 72 72 9.1s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::LowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 8.1s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::LowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 54 54 6.4s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 54 54 3.0s Test Summary: | Pass Total Time mul!(::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 36 36 5.2s Test Summary: | Pass Total Time mul!(::LowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitLowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 54 54 8.8s Test Summary: | Pass Total Time mul!(::LowerTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::UnitLowerTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 54 54 9.2s Test Summary: | Pass Total Time mul!(::LowerTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::UnitLowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 54 54 8.8s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::UnitLowerTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 5.0s Test Summary: | Pass Total Time mul!(::LowerTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::UnitLowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 72 72 5.3s Test Summary: | Pass Total Time mul!(::LowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitLowerTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 36 36 3.5s Test Summary: | Pass Total Time mul!(::UpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 54 54 4.1s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 54 54 10.1s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{ComplexF32, V} where V<:AbstractVector{ComplexF32}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 36 36 7.6s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{ComplexF32, V} where V<:AbstractVector{ComplexF32}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 36 36 6.6s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, α, β) | 36 36 7.2s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Float64, V} where V<:AbstractVector{Float64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 5.4s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 54 54 6.6s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 54 54 3.3s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β) | 54 54 7.0s Test Summary: | Pass Total Time mul!(::UpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 36 36 3.9s Test Summary: | Pass Total Time mul!(::UpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, ::UpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 15.1s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, α, β) | 36 36 7.9s Test Summary: | Pass Total Time mul!(::UpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::UpperTriangular{ComplexF32, S} where S<:AbstractMatrix{ComplexF32}, α, β) | 36 36 8.0s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::UpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 72 72 9.0s Test Summary: | Pass Total Time mul!(::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, ::UpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β) | 72 72 9.8s Test Summary: | Pass Total Time mul!(::UpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, ::UpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 36 36 9.3s Test Summary: | Pass Total Time issue #55727 | 50 50 18.5s Test Summary: | Pass Total Time Diagonal scaling of a triangular matrix with a non-triangular destination | 24 24 15.0s [ Info: Testing matmul Test Summary: | Pass Total Time wrap | 15 15 0.2s Test Summary: | Pass Total Time matrices with zero dimensions | 11 11 0.3s Test Summary: | Pass Total Time 2x2 matmul | 86 86 13.6s Test Summary: | Pass Total Time 3x3 matmul | 86 86 0.6s Test Summary: | Pass Total Time Generic integer matrix multiplication | 132 132 1m16.6s Test Summary: | Pass Total Time generic_matvecmul | 36 36 22.5s Test Summary: | Pass Total Time generic_matvecmul for vectors of vectors | 6 6 2.5s Test Summary: | Pass Total Time generic_matvecmul for vectors of matrices | 4 4 0.8s Test Summary: | Pass Total Time generic_matmatmul for matrices of vectors | 4 4 2.0s Test Summary: | Pass Total Time fallbacks & such for BlasFloats | 48 48 14.4s Test Summary: | Pass Total Time allocations in BLAS-mul | 48 48 0.5s Test Summary: | Pass Total Time mixed Blas-non-Blas matmul | 32 32 19.2s Test Summary: | Pass Total Time allocations in mixed Blas-non-Blas matmul | 9 9 0.0s Test Summary: | Pass Total Time matrix algebra with subarrays of floats (stride != 1) | 5 5 5.9s Test Summary: | Pass Total Time matrix x matrix with negative stride | 1 1 0.7s Test Summary: | Pass Total Time dot product of subarrays of vectors (floats, negative stride, issue #37767) | 20 20 0.7s Test Summary: | Pass Total Time dot product of stride-vector like input | 64 64 1.7s Test Summary: | Pass Total Time Complex matrix x real MatOrVec etc (issue #29224) | 150 150 1m17.9s Test Summary: | Pass Total Time Complex matrix x real MatOrVec etc (issue #29224) | 150 150 1m15.5s Test Summary: | Pass Total Time real matrix x complex vec | 120 120 1m12.1s Test Summary: | Pass Total Time matrix x vector with negative lda or 0 stride | 4 4 24.8s Test Summary: | Pass Total Time matrix x vector with negative lda or 0 stride | 4 4 24.8s Test Summary: | Pass Total Time issue #15286 | 4 4 4.4s Test Summary: | Pass Total Time syrk & herk | 8 8 7.2s Test Summary: | Pass Total Time 5-arg syrk! & herk! | 24 24 8.5s Test Summary: | Pass Total Time matmul for types w/o sizeof (issue #1282) | 2 2 2.4s Test Summary: | Pass Total Time mul! (scaling) | 8 8 2.1s Test Summary: | Pass Total Time muladd | 46 46 15.8s Test Summary: | Pass Total Time muladd & structured matrices | 11 11 5.4s Test Summary: | Pass Total Time dot | 7 7 0.2s Test Summary: | Pass Total Time dot | 7 7 0.2s Test Summary: | Pass Total Time dot | 7 7 0.2s Test Summary: | Pass Total Time dot | 7 7 0.2s Test Summary: | Pass Total Time generic dot | 36 36 2.0s Test Summary: | Pass Total Time Issue 11978 | 1 1 1.1s Test Summary: | Pass Total Time Issue 30055 | 8 8 3.6s Test Summary: | Pass Total Time gemv! and gemm_wrapper for Float32 | 8 8 0.4s Test Summary: | Pass Total Time gemv! and gemm_wrapper for Float64 | 8 8 0.3s Test Summary: | Pass Total Time gemv! and gemm_wrapper for ComplexF64 | 8 8 0.5s Test Summary: | Pass Total Time gemv! and gemm_wrapper for ComplexF32 | 8 8 0.5s Test Summary: | Pass Total Time #13593, #13488 | 12 12 0.1s Test Summary: | Pass Total Time #35163 | 1 1 0.3s Test Summary: | Pass Total Time #14293 | 4 4 1.3s Test Summary: | Pass Total Time mul! vs * for special types | 245 245 1m41.0s Test Summary: | Pass Total Time VecOrMat of Vectors | 22 22 10.6s Test Summary: | Pass Total Time copyto! for matrices of matrices | 3 3 1.1s Test Summary: | Pass Total Time method ambiguity | 1 1 3.6s Test Summary: | Pass Total Time Issue #32092 | 1 1 0.3s Test Summary: | Pass Total Time strong zero | 192 192 9.0s Test Summary: | Pass Total Time CartesianIndex handling in _modify! | 1 1 0.1s Test Summary: | Pass Total Time Issue #33214: tiled generic mul! | 2 2 2.1s Test Summary: | Pass Total Time size zero types in matrix mult (see issue 39362) | 2 2 2.3s Test Summary: | Pass Total Time multiplication of empty matrices without calling zero | 2 2 0.4s Test Summary: | Pass Total Time Issue #33873: genmatmul! with empty operands | 3 3 0.3s Test Summary: | Pass Total Time 3-arg *, order by type | 26 26 6.0s Test Summary: | Pass Total Time 3-arg *, order by size | 3 3 0.0s Test Summary: | Pass Total Time 4-arg *, by type | 13 13 1.3s Test Summary: | Pass Total Time 4-arg *, by size | 15 15 0.0s Test Summary: | Pass Total Time mul!() with non-const alpha, beta | 3 3 0.0s Test Summary: | Pass Total Time vector-matrix multiplication | 3 3 0.1s Test Summary: | Pass Total Time issue #56085 | 1 1 0.9s Test Summary: | Pass Total Time issue #1147: error messages in matmul | 60 60 4.4s Test Summary: | Pass Total Time zero-length generic matvec | 2 2 1.3s Test Summary: | Pass Total Time zero-size matmul | 4 4 0.3s Test Summary: | Pass Total Time BlasFlag.NONE => generic_matmatmul! | 2 2 1.0s Test Summary: | Pass Total Time matmul with zero-less types | 19 19 4.3s [ Info: Testing dense Test Summary: | Pass Total Time Check that non-floats are correctly promoted | 1 1 0.5s Test Summary: | Pass Total Time Matrix condition number | 63 63 14.5s Test Summary: | Pass Total Time For A containing Float32 | 310 310 1m29.3s Test Summary: | Pass Total Time For A containing Float64 | 310 310 1m04.0s Test Summary: | Pass Total Time For A containing ComplexF32 | 294 294 32.2s Test Summary: | Pass Total Time For A containing ComplexF64 | 294 294 32.3s Test Summary: | Pass Total Time For A containing Int64 | 302 302 54.1s Test Summary: | Pass Total Time Test diagm for vectors | 4 4 0.2s Test Summary: | Pass Total Time Non-square diagm | 24 24 0.3s Test Summary: | Pass Total Time Test pinv (rtol, atol) | 2 2 0.0s Test Summary: | Pass Total Time Test inv of matrix of NaNs | 6 6 0.0s Test Summary: | Pass Total Time test out of bounds triu/tril | 8 8 0.5s Test Summary: | Pass Total Time triu M > N case bug fix | 1 1 0.1s Test Summary: | Pass Total Time Tests norms | 5829 5829 1m11.4s Test Summary: | Pass Total Time issue #1447 | 4 4 0.0s Test Summary: | Pass Total Time issue #2246 | 3 3 0.2s Test Summary: | Pass Total Time issue #2637 | 11 11 0.9s Test Summary: | Pass Total Time kron! | 4 4 0.3s Test Summary: | Pass Total Time kron adjoint | 6 6 0.3s Test Summary: | Pass Total Time issue #4796 | 2 2 1.5s Test Summary: | Pass Total Time Matrix exponential | 137 137 53.4s Test Summary: | Pass Total Time Matrix trigonometry | 604 604 19.9s Test Summary: | Pass Total Time issue 5116 | 2 2 0.2s Test Summary: | Pass Total Time Additional matrix logarithm tests | 17 17 0.2s Test Summary: | Pass Total Time Additional matrix logarithm tests | 20 20 0.0s Test Summary: | Pass Total Time Additional matrix square root tests | 16 16 0.1s Test Summary: | Pass Total Time Additional matrix square root tests | 19 19 0.0s Test Summary: | Pass Total Time sqrt for diagonal | 4 4 0.0s Test Summary: | Pass Total Time issue #40141 | 6 6 0.2s Test Summary: | Pass Total Time matrix logarithm block diagonal underflow/overflow | 3 3 0.0s Test Summary: | Pass Total Time issue #7181 | 21 21 0.1s Test Summary: | Pass Total Time diagview | 33 33 0.1s Test Summary: | Pass Total Time issue #39857 | 1 1 0.0s Test Summary: | Pass Total Time Float32 Matrix to real power | 64 64 12.2s Test Summary: | Pass Total Time Float64 Matrix to real power | 64 64 0.1s Test Summary: | Pass Total Time ComplexF32 Matrix to real power | 64 64 2.0s Test Summary: | Pass Total Time ComplexF64 Matrix to real power | 64 64 0.6s Test Summary: | Pass Total Time BigFloat triangular real power | 1 1 8.9s Test Summary: | Pass Total Time diagonal integer matrix to real power | 1 1 1.6s Test Summary: | Pass Total Time issue #23366 (Int Matrix to Int power) | 78 78 24.0s Test Summary: | Pass Total Time Least squares solutions | 24 24 0.8s Test Summary: | Pass Total Time / and \ consistency with pinv for vectors | 112 112 14.4s Test Summary: | Pass Total Time test ops on Numbers for Float32 | 2 2 0.0s Test Summary: | Pass Total Time test ops on Numbers for Float64 | 2 2 0.0s Test Summary: | Pass Total Time test ops on Numbers for ComplexF32 | 2 2 0.0s Test Summary: | Pass Total Time test ops on Numbers for ComplexF64 | 2 2 0.0s Test Summary: | Pass Total Time strides | 2 2 0.0s Test Summary: | Pass Total Time inverse of Adjoint | 4 4 0.1s Test Summary: | Pass Total Time Factorize fallback for Adjoint/Transpose | 4 4 6.2s Test Summary: | Pass Total Time Matrix log issue #32313 | 3 3 0.0s Test Summary: | Pass Total Time Matrix log PR #33245 | 2 2 0.1s Test Summary: | Pass Total Time sqrt of empty Matrix of type Int64 | 2 2 0.0s Test Summary: | Pass Total Time sqrt of empty Matrix of type Float32 | 2 2 0.0s Test Summary: | Pass Total Time sqrt of empty Matrix of type Float64 | 2 2 0.0s Test Summary: | Pass Total Time sqrt of empty Matrix of type ComplexF32 | 2 2 0.0s Test Summary: | Pass Total Time sqrt of empty Matrix of type ComplexF64 | 2 2 0.0s Test Summary: | Pass Total Time diagm for type with no zero | 1 1 0.2s Test Summary: | Pass Total Time cbrt(A::AbstractMatrix{T}) | 21 21 11.7s Test Summary: | Pass Total Time tr | 6 6 1.1s Test Summary: | Pass Total Time trig functions for non-strided | 26 26 7.5s Test Summary: | Pass Total Time structure of dense matrices | 2 2 1.7s Test Summary: | Pass Total Time SingularException show | 1 1 0.1s Test Summary: | Pass Total Time copytri_maybe_inplace | 17 17 1.5s Test Summary: | Pass Total Time matrix exponentiation for immutable | 1 1 0.7s Test Summary: | Pass Total Time triu/tril for block matrices | 2 2 0.6s Test Summary: | Pass Total Time log for diagonal | 4 4 0.2s Test Summary: | Pass Total Time issue 1362 | 5 5 0.1s [ Info: Testing symmetric Test Summary: | Pass Total Time Pauli σ-matrices: [1 0; 0 1] | 1 1 0.0s Test Summary: | Pass Total Time Pauli σ-matrices: [0 1; 1 0] | 1 1 0.0s Test Summary: | Pass Total Time Pauli σ-matrices: Complex{Int64}[0 + 0im 0 - 1im; 0 + 1im 0 + 0im] | 1 1 0.0s Test Summary: | Pass Total Time Pauli σ-matrices: [1 0; 0 -1] | 1 1 0.0s Test Summary: | Pass Total Time Two-dimensional Euler formula for Hermitian | 1 1 0.9s Test Summary: | Pass Total Time Hermitian matrix exponential/log | 9 9 3.9s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== cmd: /opt/julia/bin/julia 6 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm29ConstantFoldBinaryInstructionEjPNS_8ConstantES1_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm12ConstantExpr3getEjPNS_8ConstantES2_jPNS_4TypeE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution15getNegativeSCEVEPKNS_4SCEVENS1_11NoWrapFlagsE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution12getMinusSCEVEPKNS_4SCEVES3_NS1_11NoWrapFlagsEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZZN4llvm15ScalarEvolution10LoopGuards16collectFromBlockERS0_RS1_PKNS_10BasicBlockES6_RNS_15SmallPtrSetImplIS6_EEjENKUlNS_7CmpInst9PredicateEPKNS_4SCEVESE_RNS_8DenseMapISE_SE_NS_12DenseMapInfoISE_vEENS_6detail12DenseMapPairISE_SE_EEEEE_clESB_SE_SE_SM_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution10LoopGuards16collectFromBlockERS0_RS1_PKNS_10BasicBlockES6_RNS_15SmallPtrSetImplIS6_EEj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution15applyLoopGuardsEPKNS_4SCEVEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16howManyLessThansEPKNS_4SCEVES3_PKNS_4LoopEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromICmpEPKNS_4LoopENS_12CmpPredicateEPKNS_4SCEVES7_bb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromICmpEPKNS_4LoopEPNS_8ICmpInstEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution28computeExitLimitFromCondImplERNS0_14ExitLimitCacheEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution30computeExitLimitFromCondCachedERNS0_14ExitLimitCacheEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24computeExitLimitFromCondEPKNS_4LoopEPNS_5ValueEbbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16computeExitLimitEPKNS_4LoopEPNS_10BasicBlockEbb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution25computeBackedgeTakenCountEPKNS_4LoopEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution20getBackedgeTakenInfoEPKNS_4LoopE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution28proveNoWrapViaConstantRangesEPKNS_14SCEVAddRecExprE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution24createSimpleAffineAddRecEPNS_7PHINodeEPNS_5ValueES4_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution19createAddRecFromPHIEPNS_7PHINodeE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution16createNodeForPHIEPNS_7PHINodeE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15ScalarEvolution14createSCEVIterEPNS_5ValueE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN12_GLOBAL__N_119InductiveRangeCheck26extractRangeChecksFromCondEPN4llvm4LoopERNS1_15ScalarEvolutionERNS1_3UseERNS1_15SmallVectorImplIS0_EERNS1_15SmallPtrSetImplIPNS1_5ValueEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN12_GLOBAL__N_130InductiveRangeCheckElimination3runEPN4llvm4LoopENS1_12function_refIFvS3_bEEE.constprop.0 at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm8IRCEPass3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm11PassManagerINS_8FunctionENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/src/pipeline.cpp:976 operator() at /source/src/jitlayers.cpp:1265 withModuleDo<(anonymous namespace)::sizedOptimizerT::operator()(llvm::orc::ThreadSafeModule) [with long unsigned int N = 4]:: > at /source/usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h:136 [inlined] operator() at /source/src/jitlayers.cpp:1225 [inlined] operator() at /source/src/jitlayers.cpp:1401 [inlined] optimizeModule at /source/src/jitlayers.cpp:2288 materialize at /source/src/jitlayers.cpp:884 _ZN4llvm3orc19MaterializationTask3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) process_tasks at /source/src/julia-task-dispatcher.h:370 [inlined] work_until at /source/src/julia-task-dispatcher.h:352 wait at /source/src/julia-task-dispatcher.h:84 [inlined] get at /source/src/julia-task-dispatcher.h:171 [inlined] publishCIs at /source/src/jitlayers.cpp:2027 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:487 jl_compile_method_internal at /source/src/gf.c:3655 _jl_invoke at /source/src/gf.c:4108 [inlined] ijl_apply_generic at /source/src/gf.c:4342 jl_apply at /source/src/julia.h:2295 [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:558 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 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 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:766 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_eval_module_expr at /source/src/toplevel.c:263 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:665 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:780 ijl_toplevel_eval_in at /source/src/toplevel.c:825 eval at ./boot.jl:517 include_string at ./loading.jl:3130 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 _include at ./loading.jl:3190 include at ./Base.jl:324 IncludeInto at ./Base.jl:325 jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/runtests.jl:13 jl_invoke_oneshot at /source/src/gf.c:4151 ijl_eval_thunk at /source/src/toplevel.c:758 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:780 ijl_toplevel_eval_in at /source/src/toplevel.c:825 eval at ./boot.jl:517 include_string at ./loading.jl:3130 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 _include at ./loading.jl:3190 include at ./Base.jl:324 IncludeInto at ./Base.jl:325 jfptr_IncludeInto_1.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 jl_apply at /source/src/julia.h:2295 [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:766 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:780 ijl_toplevel_eval_in at /source/src/toplevel.c:825 eval at ./boot.jl:517 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 jl_apply at /source/src/julia.h:2295 [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: 0x7804dfb98249) 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 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile. --trace-compile is enabled during profile collection. ====================================================================================== 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 wait at ./task.jl:1246 wait_forever at ./task.jl:1168 jfptr_wait_forever_0.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4342 jl_apply at /source/src/julia.h:2295 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== ┌ 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.14/Profile/src/Profile.jl:1361 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007b94dd0f4880 Total snapshots: 698. Utilization: 0% ╎698 @Base/task.jl:1168 wait_forever() 697╎ 698 @Base/task.jl:1246 wait() [6] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/symmetric.jl:47 record_dispatch_statement_on_first_dispatch at /source/src/gf.c:3440 [inlined] jl_lookup_generic_ at /source/src/gf.c:4299 [inlined] ijl_apply_generic at /source/src/gf.c:4338 PkgEval terminated after 5421.2s: test duration exceeded the time limit