Package evaluation of Mjolnir on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T11:49:59.570 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.4s ################################################################################ # Installation # Installing Mjolnir... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [1154507a] + Mjolnir v0.2.1 Updating `~/.julia/environments/v1.10/Manifest.toml` [7869d1d1] + IRTools v0.4.14 [1914dd2f] + MacroTools v0.5.16 [1154507a] + Mjolnir v0.2.1 [2a0f44e3] + Base64 [b77e0a4c] + InteractiveUtils [d6f4376e] + Markdown Installation completed after 4.22s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.75s ################################################################################ # Testing # Testing Mjolnir Status `/tmp/jl_c1l7zE/Project.toml` [7869d1d1] IRTools v0.4.14 [1914dd2f] MacroTools v0.5.16 [1154507a] Mjolnir v0.2.1 [8dfed614] Test Status `/tmp/jl_c1l7zE/Manifest.toml` [7869d1d1] IRTools v0.4.14 [1914dd2f] MacroTools v0.5.16 [1154507a] Mjolnir v0.2.1 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... Trace: Error During Test at /home/pkgeval/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:5 Got exception outside of a @test LoadError: Tracing Error: UndefVarError: `isgenerated` not defined in Tuple{typeof(f), Int64, Int64} Stacktrace: [1] trace(::Any, ::Any, ::Vararg{Any}) @ Mjolnir ~/.julia/packages/Mjolnir/7FUVN/src/trace.jl:268 [2] top-level scope @ ~/.julia/packages/Mjolnir/7FUVN/test/trace.jl:19 [3] include(fname::String) @ Base.MainInclude ./client.jl:494 [4] macro expansion @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:6 [inlined] [5] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [6] macro expansion @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:6 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [8] top-level scope @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:5 [9] include(fname::String) @ Base.MainInclude ./client.jl:494 [10] top-level scope @ none:6 [11] eval @ ./boot.jl:385 [inlined] [12] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [13] _start() @ Base ./client.jl:557 in expression starting at /home/pkgeval/.julia/packages/Mjolnir/7FUVN/test/trace.jl:19 caused by: UndefVarError: `isgenerated` not defined Stacktrace: [1] getir(::Mjolnir.Trace, ::Any, ::Vararg{Any}) @ Mjolnir ~/.julia/packages/Mjolnir/7FUVN/src/trace.jl:16 [2] tracecall!(::Mjolnir.Trace, ::Any, ::Any, ::Vararg{Any}) @ Mjolnir ~/.julia/packages/Mjolnir/7FUVN/src/trace.jl:228 [3] trace(::Any, ::Any, ::Vararg{Any}) @ Mjolnir ~/.julia/packages/Mjolnir/7FUVN/src/trace.jl:263 [4] top-level scope @ ~/.julia/packages/Mjolnir/7FUVN/test/trace.jl:19 [5] include(fname::String) @ Base.MainInclude ./client.jl:494 [6] macro expansion @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:6 [inlined] [7] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [8] macro expansion @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:6 [inlined] [9] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [10] top-level scope @ ~/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:5 [11] include(fname::String) @ Base.MainInclude ./client.jl:494 [12] top-level scope @ none:6 [13] eval @ ./boot.jl:385 [inlined] [14] exec_options(opts::Base.JLOptions) @ Base ./client.jl:296 [15] _start() @ Base ./client.jl:557 Test Summary: | Pass Error Total Time Mjolnir | 3 1 4 32.8s Trace | 3 1 4 32.7s ERROR: LoadError: Some tests did not pass: 3 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Mjolnir/7FUVN/test/runtests.jl:3 Testing failed after 38.06s ERROR: LoadError: Package Mjolnir errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Types.jl:70 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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.10/Pkg/src/Operations.jl:2034 [3] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/Operations.jl:1915 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.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::Base.PipeEndpoint}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:444 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::Base.PipeEndpoint, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.10/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 70.3s: package tests unexpectedly errored