Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1176 (573db77327*) started at 2025-09-21T11:43:40.586 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 6.93s ################################################################################ # 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 0.75s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 11.56s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_yztWpG/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_yztWpG/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 2.547970 seconds (4.25 M allocations: 852.022 MiB, 29.42% gc time, 1.98% compilation time) 2.508971 seconds (4.23 M allocations: 851.078 MiB, 33.07% gc time) 2.335022 seconds (4.23 M allocations: 851.036 MiB, 24.32% gc time) 2.476815 seconds (4.23 M allocations: 851.030 MiB, 33.15% gc time) 2.246537 seconds (4.23 M allocations: 851.029 MiB, 24.26% gc time) [ Info: Evaluation of a single point 0.009209 seconds (353 allocations: 9.375 KiB, 98.42% compilation time) 0.000083 seconds (315 allocations: 7.219 KiB) 0.000071 seconds (315 allocations: 7.219 KiB) 0.000069 seconds (315 allocations: 7.219 KiB) 0.000067 seconds (315 allocations: 7.219 KiB) [ Info: Find point closest to all in dataset 24.679792 seconds (279.52 M allocations: 6.991 GiB, 7.06% gc time, 2.83% compilation time) 22.646774 seconds (277.85 M allocations: 6.911 GiB, 6.03% gc time, 0.58% compilation time) 23.009767 seconds (277.85 M allocations: 6.911 GiB, 5.84% gc time, 0.55% compilation time) 23.212275 seconds (277.85 M allocations: 6.911 GiB, 6.94% gc time, 0.55% compilation time) 22.744217 seconds (277.85 M allocations: 6.911 GiB, 5.99% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.424948 seconds (5.54 M allocations: 1020.093 MiB, 25.08% gc time) 2.472009 seconds (5.54 M allocations: 1020.100 MiB, 25.32% gc time) 2.714357 seconds (5.54 M allocations: 1020.111 MiB, 31.28% gc time) 2.501149 seconds (5.54 M allocations: 1020.118 MiB, 26.24% gc time) 2.722298 seconds (5.54 M allocations: 1020.105 MiB, 27.41% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000126 seconds (476 allocations: 14.203 KiB) 0.000123 seconds (476 allocations: 14.203 KiB) 0.000107 seconds (476 allocations: 14.203 KiB) 0.000111 seconds (476 allocations: 14.203 KiB) 0.000121 seconds (476 allocations: 14.203 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 163.18s PkgEval succeeded after 191.95s