Package evaluation to test LinearAlgebra on Julia 1.14.0-DEV.1640 (5532bea546*) started at 2026-01-30T19:51:21.944 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 8.5s ################################################################################ # 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 0.66s LinearAlgebra is a standard library in this Julia build. ################################################################################ # Testing # Testing LinearAlgebra Status `/tmp/jl_6vAfcE/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_6vAfcE/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 12m03.1s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 9 9 4.1s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 9 9 3.1s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 9 9 3.3s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 9 9 2.2s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 9 9 4.1s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 9 9 2.9s Test Summary: | Pass Total Time testing dimensions with Furlongs #36430 | 1 1 0.5s Test Summary: | Pass Total Time dimensional Hessenberg | 120 120 15.7s Test Summary: | Pass Total Time lu factorization with dimension type | 3 3 0.7s Test Summary: | Pass Total Time zero and one for unitful structured matrices | 50 50 4.1s Test Summary: | Pass Total Time triangular: dimensional correctness | 10 10 4.9s Test Summary: | Pass Total Time unitful 3-arg * | 18 18 1.5s [ Info: Testing triangular2 Test Summary: | Pass Total Time elty1 = Float32 | 2066 2066 2m31.6s Test Summary: | Pass Total Time elty1 = Float64 | 2066 2066 2m10.0s Test Summary: | Pass Total Time elty1 = BigFloat | 2044 2044 1m56.9s Test Summary: | Pass Total Time elty1 = Int64 | 2610 2610 3m48.3s [ Info: Testing triangular3 Test Summary: | Pass Total Time elty1 = ComplexF32 | 2454 2454 2m09.7s Test Summary: | Pass Total Time elty1 = ComplexF64 | 2046 2046 1m43.7s Test Summary: | Pass Total Time elty1 = Complex{BigFloat} | 2024 2024 2m09.1s [ Info: Testing bidiag Test Summary: | Pass Total Time relty = Int64, elty = Int64 | 525 525 1m06.3s Test Summary: | Pass Total Time relty = Int64, elty = Complex{Int64} | 525 525 1m02.9s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 619 619 1m06.2s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 527 527 44.3s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 619 619 1m00.8s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 527 527 38.9s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 541 541 47.1s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 515 515 53.1s 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 10.0s Test Summary: | Pass Total Time sum, mapreduce | 35 35 2.4s Test Summary: | Pass Total Time empty sub-diagonal | 1 1 1.5s Test Summary: | Pass Total Time generalized dot | 16 16 1.3s Test Summary: | Pass Total Time multiplication of bidiagonal and triangular matrix | 576 576 52.4s 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.7s Test Summary: | Pass Total Time non-commutative algebra (#39701) | 4 4 2.2s Test Summary: | Pass Total Time Conversion to AbstractArray | 4 4 0.3s Test Summary: | Pass Total Time block-bidiagonal matrix | 75 75 2.8s 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.9s 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 7.9s Test Summary: | Pass Total Time rmul!/lmul! with numbers | 12 12 0.1s Test Summary: | Pass Total Time mul with Diagonal | 104 104 9.5s 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 1.7s Test Summary: | Pass Total Time mul for small matrices | 854 854 15.4s Test Summary: | Pass Total Time opnorms | 18 18 0.0s Test Summary: | Pass Total Time convert to Bidiagonal | 7 7 0.6s Test Summary: | Pass Total Time isreal | 3 3 0.5s Test Summary: | Pass Total Time ldiv! error message | 3 3 0.4s 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.1s Test Summary: | Pass Total Time Binary ops among special types | 304 304 35.6s ====================================================================================== 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 _ZL18isBlockInLCSSAFormRKN4llvm4LoopERKNS_10BasicBlockERKNS_13DominatorTreeEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZNK4llvm4Loop22isRecursivelyLCSSAFormERKNS_13DominatorTreeERKNS_8LoopInfoEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm6detail18UniqueFunctionBaseIvJNS_9StringRefENS_3AnyEEE8CallImplIZNS_25FunctionToLoopPassAdaptor3runERNS_8FunctionERNS_15AnalysisManagerIS7_JEEEEUlS2_S3_E_EEvPvS2_RS3_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZNK4llvm19PassInstrumentation13runBeforePassINS_4LoopENS_6detail11PassConceptIS2_NS_15AnalysisManagerIS2_JRNS_27LoopStandardAnalysisResultsEEEEJS7_RNS_10LPMUpdaterEEEEEEbRKT0_RKT_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _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.20.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE24runWithoutLoopNestPassesERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm11PassManagerINS_4LoopENS_15AnalysisManagerIS1_JRNS_27LoopStandardAnalysisResultsEEEEJS4_RNS_10LPMUpdaterEEE3runERS1_RS5_S4_S7_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) run at /source/usr/include/llvm/IR/PassManagerInternal.h:91 _ZN4llvm25FunctionToLoopPassAdaptor3runERNS_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:787 operator() at /source/src/jitlayers.cpp:1520 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:1480 [inlined] operator() at /source/src/jitlayers.cpp:1656 [inlined] addModule at /source/src/jitlayers.cpp:2129 jl_compile_codeinst_now at /source/src/jitlayers.cpp:688 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:882 jl_compile_method_internal at /source/src/gf.c:3652 _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c: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:765 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:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_74896.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_invoke at /source/src/gf.c:4127 ijl_eval_thunk at /source/src/toplevel.c:757 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_74896.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:765 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_50962.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x748669076249) 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_46727.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] 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 0x00007431772c6e00 Total snapshots: 669. Utilization: 0% ╎669 @Base/task.jl:1168 wait_forever() 668╎ 669 @Base/task.jl:1246 wait() [1] signal 15: Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 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_46727.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] start_task at /source/src/task.c:1275 unknown function (ip: (nil)) at (unknown file) Allocations: 7763069 (Pool: 7762927; Big: 142); GC: 8 [6] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/special.jl:201 _ZN4llvm12function_refIFNS_15InstructionCostEjEE11callback_fnIZNS_13slpvectorizer7BoUpSLP12getEntryCostEPKNS6_9TreeEntryENS_8ArrayRefIPNS_5ValueEEERNS_15SmallPtrSetImplISC_EEEUljE8_EES1_lj at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZZN4llvm13slpvectorizer7BoUpSLP12getEntryCostEPKNS1_9TreeEntryENS_8ArrayRefIPNS_5ValueEEERNS_15SmallPtrSetImplIS7_EEENKUlNS_12function_refIFNS_15InstructionCostEjEEENSC_IFSD_SD_EEEE0_clESF_SH_ at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm13slpvectorizer7BoUpSLP12getEntryCostEPKNS1_9TreeEntryENS_8ArrayRefIPNS_5ValueEEERNS_15SmallPtrSetImplIS7_EE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm13slpvectorizer7BoUpSLP11getTreeCostENS_8ArrayRefIPNS_5ValueEEE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm17SLPVectorizerPass18tryToVectorizeListENS_8ArrayRefIPNS_5ValueEEERNS_13slpvectorizer7BoUpSLPEb at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm17SLPVectorizerPass17vectorizeCmpInstsISt16reverse_iteratorIPKPNS_7CmpInstEEEEbNS_14iterator_rangeIT_EEPNS_10BasicBlockERNS_13slpvectorizer7BoUpSLPE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm17SLPVectorizerPass22vectorizeChainsInBlockEPNS_10BasicBlockERNS_13slpvectorizer7BoUpSLPE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm17SLPVectorizerPass7runImplERNS_8FunctionEPNS_15ScalarEvolutionEPNS_19TargetTransformInfoEPNS_17TargetLibraryInfoEPNS_9AAResultsEPNS_8LoopInfoEPNS_13DominatorTreeEPNS_15AssumptionCacheEPNS_12DemandedBitsEPNS_25OptimizationRemarkEmitterE.part.0 at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm17SLPVectorizerPass3runERNS_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:787 operator() at /source/src/jitlayers.cpp:1520 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:1480 [inlined] operator() at /source/src/jitlayers.cpp:1656 [inlined] addModule at /source/src/jitlayers.cpp:2129 jl_compile_codeinst_now at /source/src/jitlayers.cpp:688 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:882 jl_compile_method_internal at /source/src/gf.c:3652 _jl_invoke at /source/src/gf.c:4112 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 eval_body at /source/src/interpreter.c: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:765 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:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_74896.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 top-level scope at /opt/julia/share/julia/stdlib/v1.14/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_invoke at /source/src/gf.c:4127 ijl_eval_thunk at /source/src/toplevel.c:757 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 include_string at ./loading.jl:3151 _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 _include at ./loading.jl:3211 include at ./Base.jl:310 IncludeInto at ./Base.jl:311 jfptr_IncludeInto_74896.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] do_call at /source/src/interpreter.c:123 eval_value at /source/src/interpreter.c:243 eval_stmt_value at /source/src/interpreter.c:194 [inlined] eval_body at /source/src/interpreter.c:693 jl_interpret_toplevel_thunk at /source/src/interpreter.c:884 ijl_eval_thunk at /source/src/toplevel.c:765 jl_toplevel_eval_flex at /source/src/toplevel.c:712 jl_eval_toplevel_stmts at /source/src/toplevel.c:602 jl_toplevel_eval_flex at /source/src/toplevel.c:684 ijl_toplevel_eval at /source/src/toplevel.c:779 ijl_toplevel_eval_in at /source/src/toplevel.c:824 eval at ./boot.jl:489 exec_options at ./client.jl:310 _start at ./client.jl:585 jfptr__start_50962.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4120 [inlined] ijl_apply_generic at /source/src/gf.c:4317 jl_apply at /source/src/julia.h:2285 [inlined] true_main at /source/src/jlapi.c:971 jl_repl_entrypoint at /source/src/jlapi.c:1138 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x748669076249) 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: 1730592930 (Pool: 1730559645; Big: 33285); GC: 478 PkgEval terminated after 2720.95s: test duration exceeded the time limit