Package evaluation to test LinearAlgebra on Julia 1.14.0-DEV.1523 (e57442f29c*) started at 2026-01-12T12:57:16.126 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.78s ################################################################################ # 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.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 0.83s LinearAlgebra is a standard library in this Julia build. ################################################################################ # Testing # Testing LinearAlgebra Status `/tmp/jl_nhwjDT/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.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Status `/tmp/jl_nhwjDT/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.29+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 6m51.7s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 9 9 2.9s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 9 9 2.4s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 9 9 2.2s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 9 9 1.5s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 9 9 2.8s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 9 9 2.2s Test Summary: | Pass Total Time testing dimensions with Furlongs #36430 | 1 1 0.4s Test Summary: | Pass Total Time dimensional Hessenberg | 120 120 13.4s Test Summary: | Pass Total Time lu factorization with dimension type | 3 3 0.6s Test Summary: | Pass Total Time zero and one for unitful structured matrices | 50 50 3.2s Test Summary: | Pass Total Time triangular: dimensional correctness | 10 10 3.6s [ Info: Testing triangular2 Test Summary: | Pass Total Time elty1 = Float32 | 2066 2066 1m26.5s Test Summary: | Pass Total Time elty1 = Float64 | 2066 2066 1m14.2s Test Summary: | Pass Total Time elty1 = BigFloat | 2044 2044 1m23.8s Test Summary: | Pass Total Time elty1 = Int64 | 2610 2610 2m10.6s [ Info: Testing triangular3 Test Summary: | Pass Total Time elty1 = ComplexF32 | 2454 2454 1m26.3s Test Summary: | Pass Total Time elty1 = ComplexF64 | 2046 2046 1m12.0s Test Summary: | Pass Total Time elty1 = Complex{BigFloat} | 2024 2024 1m32.6s [ Info: Testing bidiag Test Summary: | Pass Total Time relty = Int64, elty = Int64 | 525 525 26.3s Test Summary: | Pass Total Time relty = Int64, elty = Complex{Int64} | 525 525 34.1s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 619 619 30.5s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 527 527 26.7s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 619 619 25.8s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 527 527 21.9s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 541 541 28.5s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 515 515 31.3s Test Summary: | Pass Total Time Constructors with Char uplo | 1 1 0.1s Test Summary: | Pass Total Time promote_rule | 5 5 0.2s Test Summary: | Pass Total Time fill! and fillstored! | 22 22 0.7s Test Summary: | Pass Total Time pathological promotion (#24707) | 6 6 0.0s Test Summary: | Pass Total Time solve with matrix elements | 26 26 6.5s Test Summary: | Pass Total Time sum, mapreduce | 35 35 1.5s Test Summary: | Pass Total Time empty sub-diagonal | 1 1 0.6s Test Summary: | Pass Total Time generalized dot | 16 16 0.6s Test Summary: | Pass Total Time multiplication of bidiagonal and triangular matrix | 576 576 21.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.0s 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.4s Test Summary: | Pass Total Time copyto! | 7 7 0.5s Test Summary: | Pass Total Time copyto! with UniformScaling | 4 4 0.1s Test Summary: | Pass Total Time diagind | 9 9 0.2s Test Summary: | Pass Total Time custom axes | 1 1 0.1s Test Summary: | Pass Total Time avoid matmul ambiguities with ::MyMatrix * ::AbstractMatrix | 9 9 2.0s Test Summary: | Pass Total Time Reverse operation on Bidiagonal | 6 6 0.3s Test Summary: | Pass Total Time Matrix conversion for non-numeric | 2 2 0.4s Test Summary: | Pass Total Time getindex with Integers | 2 2 0.2s Test Summary: | Pass Total Time rmul!/lmul! with banded matrices | 18 18 6.8s Test Summary: | Pass Total Time rmul!/lmul! with numbers | 12 12 0.0s Test Summary: | Pass Total Time mul with Diagonal | 104 104 7.6s 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 0.7s Test Summary: | Pass Total Time mul for small matrices | 854 854 13.1s Test Summary: | Pass Total Time opnorms | 18 18 0.0s Test Summary: | Pass Total Time convert to Bidiagonal | 7 7 0.5s Test Summary: | Pass Total Time isreal | 3 3 0.4s Test Summary: | Pass Total Time ldiv! error message | 3 3 0.2s Test Summary: | Pass Total Time l/rmul with 0-sized matrices | 2 2 0.1s 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.2s [ Info: Testing special Test Summary: | Pass Total Time Interconversion between special matrix types | 182 182 11.3s Test Summary: | Pass Total Time Binary ops among special types | 304 304 32.5s Test Summary: | Pass Total Time + and - among structured matrices with different container types | 2335 2335 3m08.5s Test Summary: | Pass Total Time Triangular Types and QR | 32 32 3.8s 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 37.1s Test Summary: | Pass Total Time concatenations of annotated types | 182 182 20.9s Test Summary: | Pass Total Time zero and one for structured matrices | 128 128 2.3s Test Summary: | Pass Total Time == for structured matrices | 121 121 0.5s Test Summary: | Pass Total Time BiTriSym*Q' and Q'*BiTriSym | 16 16 1.5s 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 0.8s Test Summary: | Pass Total Time copyto! between matrix types | 92 92 4.2s Test Summary: | Pass Total Time BandIndex indexing | 52 52 0.0s Test Summary: | Pass Total Time Partly filled Hermitian and Diagonal algebra | 12 12 10.3s Test Summary: | Pass Total Time block SymTridiagonal | 28 28 10.2s Test Summary: | Pass Total Time fillstored! | 4 4 0.3s [ Info: Testing addmul Test Summary: | Pass Total Time mul!(::Matrix{Float64}, ::Matrix{Float32}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 216 216 28.0s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 180 180 25.7s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, α, β) | 180 180 23.7s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Matrix{ComplexF32}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 180 180 23.9s Test Summary: | Pass Total Time mul!(::Matrix{BigFloat}, ::Matrix{BigFloat}, ::UnitUpperTriangular{BigFloat, S} where S<:AbstractMatrix{BigFloat}, α, β) | 216 216 24.2s Test Summary: | Pass Total Time mul!(::Matrix{Int64}, ::Matrix{Int64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 180 180 21.7s 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 5.1s 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 4.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 4.5s 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 4.9s 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 4.5s 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 6.0s 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 4.7s 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 3.9s 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 5.4s 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 7.3s 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 5.6s 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 6.2s 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 4.9s 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 2.0s 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 6.6s 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 6.6s 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 5.9s 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.0s 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 5.7s 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 5.7s 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 5.7s 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 4.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 2.3s 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 2.0s 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 5.0s 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 5.8s 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 5.6s 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 3.4s 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 3.6s 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 2.1s 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 2.3s 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 6.0s 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 4.5s 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 4.4s 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 4.4s 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 3.6s 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 4.5s 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 2.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 4.7s 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 2.1s 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 6.3s 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 4.5s 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 4.6s 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 6.2s 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 6.7s 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 4.2s Test Summary: | Pass Total Time issue #55727 | 50 50 4.7s Test Summary: | Pass Total Time Diagonal scaling of a triangular matrix with a non-triangular destination | 24 24 4.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.2s Test Summary: | Pass Total Time 2x2 matmul | 86 86 5.6s Test Summary: | Pass Total Time 3x3 matmul | 86 86 0.6s Test Summary: | Pass Total Time Generic integer matrix multiplication | 132 132 22.2s Test Summary: | Pass Total Time generic_matvecmul | 36 36 11.8s Test Summary: | Pass Total Time generic_matvecmul for vectors of vectors | 6 6 1.6s Test Summary: | Pass Total Time generic_matvecmul for vectors of matrices | 4 4 0.7s Test Summary: | Pass Total Time generic_matmatmul for matrices of vectors | 4 4 1.4s Test Summary: | Pass Total Time fallbacks & such for BlasFloats | 48 48 6.9s Test Summary: | Pass Total Time allocations in BLAS-mul | 48 48 0.3s Test Summary: | Pass Total Time mixed Blas-non-Blas matmul | 32 32 4.8s 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 2.7s Test Summary: | Pass Total Time matrix x matrix with negative stride | 1 1 0.3s 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.6s Test Summary: | Pass Total Time Complex matrix x real MatOrVec etc (issue #29224) | 150 150 34.3s Test Summary: | Pass Total Time Complex matrix x real MatOrVec etc (issue #29224) | 150 150 32.0s Test Summary: | Pass Total Time real matrix x complex vec | 120 120 52.4s Test Summary: | Pass Total Time matrix x vector with negative lda or 0 stride | 4 4 8.9s Test Summary: | Pass Total Time matrix x vector with negative lda or 0 stride | 4 4 8.9s Test Summary: | Pass Total Time issue #15286 | 4 4 1.9s Test Summary: | Pass Total Time syrk & herk | 8 8 2.0s Test Summary: | Pass Total Time 5-arg syrk! & herk! | 24 24 5.4s Test Summary: | Pass Total Time matmul for types w/o sizeof (issue #1282) | 2 2 1.1s Test Summary: | Pass Total Time mul! (scaling) | 8 8 0.8s Test Summary: | Pass Total Time muladd | 46 46 13.9s Test Summary: | Pass Total Time muladd & structured matrices | 11 11 3.2s Test Summary: | Pass Total Time dot | 7 7 0.1s 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 | 128 128 1.5s Test Summary: | Pass Total Time Issue 11978 | 1 1 1.0s Test Summary: | Pass Total Time Issue 30055 | 8 8 2.8s 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.4s Test Summary: | Pass Total Time gemv! and gemm_wrapper for ComplexF32 | 8 8 0.4s Test Summary: | Pass Total Time #13593, #13488 | 12 12 0.2s Test Summary: | Pass Total Time #35163 | 1 1 0.2s Test Summary: | Pass Total Time #14293 | 4 4 0.8s Test Summary: | Pass Total Time mul! vs * for special types | 245 245 35.5s Test Summary: | Pass Total Time VecOrMat of Vectors | 22 22 8.6s Test Summary: | Pass Total Time copyto! for matrices of matrices | 3 3 0.8s Test Summary: | Pass Total Time method ambiguity | 1 1 3.3s Test Summary: | Pass Total Time Issue #32092 | 1 1 0.1s Test Summary: | Pass Total Time strong zero | 192 192 5.1s 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 0.5s Test Summary: | Pass Total Time size zero types in matrix mult (see issue 39362) | 2 2 1.1s Test Summary: | Pass Total Time multiplication of empty matrices without calling zero | 2 2 0.3s Test Summary: | Pass Total Time Issue #33873: genmatmul! with empty operands | 3 3 0.2s Test Summary: | Pass Total Time 3-arg *, order by type | 26 26 4.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.0s 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.4s Test Summary: | Pass Total Time issue #1147: error messages in matmul | 60 60 2.4s Test Summary: | Pass Total Time zero-length generic matvec | 2 2 1.2s Test Summary: | Pass Total Time zero-size matmul | 4 4 0.1s Test Summary: | Pass Total Time BlasFlag.NONE => generic_matmatmul! | 2 2 0.7s [ Info: Testing dense Test Summary: | Pass Total Time Check that non-floats are correctly promoted | 1 1 0.4s Test Summary: | Pass Total Time Matrix condition number | 63 63 4.8s Test Summary: | Pass Total Time For A containing Float32 | 310 310 49.3s ====================================================================================== 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 typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:0 jfptr_typeinf_local_91154.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:4313 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4567 typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1532 typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1715 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1724 jfptr_typeinf_ext_toplevel_86916.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:4313 jl_apply at /source/src/julia.h:2285 [inlined] jl_type_infer at /source/src/gf.c:463 jl_compile_method_internal at /source/src/gf.c:3636 _jl_invoke at /source/src/gf.c:4108 [inlined] ijl_apply_generic at /source/src/gf.c:4313 macro expansion at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:174 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2156 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:174 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2237 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:2261 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_invoke at /source/src/gf.c:4123 jl_toplevel_eval_flex at /source/src/toplevel.c:746 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 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:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_77388.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:4313 top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_invoke at /source/src/gf.c:4123 jl_toplevel_eval_flex at /source/src/toplevel.c:746 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_77388.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:4313 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:679 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 jl_toplevel_eval_flex at /source/src/toplevel.c:757 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_46221.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:4313 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: 0x74cb01d91249) 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_53647.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:4313 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1272 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point. Disabling --trace-compile ============================================================== Test Summary: | Pass ┌ 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 0x0000779c82a882e0 Total snapshots: 653. Utilization: 0% ╎653 @Base/task.jl:1168 wait_forever() 652╎ 653 @Base/task.jl:1246 wait() Total Time┌ 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 0x000074cae77fc010 Total snapshots: 72. Utilization: 100% ╎72 @Base/client.jl:585 _start() ╎ 72 @Base/client.jl:310 exec_options(opts::Base.JLOptions) ╎ 72 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ 72 @Base/Base.jl:311 (::Base.IncludeInto)(fname::String) ╎ 72 @Base/Base.jl:310 include(mapexpr::Function, mod::Module, _path::Str… ╎ 72 @Base/loading.jl:3211 _include(mapexpr::Function, mod::Module, _pat… ╎ ╎ 72 @Base/loading.jl:3151 include_string(mapexpr::typeof(identity), mo… ╎ ╎ 72 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 72 @LinearAlgebra/…ts.jl:13 top-level scope ╎ ╎ 72 @Base/Base.jl:311 (::Base.IncludeInto)(fname::String) ╎ ╎ 72 @Base/Base.jl:310 include(mapexpr::Function, mod::Module, _pat… ╎ ╎ ╎ 72 @Base/loading.jl:3211 _include(mapexpr::Function, mod::Module… ╎ ╎ ╎ 72 @Base/loading.jl:3151 include_string(mapexpr::typeof(identit… ╎ ╎ ╎ 72 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ ╎ 72 @LinearAlgebra/…jl:2261 top-level scope ╎ ╎ ╎ 72 @Test/src/Test.jl:2237 macro expansion ╎ ╎ ╎ ╎ 72 @LinearAlgebra/…jl:174 macro expansion ╎ ╎ ╎ ╎ 72 @Test/…rc/Test.jl:2156 macro expansion ╎ ╎ ╎ ╎ 72 @LinearAlgebra/…l:174 macro expansion ╎ ╎ ╎ ╎ 72 @Compiler/…er.jl:1724 typeinf_ext_toplevel(mi::Core.M… ╎ ╎ ╎ ╎ 72 @Compiler/…er.jl:1715 typeinf_ext_toplevel ╎ ╎ ╎ ╎ ╎ 72 @Compiler/…r.jl:1532 typeinf_ext(interp::Compiler.N… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…n.jl:4558 typeinf(interp::Compiler.Nati… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:1206 doworkloop(interp::Compiler.N… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:177 (::Compiler.var"#handle1#abst… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:861 abstract_call_method_with_co… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:892 abstract_call_method_with_c… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…jl:1343 const_prop_call(interp::Co… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:4567 typeinf(interp::Compiler.N… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:4375 typeinf_local(interp::Com… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3822 abstract_eval_basic_stat… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3865 abstract_eval_basic_sta… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3466 abstract_eval_statemen… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3102 abstract_eval_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3084 abstract_call(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:2931 abstract_call(inte… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2673 abstract_call_kno… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1870 abstract_apply(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1850 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:4574 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:278 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:2146 compact! ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Compiler/…l:2148 compact!(code:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Compiler/…l:1871 iterate ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 1 @Compiler/…l:1928 iterate_compac… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 1 @Compiler/…l:1803 process_newnod… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Compiler/…l:1572 process_node!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Compiler/…l:1361 renumber_ssa2!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:639 setindex! ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:621 _useref_setinde… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2821 abstract_call_kno… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:328 abstract_call_gf_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:247 (::Compiler.var"… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +24 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +25 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +26 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +27 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +28 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +29 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +30 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +31 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +32 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +33 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +34 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +35 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +36 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +37 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +38 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +39 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +40 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +41 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +42 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +43 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +44 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +45 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +46 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +47 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +48 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +49 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +50 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +51 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +52 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +53 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +54 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +55 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +56 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +57 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +58 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +59 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +60 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +61 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +62 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +63 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +64 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +65 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +66 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +67 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +68 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +69 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +70 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +71 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +72 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +73 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +74 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +75 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +76 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +77 1 @Compiler/…l:2673 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +78 1 @Compiler/…l:1870 abstract_apply… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +79 1 @Compiler/…l:1850 (::Compiler.va… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +80 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +81 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +82 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +83 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +84 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +85 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +86 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +87 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +88 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +89 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +90 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +91 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +92 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +93 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +94 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +95 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +96 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +97 1 @Compiler/…l:2673 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +98 1 @Compiler/…l:1870 abstract_apply… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +99 1 @Compiler/…l:1850 (::Compiler.va… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +100 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +101 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +102 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +103 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +104 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +105 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +106 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +107 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +108 1 @Compiler/…l:4574 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +109 1 @Compiler/…l:278 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +110 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +111 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +112 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +113 1 @Compiler/…l:79 ssa_inlining_pas… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +114 1 @Compiler/…l:663 batch_inline!(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +115 1 @Compiler/…l:438 ir_inline_item!… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +116 1 @Compiler/…l:1871 iterate ╎ ╎ ╎ ╎ ╎ ╎ ╎ +117 1 @Compiler/…l:1949 iterate_compac… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +118 1 @Compiler/…l:1535 process_node!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +119 1 @Compiler/…l:1356 renumber_ssa2!… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ +120 1 @Compiler/…l:1324 renumber_ssa2(… ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…n.jl:4567 typeinf(interp::Compiler.Nati… ╎ ╎ ╎ ╎ ╎ 51 @Compiler/….jl:4375 typeinf_local(interp::Compile… ╎ ╎ ╎ ╎ ╎ 51 @Compiler/….jl:3822 abstract_eval_basic_statement ╎ ╎ ╎ ╎ ╎ 51 @Compiler/….jl:3865 abstract_eval_basic_stateme… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…jl:3466 abstract_eval_statement_exp… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…jl:3102 abstract_eval_call ╎ ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…l:3084 abstract_call(interp::Comp… ╎ ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ 51 @Compiler/…l:2931 abstract_call(interp::Co… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2673 abstract_call_known(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1870 abstract_apply(interp:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1850 (::Compiler.var"#infe… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2931 abstract_call(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2821 abstract_call_known… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:119 abstract_call_gf_by… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:332 find_method_matches ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:338 #find_method_matc… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:376 find_simple_meth… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:102 findall ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:105 findall(sig::Ty… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:70 findall ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:70 #findall#5 ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:97 _findall 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Base/…ls.jl:1603 _methods_by_ft… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2820 abstract_call_known(int… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:55 argtypes_to_type(argtype… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 49 @Compiler/…l:2821 abstract_call_known(int… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 35 @Compiler/…l:119 abstract_call_gf_by_typ… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 35 @Compiler/…l:332 find_method_matches ╎ ╎ ╎ ╎ ╎ ╎ ╎ 35 @Compiler/…l:338 #find_method_matches#… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 35 @Compiler/…l:376 find_simple_method_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 35 @Compiler/…l:102 findall ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 34 @Compiler/…l:105 findall(sig::Type,… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 34 @Compiler/…l:70 findall ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 34 @Compiler/…l:70 #findall#5 ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 34 @Compiler/…l:97 _findall 34╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 34 @Base/…ls.jl:1603 _methods_by_ft… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:111 findall(sig::Type,… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:70 findall ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:70 #findall#5 ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:97 _findall 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Base/…ls.jl:1603 _methods_by_ft… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 14 @Compiler/…l:328 abstract_call_gf_by_typ… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 10 @Compiler/…l:166 (::Compiler.var"#infer… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 10 @Compiler/…l:728 abstract_call_method(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 8 @Compiler/…l:1142 typeinf_edge(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 8 @Base/…ls.jl:1777 specialize_method 8╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 8 @Base/…ls.jl:1790 #specialize_metho… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1146 typeinf_edge(interp… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:523 get(cache::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1228 typeinf_edge(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:599 InferenceState 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:128 retrieve_code_info… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 4 @Compiler/…l:247 (::Compiler.var"#infer… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:167 (::Compiler.var"#hand… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:177 (::Compiler.var"#hand… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:861 abstract_call_method… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:892 abstract_call_metho… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…l:1343 const_prop_call(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:4567 typeinf(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:4375 typeinf_local(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 2 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 2 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 2 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 2 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 2 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 2 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 2 @Compiler/…l:2673 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 2 @Compiler/…l:1870 abstract_apply… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 2 @Compiler/…l:1850 (::Compiler.va… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 2 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 2 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 2 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 2 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +14 2 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +15 2 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +16 2 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +17 2 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +24 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +25 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +26 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +27 1 @Compiler/…l:2673 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +28 1 @Compiler/…l:1870 abstract_apply… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +29 1 @Compiler/…l:1850 (::Compiler.va… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +30 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +31 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +32 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +33 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +34 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +35 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +36 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +37 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +38 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +39 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +40 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +41 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +42 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +43 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +44 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +45 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +46 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +47 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +48 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +49 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +50 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +51 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +52 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +53 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +54 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +55 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +56 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +57 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +58 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +59 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +60 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +61 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +62 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +63 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +64 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +65 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +66 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +67 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +68 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +69 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +70 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +71 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +72 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +73 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +74 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +75 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +76 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +77 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +78 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +79 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +80 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +81 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +82 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +83 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +84 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +85 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +86 1 @Compiler/…l:4567 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +87 1 @Compiler/…l:4375 typeinf_local(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +88 1 @Compiler/…l:3822 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +89 1 @Compiler/…l:3865 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +90 1 @Compiler/…l:3466 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +91 1 @Compiler/…l:3102 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +92 1 @Compiler/…l:3084 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +93 1 @Compiler/…l:2924 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +94 1 @Compiler/…l:2931 abstract_call(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +95 1 @Compiler/…l:2821 abstract_call_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +96 1 @Compiler/…l:328 abstract_call_g… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +97 1 @Compiler/…l:247 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +98 1 @Compiler/…l:177 (::Compiler.var… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +99 1 @Compiler/…l:861 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +100 1 @Compiler/…l:892 abstract_call_m… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +101 1 @Compiler/…l:1343 const_prop_cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +102 1 @Compiler/…l:4574 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +103 1 @Compiler/…l:278 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +104 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +105 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +106 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +107 1 @Compiler/…l:76 ssa_inlining_pas… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +108 1 @Compiler/…l:1601 assemble_inlin… ╎ ╎ ╎ ╎ ╎ ╎ ╎ +109 1 @Compiler/…l:1354 handle_call! 1╎ ╎ ╎ ╎ ╎ ╎ ╎ +110 1 @Compiler/…l:1319 compute_inlini… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +18 1 @Compiler/…l:4574 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +19 1 @Compiler/…l:278 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +20 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +21 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +22 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +23 1 @Compiler/…l:2146 compact! ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +24 1 @Compiler/…l:2148 compact!(code:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +25 1 @Compiler/…l:1871 iterate ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +26 1 @Compiler/…l:1949 iterate_compac… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +27 1 @Compiler/…l:1535 process_node!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +28 1 @Compiler/…l:1356 renumber_ssa2!… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +29 1 @Base/…ay.jl:0 renumber_ssa2(val… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:4574 typeinf(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:278 finish_nocycle(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:1331 sroa_pass!(ir:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:5 is_known_call(x::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:482 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:483 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:518 argextype(x::An… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:3615 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:3746 abstract_load_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:3731 scan_leaf_part… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:3708 scan_specified… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:3636 walk_binding_p… ╎ ╎ ╎ ╎ ╎ 19 @Compiler/…n.jl:4574 typeinf(interp::Compiler.Nati… 1╎ ╎ ╎ ╎ ╎ 17 @Compiler/…r.jl:278 finish_nocycle(interp::Compil… ╎ ╎ ╎ ╎ ╎ 16 @Compiler/….jl:1021 optimize(interp::Compiler.Na… ╎ ╎ ╎ ╎ ╎ 16 @Compiler/….jl:1048 run_passes_ipo_safe ╎ ╎ ╎ ╎ ╎ ╎ 11 @Compiler/…jl:1035 run_passes_ipo_safe(ci::Cor… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:76 ssa_inlining_pass! ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1601 assemble_inline_todo!(ir::… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1354 handle_call! ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1322 compute_inlining_cases(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1258 handle_any_call_result! ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1269 handle_any_call_result… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1362 handle_call_result! ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1373 handle_call_result!(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:870 analyze_method! ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:904 analyze_method!(cal… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:851 resolve_todo(mi::C… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:916 retrieve_ir_for_i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…pr.jl:86 copy(c::Core.Code… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…pr.jl:79 copy_exprargs 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Base/…pr.jl:71 copy_exprs(x::An… ╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…jl:79 ssa_inlining_pass! 1╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:630 batch_inline!(ir::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…jl:663 batch_inline!(ir::Compiler… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:438 ir_inline_item!(compact::C… ╎ ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…l:1871 iterate 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:0 iterate_compact(compact::C… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1949 iterate_compact(compact… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1535 process_node!(compact:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1361 renumber_ssa2!(stmt::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:639 setindex! 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:0 _useref_setindex!(stmt… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:2146 compact! ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2146 compact!(code::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:807 IncrementalCompact ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:782 Compiler.IncrementalCompa… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:365 NewNodeStream ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:365 NewNodeStream 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:272 Compiler.InstructionSt… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:2119 adce_pass!(ir::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ray.jl:571 fill ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:573 fill ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ot.jl:688 Array ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ot.jl:675 Array 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ot.jl:615 GenericMemory ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:1331 sroa_pass!(ir::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:5 is_known_call(x::Any, func:… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:482 argextype 1╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:483 argextype ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:1346 sroa_pass!(ir::Compiler.IR… 1╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:3 is_known_call(x::Any, func:… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:1493 sroa_pass!(ir::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:454 lift_leaves(compact::Compi… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:392 is_getfield_captures(def::… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:5 is_known_call(x::Any, func… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:482 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:483 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:518 argextype(x::Any, src:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3615 abstract_eval_global… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3746 abstract_load_all_c… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3731 scan_leaf_partitio… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3701 scan_specified_pa… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:14 max_world 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:11 last ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:1503 sroa_pass!(ir::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:786 perform_lifting! ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:823 perform_lifting!(compact::… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:191 get! ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:476 construct_domtree ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:477 construct_domtree ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:242 construct_domtree(bloc… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:252 update_domtree! ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:162 DFS!(D::Compiler.DFS… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1020 setindex! 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1025 _setindex! ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:1555 sroa_pass!(ir::Compiler.IR… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1871 iterate ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1949 iterate_compact(compact::… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1598 process_node!(compact::C… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1350 renumber_ssa2!(stmt::An… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:660 iterate 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:661 iterate ╎ ╎ ╎ ╎ ╎ ╎ 5 @Compiler/…jl:1070 run_passes_ipo_safe(ci::Cor… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:162 verify_ir(ir::Compiler.IRCo… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1245 iterate ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1245 iterate ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1253 _iterate_abstractarray 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:965 getindex ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:179 verify_ir(ir::Compiler.IRCo… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1245 iterate ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1245 iterate ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ay.jl:1253 _iterate_abstractarray 1╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Base/…ls.jl:965 getindex 2╎ ╎ ╎ ╎ ╎ ╎ 3 @Compiler/…jl:433 verify_ir(ir::Compiler.IRCo… 1╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:0 check_op(ir::Compiler.IRCod… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…r.jl:285 finish_nocycle(interp::Compil… ╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:165 finish!(interp::Compiler.Nati… 2╎ ╎ ╎ ╎ ╎ 2 @Compiler/….jl:507 maybe_compress_codeinfo For A containing Float64 | 310 310 33.1s [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 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_53647.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:4313 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1272 unknown function (ip: (nil)) at (unknown file) Allocations: 7698158 (Pool: 7698019; Big: 139); GC: 8 [6] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:85 unknown function (ip: 0x74cb01ebc4dd) at /lib/x86_64-linux-gnu/libc.so.6 compareMemory at /source/usr/include/llvm/ADT/StringRef.h:73 [inlined] compare at /source/usr/include/llvm/ADT/StringRef.h:186 [inlined] operator< at /source/usr/include/llvm/ADT/StringRef.h:892 [inlined] __less at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/tuple:1401 [inlined] operator< at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/tuple:1440 [inlined] operator() at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/stl_function.h:386 [inlined] _M_lower_bound at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/stl_tree.h:1925 [inlined] lower_bound at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/stl_tree.h:1278 [inlined] lower_bound at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/stl_map.h:1258 [inlined] operator[] at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/stl_map.h:515 [inlined] operator() at /source/src/codegen.cpp:9307 operator() at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/std_function.h:690 [inlined] operator() at /source/src/codegen.cpp:9275 operator() at /usr/local/x86_64-linux-gnu/include/c++/9.1.0/bits/std_function.h:690 [inlined] operator() at /source/src/codegen.cpp:9339 [inlined] emit_function at /source/src/codegen.cpp:9519 jl_emit_code at /source/src/codegen.cpp:10114 jl_emit_codeinst at /source/src/codegen.cpp:10185 jl_emit_codeinst_to_jit_impl at /source/src/jitlayers.cpp:823 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_86916.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:4313 jl_apply at /source/src/julia.h:2285 [inlined] jl_type_infer at /source/src/gf.c:463 jl_compile_method_internal at /source/src/gf.c:3636 _jl_invoke at /source/src/gf.c:4108 [inlined] ijl_apply_generic at /source/src/gf.c:4313 macro expansion at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:147 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2156 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:144 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.14/Test/src/Test.jl:2237 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/dense.jl:2261 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_invoke at /source/src/gf.c:4123 jl_toplevel_eval_flex at /source/src/toplevel.c:746 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 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:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_77388.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:4313 top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_invoke at /source/src/gf.c:4123 jl_toplevel_eval_flex at /source/src/toplevel.c:746 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4116 [inlined] ijl_apply_generic at /source/src/gf.c:4313 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_77388.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:4313 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:679 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 jl_toplevel_eval_flex at /source/src/toplevel.c:757 jl_eval_toplevel_stmts at /source/src/toplevel.c:600 jl_toplevel_eval_flex at /source/src/toplevel.c:698 ijl_toplevel_eval at /source/src/toplevel.c:769 ijl_toplevel_eval_in at /source/src/toplevel.c:814 eval at ./boot.jl:489 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_46221.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:4313 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: 0x74cb01d91249) 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) Allocations: 2463186218 (Pool: 2463141724; Big: 44494); GC: 540 PkgEval terminated after 2721.41s: test duration exceeded the time limit