Package evaluation to test Bukdu on Julia 1.14.0-DEV.2226 (797a5ef2b0*) started at 2026-05-24T09:41:27.234 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.06s ################################################################################ # Installation # Installing Bukdu... Resolving package versions... Installed ConcurrentUtilities ─ v2.5.1 Installed CodecZlib ─────────── v0.7.8 Installed ExceptionUnwrapping ─ v0.1.11 Installed URIs ──────────────── v1.6.1 Installed TranscodingStreams ── v0.11.3 Installed BitFlags ──────────── v0.1.9 Installed MbedTLS ───────────── v1.1.10 Installed OpenSSL ───────────── v1.6.1 Installed LoggingExtras ─────── v1.2.0 Installed JSON ──────────────── v0.21.4 Installed URIParser ─────────── v0.4.1 Installed HTTP ──────────────── v1.11.0 Installed PrecompileTools ───── v1.3.4 Installed Parsers ───────────── v2.8.4 Installed IOCapture ─────────── v0.2.5 Installed Bukdu ─────────────── v0.4.19 Installed Documenter ────────── v0.27.25 Installed MbedTLS_jll ───────── v2.28.1010+0 Installed SimpleBufferStream ── v1.2.0 Installed ANSIColoredPrinters ─ v0.0.1 Installed DocStringExtensions ─ v0.9.5 Installed Preferences ───────── v1.5.2 Installed JLLWrappers ───────── v1.8.0 Installing 1 artifacts Installed artifact MbedTLS 2.2 MiB Updating `~/.julia/environments/v1.14/Project.toml` [3e78a19a] + Bukdu v0.4.19 Updating `~/.julia/environments/v1.14/Manifest.toml` [a4c015fc] + ANSIColoredPrinters v0.0.1 [d1d4a3ce] + BitFlags v0.1.9 [3e78a19a] + Bukdu v0.4.19 [944b1d66] + CodecZlib v0.7.8 [f0e56b4a] + ConcurrentUtilities v2.5.1 [ffbed154] + DocStringExtensions v0.9.5 ⌅ [e30172f5] + Documenter v0.27.25 [460bff9d] + ExceptionUnwrapping v0.1.11 [cd3eb016] + HTTP v1.11.0 ⌅ [b5f81e59] + IOCapture v0.2.5 [692b3bcd] + JLLWrappers v1.8.0 ⌅ [682c06a0] + JSON v0.21.4 [e6f89c97] + LoggingExtras v1.2.0 [739be429] + MbedTLS v1.1.10 [4d8831e6] + OpenSSL v1.6.1 [69de0a69] + Parsers v2.8.4 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [777ac1f9] + SimpleBufferStream v1.2.0 [3bb67fe8] + TranscodingStreams v0.11.3 [30578b45] + URIParser v0.4.1 [5c2747f8] + URIs v1.6.1 [c8ffd9c3] + MbedTLS_jll v2.28.1010+0 [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 [76f85450] + LibGit2 v1.11.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [ca575930] + NetworkOptions v1.3.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 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.1+0 [e37daf67] + LibGit2_jll v1.9.3+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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 8.54s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 5.9 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.0 s ✓ ANSIColoredPrinters 32.2 s ✓ URIs 38.1 s ✓ BitFlags 1.1 s ✓ DocStringExtensions 56.0 s ✓ TranscodingStreams 0.6 s ✓ SimpleBufferStream 0.7 s ✓ IOCapture ┌ Info: JuliaLowering threw given input: │ code = │ :(mutable struct Worker │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:35 =# │ lock::ReentrantLock │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:36 =# │ pid::Int │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:37 =# │ process::Base.Process │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:38 =# │ server::Sockets.PipeServer │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:39 =# │ pipe::Base.PipeEndpoint │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:40 =# │ messages::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:41 =# │ output::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:42 =# │ process_watch::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:43 =# │ worksubmission::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:44 =# │ workqueue::Channel{Tuple{Request, FutureResult}} │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:45 =# │ futures::Dict{UInt64, FutureResult} │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# @static if VERSION < v"1.7" │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:47 =# │ terminated::Threads.Atomic{Bool} │ else │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# @atomic terminated::Bool │ 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__ │ [struct] │ │ true :: Value │ │ Worker :: Identifier │ │ [block] │ │ [::] │ │ lock :: Identifier │ │ ReentrantLock :: Identifier │ │ [::] │ │ pid :: Identifier │ │ Int :: Identifier │ │ [::] │ │ process :: Identifier │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Process :: Identifier │ │ [::] │ │ server :: Identifier │ │ [.] │ │ Sockets :: Identifier │ │ [inert] │ │ PipeServer :: Identifier │ │ [::] │ │ pipe :: Identifier │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ PipeEndpoint :: Identifier │ │ [::] │ │ messages :: Identifier │ │ Task :: Identifier │ │ [::] │ │ output :: Identifier │ │ Task :: Identifier │ │ [::] │ │ process_watch :: Identifier │ │ Task :: Identifier │ │ [::] │ │ worksubmission :: Identifier │ │ Task :: Identifier │ │ [::] │ │ workqueue :: Identifier │ │ [curly] │ │ Channel :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ Request :: Identifier │ │ FutureResult :: Identifier │ │ [::] │ │ futures :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ UInt64 :: Identifier │ │ FutureResult :: Identifier │ │ [macrocall] │ │ @static :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ [if] │ │ [call] │ │ < :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ "1.7" :: Value │ │ [block] │ │ [::] │ │ terminated :: Identifier │ │ [curly] │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Atomic :: Identifier │ │ Bool :: Identifier │ │ [block] │ │ [macrocall] │ │ @atomic :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) :: Value │ │ [::] │ │ terminated :: Identifier │ │ Bool :: 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 │ [struct] │ │ true :: Value │ │ Worker :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ lock :: Identifier │ scope_layer=1 │ ReentrantLock :: Identifier │ scope_layer=1 │ [::] │ │ pid :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [::] │ │ process :: Identifier │ scope_layer=1 │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ Process :: Identifier │ │ [::] │ │ server :: Identifier │ scope_layer=1 │ [.] │ │ Sockets :: Identifier │ scope_layer=1 │ [inert] │ │ PipeServer :: Identifier │ │ [::] │ │ pipe :: Identifier │ scope_layer=1 │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ PipeEndpoint :: Identifier │ │ [::] │ │ messages :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ output :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ process_watch :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ worksubmission :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ workqueue :: Identifier │ scope_layer=1 │ [curly] │ │ Channel :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Request :: Identifier │ scope_layer=1 │ FutureResult :: Identifier │ scope_layer=1 │ [::] │ │ futures :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ UInt64 :: Identifier │ scope_layer=1 │ FutureResult :: Identifier │ scope_layer=1 │ [block] │ │ [atomic] │ │ [::] │ │ terminated :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl" │ line = 34 └ mod = ConcurrentUtilities.Workers ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# - unimplemented or unsupported `atomic` declaration Expression:  (atomic (:: terminated Bool)) Containing expressions:  (struct true Worker (block (:: lock ReentrantLock) (:: pid Int) (:: process (. Base (inert Process))) (:: server (. Sockets (inert PipeServer))) (:: pipe (. Base (inert PipeEndpoint))) (:: messages Task) (:: output Task) (:: process_watch Task) (:: worksubmission Task) (:: workqueue (curly Channel (curly Tuple Request FutureResult))) (:: futures (curly Dict UInt64 FutureResult)) (block (atomic (:: terminated Bool)))))  Detailed provenance:  (atomic (:: terminated Bool))  └─ (atomic (:: terminated Bool))  ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49  └─ (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool))  ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49  └─ (macrocall @static :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) (if (call < VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) "1.7")) (block (:: terminated (curly (. Threads (inert Atomic)) Bool))) (block (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool)))))  └─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46  Stacktrace:  [1] 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:4467  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:17  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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:3271  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:1 in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:1 in expression starting at stdin:5 ✗ ConcurrentUtilities 1.0 s ✓ URIParser 2.9 s ✓ StructTypes 2.1 s ✓ LoggingExtras 2.2 s ✓ Preferences 39.2 s ✓ ExceptionUnwrapping 70.5 s ✓ OpenSSL 20.3 s ✓ CodecZlib ┌ Info: JuliaLowering threw given input: │ code = │ :(macro time_expr(#= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:33 =# @nospecialize(ex)) │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:33 =# │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:34 =# │ $(Expr(:quote, quote │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:35 =# │ local str_expr = string($(Expr(:$, :(QuoteNode(remove_linenums_macrocall!(copy(ex))))))) │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:36 =# │ io = stdout │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:37 =# │ printstyled(io, "@time"; color = :cyan) │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:38 =# │ print(io, ' ') │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:39 =# │ if VERSION >= v"1.12.0-DEV.901" │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:40 =# │ print(io, REPL.JuliaSyntaxHighlighting.highlight(str_expr)) │ else │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:42 =# │ print(io, str_expr) │ end │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:44 =# │ println(io) │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:45 =# │ local ret = #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:45 =# @timed($(Expr(:$, :(esc(ex))))) │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:46 =# │ if VERSION >= v"1.11.0-DEV.1459" │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/src/time_expr.jl:48 =# VERSION >= v"1.10.0-DEV.1399" │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/src/time_expr.jl:50 =# │ println(io) │ else │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/src/time_expr.jl:53 =# │ println(io) │ end │ #= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/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/SjA6C/src/time_expr.jl" │ line = 33 └ mod = Jive ERROR: LoadError: internal lowering bug: #= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/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/SjA6C/src/time_expr.jl:45 =#) ($ (call esc ex))))) (if (call >= VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/Jive/SjA6C/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/SjA6C/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/SjA6C/src/time_expr.jl:33 =#) ex)  │ └─ @ /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:33  └─ (macrocall @nospecialize :(#= /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:33 =#) ex)  └─ @ /home/pkgeval/.julia/packages/Jive/SjA6C/src/time_expr.jl:33  Stacktrace:  [1] getindex(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, i::Int64)  @ Base.JuliaSyntax /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] iterate(A::Base.JuliaSyntax.SyntaxList{Dict{Symbol, Dict{Int64, Any}}, SubArray{Int64, 1, Vector{Int64}, Tuple{UnitRange{Int64}}, true}})  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:2976 [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] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [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:2964  [7] numchildren(ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaLowering/src/ast.jl:355 [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:4279  [9] Dict{Int64, Int64}()  @ Base /source/usr/share/julia/JuliaLowering/src/desugaring.jl:4152 [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:4469  [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/SjA6C/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:3271  [16] top-level scope  @ stdin:5  [17] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [18] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [19] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [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/SjA6C/src/time_expr.jl:33 in expression starting at /home/pkgeval/.julia/packages/Jive/SjA6C/src/Jive.jl:1 in expression starting at stdin:5 ✗ Jive 2.8 s ✓ JLLWrappers 2.4 s ✓ PrecompileTools 1.5 s ✓ Jive → TestExt 3.0 s ✓ MbedTLS_jll 26.4 s ✓ Parsers 3.5 s ✓ MbedTLS 10.9 s ✓ JSON2 23.5 s ✓ JSON3 13.0 s ✓ JSON ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f0e56b4a-5159-44fe-b623-3e5288b988bb"), "ConcurrentUtilities") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1  [13] macro expansion  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:26 [inlined]  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:494  [16] _eval  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:475 [inlined]  [17] #eval#134  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:467 [inlined]  [18] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1  [19] macro expansion  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 [inlined]  [20] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [21] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/HTTP.jl:40  [22] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [23] 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:3271  [24] top-level scope  @ stdin:5  [25] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [27] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [28] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [29] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/HTTP.jl:1 in expression starting at stdin:5 ✗ HTTP 104.9 s ✓ Documenter ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("cd3eb016-35fb-5094-929b-558a96fad6f3"), "HTTP") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Bukdu/xF6Rf/src/Deps.jl:3  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/Bukdu/xF6Rf/src/Bukdu.jl:7  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] 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:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bukdu/xF6Rf/src/Deps.jl:1 in expression starting at /home/pkgeval/.julia/packages/Bukdu/xF6Rf/src/Bukdu.jl:1 in expression starting at stdin:5 ✗ Bukdu 24 dependencies successfully precompiled in 709 seconds. 34 already precompiled. Precompilation completed after 743.86s ################################################################################ # Testing # Testing Bukdu Status `/tmp/jl_i4fcPT/Project.toml` [3e78a19a] Bukdu v0.4.19 ⌅ [e30172f5] Documenter v0.27.25 [cd3eb016] HTTP v1.11.0 ⌅ [682c06a0] JSON v0.21.4 [2535ab7d] JSON2 v0.3.4 [0f8b85d8] JSON3 v1.14.3 [ba5e3d4b] Jive v0.3.16 [739be429] MbedTLS v1.1.10 [30578b45] URIParser v0.4.1 [ade2ca70] Dates v1.11.0 [56ddb016] Logging v1.11.0 [6462fe0b] Sockets v1.11.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 Status `/tmp/jl_i4fcPT/Manifest.toml` [a4c015fc] ANSIColoredPrinters v0.0.1 [d1d4a3ce] BitFlags v0.1.9 [3e78a19a] Bukdu v0.4.19 [944b1d66] CodecZlib v0.7.8 [f0e56b4a] ConcurrentUtilities v2.5.1 [ffbed154] DocStringExtensions v0.9.5 ⌅ [e30172f5] Documenter v0.27.25 [460bff9d] ExceptionUnwrapping v0.1.11 [cd3eb016] HTTP v1.11.0 ⌅ [b5f81e59] IOCapture v0.2.5 [692b3bcd] JLLWrappers v1.8.0 ⌅ [682c06a0] JSON v0.21.4 [2535ab7d] JSON2 v0.3.4 [0f8b85d8] JSON3 v1.14.3 [ba5e3d4b] Jive v0.3.16 [e6f89c97] LoggingExtras v1.2.0 [739be429] MbedTLS v1.1.10 [4d8831e6] OpenSSL v1.6.1 [69de0a69] Parsers v2.8.4 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [777ac1f9] SimpleBufferStream v1.2.0 [856f2bd8] StructTypes v1.11.0 [3bb67fe8] TranscodingStreams v0.11.3 [30578b45] URIParser v0.4.1 [5c2747f8] URIs v1.6.1 [c8ffd9c3] MbedTLS_jll v2.28.1010+0 [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 [a63ad114] Mmap 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.1+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.3+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 = │ :(mutable struct Worker │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:35 =# │ lock::ReentrantLock │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:36 =# │ pid::Int │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:37 =# │ process::Base.Process │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:38 =# │ server::Sockets.PipeServer │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:39 =# │ pipe::Base.PipeEndpoint │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:40 =# │ messages::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:41 =# │ output::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:42 =# │ process_watch::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:43 =# │ worksubmission::Task │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:44 =# │ workqueue::Channel{Tuple{Request, FutureResult}} │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:45 =# │ futures::Dict{UInt64, FutureResult} │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# @static if VERSION < v"1.7" │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:47 =# │ terminated::Threads.Atomic{Bool} │ else │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# @atomic terminated::Bool │ 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__ │ [struct] │ │ true :: Value │ │ Worker :: Identifier │ │ [block] │ │ [::] │ │ lock :: Identifier │ │ ReentrantLock :: Identifier │ │ [::] │ │ pid :: Identifier │ │ Int :: Identifier │ │ [::] │ │ process :: Identifier │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ Process :: Identifier │ │ [::] │ │ server :: Identifier │ │ [.] │ │ Sockets :: Identifier │ │ [inert] │ │ PipeServer :: Identifier │ │ [::] │ │ pipe :: Identifier │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ PipeEndpoint :: Identifier │ │ [::] │ │ messages :: Identifier │ │ Task :: Identifier │ │ [::] │ │ output :: Identifier │ │ Task :: Identifier │ │ [::] │ │ process_watch :: Identifier │ │ Task :: Identifier │ │ [::] │ │ worksubmission :: Identifier │ │ Task :: Identifier │ │ [::] │ │ workqueue :: Identifier │ │ [curly] │ │ Channel :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ Request :: Identifier │ │ FutureResult :: Identifier │ │ [::] │ │ futures :: Identifier │ │ [curly] │ │ Dict :: Identifier │ │ UInt64 :: Identifier │ │ FutureResult :: Identifier │ │ [macrocall] │ │ @static :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ [if] │ │ [call] │ │ < :: Identifier │ │ VERSION :: Identifier │ │ [macrocall] │ │ @v_str :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ "1.7" :: Value │ │ [block] │ │ [::] │ │ terminated :: Identifier │ │ [curly] │ │ [.] │ │ Threads :: Identifier │ │ [inert] │ │ Atomic :: Identifier │ │ Bool :: Identifier │ │ [block] │ │ [macrocall] │ │ @atomic :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) :: Value │ │ [::] │ │ terminated :: Identifier │ │ Bool :: 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 │ [struct] │ │ true :: Value │ │ Worker :: Identifier │ scope_layer=1 │ [block] │ │ [::] │ │ lock :: Identifier │ scope_layer=1 │ ReentrantLock :: Identifier │ scope_layer=1 │ [::] │ │ pid :: Identifier │ scope_layer=1 │ Int :: Identifier │ scope_layer=1 │ [::] │ │ process :: Identifier │ scope_layer=1 │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ Process :: Identifier │ │ [::] │ │ server :: Identifier │ scope_layer=1 │ [.] │ │ Sockets :: Identifier │ scope_layer=1 │ [inert] │ │ PipeServer :: Identifier │ │ [::] │ │ pipe :: Identifier │ scope_layer=1 │ [.] │ │ Base :: Identifier │ scope_layer=1 │ [inert] │ │ PipeEndpoint :: Identifier │ │ [::] │ │ messages :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ output :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ process_watch :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ worksubmission :: Identifier │ scope_layer=1 │ Task :: Identifier │ scope_layer=1 │ [::] │ │ workqueue :: Identifier │ scope_layer=1 │ [curly] │ │ Channel :: Identifier │ scope_layer=1 │ [curly] │ │ Tuple :: Identifier │ scope_layer=1 │ Request :: Identifier │ scope_layer=1 │ FutureResult :: Identifier │ scope_layer=1 │ [::] │ │ futures :: Identifier │ scope_layer=1 │ [curly] │ │ Dict :: Identifier │ scope_layer=1 │ UInt64 :: Identifier │ scope_layer=1 │ FutureResult :: Identifier │ scope_layer=1 │ [block] │ │ [atomic] │ │ [::] │ │ terminated :: Identifier │ scope_layer=1 │ Bool :: Identifier │ scope_layer=1 │ │ file = "/home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl" │ line = 34 └ mod = ConcurrentUtilities.Workers ERROR: LoadError: LoweringError: #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# - unimplemented or unsupported `atomic` declaration Expression:  (atomic (:: terminated Bool)) Containing expressions:  (struct true Worker (block (:: lock ReentrantLock) (:: pid Int) (:: process (. Base (inert Process))) (:: server (. Sockets (inert PipeServer))) (:: pipe (. Base (inert PipeEndpoint))) (:: messages Task) (:: output Task) (:: process_watch Task) (:: worksubmission Task) (:: workqueue (curly Channel (curly Tuple Request FutureResult))) (:: futures (curly Dict UInt64 FutureResult)) (block (atomic (:: terminated Bool)))))  Detailed provenance:  (atomic (:: terminated Bool))  └─ (atomic (:: terminated Bool))  ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49  └─ (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool))  ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49  └─ (macrocall @static :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) (if (call < VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) "1.7")) (block (:: terminated (curly (. Threads (inert Atomic)) Bool))) (block (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool)))))  └─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46  Stacktrace:  [1] 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:4467  [2] 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  [3] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [4] top-level scope  @ ~/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:17  [5] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [6] 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:3271  [7] top-level scope  @ stdin:5  [8] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [10] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [11] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [12] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:1 in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f0e56b4a-5159-44fe-b623-3e5288b988bb"), "ConcurrentUtilities") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1  [13] macro expansion  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:26 [inlined]  [14] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:494  [16] _eval  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:475 [inlined]  [17] #eval#134  @ /source/usr/share/julia/JuliaLowering/src/eval.jl:467 [inlined]  [18] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1  [19] macro expansion  @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 [inlined]  [20] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [21] top-level scope  @ ~/.julia/packages/HTTP/Y97L1/src/HTTP.jl:40  [22] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [23] 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:3271  [24] top-level scope  @ stdin:5  [25] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [27] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [28] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [29] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/HTTP.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("cd3eb016-35fb-5094-929b-558a96fad6f3"), "HTTP") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) Stacktrace:  [1] error(s::String)  @ Base ./error.jl:56  [2] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2818  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2672  [4] macro expansion  @ ./loading.jl:2599 [inlined]  [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String)  @ Base ./lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2563  [7] require  @ ./loading.jl:2539 [inlined]  [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String)  @ Base ./module.jl:36 [inlined]  [9] eval_import_path_all(at::Module, path::Expr, keyword::String)  @ Base ./module.jl:60  [10] _eval_using(to::Module, path::Expr, flags::UInt8)  @ Base ./module.jl:137 [inlined]  [11] eval_using(to::Module, path::Expr)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207  [12] top-level scope  @ ~/.julia/packages/Bukdu/xF6Rf/src/Deps.jl:3  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:327  [14] top-level scope  @ ~/.julia/packages/Bukdu/xF6Rf/src/Bukdu.jl:7  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:326  [16] 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:3271  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:517  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:3113  [20] push!(a::Vector{SubString{String}}, item::String)  @ Base ./loading.jl:3123 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:353  [22] _start()  @ Base ./client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Bukdu/xF6Rf/src/Deps.jl:1 in expression starting at /home/pkgeval/.julia/packages/Bukdu/xF6Rf/src/Bukdu.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ HTTP │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("f0e56b4a-5159-44fe-b623-3e5288b988bb"), "ConcurrentUtilities") not available with flags CacheFlags(; use_pkgimages=false, debug_level=1, check_bounds=1, inline=true, opt_level=0) │ Stacktrace: │ [1] error(s::String) │ @ Base ./error.jl:56 │ [2] __require_prelocked(pkg::Base.PkgId, env::String) │ @ Base ./loading.jl:2818 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base ./loading.jl:2672 │ [4] macro expansion │ @ ./loading.jl:2599 [inlined] │ [5] string(::String, ::Union{Char, SubString{String}, String, Symbol}, ::Symbol, ::String) │ @ Base ./lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base ./loading.jl:2563 │ [7] require │ @ ./loading.jl:2539 [inlined] │ [8] eval_import_path(at::Module, from::Nothing, path::Expr, keyword::String) │ @ Base ./module.jl:36 [inlined] │ [9] eval_import_path_all(at::Module, path::Expr, keyword::String) │ @ Base ./module.jl:60 │ [10] _eval_using(to::Module, path::Expr, flags::UInt8) │ @ Base ./module.jl:137 [inlined] │ [11] eval_using(to::Module, path::Expr) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/runtime.jl:207 │ [12] top-level scope │ @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 │ [13] macro expansion │ @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:26 [inlined] │ [14] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [15] _eval(mod::Module, iter::Base.JuliaLowering.LoweringIterator{Dict{Symbol, Dict{Int64, Any}}}; soft_scope::Nothing) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:494 │ [16] _eval │ @ /source/usr/share/julia/JuliaLowering/src/eval.jl:475 [inlined] │ [17] #eval#134 │ @ /source/usr/share/julia/JuliaLowering/src/eval.jl:467 [inlined] │ [18] top-level scope │ @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 │ [19] macro expansion │ @ ~/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 [inlined] │ [20] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [21] top-level scope │ @ ~/.julia/packages/HTTP/Y97L1/src/HTTP.jl:40 │ [22] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [23] 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:3271 │ [24] top-level scope │ @ stdin:5 │ [25] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [26] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [27] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [28] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [29] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/Connections.jl:1 │ in expression starting at /home/pkgeval/.julia/packages/HTTP/Y97L1/src/HTTP.jl:1 │ in expression starting at stdin:5 └ ┌ ConcurrentUtilities │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(mutable struct Worker │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:35 =# │ │ lock::ReentrantLock │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:36 =# │ │ pid::Int │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:37 =# │ │ process::Base.Process │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:38 =# │ │ server::Sockets.PipeServer │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:39 =# │ │ pipe::Base.PipeEndpoint │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:40 =# │ │ messages::Task │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:41 =# │ │ output::Task │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:42 =# │ │ process_watch::Task │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:43 =# │ │ worksubmission::Task │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:44 =# │ │ workqueue::Channel{Tuple{Request, FutureResult}} │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:45 =# │ │ futures::Dict{UInt64, FutureResult} │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =# @static if VERSION < v"1.7" │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:47 =# │ │ terminated::Threads.Atomic{Bool} │ │ else │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# │ │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# @atomic terminated::Bool │ │ 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__ │ │ [struct] │ │ │ true :: Value │ │ │ Worker :: Identifier │ │ │ [block] │ │ │ [::] │ │ │ lock :: Identifier │ │ │ ReentrantLock :: Identifier │ │ │ [::] │ │ │ pid :: Identifier │ │ │ Int :: Identifier │ │ │ [::] │ │ │ process :: Identifier │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ Process :: Identifier │ │ │ [::] │ │ │ server :: Identifier │ │ │ [.] │ │ │ Sockets :: Identifier │ │ │ [inert] │ │ │ PipeServer :: Identifier │ │ │ [::] │ │ │ pipe :: Identifier │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ PipeEndpoint :: Identifier │ │ │ [::] │ │ │ messages :: Identifier │ │ │ Task :: Identifier │ │ │ [::] │ │ │ output :: Identifier │ │ │ Task :: Identifier │ │ │ [::] │ │ │ process_watch :: Identifier │ │ │ Task :: Identifier │ │ │ [::] │ │ │ worksubmission :: Identifier │ │ │ Task :: Identifier │ │ │ [::] │ │ │ workqueue :: Identifier │ │ │ [curly] │ │ │ Channel :: Identifier │ │ │ [curly] │ │ │ Tuple :: Identifier │ │ │ Request :: Identifier │ │ │ FutureResult :: Identifier │ │ │ [::] │ │ │ futures :: Identifier │ │ │ [curly] │ │ │ Dict :: Identifier │ │ │ UInt64 :: Identifier │ │ │ FutureResult :: Identifier │ │ │ [macrocall] │ │ │ @static :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ │ [if] │ │ │ [call] │ │ │ < :: Identifier │ │ │ VERSION :: Identifier │ │ │ [macrocall] │ │ │ @v_str :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) :: Value │ │ │ "1.7" :: Value │ │ │ [block] │ │ │ [::] │ │ │ terminated :: Identifier │ │ │ [curly] │ │ │ [.] │ │ │ Threads :: Identifier │ │ │ [inert] │ │ │ Atomic :: Identifier │ │ │ Bool :: Identifier │ │ │ [block] │ │ │ [macrocall] │ │ │ @atomic :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) :: Value │ │ │ [::] │ │ │ terminated :: Identifier │ │ │ Bool :: 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 │ │ [struct] │ │ │ true :: Value │ │ │ Worker :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [::] │ │ │ lock :: Identifier │ scope_layer=1 │ │ ReentrantLock :: Identifier │ scope_layer=1 │ │ [::] │ │ │ pid :: Identifier │ scope_layer=1 │ │ Int :: Identifier │ scope_layer=1 │ │ [::] │ │ │ process :: Identifier │ scope_layer=1 │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ Process :: Identifier │ │ │ [::] │ │ │ server :: Identifier │ scope_layer=1 │ │ [.] │ │ │ Sockets :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ PipeServer :: Identifier │ │ │ [::] │ │ │ pipe :: Identifier │ scope_layer=1 │ │ [.] │ │ │ Base :: Identifier │ scope_layer=1 │ │ [inert] │ │ │ PipeEndpoint :: Identifier │ │ │ [::] │ │ │ messages :: Identifier │ scope_layer=1 │ │ Task :: Identifier │ scope_layer=1 │ │ [::] │ │ │ output :: Identifier │ scope_layer=1 │ │ Task :: Identifier │ scope_layer=1 │ │ [::] │ │ │ process_watch :: Identifier │ scope_layer=1 │ │ Task :: Identifier │ scope_layer=1 │ │ [::] │ │ │ worksubmission :: Identifier │ scope_layer=1 │ │ Task :: Identifier │ scope_layer=1 │ │ [::] │ │ │ workqueue :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Channel :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Tuple :: Identifier │ scope_layer=1 │ │ Request :: Identifier │ scope_layer=1 │ │ FutureResult :: Identifier │ scope_layer=1 │ │ [::] │ │ │ futures :: Identifier │ scope_layer=1 │ │ [curly] │ │ │ Dict :: Identifier │ scope_layer=1 │ │ UInt64 :: Identifier │ scope_layer=1 │ │ FutureResult :: Identifier │ scope_layer=1 │ │ [block] │ │ │ [atomic] │ │ │ [::] │ │ │ terminated :: Identifier │ scope_layer=1 │ │ Bool :: Identifier │ scope_layer=1 │ │ │ │ file = "/home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl" │ │ line = 34 │ └ mod = ConcurrentUtilities.Workers │ ERROR: LoadError: LoweringError: │ #= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =# - unimplemented or unsupported `atomic` declaration │ Expression: │ (atomic (:: terminated Bool)) │ Containing expressions: │ (struct true Worker (block (:: lock ReentrantLock) (:: pid Int) (:: process (. Base (inert Process))) (:: server (. Sockets (inert PipeServer))) (:: pipe (. Base (inert PipeEndpoint))) (:: messages Task) (:: output Task) (:: process_watch Task) (:: worksubmission Task) (:: workqueue (curly Channel (curly Tuple Request FutureResult))) (:: futures (curly Dict UInt64 FutureResult)) (block (atomic (:: terminated Bool))))) │ │ Detailed provenance: │ (atomic (:: terminated Bool)) │ └─ (atomic (:: terminated Bool)) │ ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 │ └─ (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool)) │ ├─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 │ └─ (macrocall @static :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) (if (call < VERSION (macrocall @v_str :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 =#) "1.7")) (block (:: terminated (curly (. Threads (inert Atomic)) Bool))) (block (macrocall @atomic :(#= /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:49 =#) (:: terminated Bool))))) │ └─ @ /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:46 │ │ Stacktrace: │ [1] 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:4467 │ [2] 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 │ [3] include(mapexpr::Function, mod::Module, _path::String) │ @ Base ./Base.jl:327 │ [4] top-level scope │ @ ~/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:17 │ [5] include(mod::Module, _path::String) │ @ Base ./Base.jl:326 │ [6] 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:3271 │ [7] top-level scope │ @ stdin:5 │ [8] eval(m::Module, e::Any) │ @ Core ./boot.jl:517 │ [9] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base ./loading.jl:3113 │ [10] push!(a::Vector{SubString{String}}, item::String) │ @ Base ./loading.jl:3123 [inlined] │ [11] exec_options(opts::Base.JLOptions) │ @ Base ./client.jl:353 │ [12] _start() │ @ Base ./client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/workers.jl:1 │ in expression starting at /home/pkgeval/.julia/packages/ConcurrentUtilities/hQBsU/src/ConcurrentUtilities.jl:1 │ in expression starting at stdin:5 └ ┌ Bukdu │ [Output was shown above] └ ERROR: LoadError: The following 3 packages failed to precompile: HTTP Failed to precompile HTTP [cd3eb016-35fb-5094-929b-558a96fad6f3] to "/home/pkgeval/.julia/compiled/v1.14/HTTP/jl_ZYOzn0" (ProcessExited(1)). ConcurrentUtilities Failed to precompile ConcurrentUtilities [f0e56b4a-5159-44fe-b623-3e5288b988bb] to "/home/pkgeval/.julia/compiled/v1.14/ConcurrentUtilities/jl_7qbccd" (ProcessExited(1)). Bukdu Failed to precompile Bukdu [3e78a19a-cc83-51d8-955b-515f39fd7955] to "/home/pkgeval/.julia/compiled/v1.14/Bukdu/jl_DYgSjd" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Bukdu/xF6Rf/test/runtests.jl:1 Testing failed after 145.65s ERROR: LoadError: Package Bukdu 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] Cmd(cmd::Cmd) @ Base /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3110 [inlined] [4] 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 [5] 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 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [7] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [8] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:326 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:355 [12] _start() @ Base ./client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 936.63s: package fails to precompile