Package evaluation to test Pretend on Julia 1.14.0-DEV.2593 (15c2b67521*) started at 2026-07-03T14:34:24.220 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.02s ################################################################################ # Installation # Installing Pretend... Resolving package versions... Installed ExprTools ── v0.1.10 Installed MacroTools ─ v0.5.16 Installed Pretend ──── v1.0.0 Updating `~/.julia/environments/v1.14/Project.toml` [8ad1c615] + Pretend v1.0.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [e2ba6199] + ExprTools v0.1.10 [1914dd2f] + MacroTools v0.5.16 [8ad1c615] + Pretend v1.0.0 Installation completed after 1.49s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 9.0 s ✓ TestEnv 1 dependency successfully precompiled in 9 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 4.2 s ✓ MacroTools 1.0 s ✓ ExprTools 1.6 s ✓ Pretend 3 dependencies successfully precompiled in 7 seconds. 8 already precompiled. Precompilation completed after 51.04s ################################################################################ # Testing # Testing Pretend Status `/tmp/jl_446IhH/Project.toml` [e2ba6199] ExprTools v0.1.10 [1914dd2f] MacroTools v0.5.16 [8ad1c615] Pretend v1.0.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_446IhH/Manifest.toml` [e2ba6199] ExprTools v0.1.10 [1914dd2f] MacroTools v0.5.16 [8ad1c615] Pretend v1.0.0 [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... WARNING: Method definition activated() in module Pretend at /home/pkgeval/.julia/packages/Pretend/UYQho/src/activation.jl:7 overwritten at /home/pkgeval/.julia/packages/Pretend/UYQho/src/activation.jl:14. WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead). You may need to write `f(x::Vararg{T})` rather than `f(x::Vararg{<:T})` or `f(x::Vararg{T}) where T` instead of `f(x::Vararg{T} where T)`. To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`. WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead). You may need to write `f(x::Vararg{T})` rather than `f(x::Vararg{<:T})` or `f(x::Vararg{T}) where T` instead of `f(x::Vararg{T} where T)`. To make this warning an error, and hence obtain a stack trace, use `julia --depwarn=error`. Anonymous Functions: Test Failed at /home/pkgeval/.julia/packages/Pretend/UYQho/test/test_anon.jl:12 Expression: add1(1) == 11 Evaluated: 2 == 11 Stacktrace: [1] (::var"##->###31"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}})() @ Main ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [2] apply(f::var"##->###31"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}}, patches::Pair{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}, var"##->###32"}) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:103 [3] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/runtests.jl:6 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Anonymous Functions: Test Failed at /home/pkgeval/.julia/packages/Pretend/UYQho/test/test_anon.jl:17 Expression: add1(1) == 1 Evaluated: 2 == 1 Stacktrace: [1] (::var"##->###33"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}})() @ Main ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [2] apply(f::var"##->###33"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}}, patches::Pair{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}, var"##->###34"}) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:103 [3] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/runtests.jl:6 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Anonymous Functions: Test Failed at /home/pkgeval/.julia/packages/Pretend/UYQho/test/test_anon.jl:24 Expression: add1(1) Expected: MethodError No exception thrown Stacktrace: [1] (::var"##->###35"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}})() @ Main ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [2] apply(f::var"##->###35"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}}, patches::Pair{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}, var"##->###36"}) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:103 [3] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [4] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [5] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/runtests.jl:6 [6] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [7] top-level scope @ none:6 [8] eval(m::Module, e::Any) @ Core boot.jl:522 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [10] _start() @ Base client.jl:596 Anonymous Functions: Error During Test at /home/pkgeval/.julia/packages/Pretend/UYQho/test/test_anon.jl:25 Test threw exception Expression: add1(1, 2, 3) == 6 MethodError: no method matching (::var"#add_curry##->###0"{Int64})(::Int64, ::Int64, ::Int64) The anonymous function `add_curry##->` exists, but no method is defined for this combination of argument types. Closest candidates are: (::var"#add_curry##->###0")(::Any) @ Main ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:3 Stacktrace: [1] (::Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}})(::Int64, ::Vararg{Int64}; kwargs::@Kwargs{}) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:326 [2] (::var"##->###35"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}})() @ Main ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [3] apply(f::var"##->###35"{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}}, patches::Pair{Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}}, var"##->###36"}) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:103 [4] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:1 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [6] top-level scope @ ~/.julia/packages/Pretend/UYQho/test/runtests.jl:6 [7] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:326 [8] top-level scope @ none:6 [9] eval(m::Module, e::Any) @ Core boot.jl:522 [10] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [11] _start() @ Base client.jl:596 WARNING: Method definition activated() in module Pretend at /home/pkgeval/.julia/packages/Pretend/UYQho/src/activation.jl:14 overwritten on the same line (check for duplicate calls to `include`). WARNING: Method definition activated() in module Pretend at /home/pkgeval/.julia/packages/Pretend/UYQho/src/activation.jl:14 overwritten on the same line (check for duplicate calls to `include`). Test Summary: | Pass Fail Error Total Time Pretend.jl | 44 3 1 48 36.5s Basic | 23 23 11.2s Anonymous Functions | 2 3 1 6 12.1s Multiple Dispatch | 4 4 1.3s Spy | 11 11 2.3s parsing | 1 1 0.1s Inner Macro | 1 1 0.6s RNG of the outermost testset: Random.Xoshiro(0x0b5f36cce579e6c2, 0x32ebe6567f51892f, 0xa7276c509d876579, 0xd5b6dd800f31b736, 0xbfe815e3e16f8026) ERROR: LoadError: Some tests did not pass: 44 passed, 3 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Pretend/UYQho/test/runtests.jl:6 Testing failed after 157.05s ERROR: LoadError: Package Pretend 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:325 [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 250.05s: package tests unexpectedly errored