Package evaluation of StaticArrays on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T12:21:42.958 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.28s ################################################################################ # Installation # Installing StaticArrays... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [90137ffa] + StaticArrays v1.9.13 Updating `~/.julia/environments/v1.10/Manifest.toml` ⌅ [aea7be01] + PrecompileTools v1.2.1 [21216c6a] + Preferences v1.4.3 [90137ffa] + StaticArrays v1.9.13 [1e83bf80] + StaticArraysCore v1.4.3 [56f22d72] + Artifacts [ade2ca70] + Dates [8f399da3] + Libdl [37e2e46d] + LinearAlgebra [de0858da] + Printf [9a3f8284] + Random [ea8e919c] + SHA v0.7.0 [fa267f1f] + TOML v1.0.3 [4ec0a83e] + Unicode [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.23+4 [8e850b90] + libblastrampoline_jll v5.11.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 21.46s ################################################################################ # Testing # Testing StaticArrays Status `/tmp/jl_qyHiwb/Project.toml` [4c88cf16] Aqua v0.8.13 [6e4b80f9] BenchmarkTools v1.6.0 [d360d2e6] ChainRulesCore v1.25.1 [cdddcdb0] ChainRulesTestUtils v1.13.0 ⌅ [27aeb0d3] JLArrays v0.1.6 [6fe1bfb0] OffsetArrays v1.17.0 ⌅ [aea7be01] PrecompileTools v1.2.1 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [1986cc42] Unitful v1.22.1 [b77e0a4c] InteractiveUtils [37e2e46d] LinearAlgebra [9a3f8284] Random [10745b16] Statistics v1.10.0 [8dfed614] Test Status `/tmp/jl_qyHiwb/Manifest.toml` [79e6a3ab] Adapt v4.3.0 [4c88cf16] Aqua v0.8.13 [6e4b80f9] BenchmarkTools v1.6.0 [fa961155] CEnum v0.5.0 [d360d2e6] ChainRulesCore v1.25.1 [cdddcdb0] ChainRulesTestUtils v1.13.0 [34da2185] Compat v4.16.0 [26cc04aa] FiniteDifferences v0.12.32 ⌅ [0c68f7d7] GPUArrays v10.3.1 ⌅ [46192b85] GPUArraysCore v0.1.6 ⌅ [27aeb0d3] JLArrays v0.1.6 [692b3bcd] JLLWrappers v1.7.0 [682c06a0] JSON v0.21.4 [929cbde3] LLVM v9.4.0 [6fe1bfb0] OffsetArrays v1.17.0 [69de0a69] Parsers v2.8.3 ⌅ [aea7be01] PrecompileTools v1.2.1 [21216c6a] Preferences v1.4.3 [189a3867] Reexport v1.2.2 [ae029012] Requires v1.3.1 [708f8203] Richardson v1.4.2 [90137ffa] StaticArrays v1.9.13 [1e83bf80] StaticArraysCore v1.4.3 [fd094767] Suppressor v0.2.8 [1986cc42] Unitful v1.22.1 [dad2f222] LLVMExtra_jll v0.0.36+0 [0dad84c5] ArgTools v1.1.1 [56f22d72] Artifacts [2a0f44e3] Base64 [ade2ca70] Dates [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching [b77e0a4c] InteractiveUtils [4af54fe1] LazyArtifacts [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 [8f399da3] Libdl [37e2e46d] LinearAlgebra [56ddb016] Logging [d6f4376e] Markdown [a63ad114] Mmap [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.10.0 [de0858da] Printf [9abbd945] Profile [3fa0cd96] REPL [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [6462fe0b] Sockets [2f01184e] SparseArrays v1.10.0 [10745b16] Statistics v1.10.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test [cf7118a7] UUIDs [4ec0a83e] Unicode [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.4.0+0 [e37daf67] LibGit2_jll v1.6.4+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.2+1 [14a3606d] MozillaCACerts_jll v2023.1.10 [4536629a] OpenBLAS_jll v0.3.23+4 [bea87d4a] SuiteSparse_jll v7.2.1+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.52.0+1 [3f19e933] p7zip_jll v17.4.0+2 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... Test Summary: | Pass Total Time test utils | 6 6 1.4s ┌ Warning: macroexpand no longer throws a LoadError so `@test_throws LoadError ...` is deprecated and passed without checking the error type! │ caller = test_expand_error(ex::Expr) at testutil.jl:30 └ @ Main ~/.julia/packages/StaticArrays/LSPcF/test/testutil.jl:30 Test Summary: | Pass Broken Total Time SVector | 141 2 143 10.0s Test Summary: | Pass Broken Total Time MVector | 138 2 140 2.5s Test Summary: | Pass Broken Total Time SMatrix | 138 2 140 5.7s Test Summary: | Pass Broken Total Time MMatrix | 143 2 145 5.1s Test Summary: | Pass Broken Total Time SArray | 276 4 280 15.7s Test Summary: | Pass Total Time some special case | 13 13 0.4s Test Summary: | Pass Broken Total Time MArray | 284 4 288 12.1s Test Summary: | Pass Total Time some special case | 12 12 0.3s Test Summary: | Pass Total Time FieldVector | 41 41 1.9s Test Summary: | Pass Total Time FieldMatrix | 34 34 1.3s Test Summary: | Pass Total Time Scalar | 11 11 1.6s Test Summary: | Pass Total Time issue #809 | 1 1 0.1s Test Summary: | Pass Total Time SUnitRange | 13 13 0.4s Test Summary: | Pass Total Time SizedArray | 133 133 9.8s Test Summary: | Pass Total Time some special case | 12 12 1.1s Test Summary: | Pass Total Time SDiagonal | 74 74 0.8s Test Summary: | Pass Total Time SHermitianCompact | 935 935 27.8s Test Summary: | Pass Total Time [;;;;;] | 8 8 0.2s Test Summary: | Pass Total Time Method ambiguity | 1 1 4.6s Test Summary: | Pass Total Time Unbound type parameters | 1 1 0.2s Test Summary: | Pass Total Time Undefined exports | 1 1 0.0s Test Summary: | Pass Total Time Compare Project.toml and test/Project.toml | 1 1 0.0s Test Summary: | Pass Total Time Stale dependencies | 1 1 4.1s Test Summary: | Pass Total Time Compat bounds | 4 4 0.5s Test Summary: | Pass Total Time Persistent tasks | 1 1 10.0s 3 instances of possible type-piracy detected. To get a list, set `broken = false`. Test Summary: | Pass Total Time Custom types | 2 2 0.0s Test Summary: | Pass Total Time Copy constructors | 1 1 0.0s Test Summary: | Pass Total Time Constructors of zero size arrays | 6 6 0.7s Test Summary: | Pass Total Time `real` and `float` of SArray/MArray | 17 17 0.3s Test Summary: | Pass Total Time convert with missing/wrong size | 3 3 0.1s Test Summary: | Pass Total Time Unknow StaticArray | 2 2 0.1s Test Summary: | Pass Total Time constructor/convert from OffsetArray | 2 2 0.6s Test Summary: | Pass Total Time Core definitions and constructors | 98 98 1.7s Test Summary: | Pass Total Time AbstractArray interface | 154 154 7.1s Test Summary: | Pass Total Time permutedims | 11 11 1.2s Test Summary: | Pass Total Time vcat() and hcat() | 30 30 0.1s Test Summary: | Pass Total Time Base.rest | 22 22 1.1s Test Summary: | Pass Total Time zeros/ones/fill | 12 12 0.4s Test Summary: | Pass Total Time Indexing | 114 114 6.7s Test Summary: | Pass Total Time Initialization with SA | 36 36 2.3s Test Summary: | Pass Total Time Map, reduce, mapreduce, broadcast | 125 125 30.5s Test Summary: | Pass Total Time sort | 142 142 30.7s Test Summary: | Pass Total Time accumulate | 64 64 13.7s Test Summary: | Pass Total Time Array math | 445 445 9.4s Test Summary: | Pass Total Time Scalar Broadcast | 9 9 1.0s Test Summary: | Pass Total Time Broadcast sizes | 31 31 0.2s Test Summary: | Pass Total Time Broadcast | 499 499 32.7s Test Summary: | Pass Total Time Broadcast with unknown wrapper | 24 24 1.0s Test Summary: | Pass Total Time instantiate with axes updated | 7 7 0.4s Test Summary: | Pass Total Time `broadcast`'s stability | 6 6 5.4s Test Summary: | Pass Total Time broadcasting out-of-bounds getindex | 2 2 0.2s Test Summary: | Pass Broken Total Time Linear algebra | 392 1 393 42.5s Test Summary: | Pass Total Time Matrix multiplication | 705 705 8m24.1s Test Summary: | Pass Broken Total Time matrix multiply-add | 276 3 279 4m51.0s Test Summary: | Pass Total Time Testing different wrappers | 956 956 4m37.8s Test Summary: | Pass Total Time Triangular-matrix multiplication | 1392 1392 45.1s Test Summary: | Pass Total Time Triangular-Adjoint multiplication | 216 216 3.8s Test Summary: | Pass Total Time Triangular-triangular multiplication | 432 432 29.5s Test Summary: | Pass Total Time Triangular-matrix division | 2592 2592 1m31.8s Test Summary: | Pass Total Time Determinant | 48 48 14.4s Test Summary: | Pass Total Time Matrix inverse | 10 10 8.4s Test Summary: | Pass Total Time Matrix inverse 4x4 | 6 6 0.6s Test Summary: | Pass Total Time Matrix inverse 5x5 | 3 3 0.9s Test Summary: | Pass Total Time Matrix inverse (Float64, 5×5) | 1 1 0.3s Test Summary: | Pass Total Time Matrix inverse (ComplexF64, 5×5) | 1 1 1.2s Test Summary: | Pass Total Time Matrix inverse (Float64, 8×8) | 1 1 1.8s Test Summary: | Pass Total Time Matrix inverse (ComplexF64, 8×8) | 1 1 3.4s Test Summary: | Pass Total Time Matrix inverse (Float64, 15×15) | 1 1 3.5s Test Summary: | Pass Total Time Matrix inverse (ComplexF64, 15×15) | 1 1 5.7s Test Summary: | Pass Total Time LU to inverse | 3 3 1.0s Test Summary: | Pass Total Time LU to inverse | 3 3 2.9s Test Summary: | Pass Total Time LU to inverse | 3 3 4.9s Test Summary: | Pass Total Time LU to inverse | 3 3 6.3s Test Summary: | Pass Total Time LU to inverse | 3 3 10.7s Test Summary: | Pass Total Time LU to inverse | 3 3 20.0s Test Summary: | Pass Total Time Moore–Penrose inverse (pseudoinverse) | 43 43 16.1s Test Summary: | Pass Total Time Issue #1155 | 1 1 2.1s Test Summary: | Pass Total Time Solving linear system | 132 132 6m10.1s Test Summary: | Pass Total Time Solving linear system (multiple RHS) | 48 48 30.3s Test Summary: | Pass Total Time Eigenvalue decomposition | 6981 6981 14.6s Test Summary: | Pass Total Time Matrix exponential | 31 31 9.9s Test Summary: | Pass Total Time Matrix square root | 7 7 0.6s Test Summary: | Pass Total Time Lyapunov equation | 5 5 0.6s Test Summary: | Pass Total Time LU | 2275 2275 2m04.5s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 30 running 1 of 1 signal (10): User defined signal 1 apply_cl at /source/src/flisp/flisp.c:1674 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2204 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1224 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1224 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 _applyn at /source/src/flisp/flisp.c:679 fl_map1 at /source/src/flisp/flisp.c:2217 [inlined] fl_map1 at /source/src/flisp/flisp.c:2192 apply_cl at /source/src/flisp/flisp.c:1174 do_trycatch at /source/src/flisp/flisp.c:895 apply_cl at /source/src/flisp/flisp.c:1804 _applyn at /source/src/flisp/flisp.c:679 fl_applyn at /source/src/flisp/flisp.c:719 jl_call_scm_on_ast_and_loc at /source/src/ast.c:860 jl_expand_in_world at /source/src/ast.c:1253 ijl_expand_and_resolve at /source/src/method.c:554 ijl_code_for_staged at /source/src/method.c:605 get_staged at ./compiler/utilities.jl:123 retrieve_code_info at ./compiler/utilities.jl:135 [inlined] InferenceState at ./compiler/inferencestate.jl:430 typeinf_edge at ./compiler/typeinfer.jl:920 abstract_call_method at ./compiler/abstractinterpretation.jl:633 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95 abstract_call_known at ./compiler/abstractinterpretation.jl:2101 abstract_call at ./compiler/abstractinterpretation.jl:2184 abstract_call at ./compiler/abstractinterpretation.jl:2177 abstract_call at ./compiler/abstractinterpretation.jl:2369 abstract_eval_call at ./compiler/abstractinterpretation.jl:2385 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2395 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2639 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2928 typeinf_local at ./compiler/abstractinterpretation.jl:3122 typeinf_nocycle at ./compiler/abstractinterpretation.jl:3210 _typeinf at ./compiler/typeinfer.jl:247 typeinf at ./compiler/typeinfer.jl:216 typeinf_edge at ./compiler/typeinfer.jl:930 abstract_call_method at ./compiler/abstractinterpretation.jl:633 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95 abstract_call_known at ./compiler/abstractinterpretation.jl:2101 abstract_call at ./compiler/abstractinterpretation.jl:2184 abstract_call at ./compiler/abstractinterpretation.jl:2177 abstract_call at ./compiler/abstractinterpretation.jl:2369 abstract_eval_call at ./compiler/abstractinterpretation.jl:2385 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2395 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2639 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2904 typeinf_local at ./compiler/abstractinterpretation.jl:3122 typeinf_nocycle at ./compiler/abstractinterpretation.jl:3210 _typeinf at ./compiler/typeinfer.jl:247 typeinf at ./compiler/typeinfer.jl:216 typeinf_edge at ./compiler/typeinfer.jl:930 abstract_call_method at ./compiler/abstractinterpretation.jl:633 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95 abstract_call_known at ./compiler/abstractinterpretation.jl:2101 abstract_call at ./compiler/abstractinterpretation.jl:2184 abstract_call at ./compiler/abstractinterpretation.jl:2177 abstract_call at ./compiler/abstractinterpretation.jl:2369 abstract_eval_call at ./compiler/abstractinterpretation.jl:2385 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2395 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2639 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2928 typeinf_local at ./compiler/abstractinterpretation.jl:3122 typeinf_nocycle at ./compiler/abstractinterpretation.jl:3210 _typeinf at ./compiler/typeinfer.jl:247 typeinf at ./compiler/typeinfer.jl:216 typeinf_edge at ./compiler/typeinfer.jl:930 abstract_call_method at ./compiler/abstractinterpretation.jl:633 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:95 abstract_call_known at ./compiler/abstractinterpretation.jl:2101 abstract_call at ./compiler/abstractinterpretation.jl:2184 abstract_apply at ./compiler/abstractinterpretation.jl:1626 abstract_call_known at ./compiler/abstractinterpretation.jl:2018 abstract_call at ./compiler/abstractinterpretation.jl:2184 abstract_call at ./compiler/abstractinterpretation.jl:2177 abstract_call at ./compiler/abstractinterpretation.jl:2369 abstract_eval_call at ./compiler/abstractinterpretation.jl:2385 abstract_eval_statement_expr at ./compiler/abstractinterpretation.jl:2395 abstract_eval_statement at ./compiler/abstractinterpretation.jl:2639 abstract_eval_basic_statement at ./compiler/abstractinterpretation.jl:2904 typeinf_local at ./compiler/abstractinterpretation.jl:3122 typeinf_nocycle at ./compiler/abstractinterpretation.jl:3210 _typeinf at ./compiler/typeinfer.jl:247 typeinf at ./compiler/typeinfer.jl:216 typeinf_ext at ./compiler/typeinfer.jl:1051 typeinf_ext_toplevel at ./compiler/typeinfer.jl:1082 typeinf_ext_toplevel at ./compiler/typeinfer.jl:1078 jfptr_typeinf_ext_toplevel_35735.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] jl_type_infer at /source/src/gf.c:394 jl_generate_fptr_impl at /source/src/jitlayers.cpp:512 jl_compile_method_internal at /source/src/gf.c:2481 [inlined] jl_compile_method_internal at /source/src/gf.c:2368 _jl_invoke at /source/src/gf.c:2887 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:635 eval_body at /source/src/interpreter.c:544 eval_body at /source/src/interpreter.c:544 jl_interpret_toplevel_thunk at /source/src/interpreter.c:775 jl_toplevel_eval_flex at /source/src/toplevel.c:934 jl_toplevel_eval_flex at /source/src/toplevel.c:877 ijl_toplevel_eval_in at /source/src/toplevel.c:985 eval at ./boot.jl:385 [inlined] include_string at ./loading.jl:2146 _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 _include at ./loading.jl:2206 include at ./client.jl:494 [inlined] addtests at /home/pkgeval/.julia/packages/StaticArrays/LSPcF/test/runtests.jl:23 unknown function (ip: 0x7074b477e625) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:635 jl_interpret_toplevel_thunk at /source/src/interpreter.c:775 jl_toplevel_eval_flex at /source/src/toplevel.c:934 jl_toplevel_eval_flex at /source/src/toplevel.c:877 ijl_toplevel_eval_in at /source/src/toplevel.c:985 eval at ./boot.jl:385 [inlined] include_string at ./loading.jl:2146 _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 _include at ./loading.jl:2206 include at ./client.jl:494 unknown function (ip: 0x7074b4755125) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:635 jl_interpret_toplevel_thunk at /source/src/interpreter.c:775 jl_toplevel_eval_flex at /source/src/toplevel.c:934 jl_toplevel_eval_flex at /source/src/toplevel.c:877 ijl_toplevel_eval_in at /source/src/toplevel.c:985 eval at ./boot.jl:385 [inlined] exec_options at ./client.jl:296 _start at ./client.jl:557 jfptr__start_83099.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] true_main at /source/src/jlapi.c:582 jl_repl_entrypoint at /source/src/jlapi.c:731 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7074b5594249) __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) unknown function (ip: (nil)) ============================================================== 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_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/epoll.c:236 uv_run at /workspace/srcdir/libuv/src/unix/core.c:400 ijl_task_get_next at /source/src/partr.c:478 poptask at ./task.jl:999 wait at ./task.jl:1008 #wait#647 at ./condition.jl:130 wait at ./condition.jl:125 [inlined] wait at ./process.jl:661 jfptr_wait_74802.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 subprocess_handler at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:2048 #130 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1992 withenv at ./env.jl:257 #117 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1840 with_temp_env at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1721 #115 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1810 #mktempdir#24 at ./file.jl:766 unknown function (ip: 0x7f4247134a40) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 mktempdir at ./file.jl:762 mktempdir at ./file.jl:762 [inlined] #sandbox#114 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1768 sandbox at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1759 unknown function (ip: 0x7f424712d345) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 #test#127 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1971 test at /source/usr/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] #test#146 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 test at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:423 unknown function (ip: 0x7f424712ce30) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 #test#77 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 unknown function (ip: 0x7f424712c6f0) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 test at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:148 #test#75 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] test at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] #test#74 at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] test at /source/usr/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 unknown function (ip: 0x7f4247128de9) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] do_call at /source/src/interpreter.c:126 eval_value at /source/src/interpreter.c:223 eval_stmt_value at /source/src/interpreter.c:174 [inlined] eval_body at /source/src/interpreter.c:635 eval_body at /source/src/interpreter.c:544 eval_body at /source/src/interpreter.c:544 jl_interpret_toplevel_thunk at /source/src/interpreter.c:775 jl_toplevel_eval_flex at /source/src/toplevel.c:934 jl_toplevel_eval_flex at /source/src/toplevel.c:877 ijl_toplevel_eval_in at /source/src/toplevel.c:985 eval at ./boot.jl:385 [inlined] include_string at ./loading.jl:2146 _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 _include at ./loading.jl:2206 include at ./Base.jl:495 jfptr_include_46645.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 exec_options at ./client.jl:323 _start at ./client.jl:557 jfptr__start_83099.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] true_main at /source/src/jlapi.c:582 jl_repl_entrypoint at /source/src/jlapi.c:731 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7f4247f6b249) __libc_start_main at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) unknown function (ip: 0x4010b8) unknown function (ip: (nil)) ============================================================== 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.10/Profile/src/Profile.jl:1225 Overhead ╎ [+additional indent] Count File:Line; Function ========================================================= Thread 1 Task 0x00007f423aa00010 Total snapshots: 1. Utilization: 0% ╎1 @Base/client.jl:557; _start() ╎ 1 @Base/client.jl:323; exec_options(opts::Base.JLOptions) ╎ 1 @Base/Base.jl:495; include(mod::Module, _path::String) ╎ 1 @Base/loading.jl:2206; _include(mapexpr::Function, mod::Module, _path::S… ╎ 1 @Base/loading.jl:2146; include_string(mapexpr::typeof(identity), mod::M… ╎ 1 @Base/boot.jl:385; eval ╎ ╎ 1 @Pkg/src/API.jl:146; kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(… ╎ ╎ 1 @Pkg/src/API.jl:146; #test#74 ╎ ╎ 1 @Pkg/src/API.jl:147; test ╎ ╎ 1 @Pkg/src/API.jl:147; #test#75 ╎ ╎ 1 @Pkg/src/API.jl:148; kwcall(::@NamedTuple{julia_args::Cmd}, ::typ… ╎ ╎ ╎ 1 @Pkg/src/API.jl:159; test(pkgs::Vector{Pkg.Types.PackageSpec}; i… ╎ ╎ ╎ 1 @Pkg/src/API.jl:423; kwcall(::@NamedTuple{julia_args::Cmd, io::… ╎ ╎ ╎ 1 @Pkg/src/API.jl:444; test(ctx::Pkg.Types.Context, pkgs::Vector… ╎ ╎ ╎ 1 …/src/Operations.jl:1915; test ╎ ╎ ╎ 1 …src/Operations.jl:1971; test(ctx::Pkg.Types.Context, pkgs::… ╎ ╎ ╎ ╎ 1 …src/Operations.jl:1759; kwcall(::@NamedTuple{preferences::… ╎ ╎ ╎ ╎ 1 …src/Operations.jl:1768; sandbox(fn::Function, ctx::Pkg.Ty… ╎ ╎ ╎ ╎ 1 @Base/file.jl:762; mktempdir ╎ ╎ ╎ ╎ 1 @Base/file.jl:762; mktempdir(fn::Function, parent::Strin… ╎ ╎ ╎ ╎ 1 @Base/file.jl:766; mktempdir(fn::Pkg.Operations.var"#11… ╎ ╎ ╎ ╎ ╎ 1 …c/Operations.jl:1810; (::Pkg.Operations.var"#115#120"… ╎ ╎ ╎ ╎ ╎ 1 …c/Operations.jl:1721; with_temp_env(fn::Pkg.Operatio… ╎ ╎ ╎ ╎ ╎ 1 …/Operations.jl:1840; (::Pkg.Operations.var"#117#122… ╎ ╎ ╎ ╎ ╎ 1 @Base/env.jl:257; withenv(::Pkg.Operations.var"#130… ╎ ╎ ╎ ╎ ╎ 1 …Operations.jl:1992; (::Pkg.Operations.var"#130#13… ╎ ╎ ╎ ╎ ╎ ╎ 1 …Operations.jl:2048; subprocess_handler(cmd::Cmd,… ╎ ╎ ╎ ╎ ╎ ╎ 1 …se/process.jl:661; wait(x::Base.Process) ╎ ╎ ╎ ╎ ╎ ╎ 1 …/condition.jl:125; wait ╎ ╎ ╎ ╎ ╎ ╎ 1 …condition.jl:130; wait(c::Base.GenericConditi… ╎ ╎ ╎ ╎ ╎ ╎ 1 …ase/task.jl:1008; wait() ╎ ╎ ╎ ╎ ╎ ╎ ╎ 1 …ase/task.jl:999; poptask(W::Base.IntrusiveL… [1] signal (15): Terminated in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 epoll_wait at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) uv__io_poll at /workspace/srcdir/libuv/src/unix/epoll.c:236 uv_run at /workspace/srcdir/libuv/src/unix/core.c:400 ijl_task_get_next at /source/src/partr.c:478 poptask at ./task.jl:999 wait at ./task.jl:1008 #wait#647 at ./condition.jl:130 wait at ./condition.jl:125 [inlined] _trywait at ./asyncevent.jl:142 wait at ./asyncevent.jl:159 [inlined] profile_printing_listener at ./Base.jl:572 #1058 at ./Base.jl:608 [30] signal (15): Terminated in expression starting at /home/pkgeval/.julia/packages/StaticArrays/LSPcF/test/qr.jl:9 pthread_sigmask at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) sigprocmask at /lib/x86_64-linux-gnu/libc.so.6 (unknown line) put_rs_cache at /opt/julia/bin/../lib/julia/libunwind.so.8 (unknown line) find_reg_state at /opt/julia/bin/../lib/julia/libunwind.so.8 (unknown line) _ULx86_64_dwarf_step at /opt/julia/bin/../lib/julia/libunwind.so.8 (unknown line) _ULx86_64_step at /opt/julia/bin/../lib/julia/libunwind.so.8 (unknown line) jl_unw_step at /source/src/stackwalk.c:559 [inlined] jl_unw_stepn at /source/src/stackwalk.c:99 rec_backtrace at /source/src/stackwalk.c:226 record_backtrace at /source/src/task.c:420 ijl_throw at /source/src/task.c:779 jl_method_error_bare at /source/src/gf.c:2208 jl_method_error at /source/src/gf.c:2226 jl_lookup_generic_ at /source/src/gf.c:3058 [inlined] ijl_apply_generic at /source/src/gf.c:3073 reduce_empty at ./reduce.jl:361 unknown function (ip: 0x707497137002) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] jl_f__call_in_world_total at /source/src/builtins.c:850 _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jfptr_YY.1058_85318.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2876 [inlined] ijl_apply_generic at /source/src/gf.c:3077 jl_apply at /source/src/julia.h:1982 [inlined] do_apply at /source/src/builtins.c:768 jl_apply at /source/src/julia.h:1982 [inlined] start_task at /source/src/task.c:1256 unknown function (ip: (nil)) Allocations: 9948300 (Pool: 9929138; Big: 19162); GC: 15 concrete_eval_call at ./compiler/abstractinterpretation.jl:913 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:798 abstract_call_method_with_const_args at ./compiler/abstractinterpretation.jl:792 abstract_call_gf_by_type at ./compiler/abstractinterpretation.jl:103 PkgEval terminated after 2721.69s: test duration exceeded the time limit