Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.971 (04e26c5eae*) started at 2025-08-10T11:38:22.226 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.69s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.13/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.13.1+0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.25s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_iNbiKH/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_iNbiKH/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.394729 seconds (4.25 M allocations: 852.064 MiB, 26.48% gc time, 1.98% compilation time) 3.181002 seconds (4.23 M allocations: 851.087 MiB, 27.98% gc time) 3.081425 seconds (4.23 M allocations: 851.088 MiB, 21.80% gc time) 3.140435 seconds (4.23 M allocations: 851.113 MiB, 28.12% gc time) 2.993481 seconds (4.23 M allocations: 851.091 MiB, 20.73% gc time) [ Info: Evaluation of a single point 0.011788 seconds (244 allocations: 7.047 KiB, 98.43% compilation time) 0.000075 seconds (206 allocations: 4.891 KiB) 0.000069 seconds (206 allocations: 4.891 KiB) 0.000064 seconds (206 allocations: 4.891 KiB) 0.000070 seconds (206 allocations: 4.891 KiB) [ Info: Find point closest to all in dataset 33.239904 seconds (279.82 M allocations: 7.000 GiB, 5.88% gc time, 2.98% compilation time) 32.169921 seconds (278.16 M allocations: 6.920 GiB, 5.02% gc time, 0.60% compilation time) 32.113983 seconds (278.16 M allocations: 6.920 GiB, 4.96% gc time, 0.60% compilation time) 32.278347 seconds (278.16 M allocations: 6.920 GiB, 5.95% gc time, 0.58% compilation time) 32.633871 seconds (278.16 M allocations: 6.920 GiB, 4.95% gc time, 0.56% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.483030 seconds (5.54 M allocations: 1020.187 MiB, 20.10% gc time) 3.737835 seconds (5.54 M allocations: 1020.186 MiB, 29.20% gc time) 3.568121 seconds (5.54 M allocations: 1020.212 MiB, 19.96% gc time) 3.447543 seconds (5.54 M allocations: 1020.205 MiB, 22.11% gc time) 3.436689 seconds (5.54 M allocations: 1020.245 MiB, 22.32% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.067060 seconds (18.79 k allocations: 1.022 MiB, 99.51% compilation time) 0.000093 seconds (271 allocations: 8.234 KiB) 0.000092 seconds (271 allocations: 8.234 KiB) 0.000113 seconds (271 allocations: 8.234 KiB) 0.000099 seconds (271 allocations: 8.234 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 224.59s PkgEval succeeded after 259.9s