Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.923 (d2bbd0af86*) started at 2025-07-30T10:34:05.330 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.26s ################################################################################ # 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.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.6s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_pqmBzv/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_pqmBzv/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.737780 seconds (4.25 M allocations: 852.020 MiB, 27.46% gc time, 1.68% compilation time) 3.577054 seconds (4.23 M allocations: 851.027 MiB, 28.93% gc time) 3.376404 seconds (4.23 M allocations: 851.097 MiB, 20.90% gc time) 3.108882 seconds (4.23 M allocations: 851.161 MiB, 20.47% gc time) 3.198782 seconds (4.23 M allocations: 851.059 MiB, 20.73% gc time) [ Info: Evaluation of a single point 0.021423 seconds (347 allocations: 11.109 KiB, 98.67% compilation time) 0.000087 seconds (271 allocations: 6.797 KiB) 0.000108 seconds (271 allocations: 6.797 KiB) 0.000112 seconds (271 allocations: 6.797 KiB) 0.000107 seconds (271 allocations: 6.797 KiB) [ Info: Find point closest to all in dataset 35.367134 seconds (279.65 M allocations: 6.995 GiB, 5.66% gc time, 4.09% compilation time) 34.470314 seconds (277.99 M allocations: 6.915 GiB, 5.77% gc time, 0.58% compilation time) 34.134532 seconds (277.99 M allocations: 6.915 GiB, 4.88% gc time, 0.60% compilation time) 33.633337 seconds (277.99 M allocations: 6.915 GiB, 4.81% gc time, 0.59% compilation time) 34.031109 seconds (277.99 M allocations: 6.915 GiB, 5.85% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.761972 seconds (5.54 M allocations: 1020.196 MiB, 21.99% gc time) 3.402180 seconds (5.54 M allocations: 1020.204 MiB, 23.75% gc time) 3.880633 seconds (5.54 M allocations: 1020.188 MiB, 26.48% gc time) 3.796288 seconds (5.54 M allocations: 1020.197 MiB, 25.39% gc time) 3.573978 seconds (5.54 M allocations: 1020.190 MiB, 22.19% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000121 seconds (320 allocations: 8.828 KiB) 0.000112 seconds (320 allocations: 8.828 KiB) 0.000100 seconds (320 allocations: 8.828 KiB) 0.000105 seconds (320 allocations: 8.828 KiB) 0.000101 seconds (320 allocations: 8.828 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 237.2s PkgEval succeeded after 273.52s