Package evaluation of ArgMacros on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:27:29.441 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.66s ################################################################################ # Installation # Installing ArgMacros... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [dbc42088] + ArgMacros v0.2.4 Updating `~/.julia/environments/v1.12/Manifest.toml` [dbc42088] + ArgMacros v0.2.4 [b718987f] + TextWrap v1.0.2 Installation completed after 0.81s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.41s ################################################################################ # Testing # Testing ArgMacros Status `/tmp/jl_AB5XwQ/Project.toml` [dbc42088] ArgMacros v0.2.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_AB5XwQ/Manifest.toml` [dbc42088] ArgMacros v0.2.4 [b718987f] TextWrap v1.0.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.12.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 Testing Running tests... Times for 11 argument example using all macros Load Time (using ArgMacros) 0.009587 seconds (3.83 k allocations: 316.500 KiB) Inline Arguments Time with Precompile 0.818001 seconds (213.82 k allocations: 11.721 MiB, 99.10% compilation time) Inline Arguments Time 0.009768 seconds (1.29 k allocations: 64.203 KiB, 91.88% compilation time) Struct Arguments Time 0.516616 seconds (56.47 k allocations: 3.201 MiB, 99.21% compilation time) Tuple Arguments Time 0.026391 seconds (2.30 k allocations: 121.328 KiB, 95.57% compilation time) Dict Arguments Time 0.071915 seconds (39.85 k allocations: 2.082 MiB, 98.06% compilation time) Test Summary: | Pass Total Time Correct, All Arguments | 36 36 0.1s WARNING: Method definition (::Type{Main.ArgsStruct})(Int64, Float64, Union{Nothing, Symbol}, Bool, Int64, String, Int64, Union{Nothing, Float64}, Array{Int64, 1}) in module Main overwritten. WARNING: Method definition (::Type{Main.ArgsStruct})(Any, Any, Any, Any, Any, Any, Any, Any, Any) in module Main overwritten. WARNING: Method definition (::Type{Main.ArgsStruct})() in module Main overwritten. Test Summary: | Pass Total Time Correct, Minimal Arguments | 36 36 0.0s Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 Test threw exception Expression: success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" -deeee 30 3.14 -b=6.28 --cc ArgMacros -a 2`) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' -deeee 30 3.14 -b=6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:271 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- 30 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 30 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:271 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:271 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:272 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- TEST STRING F 30 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- TEST STRING F 30 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:272 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:272 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:273 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" 23.3 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' 23.3 3.14 -d -eeee -b 6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:273 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:273 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:274 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" -eeee 25 3.14 -d -b 6.28 --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' -eeee 25 3.14 -d -b 6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:274 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:274 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:275 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" 30 cat -deeee -b=6.28 --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' 30 cat -deeee -b=6.28 --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:275 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:275 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:276 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" 30 3.14 -deeee -b=dog --cc ArgMacros -a 2`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' 30 3.14 -deeee -b=dog --cc ArgMacros -a 2`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:276 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:276 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:277 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" 30 3.14 -deeee -b=6.28 --cc ArgMacros -a bird`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' 30 3.14 -deeee -b=6.28 --cc ArgMacros -a bird`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:277 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:277 [inlined] Incorrect Arguments Rejected: Error During Test at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:278 Test threw exception Expression: !(success(`julia --project=.. get_args_no_fail_at_exit.jl -- "TEST STRING F" 30 3.14 -deeee -b=6.28 --cc ArgMacros`)) IOError: could not spawn `julia --project=.. get_args_no_fail_at_exit.jl -- 'TEST STRING F' 30 3.14 -deeee -b=6.28 --cc ArgMacros`: no such file or directory (ENOENT) Stacktrace: [1] _spawn_primitive(file::String, cmd::Cmd, stdio::Memory{Union{RawFD, Base.SyncCloseFD, IO}}) @ Base ./process.jl:140 [2] _spawn @ ./process.jl:157 [inlined] [3] _spawn @ ./process.jl:145 [inlined] [4] success(cmd::Cmd) @ Base ./process.jl:569 [5] top-level scope @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:269 [6] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:1776 [inlined] [7] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:278 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.12/Test/src/Test.jl:677 [inlined] [9] macro expansion @ ~/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:278 [inlined] Test Summary: | Error Total Time Incorrect Arguments Rejected | 9 9 3.4s RNG of the outermost testset: Random.Xoshiro(0x68b7e4063e809c72, 0x99027c51159079b6, 0x4df8519760730c69, 0x53730ac1ae1caf72, 0x01be3c3a243a13bf) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 9 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ArgMacros/JJu6G/test/runtests.jl:267 Testing failed after 25.87s ERROR: LoadError: Package ArgMacros errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.12/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.12/Pkg/src/Operations.jl:2458 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2313 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:511 [5] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:164 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:152 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:151 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [10] include(mod::Module, _path::String) @ Base ./Base.jl:305 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:321 [12] _start() @ Base ./client.jl:554 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 63.1s: package tests unexpectedly errored