Package evaluation to test ArgMacros on Julia 1.14.0-DEV.3128 (f573e2bf71*) started at 2026-09-06T11:49:16.675 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.72s ################################################################################ # Installation # Installing ArgMacros... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [dbc42088] + ArgMacros v0.2.5 Updating `~/.julia/environments/v1.14/Manifest.toml` [dbc42088] + ArgMacros v0.2.5 [b718987f] + TextWrap v1.0.2 Installation completed after 1.34s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.5 s ✓ ArgMacros 1 dependency successfully precompiled in 2 seconds. 9 already precompiled. Precompilation completed after 16.56s ################################################################################ # Testing # Testing ArgMacros Status `/tmp/jl_Imy5Ba/Project.toml` [dbc42088] ArgMacros v0.2.5 [8dfed614] Test v1.11.0 Status `/tmp/jl_Imy5Ba/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.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 Testing Running tests... Times for 11 argument example using all macros Load Time (using ArgMacros) 0.039810 seconds (2.50 k allocations: 191.164 KiB) Inline Arguments Time with Precompile 0.607615 seconds (155.99 k allocations: 9.423 MiB, 98.98% compilation time) Inline Arguments Time 0.009836 seconds (1.13 k allocations: 54.359 KiB, 91.88% compilation time) Struct Arguments Time 0.278054 seconds (30.59 k allocations: 2.096 MiB, 98.50% compilation time) Tuple Arguments Time 0.025249 seconds (1.95 k allocations: 100.234 KiB, 95.32% compilation time) Dict Arguments Time 0.083459 seconds (36.83 k allocations: 2.077 MiB, 98.57% compilation time) Test Summary: | Pass Total Time Correct, All Arguments | 36 36 0.2s WARNING: Method definition ArgsStruct(Int64, Float64, Union{Nothing, Symbol}, Bool, Int64, String, Int64, Union{Nothing, Float64}, Array{Int64, 1}) in module Main overwritten. WARNING: Method definition ArgsStruct(Any, Any, Any, Any, Any, Any, Any, Any, Any) in module Main overwritten. WARNING: Method definition ArgsStruct() in module Main overwritten. Test Summary: | Pass Total Time Correct, Minimal Arguments | 36 36 0.3s 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.4s 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.3s Time for 8 argument script cold launch and parsing including Julia start 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(into::Module, mod::Symbol) @ Base loading.jl:2694 [inlined] [2] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:12 [3] include(mod::Module, _path::String) @ Base Base.jl:334 [4] top-level scope @ stdin:5 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ ArgMacros │ [Output was shown above] └ ERROR: LoadError: The following 1 package failed to precompile: ArgMacros Failed to precompile ArgMacros [dbc42088-9de8-42a0-8ec8-2cd114e1ea3e] to "/home/pkgeval/.julia/compiled/v1.14/ArgMacros/jl_2Jr6VC" (ProcessExited(1)). 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(proc::Base.Process) @ Base process.jl:651 [inlined] [2] run(::Cmd; wait::Bool, cancel::Base.UseDefaultToken) @ Base process.jl:558 [3] run @ ./process.jl:553 [inlined] [4] macro expansion @ ./timing.jl:741 [inlined] [5] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:397 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:335 [7] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:343 Testing failed after 55.17s ERROR: LoadError: Package ArgMacros 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:3298 [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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 117.56s: package fails to precompile