Package evaluation of CodeInfoTools on Julia 1.10.9 (96dc2d8c45*) started at 2025-06-06T11:19:01.688 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 5.2s ################################################################################ # Installation # Installing CodeInfoTools... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [bc773b8a] + CodeInfoTools v0.3.5 Updating `~/.julia/environments/v1.10/Manifest.toml` [bc773b8a] + CodeInfoTools v0.3.5 Installation completed after 3.87s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 10.42s ################################################################################ # Testing # Testing CodeInfoTools Status `/tmp/jl_bJ74te/Project.toml` [bc773b8a] CodeInfoTools v0.3.5 [8dfed614] Test Status `/tmp/jl_bJ74te/Manifest.toml` [bc773b8a] CodeInfoTools v0.3.5 [2a0f44e3] Base64 [b77e0a4c] InteractiveUtils [56ddb016] Logging [d6f4376e] Markdown [9a3f8284] Random [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization [8dfed614] Test Testing Running tests... Test Summary: | Pass Total Time Canvas -- push! | 21 21 0.2s Test Summary: | Pass Total Time Canvas -- insert! | 22 22 0.0s Test Summary: | Pass Total Time Canvas -- delete! | 10 10 0.3s Test Summary: | Pass Total Time Canvas -- setindex! | 6 6 0.0s %2 = (+)(10, 10) %3 = (+)(15, 15) %5 = (+)(25, 25) %1 = (+)(5, 5) %1 = (+)(10, 10) %2 = (+)(15, 15) %3 = (+)(25, 25) %4 = (+)(5, 5) Test Summary: | Pass Total Time Canvas -- renumber | 5 5 6.3s Test Summary: |Time Canvas -- misc. | None 0.0s CodeInfoTools.Statement{Expr}(:(_5 = (+)(10, _2)), Union{}) CodeInfoTools.Statement{Expr}(:(_4 = (+)(20, _5)), Union{}) CodeInfoTools.Statement{Expr}(:(_3 = (+)(20, _4)), Union{}) CodeInfoTools.Statement{Expr}(:((+)(_3, 50)), Union{}) CodeInfoTools.Statement{Core.ReturnNode}(:(return %4), Union{}) Test Summary: | Pass Total Time Builder -- iterate | 23 23 5.3s Test Summary: | Pass Total Time Builder -- setindex! | 8 8 1.9s Test Summary: | Pass Total Time Builder -- push! | 8 8 0.1s Test Summary: | Pass Total Time Builder -- pushfirst! | 6 6 0.1s 1: (Symbol("#self#"), :x, :q, :z, :y) %1 = _5 = (+)(10, _2) %2 = _4 = (+)(20, _5) %3 = _3 = (+)(20, _4) %4 = (+)(_3, 50) %5 = return %4 1: (Symbol("#self#"), :x, :q, :z, :y) %2 = _4 = (+)(20, _5) %3 = _3 = (+)(20, _4) %4 = (+)(_3, 50) %5 = return %4 1: (Symbol("#self#"), :x, :q, :z, :y) %6 = (rand)() %2 = _4 = (+)(20, _5) %3 = _3 = (+)(20, _4) %4 = (+)(_3, 50) %5 = return %4 %1 = (rand)() %2 = _4 = (+)(20, _5) %3 = _3 = (+)(20, _4) %4 = (+)(_3, 50) %5 = return %4 CodeInfo( @ /home/pkgeval/.julia/packages/CodeInfoTools/9Irs5/test/builder.jl:6 within `f` 1 ─ (rand)() │ z = (+)(20, y) │ q = (+)(20, z) │ %4 = (+)(q, 50) └── return %4 ) Test Summary: |Time Builder -- delete! | None 3.0s Evaluation - slots = (#self): Test Failed at /home/pkgeval/.julia/packages/CodeInfoTools/9Irs5/test/evaluation.jl:13 Expression: thunk() == fn() Evaluated: 120 == CodeInfo( @ /home/pkgeval/.julia/packages/CodeInfoTools/9Irs5/test/evaluation.jl:6 within `thunk` 1 ─ return 120 ) Stacktrace: [1] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:672 [inlined] [2] macro expansion @ ~/.julia/packages/CodeInfoTools/9Irs5/test/evaluation.jl:13 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.10/Test/src/Test.jl:1577 [inlined] [4] top-level scope @ ~/.julia/packages/CodeInfoTools/9Irs5/test/evaluation.jl:10 Test Summary: | Fail Total Time Evaluation - slots = (#self) | 1 1 4.9s ERROR: LoadError: Some tests did not pass: 0 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/CodeInfoTools/9Irs5/test/evaluation.jl:9 in expression starting at /home/pkgeval/.julia/packages/CodeInfoTools/9Irs5/test/runtests.jl:1 Testing failed after 32.33s ERROR: LoadError: Package CodeInfoTools 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 57.95s: package has test failures