Package evaluation to test ArgMacros on Julia 1.12.4 (422f456051*) started at 2026-01-28T23:04:41.159 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.12` Set-up completed after 8.18s ################################################################################ # Installation # Installing ArgMacros... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [dbc42088] + ArgMacros v0.2.5 Updating `~/.julia/environments/v1.12/Manifest.toml` [dbc42088] + ArgMacros v0.2.5 [b718987f] + TextWrap v1.0.2 Installation completed after 1.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1439.6 ms ✓ ArgMacros 1 dependency successfully precompiled in 1 seconds. 9 already precompiled. Precompilation completed after 12.26s ################################################################################ # Testing # Testing ArgMacros Status `/tmp/jl_R6G9J8/Project.toml` [dbc42088] ArgMacros v0.2.5 [8dfed614] Test v1.11.0 Status `/tmp/jl_R6G9J8/Manifest.toml` [dbc42088] ArgMacros v0.2.5 [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.009516 seconds (3.87 k allocations: 318.695 KiB) Inline Arguments Time with Precompile 0.847385 seconds (224.43 k allocations: 11.684 MiB, 99.08% compilation time) Inline Arguments Time 0.010776 seconds (1.30 k allocations: 60.312 KiB, 92.19% compilation time) Struct Arguments Time 0.494981 seconds (52.26 k allocations: 2.771 MiB, 99.08% compilation time) Tuple Arguments Time 0.024877 seconds (2.31 k allocations: 112.484 KiB, 95.39% compilation time) Dict Arguments Time 0.065276 seconds (39.55 k allocations: 1.932 MiB, 97.70% 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 Invalid type for argument g Try the --help option Invalid type for argument g Try the --help option Invalid type for argument g Try the --help option Tests for argument g failed. Try the --help option Invalid type for argument h Try the --help option Invalid type for argument -b Try the --help option Invalid type for argument --aa Try the --help option Argument --aa missing Try the --help option Test Summary: | Pass Total Time Incorrect Arguments Rejected | 9 9 0.2s Invalid type for argument g Try the --help option Positional Arguments: f (Type: String, Required) [g] (Type: Int, Default: 20) [h] (Type: Float64) Option Arguments: -a --aa (Type: Int, Required) -b (Type: Float64, Default: 10) --cc (Type: Symbol) -d (Type: Flag) -e (Type: Count) Positional Arguments: f (Type: String, Required) [g] (Type: Int, Default: 20) [h] (Type: Float64) Option Arguments: -a --aa (Type: Int, Required) -b (Type: Float64, Default: 10) --cc (Type: Symbol) -d (Type: Flag) -e (Type: Count) Argument --aa missing Try the --help option Positional Arguments: f (Type: String, Required) [g] (Type: Int, Default: 20) [h] (Type: Float64) Option Arguments: -a --aa (Type: Int, Required) -b (Type: Float64, Default: 10) --cc (Type: Symbol) -d (Type: Flag) -e (Type: Count) Positional Arguments: f (Type: String, Required) [g] (Type: Int, Default: 20) [h] (Type: Float64) Option Arguments: -a --aa (Type: Int, Required) -b (Type: Float64, Default: 10) --cc (Type: Symbol) -d (Type: Flag) -e (Type: Count) Test Summary: | Pass Total Time Help Triggered Properly | 6 6 1.1s Time for 8 argument script cold launch and parsing including Julia start Precompiling packages... Info Given ArgMacros was explicitly requested, output will be shown live  ERROR: LoadError: ArgumentError: Package TextWrap [b718987f-49a8-5099-9789-dcd902bef87d] is required but does not seem to be installed:  - Run `Pkg.instantiate()` to install all recorded dependencies.  Stacktrace:  [1] __require_prelocked(pkg::Base.PkgId, env::String)  @ Base ./loading.jl:2615  [2] _require_prelocked(uuidkey::Base.PkgId, env::String)  @ Base ./loading.jl:2493  [3] macro expansion  @ ./loading.jl:2421 [inlined]  [4] macro expansion  @ ./lock.jl:376 [inlined]  [5] __require(into::Module, mod::Symbol)  @ Base ./loading.jl:2386  [6] require(into::Module, mod::Symbol)  @ Base ./loading.jl:2362  [7] top-level scope  @ ~/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:12  [8] include(mod::Module, _path::String)  @ Base ./Base.jl:306  [9] include_package_for_output(pkg::Base.PkgId, input::String, 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:3024  [10] top-level scope  @ stdin:5  [11] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2870  [13] include_string  @ ./loading.jl:2880 [inlined]  [14] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:315  [15] _start()  @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:1 in expression starting at stdin:5 ✗ ArgMacros (serial) 0 dependencies successfully precompiled in 4 seconds ERROR: LoadError: The following 1 direct dependency failed to precompile: ArgMacros Failed to precompile ArgMacros [dbc42088-9de8-42a0-8ec8-2cd114e1ea3e] to "/home/pkgeval/.julia/compiled/v1.12/ArgMacros/jl_4mtYim". ERROR: LoadError: ArgumentError: Package TextWrap [b718987f-49a8-5099-9789-dcd902bef87d] is required but does not seem to be installed: - Run `Pkg.instantiate()` to install all recorded dependencies. Stacktrace: [1] __require_prelocked(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2615 [2] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2493 [3] macro expansion @ ./loading.jl:2421 [inlined] [4] macro expansion @ ./lock.jl:376 [inlined] [5] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2386 [6] require(into::Module, mod::Symbol) @ Base ./loading.jl:2362 [7] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:12 [8] include(mod::Module, _path::String) @ Base ./Base.jl:306 [9] include_package_for_output(pkg::Base.PkgId, input::String, 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:3024 [10] top-level scope @ stdin:5 [11] eval(m::Module, e::Any) @ Core ./boot.jl:489 [12] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String) @ Base ./loading.jl:2870 [13] include_string @ ./loading.jl:2880 [inlined] [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:315 [15] _start() @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:1 in expression starting at stdin: in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/test/parse_example_args.jl:1 ERROR: LoadError: failed process: Process(`julia --project=.. parse_example_args.jl 'TEST STRING F' -deeee 30 3.14 -b=6.28 --cc ArgMacros -a 2`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:597 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:512 [3] run @ ./process.jl:509 [inlined] [4] macro expansion @ ./timing.jl:697 [inlined] [5] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:353 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:307 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core ./boot.jl:489 [9] exec_options(opts::Base.JLOptions) @ Base ./client.jl:283 [10] _start() @ Base ./client.jl:550 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:343 Testing failed after 32.72s 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:2535 [3] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/Operations.jl:2384 [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:538 [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:169 [6] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [7] test @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:157 [inlined] [8] #test#81 @ /opt/julia/share/julia/stdlib/v1.12/Pkg/src/API.jl:156 [inlined] [9] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [10] include(mod::Module, _path::String) @ Base ./Base.jl:306 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:317 [12] _start() @ Base ./client.jl:550 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 68.7s: package fails to precompile