Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1324 (c1d413cf8a*) started at 2025-10-17T15:46:04.173 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.19s ################################################################################ # 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.15.0+0 Installation completed after 1.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_tY8A2g/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_tY8A2g/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 3.369560 seconds (4.25 M allocations: 851.924 MiB, 24.18% gc time, 2.15% compilation time) 3.835869 seconds (4.23 M allocations: 850.965 MiB, 36.82% gc time) 3.334322 seconds (4.23 M allocations: 850.942 MiB, 24.99% gc time) 2.881610 seconds (4.23 M allocations: 850.940 MiB, 21.94% gc time) 2.948081 seconds (4.23 M allocations: 850.955 MiB, 22.28% gc time) [ Info: Evaluation of a single point 0.012993 seconds (568 allocations: 14.656 KiB, 98.33% compilation time) 0.000115 seconds (530 allocations: 12.547 KiB) 0.000106 seconds (530 allocations: 12.547 KiB) 0.000108 seconds (530 allocations: 12.547 KiB) 0.000118 seconds (530 allocations: 12.547 KiB) [ Info: Find point closest to all in dataset 34.827381 seconds (279.63 M allocations: 6.992 GiB, 5.65% gc time, 3.03% compilation time) 33.020029 seconds (277.96 M allocations: 6.914 GiB, 6.00% gc time, 0.58% compilation time) 32.842120 seconds (277.96 M allocations: 6.914 GiB, 4.93% gc time, 0.62% compilation time) 33.149160 seconds (277.96 M allocations: 6.914 GiB, 4.79% gc time, 0.62% compilation time) 33.665970 seconds (277.96 M allocations: 6.914 GiB, 5.80% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.397048 seconds (5.54 M allocations: 1020.197 MiB, 24.01% gc time) 3.650474 seconds (5.54 M allocations: 1020.255 MiB, 23.82% gc time) 3.708795 seconds (5.54 M allocations: 1020.249 MiB, 30.68% gc time) 3.559344 seconds (5.54 M allocations: 1020.367 MiB, 24.02% gc time) 3.631137 seconds (5.54 M allocations: 1020.304 MiB, 24.51% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000126 seconds (207 allocations: 6.000 KiB) 0.000095 seconds (207 allocations: 6.000 KiB) 0.000095 seconds (207 allocations: 6.000 KiB) 0.000070 seconds (207 allocations: 6.000 KiB) 0.000091 seconds (207 allocations: 6.000 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.9s PkgEval succeeded after 269.56s