Package evaluation to test Jive on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T05:08:02.811 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.51s ################################################################################ # Installation # Installing Jive... Resolving package versions... Installed IOCapture ─ v1.0.0 Installed Jive ────── v0.3.17 Updating `~/.julia/environments/v1.14/Project.toml` [ba5e3d4b] + Jive v0.3.17 Updating `~/.julia/environments/v1.14/Manifest.toml` [b5f81e59] + IOCapture v1.0.0 [ba5e3d4b] + Jive v0.3.17 [0dad84c5] + ArgTools v1.1.2 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [b27032c2] + LibCURL v1.0.0 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [ca575930] + NetworkOptions v1.3.0 [44cfe95a] + Pkg v1.14.0 [de0858da] + Printf 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 [a4e569a6] + Tar v1.10.0 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] + LibCURL_jll v8.20.0+1 [e37daf67] + LibGit2_jll v1.9.4+0 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [458c3c95] + OpenSSL_jll v3.5.6+0 [efcefdf7] + PCRE2_jll v10.47.0+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.69.0+0 [3f19e933] + p7zip_jll v17.8.0+0 Installation completed after 1.58s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.3 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 0.9 s ✓ IOCapture 2.3 s ✓ Crayons 2.7 s ✓ LoggingExtras ┌ Info: JuliaLowering threw given input: │ code = │ :(macro time_expr(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# @nospecialize(ex)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:34 =# │ $(Expr(:quote, quote │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:35 =# │ local str_expr = string($(Expr(:$, :(QuoteNode(remove_linenums_macrocall!(copy(ex))))))) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:36 =# │ io = stdout │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:37 =# │ printstyled(io, "@time"; color = :cyan) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:38 =# │ print(io, ' ') │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =# │ if VERSION >= v"1.12.0-DEV.901" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:40 =# │ print(io, REPL.JuliaSyntaxHighlighting.highlight(str_expr)) │ else │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:42 =# │ print(io, str_expr) │ end │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:44 =# │ println(io) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =# │ local ret = #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =# @timed($(Expr(:$, :(esc(ex))))) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =# │ if VERSION >= v"1.11.0-DEV.1459" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:47 =# │ Base.time_print(io, ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats), ret.lock_conflicts, ret.compile_time * 1.0e9, ret.recompile_time * 1.0e9, true) │ elseif #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =# VERSION >= v"1.10.0-DEV.1399" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:49 =# │ Base.time_print(io, ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:50 =# │ println(io) │ else │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:52 =# │ Base.time_print(ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:53 =# │ println(io) │ end │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:55 =# │ ret.value │ end)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macro] │ │ [call] │ │ time_expr :: Identifier │ │ [macrocall] │ │ @nospecialize :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) :: Value │ │ ex :: Identifier │ │ [block] │ │ [quote] │ │ [block] │ │ [local] │ │ [=] │ │ str_expr :: Identifier │ │ [call] │ │ string :: Identifier │ │ [$] │ │ [call] │ │ QuoteNode :: Identifier │ │ [call] │ │ remove_linenums_macrocall! :: Identifier │ │ [call] │ │ copy :: Identifier │ │ ex :: Identifier │ │ [=] │ │ io :: Identifier │ │ stdout :: Identifier │ │ [call] │ │ printstyled :: Identifier │ │ [parameters] │ │ [kw] │ │ color :: Identifier │ │ [inert] │ │ cyan :: Identifier │ │ io :: Identifier │ │ "@time" :: Value │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ ' ' :: Value │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) :: Value │ │ "1.12.0-DEV.901" :: Value │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [call] │ │ [.] │ │ [.] │ │ REPL :: Identifier │ │ [inert] │ │ JuliaSyntaxHighlighting :: Identifier │ │ [inert] │ │ highlight :: Identifier │ │ str_expr :: Identifier │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ str_expr :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [local] │ │ [=] │ │ ret :: Identifier │ │ [macrocall] │ │ @timed :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) :: Value │ │ [$] │ │ [call] │ │ esc :: Identifier │ │ ex :: Identifier │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) :: Value │ │ "1.11.0-DEV.1459" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ lock_conflicts :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ compile_time :: Identifier │ │ 1.0e9 :: Value │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ recompile_time :: Identifier │ │ 1.0e9 :: Value │ │ true :: Value │ │ [elseif] │ │ [block] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) :: Value │ │ "1.10.0-DEV.1399" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ value :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [macro] │ │ [call] │ │ time_expr :: Identifier │ scope_layer=1 │ [meta] │ jl_source=L27 │ nospecialize :: Identifier │ scope_layer=2,jl_source=L27 │ ex :: Identifier │ macro_source=5,scope_layer=1 │ [block] │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [block] │ │ [local] │ │ [=] │ │ str_expr :: Identifier │ │ [call] │ │ string :: Identifier │ │ [$] │ │ [call] │ │ QuoteNode :: Identifier │ │ [call] │ │ remove_linenums_macrocall! :: Identifier │ │ [call] │ │ copy :: Identifier │ │ ex :: Identifier │ │ [=] │ │ io :: Identifier │ │ stdout :: Identifier │ │ [call] │ │ printstyled :: Identifier │ │ [parameters] │ │ [kw] │ │ color :: Identifier │ │ [inert] │ │ cyan :: Identifier │ │ io :: Identifier │ │ "@time" :: Value │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ ' ' :: Value │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) :: Value │ │ "1.12.0-DEV.901" :: Value │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [call] │ │ [.] │ │ [.] │ │ REPL :: Identifier │ │ [inert] │ │ JuliaSyntaxHighlighting :: Identifier │ │ [inert] │ │ highlight :: Identifier │ │ str_expr :: Identifier │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ str_expr :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [local] │ │ [=] │ │ ret :: Identifier │ │ [macrocall] │ │ @timed :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) :: Value │ │ [$] │ │ [call] │ │ esc :: Identifier │ │ ex :: Identifier │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) :: Value │ │ "1.11.0-DEV.1459" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ lock_conflicts :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ compile_time :: Identifier │ │ 1.0e9 :: Value │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ recompile_time :: Identifier │ │ 1.0e9 :: Value │ │ true :: Value │ │ [elseif] │ │ [block] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) :: Value │ │ "1.10.0-DEV.1399" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ value :: Identifier │ │ [tuple] │ jl_source=L31 │ [call] │ │ QuoteNode :: Identifier │ scope_layer=1 │ [call] │ │ remove_linenums_macrocall! :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ ex :: Identifier │ scope_layer=1 │ [tuple] │ jl_source=L31 │ [call] │ │ esc :: Identifier │ scope_layer=1 │ ex :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl" │ line = 33 └ mod = Jive ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# - `jl_assert(false, _)`: st Expression:  core.nothing Containing expressions:  (inert_syntaxtree (macro (call time_expr core.nothing) (block (call Base.JuliaLowering.interpolate_ast Expr (inert (block (local (= str_expr (call string ($ (call QuoteNode (call remove_linenums_macrocall! (call copy ex))))))) (= io stdout) (call printstyled (parameters (kw color (inert cyan))) io "@time") (call print io ' ') (if (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) "1.12.0-DEV.901")) (block (call print io (call (. (. REPL (inert JuliaSyntaxHighlighting)) (inert highlight)) str_expr))) (block (call print io str_expr))) (call println io) (local (= ret (macrocall @timed :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) ($ (call esc ex))))) (if (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) "1.11.0-DEV.1459")) (block (call (. Base (inert time_print)) io (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats))) (. ret (inert lock_conflicts)) (call * (. ret (inert compile_time)) 1.0e9) (call * (. ret (inert recompile_time)) 1.0e9) true)) (elseif (block (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) "1.10.0-DEV.1399"))) (block (call (. Base (inert time_print)) io (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats)))) (call println io)) (block (call (. Base (inert time_print)) (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats)))) (call println io)))) (. ret (inert value)))) (tuple (call QuoteNode (call remove_linenums_macrocall! (call copy ex)))) (tuple (call esc ex))))))  Detailed provenance:  core.nothing  └─ (meta nospecialize ex) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  └─ (meta nospecialize ex) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  ├─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) ex)  │ └─ @ /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33  └─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) ex)  └─ @ /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33  Stacktrace:  [1] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] apply_arg_meta(st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, meta::Symbol)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/compat.jl:353  [3] (::Base.JuliaLowering.var"#expand_macro_def##0#expand_macro_def##1")(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2966 [inlined]  [4] mapsyntax(f::Base.JuliaLowering.var"#expand_macro_def##0#expand_macro_def##1", exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:624  [5] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [6] expand_macro_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2954  [7] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4260  [9] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [10] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4450  [11] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [12] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [13] top-level scope  @ ~/.julia/packages/Jive/XhJuo/src/Jive.jl:26  [14] include(mod::Module, _path::String)  @ Base Base.jl:326  [15] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [16] top-level scope  @ stdin:5  [17] eval(m::Module, e::Any)  @ Core boot.jl:521  [18] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [19] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [20] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [21] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 in expression starting at /home/pkgeval/.julia/packages/Jive/XhJuo/src/Jive.jl:1 in expression starting at stdin:5 ✗ Jive 2.4 s ✓ DaemonMode 1.3 s ✓ Jive → TestExt 2.2 s ✓ Jive → DaemonModeExt 6 dependencies successfully precompiled in 144 seconds. 33 already precompiled. Precompilation completed after 178.53s ################################################################################ # Testing # Testing Jive Status `/tmp/jl_0sdys2/Project.toml` [d749ddd5] DaemonMode v0.1.10 [b5f81e59] IOCapture v1.0.0 [ba5e3d4b] Jive v0.3.17 [8ba89e20] Distributed v1.11.0 [7b1f6079] FileWatching v1.11.0 [56ddb016] Logging v1.11.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf v1.11.0 [3fa0cd96] REPL v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_0sdys2/Manifest.toml` [a8cc5b0e] Crayons v4.1.1 [d749ddd5] DaemonMode v0.1.10 [b5f81e59] IOCapture v1.0.0 [ba5e3d4b] Jive v0.3.17 ⌅ [e6f89c97] LoggingExtras v0.4.9 [0dad84c5] ArgTools v1.1.2 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [f43a241f] Downloads v1.7.0 [7b1f6079] FileWatching v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [b27032c2] LibCURL v1.0.0 [76f85450] LibGit2 v1.11.0 [8f399da3] Libdl v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [ca575930] NetworkOptions v1.3.0 [44cfe95a] Pkg v1.14.0 [de0858da] Printf 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 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.6+0 [efcefdf7] PCRE2_jll v10.47.0+0 [83775a58] Zlib_jll v1.3.2+0 [3161d3a3] Zstd_jll v1.5.7+1 [8e850ede] nghttp2_jll v1.69.0+0 [3f19e933] p7zip_jll v17.8.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... ┌ Info: JuliaLowering threw given input: │ code = │ :(macro time_expr(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# @nospecialize(ex)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:34 =# │ $(Expr(:quote, quote │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:35 =# │ local str_expr = string($(Expr(:$, :(QuoteNode(remove_linenums_macrocall!(copy(ex))))))) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:36 =# │ io = stdout │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:37 =# │ printstyled(io, "@time"; color = :cyan) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:38 =# │ print(io, ' ') │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =# │ if VERSION >= v"1.12.0-DEV.901" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:40 =# │ print(io, REPL.JuliaSyntaxHighlighting.highlight(str_expr)) │ else │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:42 =# │ print(io, str_expr) │ end │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:44 =# │ println(io) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =# │ local ret = #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =# @timed($(Expr(:$, :(esc(ex))))) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =# │ if VERSION >= v"1.11.0-DEV.1459" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:47 =# │ Base.time_print(io, ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats), ret.lock_conflicts, ret.compile_time * 1.0e9, ret.recompile_time * 1.0e9, true) │ elseif #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =# VERSION >= v"1.10.0-DEV.1399" │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:49 =# │ Base.time_print(io, ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:50 =# │ println(io) │ else │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:52 =# │ Base.time_print(ret.time * 1.0e9, ret.gcstats.allocd, ret.gcstats.total_time, Base.gc_alloc_count(ret.gcstats)) │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:53 =# │ println(io) │ end │ #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:55 =# │ ret.value │ end)) │ end) │ st0 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source,__macro_ctx__ │ [macro] │ │ [call] │ │ time_expr :: Identifier │ │ [macrocall] │ │ @nospecialize :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) :: Value │ │ ex :: Identifier │ │ [block] │ │ [quote] │ │ [block] │ │ [local] │ │ [=] │ │ str_expr :: Identifier │ │ [call] │ │ string :: Identifier │ │ [$] │ │ [call] │ │ QuoteNode :: Identifier │ │ [call] │ │ remove_linenums_macrocall! :: Identifier │ │ [call] │ │ copy :: Identifier │ │ ex :: Identifier │ │ [=] │ │ io :: Identifier │ │ stdout :: Identifier │ │ [call] │ │ printstyled :: Identifier │ │ [parameters] │ │ [kw] │ │ color :: Identifier │ │ [inert] │ │ cyan :: Identifier │ │ io :: Identifier │ │ "@time" :: Value │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ ' ' :: Value │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) :: Value │ │ "1.12.0-DEV.901" :: Value │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [call] │ │ [.] │ │ [.] │ │ REPL :: Identifier │ │ [inert] │ │ JuliaSyntaxHighlighting :: Identifier │ │ [inert] │ │ highlight :: Identifier │ │ str_expr :: Identifier │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ str_expr :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [local] │ │ [=] │ │ ret :: Identifier │ │ [macrocall] │ │ @timed :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) :: Value │ │ [$] │ │ [call] │ │ esc :: Identifier │ │ ex :: Identifier │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) :: Value │ │ "1.11.0-DEV.1459" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ lock_conflicts :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ compile_time :: Identifier │ │ 1.0e9 :: Value │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ recompile_time :: Identifier │ │ 1.0e9 :: Value │ │ true :: Value │ │ [elseif] │ │ [block] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) :: Value │ │ "1.10.0-DEV.1399" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ value :: Identifier │ │ │ st1 = │ SyntaxTree with attributes mod,kind,var_id,toplevel_pure,scope_type,macro_source,name_val,syntax_flags,meta,scope_layer,value,jl_source,is_toplevel_thunk,source │ [macro] │ │ [call] │ │ time_expr :: Identifier │ scope_layer=1 │ [meta] │ jl_source=L27 │ nospecialize :: Identifier │ scope_layer=2,jl_source=L27 │ ex :: Identifier │ macro_source=5,scope_layer=1 │ [block] │ │ [call] │ jl_source=L67 │ Base.JuliaLowering.interpolate_ast :: Value │ jl_source=L67 │ Expr :: Value │ jl_source=L67 │ [inert] │ jl_source=L67 │ [block] │ │ [local] │ │ [=] │ │ str_expr :: Identifier │ │ [call] │ │ string :: Identifier │ │ [$] │ │ [call] │ │ QuoteNode :: Identifier │ │ [call] │ │ remove_linenums_macrocall! :: Identifier │ │ [call] │ │ copy :: Identifier │ │ ex :: Identifier │ │ [=] │ │ io :: Identifier │ │ stdout :: Identifier │ │ [call] │ │ printstyled :: Identifier │ │ [parameters] │ │ [kw] │ │ color :: Identifier │ │ [inert] │ │ cyan :: Identifier │ │ io :: Identifier │ │ "@time" :: Value │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ ' ' :: Value │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) :: Value │ │ "1.12.0-DEV.901" :: Value │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ [call] │ │ [.] │ │ [.] │ │ REPL :: Identifier │ │ [inert] │ │ JuliaSyntaxHighlighting :: Identifier │ │ [inert] │ │ highlight :: Identifier │ │ str_expr :: Identifier │ │ [block] │ │ [call] │ │ print :: Identifier │ │ io :: Identifier │ │ str_expr :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [local] │ │ [=] │ │ ret :: Identifier │ │ [macrocall] │ │ @timed :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) :: Value │ │ [$] │ │ [call] │ │ esc :: Identifier │ │ ex :: Identifier │ │ [if] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) :: Value │ │ "1.11.0-DEV.1459" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ lock_conflicts :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ compile_time :: Identifier │ │ 1.0e9 :: Value │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ recompile_time :: Identifier │ │ 1.0e9 :: Value │ │ true :: Value │ │ [elseif] │ │ [block] │ │ [call] │ │ >= :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) :: Value │ │ "1.10.0-DEV.1399" :: Value │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ io :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [block] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ time_print :: Identifier │ │ [call] │ │ * :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ time :: Identifier │ │ 1.0e9 :: Value │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ allocd :: Identifier │ │ [.] │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [inert] │ │ total_time :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ gc_alloc_count :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ gcstats :: Identifier │ │ [call] │ │ println :: Identifier │ │ io :: Identifier │ │ [.] │ │ ret :: Identifier │ │ [inert] │ │ value :: Identifier │ │ [tuple] │ jl_source=L31 │ [call] │ │ QuoteNode :: Identifier │ scope_layer=1 │ [call] │ │ remove_linenums_macrocall! :: Identifier │ scope_layer=1 │ [call] │ │ copy :: Identifier │ scope_layer=1 │ ex :: Identifier │ scope_layer=1 │ [tuple] │ jl_source=L31 │ [call] │ │ esc :: Identifier │ scope_layer=1 │ ex :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl" │ line = 33 └ mod = Jive ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =# - `jl_assert(false, _)`: st Expression:  core.nothing Containing expressions:  (inert_syntaxtree (macro (call time_expr core.nothing) (block (call Base.JuliaLowering.interpolate_ast Expr (inert (block (local (= str_expr (call string ($ (call QuoteNode (call remove_linenums_macrocall! (call copy ex))))))) (= io stdout) (call printstyled (parameters (kw color (inert cyan))) io "@time") (call print io ' ') (if (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:39 =#) "1.12.0-DEV.901")) (block (call print io (call (. (. REPL (inert JuliaSyntaxHighlighting)) (inert highlight)) str_expr))) (block (call print io str_expr))) (call println io) (local (= ret (macrocall @timed :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:45 =#) ($ (call esc ex))))) (if (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:46 =#) "1.11.0-DEV.1459")) (block (call (. Base (inert time_print)) io (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats))) (. ret (inert lock_conflicts)) (call * (. ret (inert compile_time)) 1.0e9) (call * (. ret (inert recompile_time)) 1.0e9) true)) (elseif (block (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:48 =#) "1.10.0-DEV.1399"))) (block (call (. Base (inert time_print)) io (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats)))) (call println io)) (block (call (. Base (inert time_print)) (call * (. ret (inert time)) 1.0e9) (. (. ret (inert gcstats)) (inert allocd)) (. (. ret (inert gcstats)) (inert total_time)) (call (. Base (inert gc_alloc_count)) (. ret (inert gcstats)))) (call println io)))) (. ret (inert value)))) (tuple (call QuoteNode (call remove_linenums_macrocall! (call copy ex)))) (tuple (call esc ex))))))  Detailed provenance:  core.nothing  └─ (meta nospecialize ex) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  └─ (meta nospecialize ex) @#= /source/usr/share/julia/JuliaLowering/src/syntax_macros.jl:27 =#  ├─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) ex)  │ └─ @ /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33  └─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 =#) ex)  └─ @ /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33  Stacktrace:  [1] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:23 [inlined]  [2] apply_arg_meta(st::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, meta::Symbol)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/compat.jl:353  [3] (::Base.JuliaLowering.var"#expand_macro_def##0#expand_macro_def##1")(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2966 [inlined]  [4] mapsyntax(f::Base.JuliaLowering.var"#expand_macro_def##0#expand_macro_def##1", exs::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:624  [5] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [6] expand_macro_def(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2954  [7] macro expansion  @ /source/usr/share/julia/JuliaLowering/src/ast.jl:357 [inlined]  [8] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, docs::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4260  [9] expand_forms_2(ctx::Base.JuliaLowering.DesugaringContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4133 [inlined]  [10] expand_forms_2(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4450  [11] core_lowering_hook(code::Any, mod::Module, file::String, line::UInt64, world::UInt64, _warn::Bool)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/hooks.jl:30  [12] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:327  [13] top-level scope  @ ~/.julia/packages/Jive/XhJuo/src/Jive.jl:26  [14] include(mod::Module, _path::String)  @ Base Base.jl:326  [15] include_package_for_output(pkg::Base.PkgId, input::String, syntax_version::VersionNumber, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)  @ Base loading.jl:3296  [16] top-level scope  @ stdin:5  [17] eval(m::Module, e::Any)  @ Core boot.jl:521  [18] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [19] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [20] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [21] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Jive/XhJuo/src/time_expr.jl:33 in expression starting at /home/pkgeval/.julia/packages/Jive/XhJuo/src/Jive.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ Jive │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Jive Failed to precompile Jive [ba5e3d4b-8524-549f-bc71-e76ad9e9deed] to "/home/pkgeval/.julia/compiled/v1.14/Jive/jl_jAPrMk" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Jive/XhJuo/test/runtests.jl:1 Testing failed after 146.16s ERROR: LoadError: Package Jive 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:3247 [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 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 363.05s: package fails to precompile