Package evaluation to test AddInit on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T05:23:30.187 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.29s ################################################################################ # Installation # Installing AddInit... Resolving package versions... Installed Parsers ───────── v2.8.5 Installed JSON ──────────── v0.21.4 Installed Preferences ───── v1.5.2 Installed PrecompileTools ─ v1.3.4 Installed AddInit ───────── v0.1.0 Updating `~/.julia/environments/v1.14/Project.toml` [fb98f0d0] + AddInit v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [fb98f0d0] + AddInit v0.1.0 ⌅ [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.5 [aea7be01] + PrecompileTools v1.3.4 [21216c6a] + Preferences v1.5.2 [ade2ca70] + Dates v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.13.0 [fa267f1f] + TOML v1.0.3 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 4.84s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.6 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 2.8 s ✓ Preferences 3.0 s ✓ PrecompileTools 39.3 s ✓ Parsers 31.7 s ✓ JSON 27.4 s ✓ AddInit 5 dependencies successfully precompiled in 104 seconds. 14 already precompiled. Precompilation completed after 141.06s ################################################################################ # Testing # Testing AddInit Status `/tmp/jl_YrCs0g/Project.toml` [fb98f0d0] AddInit v0.1.0 ⌅ [682c06a0] JSON v0.21.4 [8dfed614] Test v1.11.0 Status `/tmp/jl_YrCs0g/Manifest.toml` [fb98f0d0] AddInit v0.1.0 ⌅ [682c06a0] JSON v0.21.4 [69de0a69] Parsers v2.8.5 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... AddInit.jl: Error During Test at /home/pkgeval/.julia/packages/AddInit/uheHx/test/runtests.jl:10 Test threw exception Expression: A(Dict("a" => "foo", "b" => 1)) == A("foo", 1) MethodError: no method matching fieldnames(::var"#A##0") The function `fieldnames` exists, but no method is defined for this combination of argument types. Closest candidates are: fieldnames(!Matched::Core.TypeofBottom) @ Base runtime_internals.jl:388 fieldnames(!Matched::Type{<:Tuple}) @ Base runtime_internals.jl:390 fieldnames(!Matched::UnionAll) @ Base runtime_internals.jl:387 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:85 [inlined] [2] macro expansion @ ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:31 [inlined] [3] macro expansion @ ~/.julia/packages/AddInit/uheHx/test/runtests.jl:5 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] (::var"#A##0")(dict::Dict{String, Any}) @ Main ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:4 AddInit.jl: Error During Test at /home/pkgeval/.julia/packages/AddInit/uheHx/test/runtests.jl:11 Test threw exception Expression: A("{\"a\":\"foo\", \"b\":1}") == A("foo", 1) MethodError: no method matching fieldnames(::var"#A##0") The function `fieldnames` exists, but no method is defined for this combination of argument types. Closest candidates are: fieldnames(!Matched::Core.TypeofBottom) @ Base runtime_internals.jl:388 fieldnames(!Matched::Type{<:Tuple}) @ Base runtime_internals.jl:390 fieldnames(!Matched::UnionAll) @ Base runtime_internals.jl:387 ... Stacktrace: [1] macro expansion @ ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:85 [inlined] [2] macro expansion @ ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:31 [inlined] [3] macro expansion @ ~/.julia/packages/AddInit/uheHx/test/runtests.jl:5 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [6] (::var"#A##0")(dict::Dict{String, Any}) @ Main ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:4 AddInit.jl: Error During Test at /home/pkgeval/.julia/packages/AddInit/uheHx/test/runtests.jl:4 Got exception outside of a @test MethodError: no method matching fieldnames(::var"#B##0"{var"##kw_body#B#0##0"}) The function `fieldnames` exists, but no method is defined for this combination of argument types. Closest candidates are: fieldnames(!Matched::Core.TypeofBottom) @ Base runtime_internals.jl:388 fieldnames(!Matched::Type{<:Tuple}) @ Base runtime_internals.jl:390 fieldnames(!Matched::UnionAll) @ Base runtime_internals.jl:387 ... Stacktrace: [1] top-level scope @ ~/.julia/packages/AddInit/uheHx/test/runtests.jl:4 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ ~/.julia/packages/AddInit/uheHx/test/runtests.jl:19 [inlined] [5] macro expansion @ ~/.julia/packages/AddInit/uheHx/src/AddInit.jl:57 [inlined] [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:521 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Test Summary: | Error Total Time AddInit.jl | 3 3 8.4s RNG of the outermost testset: Random.Xoshiro(0x764030b7d018ab66, 0x119f43ec19679fe3, 0x7145354d3829733f, 0x13189fe95b39d950, 0x6724665fb3b3bc7a) ERROR: LoadError: Some tests did not pass: 0 passed, 0 failed, 3 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/AddInit/uheHx/test/runtests.jl:4 Testing failed after 208.9s ERROR: LoadError: Package AddInit 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:3247 [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 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 392.54s: package tests unexpectedly errored