Package evaluation to test Reseau on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T05:59:45.267 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.85s ################################################################################ # Installation # Installing Reseau... Resolving package versions... Installed Reseau ────────── v1.3.0 Installed Preferences ───── v1.5.2 Installed PrecompileTools ─ v1.3.4 Updating `~/.julia/environments/v1.14/Project.toml` [802f3686] + Reseau v1.3.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [802f3686] + Reseau v1.3.0 [56f22d72] + Artifacts v1.11.0 [ade2ca70] + Dates v1.11.0 [8f399da3] + Libdl 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 [4ec0a83e] + Unicode v1.11.0 [458c3c95] + OpenSSL_jll v3.5.7+0 Installation completed after 1.49s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.1 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 1.0 s ✓ Glob 0.5 s ✓ Reexport 0.7 s ✓ StructIO 2.0 s ✓ Scratch 2.5 s ✓ Preferences 67.6 s ✓ ObjectFile 1.9 s ✓ RelocatableFolders 2.9 s ✓ JLLWrappers 2.6 s ✓ PrecompileTools 7.9 s ✓ PackageCompiler 3.0 s ✓ Patchelf_jll ┌ 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 40.9 s ✓ JuliaC 12 dependencies successfully precompiled in 139 seconds. 32 already precompiled. Precompilation completed after 178.71s ################################################################################ # Testing # Testing Reseau Status `/tmp/jl_8USv5y/Project.toml` [acedd4c2] JuliaC v0.3.6 [aea7be01] PrecompileTools v1.3.4 [802f3686] Reseau v1.3.0 [ca575930] NetworkOptions v1.3.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [8dfed614] Test v1.11.0 [458c3c95] OpenSSL_jll v3.5.7+0 Status `/tmp/jl_8USv5y/Manifest.toml` [c27321d9] Glob v1.5.0 [692b3bcd] JLLWrappers v1.8.0 [acedd4c2] JuliaC v0.3.6 [d8793406] ObjectFile v0.5.0 [9b87118b] PackageCompiler v2.4.0 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [189a3867] Reexport v1.2.2 [05181044] RelocatableFolders v1.0.1 [802f3686] Reseau v1.3.0 [6c6a2e73] Scratch v1.3.0 [53d494c1] StructIO v0.3.1 [f2cf89d6] Patchelf_jll v0.18.0+0 [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 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [4af54fe1] LazyArtifacts v1.11.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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [a4e569a6] Tar v1.10.0 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.2+0 [deac9b47] LibCURL_jll v8.20.0+1 [e37daf67] LibGit2_jll v1.9.4+0 [29816b5a] LibSSH2_jll v1.11.101+0 [14a3606d] MozillaCACerts_jll v2026.5.14 [458c3c95] OpenSSL_jll v3.5.7+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 Testing Running tests... [runtests] loading 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 1 dependency had output during precompilation: ┌ Reseau │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: Reseau Failed to precompile Reseau [802f3686-a58f-41ce-bb0c-3c43c75bba36] to "/home/pkgeval/.julia/compiled/v1.14/Reseau/jl_0DPliZ" (ProcessExited(1)). in expression starting at /home/pkgeval/.julia/packages/Reseau/o1uhI/test/runtests.jl:10 Testing failed after 128.88s ERROR: LoadError: Package Reseau errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3247 [3] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:587 [4] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:325 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 343.49s: package fails to precompile