Package evaluation to test SimpleTraits on Julia 1.14.0-DEV.2373 (cf67ecc88f*) started at 2026-06-13T03:34:19.173 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.68s ################################################################################ # Installation # Installing SimpleTraits... Resolving package versions... Installed SimpleTraits ─ v0.9.6 Installed MacroTools ─── v0.5.16 Updating `~/.julia/environments/v1.14/Project.toml` [699a6c99] + SimpleTraits v0.9.6 Updating `~/.julia/environments/v1.14/Manifest.toml` [1914dd2f] + MacroTools v0.5.16 [699a6c99] + SimpleTraits v0.9.6 [2a0f44e3] + Base64 v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [d6f4376e] + Markdown v1.11.0 [f489334b] + StyledStrings v1.13.0 Installation completed after 1.64s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling project... 6.1 s ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling project... 3.9 s ✓ MacroTools 3.0 s ✓ SimpleTraits 2 dependencies successfully precompiled in 7 seconds. 8 already precompiled. Precompilation completed after 38.0s ################################################################################ # Testing # Testing SimpleTraits Status `/tmp/jl_6QoEHz/Project.toml` [1914dd2f] MacroTools v0.5.16 [699a6c99] SimpleTraits v0.9.6 [b77e0a4c] InteractiveUtils v1.11.0 [d6f4376e] Markdown v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_6QoEHz/Manifest.toml` [1914dd2f] MacroTools v0.5.16 [699a6c99] SimpleTraits v0.9.6 [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 f(X) where {X} in module Main at /home/pkgeval/.julia/packages/SimpleTraits/nEtvW/src/SimpleTraits.jl:332 overwritten on the same line (check for duplicate calls to `include`). typeof(#= /home/pkgeval/.julia/packages/SimpleTraits/nEtvW/test/runtests.jl:231 =# @doc(f13)) = Base.Docs.DocStr Test Failed at /home/pkgeval/.julia/packages/SimpleTraits/nEtvW/test/backtraces.jl:27 Expression: hasline(foo(1), 6) Evaluated: hasline(Union{Ptr{Nothing}, Base.InterpreterIP}[Ptr{Nothing}(0x0000765ab7962bfa), Ptr{Nothing}(0x0000765ab7962c25), Ptr{Nothing}(0x0000765adb461bdb), Ptr{Nothing}(0x0000765adb48684c), Ptr{Nothing}(0x0000765adb48607a), Ptr{Nothing}(0x0000765adb487182), Ptr{Nothing}(0x0000765adb487888), Ptr{Nothing}(0x0000765adb488f50), Base.InterpreterIP in top-level CodeInfo for Main at statement 20, Ptr{Nothing}(0x0000765adb4acb58) … Ptr{Nothing}(0x0000765ac4c5b2cf), Ptr{Nothing}(0x0000765ac4a1573c), Ptr{Nothing}(0x0000765ac759cd03), Ptr{Nothing}(0x0000765adb461bdb), Ptr{Nothing}(0x0000765adb4de90d), Ptr{Nothing}(0x0000765adb4df629), Ptr{Nothing}(0x0000000000401088), Ptr{Nothing}(0x0000765adbe99249), Ptr{Nothing}(0x0000765adbe99304), Ptr{Nothing}(0x00000000004010b8)], 6) ERROR: LoadError: There was an error during testing in expression starting at /home/pkgeval/.julia/packages/SimpleTraits/nEtvW/test/backtraces.jl:27 in expression starting at /home/pkgeval/.julia/packages/SimpleTraits/nEtvW/test/runtests.jl:296 Testing failed after 129.4s ERROR: LoadError: Package SimpleTraits 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 202.7s: package tests unexpectedly errored