Package evaluation to test Pretend on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T03:34:19.331 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.6s ################################################################################ # 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.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.0 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 3.9 s ✓ MacroTools 0.7 s ✓ ExprTools 1.1 s ✓ Pretend 3 dependencies successfully precompiled in 6 seconds. 8 already precompiled. Precompilation completed after 36.73s ################################################################################ # Testing # Testing Pretend Status `/tmp/jl_WLuAwC/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_WLuAwC/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] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:564 [inlined] [2] macro expansion @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:12 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] (::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 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] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:564 [inlined] [2] macro expansion @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:17 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] (::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 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] macro expansion │ @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:24 [inlined] ╰─── repeated 2 times [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [5] (::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 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] macro expansion @ ~/.julia/packages/Pretend/UYQho/src/mock.jl:339 [inlined] [2] (::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 [3] macro expansion @ ~/.julia/packages/Pretend/UYQho/src/mock.jl:332 [inlined] [4] (::Pretend.var"#mocked#___wrapped##0"{Pretend.var"#mocked##kw_body#___wrapped#0##0"{var"#add_curry##->###0"{Int64}}})(::Int64, ::Int64, ::Int64) @ Pretend ~/.julia/packages/Pretend/UYQho/src/mock.jl:326 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:781 [inlined] [6] macro expansion @ ~/.julia/packages/Pretend/UYQho/test/test_anon.jl:25 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [8] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [9] (::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 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 37.2s Basic | 23 23 11.3s Anonymous Functions | 2 3 1 6 12.5s 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(0xfc4eda49743b0f9f, 0x3b38e38740bd1bd4, 0xb5cf4cf08313ce76, 0xa57a29fd854fc9ea, 0xc15d2b806b03f0cf) 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 154.55s 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 226.32s: package tests unexpectedly errored