Package evaluation to test CRHorizons on Julia 1.11.8 (29b3528cce*) started at 2026-01-20T01:05:12.901 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.11` Set-up completed after 9.03s ################################################################################ # Installation # Installing CRHorizons... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [d359ef98] + CRHorizons v0.1.2 Updating `~/.julia/environments/v1.11/Manifest.toml` [d359ef98] + CRHorizons v0.1.2 [de92ec2b] + EventNotifiers v1.0.3 [ed54f85f] + GDMathLib v1.3.1 [2904b71e] + NodeTree v1.0.2 [189a3867] + Reexport v1.2.2 Installation completed after 1.26s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1907.3 ms ✓ GDMathLib 2223.0 ms ? CRHorizons 1 dependency successfully precompiled in 4 seconds. 3 already precompiled. 1 dependencies failed but may be precompilable after restarting julia 1 dependency had output during precompilation: ┌ CRHorizons │ WARNING: Method definition DrawRect2D(CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ Precompilation completed after 15.03s ################################################################################ # Testing # Testing CRHorizons Status `/tmp/jl_JDJQFx/Project.toml` [d359ef98] CRHorizons v0.1.2 [de92ec2b] EventNotifiers v1.0.3 [ed54f85f] GDMathLib v1.3.1 [2904b71e] NodeTree v1.0.2 [189a3867] Reexport v1.2.2 Status `/tmp/jl_JDJQFx/Manifest.toml` [d359ef98] CRHorizons v0.1.2 [de92ec2b] EventNotifiers v1.0.3 [ed54f85f] GDMathLib v1.3.1 [2904b71e] NodeTree v1.0.2 [189a3867] Reexport v1.2.2 Testing Running tests... Precompiling CRHorizons... Info Given CRHorizons was explicitly requested, output will be shown live  WARNING: Method definition DrawRect2D(CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 2372.9 ms ? CRHorizons WARNING: Method definition DrawRect2D(CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. WARNING: Method definition DrawRect2D(CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. WARNING: Method definition DrawRect2D(CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(CRHorizons.DrawRect2D), CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. WARNING: Method definition kwcall(NamedTuple{names, T} where T<:Tuple where names, typeof(CRHorizons.DrawRect2D), CRHorizons.HRenderer{R, T, N} where N where T where R, Any, Any, Any, Any) in module CRHorizons at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:78 overwritten at /home/pkgeval/.julia/packages/CRHorizons/OzE56/src/Commands.jl:83. ERROR: LoadError: ArgumentError: Package Test not found in current path. - Run `import Pkg; Pkg.add("Test")` to install the Test package. Stacktrace: [1] macro expansion @ ./loading.jl:2296 [inlined] [2] macro expansion @ ./lock.jl:273 [inlined] [3] __require(into::Module, mod::Symbol) @ Base ./loading.jl:2271 [4] #invoke_in_world#3 @ ./essentials.jl:1089 [inlined] [5] invoke_in_world @ ./essentials.jl:1086 [inlined] [6] require(into::Module, mod::Symbol) @ Base ./loading.jl:2260 [7] include(fname::String) @ Main ./sysimg.jl:38 [8] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/CRHorizons/OzE56/test/runtests.jl:2 Testing failed after 18.78s ERROR: LoadError: Package CRHorizons errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [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.11/Pkg/src/Operations.jl:2128 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2011 [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::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 55.38s: package is using an unknown package