Package evaluation to load ReTest on Julia 1.14.0-DEV.29 (7d6ae45e5a*) started at 2025-11-05T07:14:12.821 ################################################################################ # Set-up # Set-up completed after 0.12s ################################################################################ # Installation # Installing ReTest... Resolving package versions... Installed InlineTest ────── v0.2.0 Installed ReTest ────────── v0.3.4 Installed Preferences ───── v1.5.0 Installed PrecompileTools ─ v1.3.3 Updating `~/.julia/environments/v1.14/Project.toml` [e0db7c4e] + ReTest v0.3.4 Updating `~/.julia/environments/v1.14/Manifest.toml` [bd334432] + InlineTest v0.2.0 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.0 [e0db7c4e] + ReTest v0.3.4 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.11.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 Installation completed after 2.32s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Project No packages added to or removed from `~/.julia/environments/pkgeval/Project.toml` Manifest No packages added to or removed from `~/.julia/environments/pkgeval/Manifest.toml` Precompiling package dependencies... Precompiling packages... 1138.7 ms ✓ Preferences 1552.5 ms ✓ InlineTest 945.4 ms ✓ PrecompileTools WARNING: Imported binding Test.pop_testset was undeclared at import time during import to Testset. WARNING: Imported binding Test.push_testset was undeclared at import time during import to Testset. ┌ Error: Precompilation failed, this is the captured stdout (114 chars): └ @ ReTest ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:36  Pass | Time / Compile / GC | Alloc ΔRSS | ReTest._ReTestPrecompileTests:  ┌ Error: And this is the captured stderr (0 chars): └ @ ReTest ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:39  ERROR: LoadError: TaskFailedException Stacktrace:  [1] #wait#580  @ ./task.jl:363 [inlined]  [2] wait  @ ./task.jl:360 [inlined]  [3] retest(::Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}, ::Vararg{Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}}; dry::Bool, stats::Bool, shuffle::Bool, group::Bool, verbose::Bool, recursive::Bool, id::Nothing, strict::Bool, dup::Bool, static::Nothing, load::Bool, seed::Bool, marks::Bool, tag::Vector{Symbol}, spin::Bool, clear::Bool)  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1186  [4] kwcall(::@NamedTuple{recursive::Bool, stats::Bool, spin::Bool}, ::typeof(InlineTest.retest), ::Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}, ::Vararg{Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}})  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:750  [5] #137  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:26 [inlined]  [6] redirect_stdio(f::ReTest.var"#137#138"; stdin::Nothing, stderr::Pipe, stdout::Pipe)  @ Base ./stream.jl:1449  [7] kwcall(::@NamedTuple{stderr::Pipe, stdout::Pipe}, ::typeof(redirect_stdio), f::Function)  @ Base ./stream.jl:1412  [8] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:25 [inlined]  [9] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [10] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:23 [inlined]  [11] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [12] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:118  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [14] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1751  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [16] 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::Nothing)  @ Base ./loading.jl:3148  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [20] include_string  @ ./loading.jl:3004 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [22] _start()  @ Base ./client.jl:577   nested task error: TaskFailedException   nested task error: UndefVarError: `push_testset` not defined in `ReTest.Testset`  Suggestion: this global was defined as `Test.push_testset` but not assigned a value.  Stacktrace:  [1] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:517  [2] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:12 [inlined]  [3] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/testset.jl:517 [inlined]  [4] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [5] (::ReTest.var"#110#111"{ReTest.Testset.Format})(mod::Module, ts::ReTest.TestsetExpr, pat::ReTest.And, chan::@NamedTuple{out::Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, compute::Channel{Nothing}, preview::Nothing})  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1154  [6] #local_remotecall_thunk##0  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:425 [inlined]  [7] run_work_thunk(thunk::Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{ReTest.var"#110#111"{ReTest.Testset.Format}, Tuple{Module, ReTest.TestsetExpr, ReTest.And, @NamedTuple{out::Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, compute::Channel{Nothing}, preview::Nothing}}, @Kwargs{}}, print_error::Bool)  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/process_messages.jl:70  [8] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{})  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:450  [9] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:449 [inlined]  [10] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:492 [inlined]  [11] (::ReTest.var"#106#107"{Int64, ReTest.Testset.Format, Nothing, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1151  Stacktrace:  [1] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{})  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:451  [2] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:449 [inlined]  [3] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:492 [inlined]  [4] (::ReTest.var"#106#107"{Int64, ReTest.Testset.Format, Nothing, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1151  Stacktrace:  [1] sync_end(c::Channel{Any})  @ Base ./task.jl:607  [2] macro expansion  @ ./task.jl:640 [inlined]  [3] (::ReTest.var"#96#97"{Bool, ReTest.Testset.Format, Bool, Base.RefValue{Int64}, Bool, ReTest.var"#take_latest!#91", Nothing, ReentrantLock, Bool, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Base.RefValue{Exception}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1104 in expression starting at /home/pkgeval/.julia/packages/ReTest/3Ikse/src/precompile.jl:19 in expression starting at /home/pkgeval/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1 in expression starting at stdin:5 Precompilation completed after 31.38s ################################################################################ # Loading # Loading ReTest... WARNING: Imported binding Test.pop_testset was undeclared at import time during import to Testset. WARNING: Imported binding Test.push_testset was undeclared at import time during import to Testset. ┌ Error: Precompilation failed, this is the captured stdout (114 chars): └ @ ReTest ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:36  Pass | Time / Compile / GC | Alloc ΔRSS | ReTest._ReTestPrecompileTests:  ┌ Error: And this is the captured stderr (0 chars): └ @ ReTest ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:39  ERROR: LoadError: TaskFailedException Stacktrace:  [1] #wait#580  @ ./task.jl:363 [inlined]  [2] wait  @ ./task.jl:360 [inlined]  [3] retest(::Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}, ::Vararg{Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}}; dry::Bool, stats::Bool, shuffle::Bool, group::Bool, verbose::Bool, recursive::Bool, id::Nothing, strict::Bool, dup::Bool, static::Nothing, load::Bool, seed::Bool, marks::Bool, tag::Vector{Symbol}, spin::Bool, clear::Bool)  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1186  [4] kwcall(::@NamedTuple{recursive::Bool, stats::Bool, spin::Bool}, ::typeof(InlineTest.retest), ::Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}, ::Vararg{Union{Regex, AbstractString, Integer, Module, Symbol, Tuple, ReTest.Pattern, AbstractArray, Pair{Module, <:Union{Regex, AbstractString, Integer, Symbol, Tuple, ReTest.Pattern, AbstractArray}}}})  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:750  [5] #137  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:26 [inlined]  [6] redirect_stdio(f::ReTest.var"#137#138"; stdin::Nothing, stderr::Pipe, stdout::Pipe)  @ Base ./stream.jl:1449  [7] kwcall(::@NamedTuple{stderr::Pipe, stdout::Pipe}, ::typeof(redirect_stdio), f::Function)  @ Base ./stream.jl:1412  [8] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:25 [inlined]  [9] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:73 [inlined]  [10] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:23 [inlined]  [11] macro expansion  @ ~/.julia/packages/PrecompileTools/gn08A/src/workloads.jl:121 [inlined]  [12] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:118  [13] include(mapexpr::Function, mod::Module, _path::String)  @ Base ./Base.jl:310  [14] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1751  [15] include(mod::Module, _path::String)  @ Base ./Base.jl:309  [16] 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::Nothing)  @ Base ./loading.jl:3148  [17] top-level scope  @ stdin:5  [18] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [19] include_string(mapexpr::typeof(identity), mod::Module, code::String, filename::String)  @ Base ./loading.jl:2994  [20] include_string  @ ./loading.jl:3004 [inlined]  [21] exec_options(opts::Base.JLOptions)  @ Base ./client.jl:342  [22] _start()  @ Base ./client.jl:577   nested task error: TaskFailedException   nested task error: UndefVarError: `push_testset` not defined in `ReTest.Testset`  Suggestion: this global was defined as `Test.push_testset` but not assigned a value.  Stacktrace:  [1] top-level scope  @ ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:517  [2] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/precompile.jl:12 [inlined]  [3] macro expansion  @ ~/.julia/packages/ReTest/3Ikse/src/testset.jl:517 [inlined]  [4] eval(m::Module, e::Any)  @ Core ./boot.jl:489  [5] (::ReTest.var"#110#111"{ReTest.Testset.Format})(mod::Module, ts::ReTest.TestsetExpr, pat::ReTest.And, chan::@NamedTuple{out::Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, compute::Channel{Nothing}, preview::Nothing})  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1154  [6] #local_remotecall_thunk##0  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:425 [inlined]  [7] run_work_thunk(thunk::Distributed.var"#local_remotecall_thunk##0#local_remotecall_thunk##1"{ReTest.var"#110#111"{ReTest.Testset.Format}, Tuple{Module, ReTest.TestsetExpr, ReTest.And, @NamedTuple{out::Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, compute::Channel{Nothing}, preview::Nothing}}, @Kwargs{}}, print_error::Bool)  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/process_messages.jl:70  [8] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{})  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:450  [9] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:449 [inlined]  [10] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:492 [inlined]  [11] (::ReTest.var"#106#107"{Int64, ReTest.Testset.Format, Nothing, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1151  Stacktrace:  [1] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{})  @ Distributed /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:451  [2] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:449 [inlined]  [3] remotecall_fetch  @ /opt/julia/share/julia/stdlib/v1.14/Distributed/src/remotecall.jl:492 [inlined]  [4] (::ReTest.var"#106#107"{Int64, ReTest.Testset.Format, Nothing, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1151  Stacktrace:  [1] sync_end(c::Channel{Any})  @ Base ./task.jl:607  [2] macro expansion  @ ./task.jl:640 [inlined]  [3] (::ReTest.var"#96#97"{Bool, ReTest.Testset.Format, Bool, Base.RefValue{Int64}, Bool, ReTest.var"#take_latest!#91", Nothing, ReentrantLock, Bool, ReTest.Testset.ReTestSet, Base.Threads.Atomic{Bool}, Base.RefValue{Exception}, Channel{Nothing}, Distributed.RemoteChannel{Channel{Union{Nothing, ReTest.Testset.ReTestSet}}}, Vector{Any}, ReTest.And, Module})()  @ ReTest ~/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1104 in expression starting at /home/pkgeval/.julia/packages/ReTest/3Ikse/src/precompile.jl:19 in expression starting at /home/pkgeval/.julia/packages/ReTest/3Ikse/src/ReTest.jl:1 in expression starting at stdin:5 1 dependency had output during precompilation: ┌ ReTest │ [Output was shown above] └ ERROR: The following 1 package failed to precompile: ReTest Failed to precompile ReTest [e0db7c4e-2690-44b9-bad6-7687da720f89] to "/home/pkgeval/.julia/compiled/v1.14/ReTest/jl_TLsTc1" (ProcessExited(1)). Loading failed after 22.14s ERROR: LoadError: failed process: Process(`/opt/julia/bin/julia -C native -J/opt/julia/lib/julia/sys.so -g1 --check-bounds=yes --inline=yes --pkgimages=existing -e 'using ReTest'`, ProcessExited(1)) [1] Stacktrace: [1] pipeline_error @ ./process.jl:611 [inlined] [2] run(::Cmd; wait::Bool) @ Base ./process.jl:526 [3] run(::Cmd) @ Base ./process.jl:523 [4] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:193 [5] include(mod::Module, _path::String) @ Base ./Base.jl:309 [6] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [7] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:184 PkgEval failed after 71.86s: package fails to precompile