Package evaluation of LinearAlgebra on Julia 1.13.0-DEV.959 (b35c4f471f*) started at 2025-08-06T07:29:06.997 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.89s ################################################################################ # Installation # Installing LinearAlgebra... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [37e2e46d] + LinearAlgebra v1.13.0 Updating `~/.julia/environments/v1.13/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.13.1+0 Installation completed after 0.87s LinearAlgebra is a standard library in this Julia build. ################################################################################ # Testing # Testing LinearAlgebra Status `/tmp/jl_2AWLw5/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.13.1+0 Status `/tmp/jl_2AWLw5/Manifest.toml` [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.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 v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... [ Info: Testing unitful Test Summary: | Pass Total Time unitful specialized mul/div | 1872 1872 16m55.1s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 9 9 5.5s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 9 9 3.8s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 9 9 4.4s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 9 9 2.7s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 9 9 4.9s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 9 9 3.7s Test Summary: | Pass Total Time testing dimensions with Furlongs #36430 | 1 1 0.5s Test Summary: | Pass Total Time dimensional Hessenberg | 120 120 19.6s Test Summary: | Pass Total Time lu factorization with dimension type | 3 3 1.0s Test Summary: | Pass Total Time zero and one for unitful structured matrices | 50 50 5.9s Test Summary: | Pass Total Time triangular: dimensional correctness | 10 10 7.3s [ Info: Testing triangular2 Test Summary: | Pass Total Time elty1 = Float32 | 2066 2066 2m36.3s Test Summary: | Pass Total Time elty1 = Float64 | 2066 2066 1m56.8s Test Summary: | Pass Total Time elty1 = BigFloat | 2044 2044 1m49.3s Test Summary: | Pass Total Time elty1 = Int64 | 2610 2610 3m32.2s [ Info: Testing triangular3 Test Summary: | Pass Total Time elty1 = ComplexF32 | 2454 2454 1m58.2s Test Summary: | Pass Total Time elty1 = ComplexF64 | 2046 2046 1m32.2s Test Summary: | Pass Total Time elty1 = Complex{BigFloat} | 2024 2024 2m04.2s [ Info: Testing bidiag Test Summary: | Pass Total Time relty = Int64, elty = Int64 | 519 519 1m06.7s Test Summary: | Pass Total Time relty = Int64, elty = Complex{Int64} | 519 519 1m00.3s Test Summary: | Pass Total Time relty = Float32, elty = Float32 | 613 613 1m08.3s Test Summary: | Pass Total Time relty = Float32, elty = ComplexF32 | 521 521 43.6s Test Summary: | Pass Total Time relty = Float64, elty = Float64 | 613 613 1m02.4s Test Summary: | Pass Total Time relty = Float64, elty = ComplexF64 | 521 521 37.9s Test Summary: | Pass Total Time relty = BigFloat, elty = BigFloat | 535 535 45.0s Test Summary: | Pass Total Time relty = BigFloat, elty = Complex{BigFloat} | 509 509 50.5s 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 9.3s Test Summary: | Pass Total Time sum, mapreduce | 35 35 2.3s Test Summary: | Pass Total Time empty sub-diagonal | 1 1 1.5s Test Summary: | Pass Total Time generalized dot | 16 16 0.8s Test Summary: | Pass Total Time multiplication of bidiagonal and triangular matrix | 576 576 48.7s 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.4s Test Summary: | Pass Total Time Conversion to AbstractArray | 4 4 0.3s Test Summary: | Pass Total Time block-bidiagonal matrix | 75 75 2.9s Test Summary: | Pass Total Time copyto! | 7 7 0.6s 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 8.8s 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 ====================================================================================== 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 gc_sweep_page at /source/src/gc-stock.c:917 gc_sweep_pool_page at /source/src/gc-stock.c:987 [inlined] gc_sweep_pool_parallel at /source/src/gc-stock.c:1279 gc_sweep_pool at /source/src/gc-stock.c:1399 [inlined] _jl_gc_collect at /source/src/gc-stock.c:3196 ijl_gc_collect at /source/src/gc-stock.c:3489 maybe_collect at /source/src/gc-stock.c:349 [inlined] jl_gc_small_alloc_inner at /source/src/gc-stock.c:725 jl_gc_small_alloc_noinline at /source/src/gc-stock.c:783 [inlined] jl_gc_alloc_ at /source/src/gc-stock.c:797 jl_alloc_genericmemory_unchecked at /source/src/genericmemory.c:41 GenericMemory at ./boot.jl:588 [inlined] Array at ./boot.jl:648 [inlined] collect_argtypes at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3025 abstract_eval_call at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3069 [inlined] abstract_eval_statement_expr at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3430 abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3857 [inlined] abstract_eval_basic_statement at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:3814 [inlined] typeinf_local at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4363 jfptr_typeinf_local_84252.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 typeinf at ./../usr/share/julia/Compiler/src/abstractinterpretation.jl:4521 typeinf_ext at ./../usr/share/julia/Compiler/src/typeinfer.jl:1378 typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1561 [inlined] typeinf_ext_toplevel at ./../usr/share/julia/Compiler/src/typeinfer.jl:1570 jfptr_typeinf_ext_toplevel_84977.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] jl_type_infer at /source/src/gf.c:462 jl_compile_method_internal at /source/src/gf.c:3514 _jl_invoke at /source/src/gf.c:4007 [inlined] ijl_apply_generic at /source/src/gf.c:4212 macro expansion at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:959 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:857 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:959 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:2018 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:954 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:952 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_invoke at /source/src/gf.c:4022 jl_toplevel_eval_flex at /source/src/toplevel.c:762 jl_eval_module_expr at /source/src/toplevel.c:196 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:658 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_35020.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 top-level scope at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_invoke at /source/src/gf.c:4022 jl_toplevel_eval_flex at /source/src/toplevel.c:762 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_35020.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [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:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 exec_options at ./client.jl:286 _start at ./client.jl:553 jfptr__start_58040.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [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: 0x7b52bd88a249) 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 ============================================================== Test Summary: | Pass 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.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x00007b52a3600010 Total snapshots: 62. Utilization: 100% ╎57 @Base/client.jl:553 _start() ╎ 57 @Base/client.jl:286 exec_options(opts::Base.JLOptions) ╎ 57 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ 57 @Base/Base.jl:313 (::Base.IncludeInto)(fname::String) ╎ 57 @Base/Base.jl:312 include(mapexpr::Function, mod::Module, _path::Str… ╎ 57 @Base/loading.jl:2907 _include(mapexpr::Function, mod::Module, _pat… ╎ ╎ 57 @Base/loading.jl:2847 include_string(mapexpr::typeof(identity), mo… ╎ ╎ 57 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ 57 @LinearAlgebra/…ts.jl:13 top-level scope ╎ ╎ 57 @Base/Base.jl:313 (::Base.IncludeInto)(fname::String) ╎ ╎ 57 @Base/Base.jl:312 include(mapexpr::Function, mod::Module, _pat… ╎ ╎ ╎ 57 @Base/loading.jl:2907 _include(mapexpr::Function, mod::Module… ╎ ╎ ╎ 57 @Base/loading.jl:2847 include_string(mapexpr::typeof(identit… ╎ ╎ ╎ 57 @Base/boot.jl:489 eval(m::Module, e::Any) ╎ ╎ ╎ 57 @LinearAlgebra/…jl:952 top-level scope ╎ ╎ ╎ 57 @Test/src/Test.jl:1929 macro expansion ╎ ╎ ╎ ╎ 57 @LinearAlgebra/…jl:954 macro expansion ╎ ╎ ╎ ╎ 57 @Test/…rc/Test.jl:2018 macro expansion ╎ ╎ ╎ ╎ 13 @LinearAlgebra/…l:959 macro expansion ╎ ╎ ╎ ╎ 13 @Test/…c/Test.jl:857 macro expansion 12╎ ╎ ╎ ╎ 13 @LinearAlgebra/…:959 macro expansion ╎ ╎ ╎ ╎ 44 @LinearAlgebra/…l:960 macro expansion ╎ ╎ ╎ ╎ 44 @Test/…c/Test.jl:857 macro expansion 42╎ ╎ ╎ ╎ 44 @LinearAlgebra/…:960 macro expansion ╎ ╎ ╎ ╎ ╎ 2 @Compiler/…r.jl:1570 typeinf_ext_toplevel(mi::Core.… ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…r.jl:1561 typeinf_ext_toplevel ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:1378 typeinf_ext(interp::Compiler.… ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:4521 typeinf(interp::Compiler.Nat… ╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:4363 typeinf_local(interp::Compi… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:3814 abstract_eval_basic_stateme… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…jl:3857 abstract_eval_basic_statem… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3430 abstract_eval_statement_ex… ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3074 abstract_eval_call ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:3056 abstract_call(interp::Co… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2896 abstract_call ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2903 abstract_call(interp::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:2796 abstract_call_known(i… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:338 abstract_call_gf_by_t… ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:252 (::Compiler.var"#inf… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:178 (::Compiler.var"#ha… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:868 abstract_call_meth… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:898 abstract_call_met… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:1348 const_prop_call… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…l:4528 typeinf(interp… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +1 1 @Compiler/…l:232 finish_nocycle(… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +2 1 @Compiler/…l:1021 optimize(inter… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +3 1 @Compiler/…l:1048 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +4 1 @Compiler/…l:1035 run_passes_ipo… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +5 1 @Compiler/…l:2085 adce_pass!(ir:… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +6 1 @Compiler/…l:5 is_known_call(x::… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +7 1 @Compiler/…l:485 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +8 1 @Compiler/…l:486 argextype ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +9 1 @Compiler/…l:521 argextype(x::An… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +10 1 @Compiler/…l:3611 abstract_eval_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +11 1 @Compiler/…l:3741 abstract_load_… ╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +12 1 @Compiler/…l:3726 scan_leaf_part… 1╎ ╎ ╎ ╎ ╎ ╎ ╎ ╎ +13 1 @Compiler/…l:3723 scan_specified… ╎ ╎ ╎ ╎ ╎ 1 @Compiler/…r.jl:1562 typeinf_ext_toplevel 1╎ ╎ ╎ ╎ ╎ 1 @Compiler/….jl:1555 add_codeinsts_to_jit!(interp:… rmul!/lmul! with banded matrices | 18 18 7.9s Test Summary: | Pass Total Time rmul!/lmul! with numbers | 12 12 0.1s ====================================================================================== 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:457 wait at ./task.jl:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_62603.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] start_task at /source/src/task.c:1253 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.13/Profile/src/Profile.jl:1362 Overhead ╎ [+additional indent] Count File:Line Function ========================================================= Thread 1 (default) Task 0x000073a9070693c0 Total snapshots: 655. Utilization: 0% ╎655 @Base/task.jl:1129 wait_forever() 654╎ 655 @Base/task.jl:1192 wait() [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:457 wait at ./task.jl:1192 wait_forever at ./task.jl:1129 jfptr_wait_forever_62603.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [inlined] start_task at /source/src/task.c:1253 unknown function (ip: (nil)) at (unknown file) Allocations: 10771627 (Pool: 10771472; Big: 155); GC: 9 [7] signal 15: Terminated in expression starting at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:996 _ZNK4llvm5Value9hasOneUseEv at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm16InstCombinerImpl13visitICmpInstERNS_8ICmpInstE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm16InstCombinerImpl3runEv at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZL31combineInstructionsOverFunctionRN4llvm8FunctionERNS_19InstructionWorklistEPNS_9AAResultsERNS_15AssumptionCacheERNS_17TargetLibraryInfoERNS_19TargetTransformInfoERNS_13DominatorTreeERNS_25OptimizationRemarkEmitterEPNS_18BlockFrequencyInfoEPNS_21BranchProbabilityInfoEPNS_18ProfileSummaryInfoERKNS_18InstCombineOptionsE at /opt/julia/bin/../lib/julia/libLLVM.so.20.1jl (unknown line) _ZN4llvm15InstCombinePass3runERNS_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:791 operator() at /source/src/jitlayers.cpp:1510 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:1471 [inlined] operator() at /source/src/jitlayers.cpp:1623 [inlined] addModule at /source/src/jitlayers.cpp:2080 jl_compile_codeinst_now at /source/src/jitlayers.cpp:682 jl_compile_codeinst_impl at /source/src/jitlayers.cpp:873 jl_compile_method_internal at /source/src/gf.c:3527 _jl_invoke at /source/src/gf.c:4007 [inlined] ijl_invoke at /source/src/gf.c:4022 broadcast_preserving_zero_d at ./broadcast.jl:885 [inlined] - at ./arraymath.jl:8 [inlined] #isapprox#19 at /source/usr/share/julia/stdlib/v1.13/LinearAlgebra/src/generic.jl:2007 isapprox at /source/usr/share/julia/stdlib/v1.13/LinearAlgebra/src/generic.jl:2003 unknown function (ip: 0x7b525b8a67af) at (unknown file) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 eval_test_comparison at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:369 jfptr_eval_test_comparison_4535.1 at /opt/julia/share/julia/compiled/v1.13/Test/JfdTE_wscuQ.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:742 [inlined] macro expansion at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:1030 [inlined] macro expansion at /source/usr/share/julia/stdlib/v1.13/Test/src/Test.jl:1929 [inlined] top-level scope at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/bidiag.jl:997 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_invoke at /source/src/gf.c:4022 jl_toplevel_eval_flex at /source/src/toplevel.c:762 jl_eval_module_expr at /source/src/toplevel.c:196 [inlined] jl_toplevel_eval_flex at /source/src/toplevel.c:658 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_35020.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 top-level scope at /opt/julia/share/julia/stdlib/v1.13/LinearAlgebra/test/runtests.jl:13 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_invoke at /source/src/gf.c:4022 jl_toplevel_eval_flex at /source/src/toplevel.c:762 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 include_string at ./loading.jl:2847 _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 _include at ./loading.jl:2907 include at ./Base.jl:312 IncludeInto at ./Base.jl:313 jfptr_IncludeInto_35020.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [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:708 jl_interpret_toplevel_thunk at /source/src/interpreter.c:899 jl_toplevel_eval_flex at /source/src/toplevel.c:773 jl_toplevel_eval_flex at /source/src/toplevel.c:713 ijl_toplevel_eval at /source/src/toplevel.c:785 ijl_toplevel_eval_in at /source/src/toplevel.c:830 eval at ./boot.jl:489 exec_options at ./client.jl:286 _start at ./client.jl:553 jfptr__start_58040.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:4015 [inlined] ijl_apply_generic at /source/src/gf.c:4212 jl_apply at /source/src/julia.h:2375 [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: 0x7b52bd88a249) 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: 1688676612 (Pool: 1688651202; Big: 25410); GC: 467 PkgEval terminated after 2720.67s: test duration exceeded the time limit