Package evaluation to test AbbreviatedStackTraces on Julia 1.14.0-DEV.3081 (21a70e450d*) started at 2026-09-01T12:11:31.609 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 34.33s ################################################################################ # Installation # Installing AbbreviatedStackTraces... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [ac637c84] + AbbreviatedStackTraces v0.3.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [ac637c84] + AbbreviatedStackTraces v0.3.6 Installation completed after 1.43s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.6 s ? AbbreviatedStackTraces 0.4 s ? AbbreviatedStackTraces → AbbrvStackTracesREPLExt Precompilation completed after 47.87s ################################################################################ # Testing # Testing AbbreviatedStackTraces Status `/tmp/jl_EAii77/Project.toml` [ac637c84] AbbreviatedStackTraces v0.3.6 [6e4b80f9] BenchmarkTools v1.8.0 [3fa0cd96] REPL v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_EAii77/Manifest.toml` [ac637c84] AbbreviatedStackTraces v0.3.6 [6e4b80f9] BenchmarkTools v1.8.0 [34da2185] Compat v4.18.1 [682c06a0] JSON v1.7.1 ⌅ [69de0a69] Parsers v2.8.7 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [10745b16] Statistics v1.11.4 [ec057cc2] StructUtils v2.8.5 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9abbd945] Profile v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [4536629a] OpenBLAS_jll v0.3.34+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... WARNING: Method definition show_backtrace(IO, Array{T, 1} where T) in module Base at errorshow.jl:1130 overwritten in module AbbreviatedStackTraces at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/src/override-errorshow.jl:33. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(Base.show_backtrace), IO, Array{T, 1} where T) in module Base at errorshow.jl:1130 overwritten in module AbbreviatedStackTraces at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/src/override-errorshow.jl:33. WARNING: Method definition show(IO, Base.ExceptionStack) in module Base at errorshow.jl:1690 overwritten in module AbbreviatedStackTraces at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/src/override-errorshow.jl:209. WARNING: Method definition show(IO, Base.Multimedia.MIME{:var"text/plain"}, Base.ExceptionStack) in module Base at errorshow.jl:1685 overwritten in module AbbreviatedStackTraces at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/src/override-errorshow.jl:210. WARNING: Method definition __repl_entry_display_error(IO, Any) in module REPL at /source/usr/share/julia/stdlib/v1.14/REPL/src/REPL.jl:631 overwritten in module AbbrvStackTracesREPLExt at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/ext/AbbrvStackTracesREPLExt.jl:18. WARNING: Method definition __repl_entry_display_error(IO, Any) in module AbbrvStackTracesREPLExt at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/ext/AbbrvStackTracesREPLExt.jl:18 overwritten in module AbbrvStackTracesREPLExt on the same line (check for duplicate calls to `include`). WARNING: Method definition f() in module Main at REPL[1]:1 overwritten on the same line (check for duplicate calls to `include`). user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:79 Expression: length(tr) == 14 Evaluated: 9 == 14 Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:79 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:83 Expression: occursin(r"^ *\[\d+\] chain_inner\b", tr[5]) Evaluated: occursin(r"^ *\[\d+\] chain_inner\b", " ⋮ internal @ Main, Base") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:83 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:84 Expression: occursin(HERE, tr[6]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", " [18] map(f::typeof(chain_inner), A::Vector{Int64})") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:84 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:85 Expression: occursin(omitted("Base"), tr[7]) Evaluated: occursin(r"^ *⋮ internal @ Base(, Unknown)?$", " @ Base abstractarray.jl:3491 [inlined]") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:85 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:86 Expression: occursin(r"^ *\[\d+\] map\b", tr[8]) Evaluated: occursin(r"^ *\[\d+\] map\b", " ⋮ internal @ Main") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:86 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:87 Expression: occursin(at_inlined("Base", "./abstractarray.jl"), tr[9]) Evaluated: occursin(r"^ *@ (Base )?(\.[/\\])?abstractarray\.jl:\d+ \[inlined\]$", "Some frames were hidden. Use `show(err)` to see complete trace.") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:87 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:88 Expression: occursin(r"^ *\[\d+\] chain_middle\b", tr[10]) Evaluated: occursin(r"^ *\[\d+\] chain_middle\b", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:88 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:89 Expression: occursin(HERE, tr[11]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:89 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:90 Expression: occursin(r"^ *\[\d+\] chain_outer\(\)$", tr[12]) Evaluated: occursin(r"^ *\[\d+\] chain_outer\(\)$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:90 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:91 Expression: occursin(HERE, tr[13]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:91 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] user code kept across internal frames: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:92 Expression: tr[14] == HIDDEN Evaluated: "" == "Some frames were hidden. Use `show(err)` to see complete trace." Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:77 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:92 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] deep recursion: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:107 Expression: length(tr) == 8 Evaluated: 6 == 8 Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:101 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:107 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] deep recursion: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:108 Expression: occursin(r"^ ┌ *\[\d+\] recurse\(n::Int64\)$", tr[5]) Evaluated: occursin(r"^ ┌ *\[\d+\] recurse\(n::Int64\)$", " ⋮ internal @ Main") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:101 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:108 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] deep recursion: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:109 Expression: occursin(HERE, tr[6]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", "Some frames were hidden. Use `show(err)` to see complete trace.") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:101 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:109 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] deep recursion: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:110 Expression: occursin(r"^ ╰─* repeated 61 times$", tr[7]) Evaluated: occursin(r"^ ╰─* repeated 61 times$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:101 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:110 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] deep recursion: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:111 Expression: tr[8] == HIDDEN Evaluated: "" == "Some frames were hidden. Use `show(err)` to see complete trace." Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:101 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:111 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:137 Expression: occursin(r"^ ┌ *\[2\] cycle_b\(n::Int64\)$", tr[4]) Evaluated: occursin(r"^ ┌ *\[2\] cycle_b\(n::Int64\)$", " ⋮ internal @ Main") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:137 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:138 Expression: occursin(HERE, tr[5]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", "Some frames were hidden. Use `show(err)` to see complete trace.") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:138 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:139 Expression: occursin(r"^ ├ *\[3\] cycle_a\(n::Int64\)$", tr[6]) Evaluated: occursin(r"^ ├ *\[3\] cycle_a\(n::Int64\)$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:139 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:140 Expression: occursin(HERE, tr[7]) Evaluated: occursin(r"^ *│? *@ (Main )?.*traces\.jl:\d+( \[inlined\])?$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:140 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:141 Expression: occursin(r"^ ╰─+ repeated 101 times$", tr[8]) Evaluated: occursin(r"^ ╰─+ repeated 101 times$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:141 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] multi-frame cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:142 Expression: length(tr) == 8 Evaluated: 5 == 8 Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:130 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:142 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] nested cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:156 Expression: occursin(r"^ ┌ *\[2\] nest_outer\(n::Int64\)$", tr[4]) Evaluated: occursin(r"^ ┌ *\[2\] nest_outer\(n::Int64\)$", " ⋮ internal @ Main") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:156 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] nested cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:157 Expression: occursin(r"^ ├┌ *\[3\] nest_inner\(n::Int64, k::Int64\)$", tr[6]) Evaluated: occursin(r"^ ├┌ *\[3\] nest_inner\(n::Int64, k::Int64\)$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:157 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] nested cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:158 Expression: occursin(r"^ │╰─+ repeated 3 times$", tr[8]) Evaluated: occursin(r"^ │╰─+ repeated 3 times$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:158 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] nested cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:159 Expression: occursin(r"^ ╰─+ repeated 61 times$", tr[9]) Evaluated: occursin(r"^ ╰─+ repeated 61 times$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:159 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] nested cycles: Test Failed at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:161 Expression: occursin(r"^ *\[2[0-9]{2}\] nest_outer\(n::Int64\)$", tr[10]) Evaluated: occursin(r"^ *\[2[0-9]{2}\] nest_outer\(n::Int64\)$", "") Stacktrace: [1] top-level scope @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:152 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2247 [inlined] [3] macro expansion @ ~/.julia/packages/AbbreviatedStackTraces/K8bhq/test/traces.jl:161 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:784 [inlined] Test Summary: | Pass Fail Total Time AbbreviatedStackTraces | 191 27 218 2m16.3s Base overrides installed | 3 3 2.6s print_response left to REPL from 1.11 on | 1 1 0.1s REPL hook installed | 1 1 0.0s path classification | 25 25 0.9s a function defined at the prompt is not the REPL top-level | 2 2 3.9s repeated frames | 6 6 7.3s a repeat reserves the gutter for every frame | 3 3 0.1s a cycle reaching past the trace | 4 4 0.1s a cycle spanning internal frames | 9 9 1.0s where a cycle's bracket begins and ends | 15 15 0.3s sum([]) | 9 9 32.0s broadcasting | 10 10 0.7s user code in the REPL | 10 10 1.4s macro expanded into Main from package code | 10 10 5.8s user code kept across internal frames | 5 11 16 16.7s deep recursion | 5 5 10 0.1s multi-frame cycles | 5 6 11 0.1s nested cycles | 4 5 9 0.0s show(err) restores the full trace | 7 7 3.6s exception stacks | 4 4 0.2s JULIA_STACKTRACE_ABBREVIATED | 4 4 1.9s JULIA_STACKTRACE_MINIMAL | 5 5 0.4s minimal mode names frames the way Base does | 21 21 1.4s JULIA_STACKTRACE_PUBLIC | 7 7 0.3s JULIA_DEBUG | 9 9 0.6s package loaded at the prompt | 7 7 53.9s RNG of the outermost testset: Random.Xoshiro(0xbb5aa75201802a93, 0x4bba3a0be1886bd7, 0xac69345d38252092, 0x47d44100f35d97bf, 0xf365224e6662372b) ERROR: LoadError: Some tests did not pass: 191 passed, 27 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/AbbreviatedStackTraces/K8bhq/test/runtests.jl:9 Testing failed after 167.95s ERROR: LoadError: Package AbbreviatedStackTraces errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3283 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 276.26s: package has test failures