Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1184 (441ebf9584*) started at 2025-09-23T23:32:09.964 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.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.13.1+0 Installation completed after 1.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.28s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_HBBL7x/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_HBBL7x/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.680520 seconds (4.25 M allocations: 852.052 MiB, 27.80% gc time, 1.91% compilation time) 3.464077 seconds (4.23 M allocations: 851.063 MiB, 28.25% gc time) 3.345288 seconds (4.23 M allocations: 851.157 MiB, 22.71% gc time) 3.093713 seconds (4.23 M allocations: 851.110 MiB, 22.56% gc time) 3.512708 seconds (4.23 M allocations: 851.099 MiB, 30.85% gc time) [ Info: Evaluation of a single point 0.013099 seconds (203 allocations: 5.844 KiB, 98.75% compilation time) 0.000068 seconds (165 allocations: 3.688 KiB) 0.000059 seconds (165 allocations: 3.688 KiB) 0.000065 seconds (165 allocations: 3.688 KiB) 0.000065 seconds (165 allocations: 3.688 KiB) [ Info: Find point closest to all in dataset 36.778358 seconds (279.73 M allocations: 6.997 GiB, 6.91% gc time, 2.71% compilation time) 33.393623 seconds (278.05 M allocations: 6.917 GiB, 6.02% gc time, 0.57% compilation time) 33.388642 seconds (278.05 M allocations: 6.917 GiB, 5.02% gc time, 0.59% compilation time) 30.809181 seconds (278.05 M allocations: 6.917 GiB, 5.27% gc time, 0.63% compilation time) 33.771430 seconds (278.05 M allocations: 6.917 GiB, 5.95% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.639766 seconds (5.54 M allocations: 1020.180 MiB, 23.29% gc time) 3.689655 seconds (5.54 M allocations: 1020.209 MiB, 23.04% gc time) 4.014183 seconds (5.54 M allocations: 1020.246 MiB, 27.27% gc time) 3.740189 seconds (5.54 M allocations: 1020.166 MiB, 25.81% gc time) 3.331885 seconds (5.54 M allocations: 1020.296 MiB, 23.54% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000110 seconds (291 allocations: 8.266 KiB) 0.000100 seconds (291 allocations: 8.266 KiB) 0.000096 seconds (291 allocations: 8.266 KiB) 0.000103 seconds (291 allocations: 8.266 KiB) 0.000100 seconds (291 allocations: 8.266 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.71s PkgEval succeeded after 273.28s