Package evaluation of Strided on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T15:35:30.862 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.07s ################################################################################ # Installation # Installing Strided... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [5e0ebb24] + Strided v2.3.0 Updating `~/.julia/environments/v1.11/Manifest.toml` [65ce6f38] + PackageExtensionCompat v1.0.2 [5e0ebb24] + Strided v2.3.0 [4db3bf67] + StridedViews v0.4.1 [9d95972d] + TupleTools v1.6.0 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.81s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.34s ################################################################################ # Testing # Testing Strided Status `/tmp/jl_KpobKK/Project.toml` [4c88cf16] Aqua v0.8.11 [5e0ebb24] Strided v2.3.0 [4db3bf67] StridedViews v0.4.1 [9d95972d] TupleTools v1.6.0 [37e2e46d] LinearAlgebra v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_KpobKK/Manifest.toml` [4c88cf16] Aqua v0.8.11 [34da2185] Compat v4.16.0 [65ce6f38] PackageExtensionCompat v1.0.2 [5e0ebb24] Strided v2.3.0 [4db3bf67] StridedViews v0.4.1 [9d95972d] TupleTools v1.6.0 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [f43a241f] Downloads v1.6.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [b27032c2] LibCURL v0.6.4 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.2.0 [44cfe95a] Pkg v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [deac9b47] LibCURL_jll v8.6.0+0 [e37daf67] LibGit2_jll v1.7.2+0 [29816b5a] LibSSH2_jll v1.11.0+1 [c8ffd9c3] MbedTLS_jll v2.28.6+0 [14a3606d] MozillaCACerts_jll v2023.12.12 [4536629a] OpenBLAS_jll v0.3.27+1 [83775a58] Zlib_jll v1.2.13+1 [8e850b90] libblastrampoline_jll v5.11.0+0 [8e850ede] nghttp2_jll v1.59.0+0 [3f19e933] p7zip_jll v17.4.0+2 Testing Running tests... Base.Threads.nthreads() = 1 Running tests single-threaded: Test Summary: | Pass Total Time in-place matrix operations | 16 16 10.7s Test Summary: | Pass Total Time map, scale!, axpy! and axpby! with StridedView | 220 220 11m38.4s Test Summary: | Pass Total Time broadcast with StridedView | 28 28 1m47.3s Test Summary: | Pass Total Time mapreduce with StridedView | 32 32 3m45.4s Test Summary: | Pass Total Time complete reductions with StridedView | 36 36 40.6s Test Summary: | Pass Total Time @strided macro | 48 48 5m48.7s ┌ Warning: `@unsafe_strided A B C ... ex` is deprecated, use `@strided ex` instead. │ caller = ip:0x0 └ @ Core :-1 Test Summary: | Pass Total Time @unsafe_strided macro | 44 44 4m13.8s Test Summary: | Pass Total Time multiplication with StridedView: Complex{Int} | 213 213 1m07.9s Test Summary: | Pass Total Time multiplication with StridedView: Rational{Int} | 212 212 1m45.5s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float32 | 84 84 20.0s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float64 | 84 84 28.4s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF32 | 84 84 38.3s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF64 | 84 84 38.1s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float32 | 84 84 11.2s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float64 | 84 84 8.6s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF32 | 84 84 22.9s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF64 | 84 84 22.7s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float32 | 84 84 23.8s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float64 | 84 84 21.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF32 | 84 84 30.1s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF64 | 84 84 42.6s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float32 | 84 84 22.0s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float64 | 84 84 22.7s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF32 | 84 84 36.7s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF64 | 84 84 25.6s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with length 0 | 1 1 3.0s Running tests multi-threaded: ┌ Warning: Maximal number of threads limited by number of Julia threads, │ setting number of threads equal to Threads.nthreads() = 1 └ @ Strided ~/.julia/packages/Strided/4bwGm/src/Strided.jl:30 Test Summary: | Pass Total Time in-place matrix operations | 16 16 0.5s Test Summary: | Pass Total Time map, scale!, axpy! and axpby! with StridedView | 220 220 1m08.7s Test Summary: | Pass Total Time broadcast with StridedView | 28 28 0.0s Test Summary: | Pass Total Time mapreduce with StridedView | 32 32 32.5s Test Summary: | Pass Total Time complete reductions with StridedView | 36 36 15.2s Test Summary: | Pass Total Time @strided macro | 48 48 0.1s Test Summary: | Pass Total Time @unsafe_strided macro | 44 44 14.9s Test Summary: | Pass Total Time multiplication with StridedView: Complex{Int} | 213 213 3.1s Test Summary: | Pass Total Time multiplication with StridedView: Rational{Int} | 212 212 1m16.7s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float32 | 84 84 0.0s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float64 | 84 84 0.5s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF32 | 84 84 0.8s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float32 | 84 84 0.5s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float64 | 84 84 0.0s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF32 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF64 | 84 84 0.8s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float32 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF32 | 84 84 0.3s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF64 | 84 84 1.1s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float32 | 84 84 1.0s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF32 | 84 84 1.1s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF64 | 84 84 0.4s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with length 0 | 1 1 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float32 | 84 84 0.0s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times Float64 | 84 84 0.5s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF32 | 84 84 0.8s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float32 times ComplexF64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float32 | 84 84 0.5s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times Float64 | 84 84 0.0s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF32 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: Float64 times ComplexF64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: Float64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float32 | 84 84 0.8s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times Float64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF32 | 84 84 0.3s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF32 times ComplexF64 | 84 84 1.1s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF32 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float32 | 84 84 1.0s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times Float64 | 84 84 0.9s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times Float64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF32 | 84 84 1.2s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF32 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with StridedView: ComplexF64 times ComplexF64 | 84 84 0.4s Test Summary: | Pass Total Time Outer product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Inner product with StridedView: ComplexF64 times ComplexF64 | 22 22 0.0s Test Summary: | Pass Total Time Matrix multiplication with length 0 | 1 1 0.0s ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 15 running 1 of 1 signal (10): User defined signal 1 jl_to_typeof at /source/src/julia.h:777 [inlined] ijl_types_equal at /source/src/subtype.c:2276 jl_specializations_get_linfo_ at /source/src/gf.c:222 jl_restore_system_image_from_stream_ at /source/src/staticdata.c:3469 jl_restore_package_image_from_stream at /source/src/staticdata.c:3670 ijl_restore_incremental at /source/src/staticdata.c:3738 #_include_from_serialized#1082 at ./loading.jl:1248 _include_from_serialized at ./loading.jl:1210 [inlined] _include_from_serialized at ./loading.jl:1210 [inlined] #_require_search_from_serialized#1105 at ./loading.jl:2041 _require_search_from_serialized at ./loading.jl:1969 jfptr__require_search_from_serialized_44959.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 _require at ./loading.jl:2527 __require_prelocked at ./loading.jl:2388 jfptr___require_prelocked_71284.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 jl_apply at /source/src/julia.h:2157 [inlined] jl_f__call_in_world at /source/src/builtins.c:894 #invoke_in_world#3 at ./essentials.jl:1089 [inlined] invoke_in_world at ./essentials.jl:1086 [inlined] _require_prelocked at ./loading.jl:2375 macro expansion at ./loading.jl:2314 [inlined] macro expansion at ./lock.jl:273 [inlined] __require at ./loading.jl:2271 jfptr___require_71215.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 jl_apply at /source/src/julia.h:2157 [inlined] jl_f__call_in_world at /source/src/builtins.c:894 #invoke_in_world#3 at ./essentials.jl:1089 [inlined] invoke_in_world at ./essentials.jl:1086 [inlined] require at ./loading.jl:2260 jfptr_require_71212.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 jl_apply at /source/src/julia.h:2157 [inlined] call_require at /source/src/toplevel.c:486 [inlined] eval_import_path at /source/src/toplevel.c:523 jl_toplevel_eval_flex at /source/src/toplevel.c:759 jl_toplevel_eval_flex at /source/src/toplevel.c:886 ijl_toplevel_eval_in at /source/src/toplevel.c:994 eval at ./boot.jl:430 [inlined] exec_options at ./client.jl:296 _start at ./client.jl:531 jfptr__start_73523.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 jl_apply at /source/src/julia.h:2157 [inlined] true_main at /source/src/jlapi.c:900 jl_repl_entrypoint at /source/src/jlapi.c:1059 main at /source/cli/loader_exe.c:58 unknown function (ip: 0x7119d069e249) __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 ============================================================== Test Summary: | Pass Total Time Method ambiguity | 1 1 8.4s 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 ====================================================================================== Information request received. A stacktrace will print followed by a 1.0 second profile ====================================================================================== cmd: /opt/julia/bin/julia 11 running 1 of 1 signal (10): User defined signal 1 _ZN4llvm8dyn_castINS_8CallBaseEKNS_5ValueEEEDcPT0_ at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) unknown function (ip: (nil)) ============================================================== Profile collected. A report will print at the next yield point ============================================================== Test Summary: | Pass Total ====================================================================================== 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:522 poptask at ./task.jl:1012 wait at ./task.jl:1021 task_done_hook at ./task.jl:694 jfptr_task_done_hook_66630.1 at /opt/julia/lib/julia/sys.so (unknown line) _jl_invoke at /source/src/gf.c:2948 [inlined] ijl_apply_generic at /source/src/gf.c:3125 jl_apply at /source/src/julia.h:2157 [inlined] jl_finish_task at /source/src/task.c:319 start_task at /source/src/task.c:1213 unknown function (ip: (nil)) ┌ 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.11/Profile/src/Profile.jl:1240 TimeOverhead ╎ [+additional indent] Count File:Line; Function ========================================================= Thread 1 Task 0x000077ae5d800010 Total snapshots: 89. Utilization: 100% ╎74 @Base/client.jl:531; _start() ╎ 74 @Base/client.jl:296; exec_options(opts::Base.JLOptions) ╎ 74 @Base/boot.jl:430; eval ╎ 74 @Base/sysimg.jl:38; include(fname::String) ╎ 74 @Base/loading.jl:2794; _include(mapexpr::Function, mod::Module, _path… ╎ 74 @Base/loading.jl:2734; include_string(mapexpr::typeof(identity), mod… ╎ ╎ 74 @Base/boot.jl:430; eval ╎ ╎ 74 @Aqua/src/Aqua.jl:56; kwcall(::@NamedTuple{piracies::Bool}, ::type… ╎ ╎ 74 @Aqua/src/Aqua.jl:90; test_all(testtarget::Module; ambiguities::B… ╎ ╎ 74 @Test/src/Test.jl:1704; macro expansion ╎ ╎ 74 @Aqua/src/Aqua.jl:90; macro expansion ╎ ╎ ╎ 74 …a/src/stale_deps.jl:34; test_stale_deps ╎ ╎ ╎ 74 …a/src/stale_deps.jl:35; #test_stale_deps#34 ╎ ╎ ╎ 74 …/src/stale_deps.jl:29; test_stale_deps ╎ ╎ ╎ 74 …/src/stale_deps.jl:30; test_stale_deps(pkg::Base.PkgId; kw… ╎ ╎ ╎ 74 …src/stale_deps.jl:45; find_stale_deps 74╎ ╎ ╎ ╎ 74 …src/stale_deps.jl:70; find_stale_deps(pkg::Base.PkgId; i… Stale dependencies | 1 1 5.3s ============================================================== Profile collected. A report will print at the next yield point ============================================================== Test Summary: | Pass Total Time Compat bounds | 4 4 1.4s ┌ 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.11/Profile/src/Profile.jl:1240 Overhead ╎ [+additional indent] Count File:Line; Function ========================================================= Thread 1 Task 0x000076624cce2ef0 Total snapshots: 298. Utilization: 0% ╎298 @Base/task.jl:694; task_done_hook(t::Task) ╎ 298 @Base/task.jl:1021; wait() 297╎ 298 @Base/task.jl:1012; poptask(W::Base.IntrusiveLinkedListSynchronized{T… [11] signal 15: Terminated in expression starting at /home/pkgeval/.julia/packages/Strided/4bwGm/test/runtests.jl:27 _ZSt15partition_pointIPKSt4pairIN4llvm9SlotIndexEPNS1_17MachineBasicBlockEEZNKS1_11SlotIndexes15advanceMBBIndexES7_S2_EUlRS6_E_ET_SB_SB_T0_ at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) _ZN12_GLOBAL__N_115VirtRegRewriter20runOnMachineFunctionERN4llvm15MachineFunctionE at /opt/julia/bin/../lib/julia/libLLVM-16jl.so (unknown line) PkgEval terminated after 2732.8s: test duration exceeded the time limit