Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.771 (d887bd21ab*) started at 2025-06-22T11:38:30.923 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.53s ################################################################################ # 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.12.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 0.94s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.19s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_8Ls4dx/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_8Ls4dx/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+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.514012 seconds (4.25 M allocations: 852.195 MiB, 28.07% gc time, 1.95% compilation time) 3.493968 seconds (4.23 M allocations: 851.156 MiB, 28.97% gc time) 3.279126 seconds (4.23 M allocations: 851.226 MiB, 21.53% gc time) 3.121824 seconds (4.23 M allocations: 851.254 MiB, 21.62% gc time) 3.043108 seconds (4.23 M allocations: 851.149 MiB, 20.20% gc time) [ Info: Evaluation of a single point 0.007977 seconds (193 allocations: 5.750 KiB, 97.82% compilation time) 0.000084 seconds (155 allocations: 3.594 KiB) 0.000083 seconds (155 allocations: 3.594 KiB) 0.000086 seconds (155 allocations: 3.594 KiB) 0.000090 seconds (155 allocations: 3.594 KiB) [ Info: Find point closest to all in dataset 36.517418 seconds (279.72 M allocations: 6.997 GiB, 5.47% gc time, 3.61% compilation time) 36.581786 seconds (278.01 M allocations: 6.916 GiB, 5.69% gc time, 0.59% compilation time) 35.433993 seconds (278.01 M allocations: 6.916 GiB, 4.73% gc time, 0.58% compilation time) 34.328633 seconds (278.01 M allocations: 6.916 GiB, 4.71% gc time, 0.59% compilation time) 32.147101 seconds (278.01 M allocations: 6.916 GiB, 5.69% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.132159 seconds (5.54 M allocations: 1020.098 MiB, 21.49% gc time) 3.500590 seconds (5.54 M allocations: 1020.101 MiB, 20.84% gc time) 4.129940 seconds (5.54 M allocations: 1020.100 MiB, 28.01% gc time) 3.767822 seconds (5.54 M allocations: 1020.162 MiB, 22.97% gc time) 3.679891 seconds (5.54 M allocations: 1020.100 MiB, 23.87% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000161 seconds (411 allocations: 12.188 KiB) 0.000137 seconds (411 allocations: 12.188 KiB) 0.000128 seconds (411 allocations: 12.188 KiB) 0.000137 seconds (411 allocations: 12.188 KiB) 0.000132 seconds (411 allocations: 12.188 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 238.16s PkgEval succeeded after 270.53s