Package evaluation to test CartesianGeneticProgramming on Julia 1.14.0-DEV.1741 (f7ebeb5678*) started at 2026-02-19T15:12:17.259 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.47s ################################################################################ # Installation # Installing CartesianGeneticProgramming... Resolving package versions... Installed Libiconv_jll ──────────────── v1.18.0+0 Installed YAML ──────────────────────── v0.4.16 Installed Statistics ────────────────── v1.11.1 Installed JLLWrappers ───────────────── v1.7.1 Installed Preferences ───────────────── v1.5.1 Installed Formatting ────────────────── v0.4.3 Installed PrecompileTools ───────────── v1.3.3 Installed StringEncodings ───────────── v0.3.7 Installed Parsers ───────────────────── v2.8.3 Installed JSON ──────────────────────── v0.21.4 Installed CartesianGeneticProgramming ─ v0.1.0 Installed Cambrian ──────────────────── v0.2.1 Installing 1 artifacts Installed artifact Libiconv 1.9 MiB Updating `~/.julia/environments/v1.14/Project.toml` [a58c8383] + CartesianGeneticProgramming v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [7f27c84d] + Cambrian v0.2.1 [a58c8383] + CartesianGeneticProgramming v0.1.0 [59287772] + Formatting v0.4.3 [692b3bcd] + JLLWrappers v1.7.1 ⌅ [682c06a0] + JSON v0.21.4 [69de0a69] + Parsers v2.8.3 [aea7be01] + PrecompileTools v1.3.3 [21216c6a] + Preferences v1.5.1 [10745b16] + Statistics v1.11.1 [69024149] + StringEncodings v0.3.7 [ddb6d928] + YAML v0.4.16 [94ce4f54] + Libiconv_jll v1.18.0+0 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [8ba89e20] + Distributed v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [ac6e5ff7] + JuliaSyntaxHighlighting v1.13.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [a63ad114] + Mmap v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v1.0.0 [9e88b42a] + Serialization v1.11.0 [1a1011a3] + SharedArrays v1.11.0 [6462fe0b] + Sockets v1.11.0 [f489334b] + StyledStrings v1.13.0 [fa267f1f] + TOML v1.0.3 [8dfed614] + Test v1.11.0 [cf7118a7] + UUIDs v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. To see why use `status --outdated -m` Installation completed after 7.55s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 4701.9 ms ✓ TestEnv 1 dependency successfully precompiled in 5 seconds. 27 already precompiled. Precompiling package dependencies... Precompiling packages... 1151.1 ms ✓ Statistics ┌ Warning: DEPRECATION NOTICE │ │ Formatting.jl has been unmaintained for a while, with some serious │ correctness bugs compromising the original purpose of the package. As a result, │ it has been deprecated - consider using an alternative, such as │ `Format.jl` (https://github.com/JuliaString/Format.jl) or the `Printf` stdlib directly. │ │ If you are not using Formatting.jl as a direct dependency, please consider │ opening an issue on any packages you are using that do use it as a dependency. │ From Julia 1.9 onwards, you can query `]why Formatting` to figure out which │ package originally brings it in as a dependency. └ @ Formatting ~/.julia/packages/Formatting/3VxOt/src/Formatting.jl:12 1212.6 ms ✓ Formatting 1169.6 ms ✓ Preferences 1206.8 ms ✓ JLLWrappers 961.5 ms ✓ PrecompileTools 1463.5 ms ✓ Libiconv_jll 17640.4 ms ✓ Parsers 1115.4 ms ✓ StringEncodings 4036.0 ms ✓ JSON 2691.7 ms ✓ YAML 1373.2 ms ✓ Cambrian WARNING: Method definition get_config(Base.Dict{K, V} where V where K) in module Cambrian at /home/pkgeval/.julia/packages/Cambrian/pcP88/src/config.jl:16 overwritten in module CartesianGeneticProgramming at /home/pkgeval/.julia/packages/CartesianGeneticProgramming/iGj7W/src/config.jl:5. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 777.3 ms ? CartesianGeneticProgramming 11 dependencies successfully precompiled in 35 seconds. 16 already precompiled. 1 dependencies failed but may be precompilable after restarting julia 2 dependencies had output during precompilation: ┌ CartesianGeneticProgramming │ WARNING: Method definition get_config(Base.Dict{K, V} where V where K) in module Cambrian at /home/pkgeval/.julia/packages/Cambrian/pcP88/src/config.jl:16 overwritten in module CartesianGeneticProgramming at /home/pkgeval/.julia/packages/CartesianGeneticProgramming/iGj7W/src/config.jl:5. │ ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. └ ┌ Formatting │ ┌ Warning: DEPRECATION NOTICE │ │ │ │ Formatting.jl has been unmaintained for a while, with some serious │ │ correctness bugs compromising the original purpose of the package. As a result, │ │ it has been deprecated - consider using an alternative, such as │ │ `Format.jl` (https://github.com/JuliaString/Format.jl) or the `Printf` stdlib directly. │ │ │ │ If you are not using Formatting.jl as a direct dependency, please consider │ │ opening an issue on any packages you are using that do use it as a dependency. │ │ From Julia 1.9 onwards, you can query `]why Formatting` to figure out which │ │ package originally brings it in as a dependency. │ └ @ Formatting ~/.julia/packages/Formatting/3VxOt/src/Formatting.jl:12 └ Precompilation completed after 61.93s ################################################################################ # Testing # Testing CartesianGeneticProgramming Status `/tmp/jl_qjpFGB/Project.toml` [7f27c84d] Cambrian v0.2.1 [a58c8383] CartesianGeneticProgramming v0.1.0 ⌅ [682c06a0] JSON v0.21.4 [ddb6d928] YAML v0.4.16 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_qjpFGB/Manifest.toml` [7f27c84d] Cambrian v0.2.1 [a58c8383] CartesianGeneticProgramming v0.1.0 [59287772] Formatting v0.4.3 [692b3bcd] JLLWrappers v1.7.1 ⌅ [682c06a0] JSON v0.21.4 [69de0a69] Parsers v2.8.3 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [10745b16] Statistics v1.11.1 [69024149] StringEncodings v0.3.7 [ddb6d928] YAML v0.4.16 [94ce4f54] Libiconv_jll v1.18.0+0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [8ba89e20] Distributed v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [a63ad114] Mmap v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [1a1011a3] SharedArrays v1.11.0 [6462fe0b] Sockets v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [cf7118a7] UUIDs v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Info Packages marked with ⌅ have new versions available but compatibility constraints restrict them from upgrading. Testing Running tests... WARNING: Method definition get_config(Base.Dict{K, V} where V where K) in module Cambrian at /home/pkgeval/.julia/packages/Cambrian/pcP88/src/config.jl:16 overwritten in module CartesianGeneticProgramming at /home/pkgeval/.julia/packages/CartesianGeneticProgramming/iGj7W/src/config.jl:5. ERROR: Method overwriting is not permitted during Module precompilation. Use `__precompile__(false)` to opt-out of precompilation. 1 dependency had output during precompilation: ┌ CartesianGeneticProgramming │ [Output was shown above] └ WARNING: Method definition get_config(Base.Dict{K, V} where V where K) in module Cambrian at /home/pkgeval/.julia/packages/Cambrian/pcP88/src/config.jl:16 overwritten in module CartesianGeneticProgramming at /home/pkgeval/.julia/packages/CartesianGeneticProgramming/iGj7W/src/config.jl:5. Test Summary: | Pass Total Time Mathematical functions | 448 448 3.4s Test Summary: | Pass Total Time Logical functions | 128 128 0.6s Test Summary: | Pass Total Time CGPInd construction | 51 51 20.0s Test Summary: | Pass Total Time Processing | 28 28 3.1s Test Summary: | Pass Total Time Mutation | 7 7 4.6s Evolution step for symbolic regression 0.000212 seconds (746 allocations: 49.594 KiB) elapsed time (ns): 211608.0 gc time (ns): 0 bytes allocated: 50784 pool allocs: 746 non-pool GC allocs: 0 minor collections: 0 full collections: 0 Final fitness: -0.0013535418253817794 Test Summary: | Pass Total Time Symbolic Regression Evolution | 6 6 6.6s Testing CartesianGeneticProgramming tests passed Testing completed after 54.35s PkgEval succeeded after 147.99s