Package evaluation of LinearAlgebra on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-25T06:58:51.053 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.69s ################################################################################ # Installation # Installing LinearAlgebra... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [37e2e46d] + LinearAlgebra v1.11.0 Updating `~/.julia/environments/v1.12/Manifest.toml` [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.2.0+0 [4536629a] + OpenBLAS_jll v0.3.28+3 [8e850b90] + libblastrampoline_jll v5.11.2+0 Installation completed after 0.85s LinearAlgebra is a standard library in this Julia build. ################################################################################ # Testing # Testing LinearAlgebra Status `/tmp/jl_iXOIiK/Project.toml` [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4536629a] OpenBLAS_jll v0.3.28+3 [8e850b90] libblastrampoline_jll v5.11.2+0 Status `/tmp/jl_iXOIiK/Manifest.toml` [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [dc6e5ff7] JuliaSyntaxHighlighting v1.12.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.2.0+0 [4536629a] OpenBLAS_jll v0.3.28+3 [8e850b90] libblastrampoline_jll v5.11.2+0 Testing Running tests... [ Info: Testing triangular Test Summary: | Pass Total Time elty1 = Float32 | 2268 2268 4m54.2s Test Summary: | Pass Total Time elty1 = Float64 | 2268 2268 4m30.5s Test Summary: | Pass Total Time elty1 = BigFloat | 2246 2246 4m38.3s Test Summary: | Pass Total Time elty1 = ComplexF32 | 5488 5488 10m28.0s Test Summary: | Pass Total Time elty1 = ComplexF64 | 2248 2248 2m13.6s Test Summary: | Pass Total Time elty1 = Complex{BigFloat} | 2226 2226 2m22.6s Test Summary: | Pass Total Time elty1 = Int64 | 5422 5422 8m57.2s Test Summary: | Pass Total Time non-strided arithmetic | 22 22 4.4s Test Summary: | Pass Total Time matrix square root quasi-triangular blockwise | 5 5 38.7s Test Summary: | Pass Total Time sylvester quasi-triangular blockwise | 76 76 15.8s Test Summary: | Pass Total Time check matrix logarithm type-inferable | 10 10 0.4s Test Summary: | Pass Total Time check matrix logarithm type-inferable | 10 10 0.5s Test Summary: | Pass Total Time check matrix logarithm type-inferable | 2 2 0.0s Test Summary: | Pass Total Time check matrix logarithm type-inferable | 2 2 0.0s Test Summary: | Pass Total Time reverse | 12 12 0.5s Test Summary: | Pass Total Time dimensional correctness | 10 10 6.4s Test Summary: | Pass Total Time AbstractArray constructor should preserve underlying storage type | 24 24 0.6s Test Summary: | Pass Total Time inplace mul of appropriate types should preserve triagular structure | 84 84 7.7s Test Summary: | Pass Total Time indexing partly initialized matrices | 2 2 0.0s Test Summary: | Pass Total Time special printing of Lower/UpperTriangular | 6 6 1.0s Test Summary: | Pass Total Time adjoint/transpose triangular/vector multiplication | 64 64 3.4s Test Summary: | Pass Total Time Error condition for powm | 3 3 1.0s Test Summary: | Pass Total Time one and oneunit for triangular | 42 42 5.9s Test Summary: | Pass Total Time LowerTriangular(Diagonal(...)) and friends (issue #28869) | 14 14 7.5s Test Summary: | Pass Total Time tril!/triu! for non-bitstype matrices | 4 4 1.1s Test Summary: | Pass Total Time avoid matmul ambiguities with ::MyMatrix * ::AbstractMatrix | 9 9 2.1s Test Summary: | Pass Total Time custom axes | 4 4 0.1s Test Summary: | Pass Total Time immutable and non-strided parent | 9 9 2.5s Test Summary: | Pass Total Time error paths | 12 12 0.9s Test Summary: | Pass Total Time uppertriangular/lowertriangular | 4 4 0.0s Test Summary: | Pass Broken Total Time arithmetic with partly uninitialized matrices | 68 8 76 5.5s Test Summary: | Pass Total Time kron with triangular matrices of matrices | 4 4 2.0s Test Summary: | Pass Total Time kron with triangular matrices of mixed eltypes | 4 4 0.6s Test Summary: | Pass Total Time copyto! tests | 24 24 3.2s Test Summary: | Pass Total Time getindex with Integers | 8 8 0.2s Test Summary: | Pass Total Time type-stable eigvecs | 1 1 0.2s Test Summary: | Pass Total Time preserve structure in scaling by NaN | 32 32 0.9s Test Summary: | Pass Total Time eigvecs for AbstractTriangular | 8 8 6.4s Test Summary: | Pass Total Time (l/r)mul! and (l/r)div! for generic triangular | 16 16 20.6s Test Summary: | Pass Total Time istriu/istril forwards to parent | 762 762 5.5s Test Summary: | Pass Total Time indexing with a BandIndex | 26 26 0.8s Test Summary: | Pass Total Time indexing uses diagzero | 2 2 0.2s Test Summary: | Pass Total Time addition/subtraction of mixed triangular | 64 64 13.9s Test Summary: | Pass Total Time log_quasitriu with internal scaling s=0 (issue #54833) | 1 1 7.2s Test Summary: | Pass Total Time copytrito! | 14 14 1.0s Test Summary: | Pass Total Time (l/r)mul! and (l/r)div! for non-contiguous matrices | 4 4 4.4s [ Info: Testing addmul Test Summary: | Pass Total Time mul!(::Matrix{Float64}, ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, ::UnitUpperTriangular{Float64, S} where S<:AbstractMatrix{Float64}, α, β) | 216 216 15.5s Test Summary: | Pass Total Time mul!(::Matrix{Float64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 198 198 12.2s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::UnitUpperTriangular{ComplexF64, S} where S<:AbstractMatrix{ComplexF64}, α, β) | 180 180 29.5s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Diagonal{ComplexF64, V} where V<:AbstractVector{ComplexF64}, ::UnitUpperTriangular{ComplexF32, S} where S<:AbstractMatrix{ComplexF32}, α, β) | 180 180 27.2s Test Summary: | Pass Total Time mul!(::Matrix{BigFloat}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Float32, S} where S<:AbstractMatrix{Float32}, α, β) | 198 198 15.4s Test Summary: | Pass Total Time mul!(::Matrix{Int64}, ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, ::UnitUpperTriangular{Int64, S} where S<:AbstractMatrix{Int64}, α, β) | 180 180 12.9s Test Summary: | Pass Total Time mul!(::Matrix{Float64}, ::Symmetric{Float32, S} where S<:(AbstractMatrix{<:Float32}), ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 216 216 10.1s Test Summary: | Pass Total Time mul!(::Matrix{ComplexF64}, ::Symmetric{ComplexF32, S} where S<:(AbstractMatrix{<:ComplexF32}), ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 180 180 8.7s Test Summary: | Pass Total Time mul!(::Matrix{BigFloat}, ::Symmetric{Float32, S} where S<:(AbstractMatrix{<:Float32}), ::Diagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 216 216 7.8s Test Summary: | Pass Total Time mul!(::Matrix{Int64}, ::Symmetric{Int64, S} where S<:(AbstractMatrix{<:Int64}), ::Diagonal{Int64, V} where V<:AbstractVector{Int64}, α, β) | 180 180 6.7s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 7 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm7hashing6detail10hash_shortEPKcmm at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm12hash_combineIJjjPNS_8MetadataES2_bEEENS_9hash_codeEDpRKT_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm10DILocation7getImplERNS_11LLVMContextEjjPNS_8MetadataES4_bNS3_11StorageTypeEb at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) getImpl at /source/usr/include/llvm/IR/DebugInfoMetadata.h:1909 [inlined] get at /source/usr/include/llvm/IR/DebugInfoMetadata.h:1929 [inlined] operator() at /source/src/codegen.cpp:9178 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:9129 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:9129 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:9193 [inlined] emit_function at /source/src/codegen.cpp:9418 jl_emit_code at /source/src/codegen.cpp:9986 jl_emit_codeinst at /source/src/codegen.cpp:10075 jl_emit_codeinst_to_jit at /source/src/jitlayers.cpp:696 recursive_compile_graph at /source/src/jitlayers.cpp:738 _jl_compile_codeinst at /source/src/jitlayers.cpp:757 [inlined] jl_compile_codeinst_impl at /source/src/jitlayers.cpp:902 jl_compile_method_internal at /source/src/gf.c:2890 _jl_invoke at /source/src/gf.c:3351 [inlined] ijl_apply_generic at /source/src/gf.c:3547 macro expansion at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:223 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.12/Test/src/Test.jl:1724 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:221 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.12/Test/src/Test.jl:1813 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:180 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.12/Test/src/Test.jl:1813 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:156 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_invoke at /source/src/gf.c:3366 jl_toplevel_eval_flex at /source/src/toplevel.c:1059 jl_eval_module_expr at /source/src/toplevel.c:231 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:866 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 include_string at ./loading.jl:2846 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 _include at ./loading.jl:2906 include at ./Base.jl:301 IncludeInto at ./Base.jl:302 jfptr_IncludeInto_69051.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 top-level scope at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/runtests.jl:6 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_invoke at /source/src/gf.c:3366 jl_toplevel_eval_flex at /source/src/toplevel.c:1059 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 include_string at ./loading.jl:2846 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 _include at ./loading.jl:2906 include at ./Base.jl:301 IncludeInto at ./Base.jl:302 jfptr_IncludeInto_69051.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] do_call at /source/src/interpreter.c:125 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:687 jl_interpret_toplevel_thunk at /source/src/interpreter.c:896 jl_toplevel_eval_flex at /source/src/toplevel.c:1070 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 exec_options at ./client.jl:295 _start at ./client.jl:558 jfptr__start_108457.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] true_main at /source/src/jlapi.c:922 jl_repl_entrypoint at /source/src/jlapi.c:1081 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x78eb2c8cf249) 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 ============================================================== ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 1 running 0 of 1 signal (10): User defined signal 1 epoll_pwait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/linux.c:1404 uv_run at /workspace/srcdir/libuv/src/unix/core.c:430 ijl_task_get_next at /source/src/scheduler.c:454 poptask at ./task.jl:1187 wait at ./task.jl:1199 task_done_hook at ./task.jl:839 jfptr_task_done_hook_97764.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] jl_finish_task at /source/src/task.c:345 start_task at /source/src/task.c:1292 unknown function (ip: (nil)) at (unknown file) ============================================================== Profile collected. A report will print at the next yield point ============================================================== ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1353 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007f3c393c1110 Total snapshots: 646. Utilization: 0% ╎646 @Base/task.jl:839 task_done_hook(t::Task) ╎ 646 @Base/task.jl:1199 wait() 645╎ 646 @Base/task.jl:1187 poptask(W::Base.IntrusiveLinkedListSynchronized{T… Test Summary: | Pass Total ┌ Warning: There were no samples collected in one or more groups. │ This may be due to idle threads, or you may need to run your │ program longer (perhaps by running it multiple times), │ or adjust the delay between samples with `Profile.init()`. └ @ Profile /opt/julia/share/julia/stdlib/v1.12/Profile/src/Profile.jl:1353 TimeOverhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000078eb1e800010 Total snapshots: 1. Utilization: 100% mul!(::Matrix{Float64}, ::Symmetric{Float64, S} where S<:(AbstractMatrix{<:Float64}), ::SymTridiagonal{Float32, V} where V<:AbstractVector{Float32}, α, β) | 216 216 31.7s [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 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:454 poptask at ./task.jl:1187 [7] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:156 wait at ./task.jl:1199 _ZN12_GLOBAL__N_18Verifier15visitBasicBlockERN4llvm10BasicBlockE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) #wait#551 at ./condition.jl:141 _ZN12_GLOBAL__N_18Verifier6verifyERKN4llvm8FunctionE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm14verifyFunctionERKNS_8FunctionEPNS_11raw_ostreamE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) wait at ./condition.jl:136 [inlined] _trywait at ./asyncevent.jl:145 profile_printing_listener at ./Base.jl:326 verifyLLVMIR at /source/src/pipeline.cpp:847 runOnLoop at /source/src/llvm-julia-licm.cpp:348 run at /source/src/llvm-julia-licm.cpp:373 run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 #start_profile_listener##0 at ./Base.jl:346 _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE13runSinglePassIS1_St10unique_ptrINS_6detail11PassConceptIS1_S5_JS4_S7_EEESt14default_deleteISD_EEEESt8optionalINS_17PreservedAnalysesEERT_RT0_RS5_S4_S7_RNS_19PassInstrumentationE.isra.0 at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE24runWithoutLoopNestPassesERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE3runERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm25FunctionToLoopPassAdaptor3runERNS_8FunctionERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) jfptr_YY.start_profile_listenerYY.YY.0_111230.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 jl_apply at /source/src/julia.h:2244 [inlined] start_task at /source/src/task.c:1281 unknown function (ip: (nil)) at (unknown file) Allocations: 11148849 (Pool: 11148610; Big: 239); GC: 10 run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 run at /source/usr/include/llvm/IR/PassManager.h:543 [inlined] run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm27ModuleToFunctionPassAdaptor3runERNS_6ModuleERNS_15AnalysisManagerIS1_JEEE at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:89 _ZN4llvm11PassManagerINS_6ModuleENS_15AnalysisManagerIS1_JEEEJEE3runERS1_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.18.1jl (unknown line) run at /source/src/pipeline.cpp:740 operator() at /source/src/jitlayers.cpp:1532 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:1493 [inlined] operator() at /source/src/jitlayers.cpp:1645 [inlined] addModule at /source/src/jitlayers.cpp:2104 jl_compile_codeinst_now at /source/src/jitlayers.cpp:569 _jl_compile_codeinst at /source/src/jitlayers.cpp:758 [inlined] jl_compile_codeinst_impl at /source/src/jitlayers.cpp:902 jl_compile_method_internal at /source/src/gf.c:2890 _jl_invoke at /source/src/gf.c:3351 [inlined] ijl_apply_generic at /source/src/gf.c:3547 macro expansion at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:189 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.12/Test/src/Test.jl:1813 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:180 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.12/Test/src/Test.jl:1813 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/addmul.jl:156 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_invoke at /source/src/gf.c:3366 jl_toplevel_eval_flex at /source/src/toplevel.c:1059 jl_eval_module_expr at /source/src/toplevel.c:231 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:866 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 include_string at ./loading.jl:2846 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 _include at ./loading.jl:2906 include at ./Base.jl:301 IncludeInto at ./Base.jl:302 jfptr_IncludeInto_69051.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 top-level scope at /opt/julia/share/julia/stdlib/v1.12/LinearAlgebra/test/runtests.jl:6 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_invoke at /source/src/gf.c:3366 jl_toplevel_eval_flex at /source/src/toplevel.c:1059 jl_toplevel_eval_flex at /source/src/toplevel.c:1010 ijl_toplevel_eval at /source/src/toplevel.c:1082 ijl_toplevel_eval_in at /source/src/toplevel.c:1127 eval at ./boot.jl:485 include_string at ./loading.jl:2846 _jl_invoke at /source/src/gf.c:3359 [inlined] ijl_apply_generic at /source/src/gf.c:3547 _include at ./loading.jl:2906 include at ./Base.jl:301 IncludeInto at ./Base.jl:302 PkgEval terminated after 2721.28s: test duration exceeded the time limit