Package evaluation to test Refactoring on Julia 1.14.0-DEV.2309 (6e1a27e459*) started at 2026-06-06T03:55:43.114 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 17.47s ################################################################################ # Installation # Installing Refactoring... Resolving package versions... Installed Tokenize ──── v0.5.29 Installed CSTParser ─── v2.5.0 Installed Refactoring ─ v0.1.0 Installed MacroTools ── v0.5.16 Installed MLStyle ───── v0.3.1 Updating `~/.julia/environments/v1.14/Project.toml` [d877f0ba] + Refactoring v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` ⌅ [00ebfdb7] + CSTParser v2.5.0 ⌅ [d8e11817] + MLStyle v0.3.1 [1914dd2f] + MacroTools v0.5.16 [d877f0ba] + Refactoring v0.1.0 [0796e94c] + Tokenize v0.5.29 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 1.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 7.1 s ✓ TestEnv 1 dependency successfully precompiled in 7 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 4.7 s ✓ MacroTools 56.8 s ✓ MLStyle 23.0 s ✓ Tokenize 29.1 s ✓ CSTParser 1.8 s ✓ Refactoring 5 dependencies successfully precompiled in 115 seconds. 8 already precompiled. Precompilation completed after 149.19s ################################################################################ # Testing # Testing Refactoring Status `/tmp/jl_R0z8Aa/Project.toml` ⌅ [00ebfdb7] CSTParser v2.5.0 ⌅ [d8e11817] MLStyle v0.3.1 [1914dd2f] MacroTools v0.5.16 [d877f0ba] Refactoring v0.1.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_R0z8Aa/Manifest.toml` ⌅ [00ebfdb7] CSTParser v2.5.0 ⌅ [d8e11817] MLStyle v0.3.1 [1914dd2f] MacroTools v0.5.16 [d877f0ba] Refactoring v0.1.0 [0796e94c] Tokenize v0.5.29 [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 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... search_and_replace: Error During Test at /home/pkgeval/.julia/packages/Refactoring/9HKwb/test/test_search_and_replace.jl:4 Got exception outside of a @test UndefVarError: `##Main 19#1056` not defined in local scope Suggestion: check for an assignment to a local variable that shadows a global of the same name. Stacktrace: [1] top-level scope @ ~/.julia/packages/Refactoring/9HKwb/test/test_search_and_replace.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/Refactoring/9HKwb/test/test_search_and_replace.jl:9 [inlined] [5] macro expansion @ ~/.julia/packages/Refactoring/9HKwb/src/search_and_replace.jl:7 [inlined] [6] macro expansion @ ~/.julia/packages/Refactoring/9HKwb/src/search_and_replace.jl:8 [inlined] [7] macro expansion @ nothing:9 [inlined] [8] macro expansion @ none:9 [inlined] [9] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [10] top-level scope @ ~/.julia/packages/Refactoring/9HKwb/test/runtests.jl:4 [11] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2241 [inlined] [12] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2415 [inlined] [13] macro expansion @ ~/.julia/packages/Refactoring/9HKwb/test/runtests.jl:11 [inlined] [14] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [15] top-level scope @ none:6 [16] eval(m::Module, e::Any) @ Core boot.jl:521 [17] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [18] _start() @ Base client.jl:596 Test Summary: | Pass Error Total Time Refactoring.jl | 28 1 29 24.3s extract method | 26 26 8.6s search_and_replace | 1 1 4.6s RNG of the outermost testset: Random.Xoshiro(0x5fb84fc307551b2c, 0x221ebbe2edce1f36, 0x2bdee5addc8d3d2d, 0x4d320945890595af, 0xbdcd40b7dea8c278) ERROR: LoadError: Some tests did not pass: 28 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Refactoring/9HKwb/test/runtests.jl:4 Testing failed after 151.68s ERROR: LoadError: Package Refactoring 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 344.17s: package tests unexpectedly errored