Package evaluation of AdaptiveKDTrees on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T07:35:11.697 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.18s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.11/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.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.17s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 9.87s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Ow5GFr/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.11.0 Status `/tmp/jl_Ow5GFr/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.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 2.252411 seconds (4.38 M allocations: 857.956 MiB, 26.21% gc time, 2.00% compilation time) 2.060479 seconds (4.36 M allocations: 857.045 MiB, 26.28% gc time) 2.200199 seconds (4.36 M allocations: 857.028 MiB, 29.63% gc time) 1.923811 seconds (4.36 M allocations: 857.025 MiB, 21.66% gc time) 2.181791 seconds (4.36 M allocations: 857.025 MiB, 30.16% gc time) [ Info: Evaluation of a single point 0.007447 seconds (346 allocations: 9.219 KiB, 97.75% compilation time) 0.000076 seconds (312 allocations: 7.703 KiB) 0.000064 seconds (312 allocations: 7.703 KiB) 0.000069 seconds (312 allocations: 7.703 KiB) 0.000063 seconds (312 allocations: 7.703 KiB) [ Info: Find point closest to all in dataset 24.822166 seconds (276.57 M allocations: 7.001 GiB, 8.57% gc time, 2.88% compilation time) 22.405737 seconds (276.04 M allocations: 6.975 GiB, 7.15% gc time, 0.74% compilation time) 24.717823 seconds (276.04 M allocations: 6.975 GiB, 5.77% gc time, 0.59% compilation time) 24.362015 seconds (276.04 M allocations: 6.975 GiB, 5.76% gc time, 0.57% compilation time) 23.030714 seconds (276.04 M allocations: 6.975 GiB, 6.95% gc time, 0.68% compilation time) WARNING: using RangeSearch.add_point! in module Main conflicts with an existing identifier. tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.533495 seconds (5.67 M allocations: 1.002 GiB, 21.72% gc time) 3.247172 seconds (5.67 M allocations: 1.002 GiB, 25.75% gc time) 2.354388 seconds (5.67 M allocations: 1.002 GiB, 23.31% gc time) 2.511779 seconds (5.67 M allocations: 1.002 GiB, 26.96% gc time) 2.338241 seconds (5.67 M allocations: 1.002 GiB, 23.81% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000138 seconds (474 allocations: 14.172 KiB) 0.000105 seconds (474 allocations: 14.172 KiB) 0.000109 seconds (474 allocations: 14.172 KiB) 0.000106 seconds (474 allocations: 14.172 KiB) 0.000109 seconds (474 allocations: 14.172 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 167.87s PkgEval succeeded after 193.88s