Package evaluation to load CDSAPI on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T11:06:38.952 ################################################################################ # Set-up # Set-up completed after 0.13s ################################################################################ # Installation # Installing CDSAPI... Resolving package versions... Installed HashArrayMappedTries ─ v0.2.0 Installed URIs ───────────────── v1.6.1 Installed Parsers ────────────── v2.8.5 Installed JSON ───────────────── v1.6.1 Installed HTTP ───────────────── v2.2.0 Installed Preferences ────────── v1.5.2 Installed PrecompileTools ────── v1.3.4 Installed StructUtils ────────── v2.8.2 Installed CodecZlib ──────────── v0.7.8 Installed CDSAPI ─────────────── v2.3.0 Installed Reseau ─────────────── v1.3.0 Installed TranscodingStreams ─── v0.11.3 Installed ScopedValues ───────── v1.6.2 Installed EnumX ──────────────── v1.0.7 Updating `~/.julia/environments/v1.14/Project.toml` [8a7b9de3] + CDSAPI v2.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [8a7b9de3] + CDSAPI v2.3.0 [944b1d66] + CodecZlib v0.7.8 [4e289a0a] + EnumX v1.0.7 [cd3eb016] + HTTP v2.2.0 [076d061b] + HashArrayMappedTries v0.2.0 [682c06a0] + JSON v1.6.1 [69de0a69] + Parsers v2.8.5 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [802f3686] + Reseau v1.3.0 [7e506255] + ScopedValues v1.6.2 [ec057cc2] + StructUtils v2.8.2 [3bb67fe8] + TranscodingStreams v0.11.3 [5c2747f8] + URIs v1.6.1 [0dad84c5] + ArgTools v1.2.0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [f43a241f] + Downloads v1.7.0 [7b1f6079] + FileWatching v1.11.0 [b27032c2] + LibCURL v1.0.0 [8f399da3] + Libdl v1.11.0 [56ddb016] + Logging v1.11.0 [ca575930] + NetworkOptions v1.3.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] + LibCURL_jll v8.20.0+1 [29816b5a] + LibSSH2_jll v1.11.101+0 [14a3606d] + MozillaCACerts_jll v2026.5.14 [458c3c95] + OpenSSL_jll v3.5.7+0 [83775a58] + Zlib_jll v1.3.2+0 [3161d3a3] + Zstd_jll v1.5.7+1 [8e850ede] + nghttp2_jll v1.69.0+0 Installation completed after 9.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling project... 0.8 s ✓ HashArrayMappedTries 34.0 s ✓ URIs 46.8 s ✓ TranscodingStreams 0.9 s ✓ EnumX 2.9 s ✓ StructUtils 2.5 s ✓ Preferences 0.9 s ✓ ScopedValues 17.3 s ✓ CodecZlib 2.6 s ✓ PrecompileTools ┌ Info: JuliaLowering threw given input: │ code = │ :(function _try_accept_socket_accept4(fd::Cint)::Tuple{Cint, AcceptPeer, Int32} │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 =# │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:266 =# │ addrbuf = Ref{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}() │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:267 =# │ addrlen = Ref{SockLen}(SockLen(_ACCEPT_ADDRBUF_LEN)) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:268 =# │ flags = Cint(_SOCK_NONBLOCK | _SOCK_CLOEXEC) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# │ newfd = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# GC.@preserve(addrbuf, begin │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# @gcsafe_ccall accept4(fd::Cint, Base.unsafe_convert(Ptr{Cvoid}, addrbuf)::Ptr{Cvoid}, addrlen::Ref{SockLen}, flags::Cint)::Cint │ end) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:277 =# │ newfd == -1 && return (Cint(-1), nothing, _errno_i32()) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# │ peer = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# GC.@preserve(addrbuf, begin │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:279 =# │ addrptr = Ptr{UInt8}(Base.unsafe_convert(Ptr{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}, addrbuf)) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:280 =# │ _decode_accept_peer(addrptr, addrlen[]) │ end) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:282 =# │ return (newfd, peer, Int32(0)) │ 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__ │ [function] │ │ [::] │ │ [call] │ │ _try_accept_socket_accept4 :: Identifier │ │ [::] │ │ fd :: Identifier │ │ Cint :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ Cint :: Identifier │ │ AcceptPeer :: Identifier │ │ Int32 :: Identifier │ │ [block] │ │ [=] │ │ addrbuf :: Identifier │ │ [call] │ │ [curly] │ │ Ref :: Identifier │ │ [curly] │ │ NTuple :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ UInt8 :: Identifier │ │ [=] │ │ addrlen :: Identifier │ │ [call] │ │ [curly] │ │ Ref :: Identifier │ │ SockLen :: Identifier │ │ [call] │ │ SockLen :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ [=] │ │ flags :: Identifier │ │ [call] │ │ Cint :: Identifier │ │ [call] │ │ | :: Identifier │ │ _SOCK_NONBLOCK :: Identifier │ │ _SOCK_CLOEXEC :: Identifier │ │ [=] │ │ newfd :: Identifier │ │ [macrocall] │ │ [.] │ │ GC :: Identifier │ │ [inert] │ │ @preserve :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =#) :: Value │ │ addrbuf :: Identifier │ │ [block] │ │ [macrocall] │ │ @gcsafe_ccall :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =#) :: Value │ │ [::] │ │ [call] │ │ accept4 :: Identifier │ │ [::] │ │ fd :: Identifier │ │ Cint :: Identifier │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ unsafe_convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ addrbuf :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [::] │ │ addrlen :: Identifier │ │ [curly] │ │ Ref :: Identifier │ │ SockLen :: Identifier │ │ [::] │ │ flags :: Identifier │ │ Cint :: Identifier │ │ Cint :: Identifier │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ newfd :: Identifier │ │ -1 :: Value │ │ [return] │ │ [tuple] │ │ [call] │ │ Cint :: Identifier │ │ -1 :: Value │ │ nothing :: Identifier │ │ [call] │ │ _errno_i32 :: Identifier │ │ [=] │ │ peer :: Identifier │ │ [macrocall] │ │ [.] │ │ GC :: Identifier │ │ [inert] │ │ @preserve :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =#) :: Value │ │ addrbuf :: Identifier │ │ [block] │ │ [=] │ │ addrptr :: Identifier │ │ [call] │ │ [curly] │ │ Ptr :: Identifier │ │ UInt8 :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ unsafe_convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ [curly] │ │ NTuple :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ UInt8 :: Identifier │ │ addrbuf :: Identifier │ │ [call] │ │ _decode_accept_peer :: Identifier │ │ addrptr :: Identifier │ │ [ref] │ │ addrlen :: Identifier │ │ [return] │ │ [tuple] │ │ newfd :: Identifier │ │ peer :: Identifier │ │ [call] │ │ Int32 :: Identifier │ │ 0 :: Value │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl" │ line = 265 └ mod = Reseau.SocketOps ERROR: LoadError: MacroExpansionError while expanding $(Expr(:scope_layer, Symbol("@gcsafe_ccall"), 1)) in module Reseau.SocketOps: #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# - Error expanding macro Caused by: ArgumentError: @ccall function name must be a symbol, a `.` node (e.g. `libc.printf`) or an interpolated function pointer (with `$`) Stacktrace:  [1] ccall_macro_parse(exprs::Vector{Any})  @ Base c.jl:326  [2] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/0_compat.jl:40  [3] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343  [4] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [5] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [8] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [10] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [11] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:370  [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [13] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [16] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [17] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [19] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [20] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [21] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [22] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480  [23] 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:29  [24] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [25] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1  [26] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:381 [inlined]  [27] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:384 [inlined]  [28] eval(m::Module, e::Any)  @ Core boot.jl:522  [29] _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:547  [30] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined]  [31] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1  [32] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 [inlined]  [33] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [34] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/Reseau.jl:13  [35] include(mod::Module, _path::String)  @ Base Base.jl:325  [36] 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  [37] top-level scope  @ stdin:5  [38] eval(m::Module, e::Any)  @ Core boot.jl:522  [39] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [40] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [41] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [42] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/Reseau.jl:1 in expression starting at stdin:5 ✗ Reseau 32.1 s ✓ Parsers ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("802f3686-a58f-41ce-bb0c-3c43c75bba36"), "Reseau") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/tDXzI/src/http_core.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [14] top-level scope  @ ~/.julia/packages/HTTP/tDXzI/src/HTTP.jl:34  [15] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core boot.jl:522  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [20] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/HTTP/tDXzI/src/http_core.jl:2 in expression starting at /home/pkgeval/.julia/packages/HTTP/tDXzI/src/HTTP.jl:1 in expression starting at stdin:5 ✗ HTTP 92.1 s ✓ JSON 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/CDSAPI/odoqb/src/CDSAPI.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CDSAPI/odoqb/src/CDSAPI.jl:1 in expression starting at stdin:5 ✗ CDSAPI 11 dependencies successfully precompiled in 278 seconds. 18 already precompiled. Precompilation completed after 297.16s ################################################################################ # Loading # Loading CDSAPI... ┌ Info: JuliaLowering threw given input: │ code = │ :(function _try_accept_socket_accept4(fd::Cint)::Tuple{Cint, AcceptPeer, Int32} │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 =# │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:266 =# │ addrbuf = Ref{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}() │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:267 =# │ addrlen = Ref{SockLen}(SockLen(_ACCEPT_ADDRBUF_LEN)) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:268 =# │ flags = Cint(_SOCK_NONBLOCK | _SOCK_CLOEXEC) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# │ newfd = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# GC.@preserve(addrbuf, begin │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# @gcsafe_ccall accept4(fd::Cint, Base.unsafe_convert(Ptr{Cvoid}, addrbuf)::Ptr{Cvoid}, addrlen::Ref{SockLen}, flags::Cint)::Cint │ end) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:277 =# │ newfd == -1 && return (Cint(-1), nothing, _errno_i32()) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# │ peer = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# GC.@preserve(addrbuf, begin │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:279 =# │ addrptr = Ptr{UInt8}(Base.unsafe_convert(Ptr{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}, addrbuf)) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:280 =# │ _decode_accept_peer(addrptr, addrlen[]) │ end) │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:282 =# │ return (newfd, peer, Int32(0)) │ 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__ │ [function] │ │ [::] │ │ [call] │ │ _try_accept_socket_accept4 :: Identifier │ │ [::] │ │ fd :: Identifier │ │ Cint :: Identifier │ │ [curly] │ │ Tuple :: Identifier │ │ Cint :: Identifier │ │ AcceptPeer :: Identifier │ │ Int32 :: Identifier │ │ [block] │ │ [=] │ │ addrbuf :: Identifier │ │ [call] │ │ [curly] │ │ Ref :: Identifier │ │ [curly] │ │ NTuple :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ UInt8 :: Identifier │ │ [=] │ │ addrlen :: Identifier │ │ [call] │ │ [curly] │ │ Ref :: Identifier │ │ SockLen :: Identifier │ │ [call] │ │ SockLen :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ [=] │ │ flags :: Identifier │ │ [call] │ │ Cint :: Identifier │ │ [call] │ │ | :: Identifier │ │ _SOCK_NONBLOCK :: Identifier │ │ _SOCK_CLOEXEC :: Identifier │ │ [=] │ │ newfd :: Identifier │ │ [macrocall] │ │ [.] │ │ GC :: Identifier │ │ [inert] │ │ @preserve :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =#) :: Value │ │ addrbuf :: Identifier │ │ [block] │ │ [macrocall] │ │ @gcsafe_ccall :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =#) :: Value │ │ [::] │ │ [call] │ │ accept4 :: Identifier │ │ [::] │ │ fd :: Identifier │ │ Cint :: Identifier │ │ [::] │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ unsafe_convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ addrbuf :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ Cvoid :: Identifier │ │ [::] │ │ addrlen :: Identifier │ │ [curly] │ │ Ref :: Identifier │ │ SockLen :: Identifier │ │ [::] │ │ flags :: Identifier │ │ Cint :: Identifier │ │ Cint :: Identifier │ │ [&&] │ │ [call] │ │ == :: Identifier │ │ newfd :: Identifier │ │ -1 :: Value │ │ [return] │ │ [tuple] │ │ [call] │ │ Cint :: Identifier │ │ -1 :: Value │ │ nothing :: Identifier │ │ [call] │ │ _errno_i32 :: Identifier │ │ [=] │ │ peer :: Identifier │ │ [macrocall] │ │ [.] │ │ GC :: Identifier │ │ [inert] │ │ @preserve :: Identifier │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =#) :: Value │ │ addrbuf :: Identifier │ │ [block] │ │ [=] │ │ addrptr :: Identifier │ │ [call] │ │ [curly] │ │ Ptr :: Identifier │ │ UInt8 :: Identifier │ │ [call] │ │ [.] │ │ Base :: Identifier │ │ [inert] │ │ unsafe_convert :: Identifier │ │ [curly] │ │ Ptr :: Identifier │ │ [curly] │ │ NTuple :: Identifier │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ UInt8 :: Identifier │ │ addrbuf :: Identifier │ │ [call] │ │ _decode_accept_peer :: Identifier │ │ addrptr :: Identifier │ │ [ref] │ │ addrlen :: Identifier │ │ [return] │ │ [tuple] │ │ newfd :: Identifier │ │ peer :: Identifier │ │ [call] │ │ Int32 :: Identifier │ │ 0 :: Value │ │ │ st1 = nothing │ file = "/home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl" │ line = 265 └ mod = Reseau.SocketOps ERROR: LoadError: MacroExpansionError while expanding $(Expr(:scope_layer, Symbol("@gcsafe_ccall"), 1)) in module Reseau.SocketOps: #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# - Error expanding macro Caused by: ArgumentError: @ccall function name must be a symbol, a `.` node (e.g. `libc.printf`) or an interpolated function pointer (with `$`) Stacktrace:  [1] ccall_macro_parse(exprs::Vector{Any})  @ Base c.jl:326  [2] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/0_compat.jl:40  [3] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343  [4] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [5] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [8] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [10] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [11] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:370  [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431  [13] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [16] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [17] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [19] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined]  [20] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}})  @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707  [21] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461  [22] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64)  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480  [23] 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:29  [24] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [25] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1  [26] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:381 [inlined]  [27] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:384 [inlined]  [28] eval(m::Module, e::Any)  @ Core boot.jl:522  [29] _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:547  [30] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool})  @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined]  [31] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1  [32] macro expansion  @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 [inlined]  [33] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [34] top-level scope  @ ~/.julia/packages/Reseau/o1uhI/src/Reseau.jl:13  [35] include(mod::Module, _path::String)  @ Base Base.jl:325  [36] 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  [37] top-level scope  @ stdin:5  [38] eval(m::Module, e::Any)  @ Core boot.jl:522  [39] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [40] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [41] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [42] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/Reseau.jl:1 in expression starting at stdin:5 ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("802f3686-a58f-41ce-bb0c-3c43c75bba36"), "Reseau") 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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/tDXzI/src/http_core.jl:2  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base Base.jl:326  [14] top-level scope  @ ~/.julia/packages/HTTP/tDXzI/src/HTTP.jl:34  [15] include(mod::Module, _path::String)  @ Base Base.jl:325  [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:3296  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core boot.jl:522  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [20] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [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/HTTP/tDXzI/src/http_core.jl:2 in expression starting at /home/pkgeval/.julia/packages/HTTP/tDXzI/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:2837  [3] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base loading.jl:2685  [4] macro expansion  @ loading.jl:2599 [inlined]  [5] macro expansion  @ lock.jl:376 [inlined]  [6] __require(into::Module, mod::Symbol)  @ Base loading.jl:2563  [7] require(into::Module, mod::Symbol)  @ Base 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/CDSAPI/odoqb/src/CDSAPI.jl:3  [13] include(mod::Module, _path::String)  @ Base Base.jl:325  [14] 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  [15] top-level scope  @ stdin:5  [16] eval(m::Module, e::Any)  @ Core boot.jl:522  [17] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base loading.jl:3132  [18] include_string(m::Module, txt::String, fname::String)  @ Base loading.jl:3142 [inlined]  [19] exec_options(opts::Base.JLOptions)  @ Base client.jl:353  [20] _start()  @ Base client.jl:596 in expression starting at /home/pkgeval/.julia/packages/CDSAPI/odoqb/src/CDSAPI.jl:1 in expression starting at stdin:5 3 dependencies had output during precompilation: ┌ CDSAPI │ [Output was shown above] └ ┌ HTTP │ ERROR: LoadError: Precompiled image Base.PkgId(Base.UUID("802f3686-a58f-41ce-bb0c-3c43c75bba36"), "Reseau") 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:2837 │ [3] _require_prelocked(uuidkey::Base.PkgId, env::String) │ @ Base loading.jl:2685 │ [4] macro expansion │ @ loading.jl:2599 [inlined] │ [5] macro expansion │ @ lock.jl:376 [inlined] │ [6] __require(into::Module, mod::Symbol) │ @ Base loading.jl:2563 │ [7] require(into::Module, mod::Symbol) │ @ Base 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/tDXzI/src/http_core.jl:2 │ [13] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:326 │ [14] top-level scope │ @ ~/.julia/packages/HTTP/tDXzI/src/HTTP.jl:34 │ [15] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [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:3296 │ [17] top-level scope │ @ stdin:5 │ [18] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [20] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [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/HTTP/tDXzI/src/http_core.jl:2 │ in expression starting at /home/pkgeval/.julia/packages/HTTP/tDXzI/src/HTTP.jl:1 │ in expression starting at stdin:5 └ ┌ Reseau │ ┌ Info: JuliaLowering threw given input: │ │ code = │ │ :(function _try_accept_socket_accept4(fd::Cint)::Tuple{Cint, AcceptPeer, Int32} │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 =# │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:266 =# │ │ addrbuf = Ref{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}() │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:267 =# │ │ addrlen = Ref{SockLen}(SockLen(_ACCEPT_ADDRBUF_LEN)) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:268 =# │ │ flags = Cint(_SOCK_NONBLOCK | _SOCK_CLOEXEC) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# │ │ newfd = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =# GC.@preserve(addrbuf, begin │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# @gcsafe_ccall accept4(fd::Cint, Base.unsafe_convert(Ptr{Cvoid}, addrbuf)::Ptr{Cvoid}, addrlen::Ref{SockLen}, flags::Cint)::Cint │ │ end) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:277 =# │ │ newfd == -1 && return (Cint(-1), nothing, _errno_i32()) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# │ │ peer = #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =# GC.@preserve(addrbuf, begin │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:279 =# │ │ addrptr = Ptr{UInt8}(Base.unsafe_convert(Ptr{NTuple{_ACCEPT_ADDRBUF_LEN, UInt8}}, addrbuf)) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:280 =# │ │ _decode_accept_peer(addrptr, addrlen[]) │ │ end) │ │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:282 =# │ │ return (newfd, peer, Int32(0)) │ │ 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__ │ │ [function] │ │ │ [::] │ │ │ [call] │ │ │ _try_accept_socket_accept4 :: Identifier │ │ │ [::] │ │ │ fd :: Identifier │ │ │ Cint :: Identifier │ │ │ [curly] │ │ │ Tuple :: Identifier │ │ │ Cint :: Identifier │ │ │ AcceptPeer :: Identifier │ │ │ Int32 :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ addrbuf :: Identifier │ │ │ [call] │ │ │ [curly] │ │ │ Ref :: Identifier │ │ │ [curly] │ │ │ NTuple :: Identifier │ │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ │ UInt8 :: Identifier │ │ │ [=] │ │ │ addrlen :: Identifier │ │ │ [call] │ │ │ [curly] │ │ │ Ref :: Identifier │ │ │ SockLen :: Identifier │ │ │ [call] │ │ │ SockLen :: Identifier │ │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ │ [=] │ │ │ flags :: Identifier │ │ │ [call] │ │ │ Cint :: Identifier │ │ │ [call] │ │ │ | :: Identifier │ │ │ _SOCK_NONBLOCK :: Identifier │ │ │ _SOCK_CLOEXEC :: Identifier │ │ │ [=] │ │ │ newfd :: Identifier │ │ │ [macrocall] │ │ │ [.] │ │ │ GC :: Identifier │ │ │ [inert] │ │ │ @preserve :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:269 =#) :: Value │ │ │ addrbuf :: Identifier │ │ │ [block] │ │ │ [macrocall] │ │ │ @gcsafe_ccall :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =#) :: Value │ │ │ [::] │ │ │ [call] │ │ │ accept4 :: Identifier │ │ │ [::] │ │ │ fd :: Identifier │ │ │ Cint :: Identifier │ │ │ [::] │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ unsafe_convert :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ addrbuf :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ Cvoid :: Identifier │ │ │ [::] │ │ │ addrlen :: Identifier │ │ │ [curly] │ │ │ Ref :: Identifier │ │ │ SockLen :: Identifier │ │ │ [::] │ │ │ flags :: Identifier │ │ │ Cint :: Identifier │ │ │ Cint :: Identifier │ │ │ [&&] │ │ │ [call] │ │ │ == :: Identifier │ │ │ newfd :: Identifier │ │ │ -1 :: Value │ │ │ [return] │ │ │ [tuple] │ │ │ [call] │ │ │ Cint :: Identifier │ │ │ -1 :: Value │ │ │ nothing :: Identifier │ │ │ [call] │ │ │ _errno_i32 :: Identifier │ │ │ [=] │ │ │ peer :: Identifier │ │ │ [macrocall] │ │ │ [.] │ │ │ GC :: Identifier │ │ │ [inert] │ │ │ @preserve :: Identifier │ │ │ :(#= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:278 =#) :: Value │ │ │ addrbuf :: Identifier │ │ │ [block] │ │ │ [=] │ │ │ addrptr :: Identifier │ │ │ [call] │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ UInt8 :: Identifier │ │ │ [call] │ │ │ [.] │ │ │ Base :: Identifier │ │ │ [inert] │ │ │ unsafe_convert :: Identifier │ │ │ [curly] │ │ │ Ptr :: Identifier │ │ │ [curly] │ │ │ NTuple :: Identifier │ │ │ _ACCEPT_ADDRBUF_LEN :: Identifier │ │ │ UInt8 :: Identifier │ │ │ addrbuf :: Identifier │ │ │ [call] │ │ │ _decode_accept_peer :: Identifier │ │ │ addrptr :: Identifier │ │ │ [ref] │ │ │ addrlen :: Identifier │ │ │ [return] │ │ │ [tuple] │ │ │ newfd :: Identifier │ │ │ peer :: Identifier │ │ │ [call] │ │ │ Int32 :: Identifier │ │ │ 0 :: Value │ │ │ │ │ st1 = nothing │ │ file = "/home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl" │ │ line = 265 │ └ mod = Reseau.SocketOps │ ERROR: LoadError: MacroExpansionError while expanding $(Expr(:scope_layer, Symbol("@gcsafe_ccall"), 1)) in module Reseau.SocketOps: │ #= /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:270 =# - Error expanding macro │ Caused by: │ ArgumentError: @ccall function name must be a symbol, a `.` node (e.g. `libc.printf`) or an interpolated function pointer (with `$`) │ Stacktrace: │ [1] ccall_macro_parse(exprs::Vector{Any}) │ @ Base c.jl:326 │ [2] macro expansion │ @ ~/.julia/packages/Reseau/o1uhI/src/0_compat.jl:40 │ [3] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:343 │ [4] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 │ [5] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined] │ [6] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707 │ [7] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 │ [8] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined] │ [9] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707 │ [10] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 │ [11] expand_macro(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, outer_sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:370 │ [12] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:431 │ [13] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined] │ [14] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707 │ [15] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 │ [16] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined] │ [17] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707 │ [18] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 │ [19] (::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer})(e::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 [inlined] │ [20] mapchildren(f::Base.JuliaLowering.var"#expand_forms_1##2#expand_forms_1##3"{Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, Base.JuliaLowering.ScopeLayer}, ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}) │ @ Base.JuliaSyntax /source/usr/share/julia/JuliaSyntax/src/porcelain/syntax_graph.jl:707 │ [21] expand_forms_1(ctx::Base.JuliaLowering.MacroExpansionContext{Dict{Symbol, Dict{Int64, Any}}}, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, sl::Base.JuliaLowering.ScopeLayer) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:461 │ [22] expand_forms_1(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}, expr_compat_mode::Bool, macro_world::UInt64) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/macro_expansion.jl:480 │ [23] 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:29 │ [24] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:326 │ [25] top-level scope │ @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 │ [26] macro expansion │ @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:381 [inlined] │ [27] macro expansion │ @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:384 [inlined] │ [28] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [29] _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:547 │ [30] eval(mod::Module, ex::Base.JuliaSyntax.SyntaxTree{Dict{Symbol, Dict{Int64, Any}}}; macro_world::UInt64, soft_scope::Nothing, opts::@Kwargs{expr_compat_mode::Bool}) │ @ Base.JuliaLowering /source/usr/share/julia/JuliaLowering/src/eval.jl:520 [inlined] │ [31] top-level scope │ @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 │ [32] macro expansion │ @ ~/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 [inlined] │ [33] include(mapexpr::Function, mod::Module, _path::String) │ @ Base Base.jl:326 │ [34] top-level scope │ @ ~/.julia/packages/Reseau/o1uhI/src/Reseau.jl:13 │ [35] include(mod::Module, _path::String) │ @ Base Base.jl:325 │ [36] 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 │ [37] top-level scope │ @ stdin:5 │ [38] eval(m::Module, e::Any) │ @ Core boot.jl:522 │ [39] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) │ @ Base loading.jl:3132 │ [40] include_string(m::Module, txt::String, fname::String) │ @ Base loading.jl:3142 [inlined] │ [41] exec_options(opts::Base.JLOptions) │ @ Base client.jl:353 │ [42] _start() │ @ Base client.jl:596 │ in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/socket_ops/linux.jl:265 │ in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/1_socket_ops.jl:1 │ in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/src/Reseau.jl:1 │ in expression starting at stdin:5 └ ERROR: The following 3 packages failed to precompile: CDSAPI Failed to precompile CDSAPI [8a7b9de3-9c00-473e-88b4-7eccd7ef2fea] to "/home/pkgeval/.julia/compiled/v1.14/CDSAPI/jl_1ScDHe" (ProcessExited(1)). HTTP Failed to precompile HTTP [cd3eb016-35fb-5094-929b-558a96fad6f3] to "/home/pkgeval/.julia/compiled/v1.14/HTTP/jl_p8c3ZX" (ProcessExited(1)). Reseau Failed to precompile Reseau [802f3686-a58f-41ce-bb0c-3c43c75bba36] to "/home/pkgeval/.julia/compiled/v1.14/Reseau/jl_7kr9Sq" (ProcessExited(1)). Loading failed after 51.59s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --check-bounds=yes --pkgimages=existing -e 'using CDSAPI'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error(proc::Base.Process) @ Base process.jl:612 [inlined] [2] run(::Cmd; wait::Bool) @ Base process.jl:525 [3] run(::Cmd) @ Base process.jl:522 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:197 [5] include(mod::Module, _path::String) @ Base Base.jl:325 [6] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [7] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:188 PkgEval failed after 377.96s: package fails to precompile