Package evaluation to test Invariants on Julia 1.13.0-DEV.1319 (9cddfda8ef*) started at 2025-10-16T12:04:53.831 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.37s ################################################################################ # Installation # Installing Invariants... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [115d0255] + Invariants v0.1.0 Updating `~/.julia/environments/v1.13/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [bd334432] + InlineTest v0.2.0 [115d0255] + Invariants v0.1.0 [69cbffe8] + InvariantsCore v0.1.0 [b718987f] + TextWrap v1.0.2 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.12.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [f489334b] + StyledStrings v1.11.0 [8dfed614] + Test v1.11.0 Installation completed after 0.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 26.8s ################################################################################ # Testing # Testing Invariants Status `/tmp/jl_RQcIJA/Project.toml` [115d0255] Invariants v0.1.0 ⌃ [e0db7c4e] ReTest v0.3.1 [8dfed614] Test v1.11.0 Status `/tmp/jl_RQcIJA/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [bd334432] InlineTest v0.2.0 [115d0255] Invariants v0.1.0 [69cbffe8] InvariantsCore v0.1.0 ⌃ [e0db7c4e] ReTest v0.3.1 [b718987f] TextWrap v1.0.2 [2a0f44e3] Base64 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 v0.7.0 [9e88b42a] Serialization v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Info Packages marked with ⌃ have new versions available and may be upgradable. Testing Running tests... ERROR: LoadError: TaskFailedException Stacktrace: [1] #wait#575 @ ./task.jl:363 [inlined] [2] wait @ ./task.jl:360 [inlined] [3] retest(args::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/QpXE2/src/ReTest.jl:1192 [4] retest(args::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/QpXE2/src/ReTest.jl:746 [5] #runtests#3 @ ~/.julia/packages/InlineTest/NAAjm/src/InlineTest.jl:81 [inlined] [6] runtests() @ Invariants ~/.julia/packages/InlineTest/NAAjm/src/InlineTest.jl:80 [7] top-level scope @ ~/.julia/packages/Invariants/qtlVR/test/runtests.jl:5 [8] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [9] top-level scope @ none:6 [10] eval(m::Module, e::Any) @ Core ./boot.jl:489 [11] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [12] _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/QpXE2/src/ReTest.jl:517 [2] macro expansion @ ~/.julia/packages/Invariants/qtlVR/src/wrapio.jl:65 [inlined] [3] macro expansion @ ~/.julia/packages/ReTest/QpXE2/src/testset.jl:513 [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/QpXE2/src/ReTest.jl:1160 [6] #local_remotecall_thunk##0 @ /opt/julia/share/julia/stdlib/v1.13/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.13/Distributed/src/process_messages.jl:70 [8] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:450 [9] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:449 [inlined] [10] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/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/QpXE2/src/ReTest.jl:1157 Stacktrace: [1] remotecall_fetch(::Function, ::Distributed.LocalProcess, ::Module, ::Vararg{Any}; kwargs::@Kwargs{}) @ Distributed /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:451 [2] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/Distributed/src/remotecall.jl:449 [inlined] [3] remotecall_fetch @ /opt/julia/share/julia/stdlib/v1.13/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/QpXE2/src/ReTest.jl:1157 Stacktrace: [1] sync_end(c::Channel{Any}) @ Base ./task.jl:601 [2] macro expansion @ ./task.jl:634 [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/QpXE2/src/ReTest.jl:1110 in expression starting at /home/pkgeval/.julia/packages/Invariants/qtlVR/test/runtests.jl:5 Testing failed after 52.42s ERROR: LoadError: Package Invariants errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.13/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.13/Pkg/src/Operations.jl:2674 [3] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/Operations.jl:2523 [inlined] [4] 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.13/Pkg/src/API.jl:548 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:525 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.13/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:577 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 108.97s: package tests unexpectedly errored