Package evaluation to test ArgMacros on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T13:48:59.942 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 5.17s ################################################################################ # Installation # Installing ArgMacros... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [dbc42088] + ArgMacros v0.2.5 Updating `~/.julia/environments/v1.10/Manifest.toml` [dbc42088] + ArgMacros v0.2.5 [b718987f] + TextWrap v1.0.2 Installation completed after 3.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1442.0 ms ✓ ArgMacros 1 dependency successfully precompiled in 3 seconds. 2 already precompiled. Precompilation completed after 10.21s ################################################################################ # Testing # Testing ArgMacros Status `/tmp/jl_CK6oGj/Project.toml` [dbc42088] ArgMacros v0.2.5 [8dfed614] Test Status `/tmp/jl_CK6oGj/Manifest.toml` [dbc42088] ArgMacros v0.2.5 [b718987f] TextWrap v1.0.2 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... Times for 11 argument example using all macros Load Time (using ArgMacros) 0.083482 seconds (64.31 k allocations: 5.438 MiB, 86.80% compilation time) Inline Arguments Time with Precompile 0.458489 seconds (106.59 k allocations: 7.286 MiB, 98.93% compilation time) Inline Arguments Time 0.010387 seconds (850 allocations: 55.047 KiB, 93.68% compilation time) Struct Arguments Time 0.128107 seconds (23.76 k allocations: 1.743 MiB, 99.19% compilation time) Tuple Arguments Time 0.024057 seconds (1.49 k allocations: 98.703 KiB, 91.42% compilation time) Dict Arguments Time 0.055778 seconds (20.87 k allocations: 1.431 MiB, 97.44% compilation time) Test Summary: | Pass Total Time Correct, All Arguments | 36 36 1.4s 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 0.8s 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(pkg::Base.PkgId, env::String) @ Base ./loading.jl:1999 [2] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [3] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [4] invoke_in_world @ ./essentials.jl:923 [inlined] [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [6] macro expansion @ ./loading.jl:1863 [inlined] [7] macro expansion @ ./lock.jl:270 [inlined] [8] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [9] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [10] invoke_in_world @ ./essentials.jl:923 [inlined] [11] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [12] include @ ./Base.jl:495 [inlined] [13] 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::String) @ Base ./loading.jl:2295 [14] top-level scope @ stdin:4 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:1 in expression starting at stdin:4 ERROR: LoadError: Failed to precompile ArgMacros [dbc42088-9de8-42a0-8ec8-2cd114e1ea3e] to "/home/pkgeval/.julia/compiled/v1.10/ArgMacros/jl_k6zbRg". Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] compilecache(pkg::Base.PkgId, path::String, internal_stderr::IO, internal_stdout::IO, keep_loaded_modules::Bool) @ Base ./loading.jl:2542 [3] compilecache @ ./loading.jl:2414 [inlined] [4] (::Base.var"#971#972"{Base.PkgId})() @ Base ./loading.jl:2047 [5] mkpidlock(f::Base.var"#971#972"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:93 [6] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:88 [inlined] [7] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.10/FileWatching/src/pidfile.jl:111 [8] #invokelatest#2 @ ./essentials.jl:894 [inlined] [9] invokelatest @ ./essentials.jl:889 [inlined] [10] maybe_cachefile_lock(f::Base.var"#971#972"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3057 [11] maybe_cachefile_lock @ ./loading.jl:3054 [inlined] [12] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2043 [13] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1885 [14] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [15] invoke_in_world @ ./essentials.jl:923 [inlined] [16] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:1876 [17] macro expansion @ ./loading.jl:1863 [inlined] [18] macro expansion @ ./lock.jl:270 [inlined] [19] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [20] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [21] invoke_in_world @ ./essentials.jl:923 [inlined] [22] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 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:565 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:480 [3] run @ ./process.jl:477 [inlined] [4] macro expansion @ ./timing.jl:279 [inlined] [5] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:269 [6] include(fname::String) @ Base.MainInclude ./client.jl:487 [7] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:343 Testing failed after 21.44s ERROR: LoadError: Package ArgMacros errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 46.82s: package fails to precompile