Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1420 (3d611fddcf*) started at 2025-12-28T12:40:52.284 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.79s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.02s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 Precompilation failed after 13.57s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_X0CFLj/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_X0CFLj/Manifest.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 2.455030 seconds (4.25 M allocations: 851.956 MiB, 38.70% gc time, 2.33% compilation time) 2.679287 seconds (4.23 M allocations: 850.959 MiB, 47.09% gc time) 2.361097 seconds (4.23 M allocations: 850.941 MiB, 39.34% gc time) 2.252625 seconds (4.23 M allocations: 850.943 MiB, 40.81% gc time) 2.121403 seconds (4.23 M allocations: 850.951 MiB, 34.30% gc time) [ Info: Evaluation of a single point 0.019152 seconds (331 allocations: 10.312 KiB, 98.83% compilation time) 0.000093 seconds (255 allocations: 6.094 KiB) 0.000084 seconds (255 allocations: 6.094 KiB) 0.000088 seconds (255 allocations: 6.094 KiB) 0.000084 seconds (255 allocations: 6.094 KiB) [ Info: Find point closest to all in dataset 31.355282 seconds (279.78 M allocations: 6.996 GiB, 5.99% gc time, 2.12% compilation time) 30.943676 seconds (278.12 M allocations: 6.918 GiB, 6.04% gc time, 0.58% compilation time) 29.833892 seconds (278.12 M allocations: 6.918 GiB, 5.11% gc time, 0.66% compilation time) 31.008182 seconds (278.12 M allocations: 6.918 GiB, 4.93% gc time, 0.57% compilation time) 30.779047 seconds (278.12 M allocations: 6.918 GiB, 6.12% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.300874 seconds (5.54 M allocations: 1020.092 MiB, 30.00% gc time) 2.550993 seconds (5.54 M allocations: 1020.094 MiB, 40.04% gc time) 2.657253 seconds (5.54 M allocations: 1020.083 MiB, 37.65% gc time) 2.418707 seconds (5.54 M allocations: 1020.098 MiB, 41.46% gc time) 2.370301 seconds (5.54 M allocations: 1020.086 MiB, 39.84% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000118 seconds (287 allocations: 8.688 KiB) 0.000102 seconds (287 allocations: 8.688 KiB) 0.000091 seconds (287 allocations: 8.688 KiB) 0.000092 seconds (287 allocations: 8.688 KiB) 0.000090 seconds (287 allocations: 8.688 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 205.26s PkgEval succeeded after 241.87s