Package evaluation to test CRHorizons on Julia 1.10.10 (c8be17dcfd*) started at 2026-02-02T14:16:07.771 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.10` Set-up completed after 4.22s ################################################################################ # Installation # Installing CRHorizons... Resolving package versions... Updating `~/.julia/environments/v1.10/Project.toml` [d359ef98] + CRHorizons v0.1.2 Updating `~/.julia/environments/v1.10/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 2.83s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1736.9 ms ✓ GDMathLib 1437.8 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 9.86s ################################################################################ # Testing # Testing CRHorizons Status `/tmp/jl_eCDCrZ/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_eCDCrZ/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... 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:1845 [inlined] [2] macro expansion @ ./lock.jl:270 [inlined] [3] __require(into::Module, mod::Symbol) @ Base ./loading.jl:1826 [4] #invoke_in_world#3 @ ./essentials.jl:926 [inlined] [5] invoke_in_world @ ./essentials.jl:923 [inlined] [6] require(into::Module, mod::Symbol) @ Base ./loading.jl:1819 [7] include(fname::String) @ Base.MainInclude ./client.jl:487 [8] top-level scope @ none:6 in expression starting at /home/pkgeval/.julia/packages/CRHorizons/OzE56/test/runtests.jl:2 Testing failed after 11.36s ERROR: LoadError: Package CRHorizons 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:223 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 34.79s: package is using an unknown package