Package evaluation to test ArgMacros on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T14:56:57.696 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.31s ################################################################################ # Installation # Installing ArgMacros... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [dbc42088] + ArgMacros v0.2.5 Updating `~/.julia/environments/v1.11/Manifest.toml` [dbc42088] + ArgMacros v0.2.5 [b718987f] + TextWrap v1.0.2 Installation completed after 1.23s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.79s ################################################################################ # Testing # Testing ArgMacros Status `/tmp/jl_pg3UJ7/Project.toml` [dbc42088] ArgMacros v0.2.5 [8dfed614] Test v1.11.0 Status `/tmp/jl_pg3UJ7/Manifest.toml` [dbc42088] ArgMacros v0.2.5 [b718987f] TextWrap v1.0.2 [2a0f44e3] Base64 v1.11.0 [b77e0a4c] InteractiveUtils v1.11.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 [8dfed614] Test v1.11.0 Testing Running tests... Times for 11 argument example using all macros Load Time (using ArgMacros) 0.008265 seconds (3.39 k allocations: 293.969 KiB) Inline Arguments Time with Precompile 0.675393 seconds (144.71 k allocations: 7.231 MiB, 99.31% compilation time) Inline Arguments Time 0.009807 seconds (1.19 k allocations: 55.438 KiB, 93.07% compilation time) Struct Arguments Time 0.171522 seconds (29.24 k allocations: 1.628 MiB, 99.35% compilation time) Tuple Arguments Time 0.022159 seconds (2.13 k allocations: 101.922 KiB, 94.84% compilation time) Dict Arguments Time 0.067281 seconds (34.55 k allocations: 1.645 MiB, 97.92% 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.3s 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.2s 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:2515 [2] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [3] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [4] invoke_in_world @ ./essentials.jl:1086 [inlined] [5] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [6] macro expansion @ ./loading.jl:2314 [inlined] [7] macro expansion @ ./lock.jl:273 [inlined] [8] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [9] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [10] invoke_in_world @ ./essentials.jl:1086 [inlined] [11] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [12] include @ ./Base.jl:562 [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:2922 [14] top-level scope @ stdin:6 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/src/ArgMacros.jl:1 in expression starting at stdin:6 ERROR: LoadError: Failed to precompile ArgMacros [dbc42088-9de8-42a0-8ec8-2cd114e1ea3e] to "/home/pkgeval/.julia/compiled/v1.11/ArgMacros/jl_KI3LXE". 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; flags::Cmd, cacheflags::Base.CacheFlags, reasons::Dict{String, Int64}, loadable_exts::Nothing) @ Base ./loading.jl:3215 [3] (::Base.var"#1110#1111"{Base.PkgId})() @ Base ./loading.jl:2579 [4] mkpidlock(f::Base.var"#1110#1111"{Base.PkgId}, at::String, pid::Int32; kwopts::@Kwargs{stale_age::Int64, wait::Bool}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:95 [5] #mkpidlock#6 @ /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:90 [inlined] [6] trymkpidlock(::Function, ::Vararg{Any}; kwargs::@Kwargs{stale_age::Int64}) @ FileWatching.Pidfile /opt/julia/share/julia/stdlib/v1.11/FileWatching/src/pidfile.jl:116 [7] #invokelatest#2 @ ./essentials.jl:1057 [inlined] [8] invokelatest @ ./essentials.jl:1052 [inlined] [9] maybe_cachefile_lock(f::Base.var"#1110#1111"{Base.PkgId}, pkg::Base.PkgId, srcpath::String; stale_age::Int64) @ Base ./loading.jl:3739 [10] maybe_cachefile_lock @ ./loading.jl:3736 [inlined] [11] _require(pkg::Base.PkgId, env::String) @ Base ./loading.jl:2565 [12] __require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2388 [13] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [14] invoke_in_world @ ./essentials.jl:1086 [inlined] [15] _require_prelocked(uuidkey::Base.PkgId, env::String) @ Base ./loading.jl:2375 [16] macro expansion @ ./loading.jl:2314 [inlined] [17] macro expansion @ ./lock.jl:273 [inlined] [18] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [19] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [20] invoke_in_world @ ./essentials.jl:1086 [inlined] [21] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 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:598 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:513 [3] run @ ./process.jl:510 [inlined] [4] macro expansion @ ./timing.jl:581 [inlined] [5] top-level scope @ ~/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:315 [6] include(fname::String) @ Main ./sysimg.jl:38 [7] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/ArgMacros/Ltnhw/test/runtests.jl:343 Testing failed after 27.04s ERROR: LoadError: Package ArgMacros errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 58.88s: package fails to precompile