Package evaluation of AdaptiveKDTrees on Julia 1.12.0-rc2.1 (084dab1917*) started at 2025-09-12T01:59:59.061 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.21s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.12/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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+1 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.27s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Dtulpm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_Dtulpm/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+1 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.640160 seconds (4.25 M allocations: 852.039 MiB, 29.15% gc time, 1.43% compilation time) 3.452862 seconds (4.23 M allocations: 851.003 MiB, 28.86% gc time) 3.246731 seconds (4.23 M allocations: 851.009 MiB, 20.13% gc time) 3.418711 seconds (4.23 M allocations: 851.062 MiB, 31.97% gc time) 3.089812 seconds (4.23 M allocations: 851.149 MiB, 20.94% gc time) [ Info: Evaluation of a single point 0.024562 seconds (377 allocations: 11.953 KiB, 98.64% compilation time) 0.000087 seconds (295 allocations: 7.141 KiB) 0.000087 seconds (295 allocations: 7.141 KiB) 0.000088 seconds (295 allocations: 7.141 KiB) 0.000103 seconds (295 allocations: 7.141 KiB) [ Info: Find point closest to all in dataset 34.185328 seconds (280.67 M allocations: 7.013 GiB, 5.87% gc time, 2.90% compilation time) 32.837501 seconds (279.94 M allocations: 6.973 GiB, 4.98% gc time, 0.60% compilation time) 32.464236 seconds (279.94 M allocations: 6.973 GiB, 4.82% gc time, 0.58% compilation time) 33.375240 seconds (279.94 M allocations: 6.973 GiB, 5.80% gc time, 0.59% compilation time) 33.064186 seconds (279.94 M allocations: 6.973 GiB, 4.93% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.710067 seconds (5.54 M allocations: 1020.051 MiB, 20.07% gc time) 3.845211 seconds (5.54 M allocations: 1020.214 MiB, 29.76% gc time) 3.717508 seconds (5.54 M allocations: 1020.139 MiB, 21.39% gc time) 3.661243 seconds (5.54 M allocations: 1020.276 MiB, 22.81% gc time) 3.566111 seconds (5.54 M allocations: 1020.211 MiB, 22.06% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000117 seconds (204 allocations: 5.734 KiB) 0.000086 seconds (204 allocations: 5.734 KiB) 0.000072 seconds (204 allocations: 5.734 KiB) 0.000072 seconds (204 allocations: 5.734 KiB) 0.000081 seconds (204 allocations: 5.734 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.65s PkgEval succeeded after 268.53s