Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.449 (8d6b63c3a6*) started at 2025-04-28T23:11:36.173 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.16s ################################################################################ # 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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 0.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.5s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_wmzNbN/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_wmzNbN/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.548041 seconds (4.25 M allocations: 852.028 MiB, 30.00% gc time, 1.86% compilation time) 3.332333 seconds (4.23 M allocations: 851.018 MiB, 29.94% gc time) 3.039754 seconds (4.23 M allocations: 851.036 MiB, 21.75% gc time) 2.824254 seconds (4.23 M allocations: 851.117 MiB, 22.91% gc time) 2.826682 seconds (4.23 M allocations: 851.175 MiB, 22.14% gc time) [ Info: Evaluation of a single point 0.008329 seconds (251 allocations: 7.531 KiB, 97.71% compilation time) 0.000076 seconds (213 allocations: 5.375 KiB) 0.000071 seconds (213 allocations: 5.375 KiB) 0.000072 seconds (213 allocations: 5.375 KiB) 0.000071 seconds (213 allocations: 5.375 KiB) [ Info: Find point closest to all in dataset 34.439909 seconds (269.48 M allocations: 6.744 GiB, 5.64% gc time, 4.02% compilation time) 32.950128 seconds (268.81 M allocations: 6.709 GiB, 5.80% gc time, 0.59% compilation time) 32.303762 seconds (268.81 M allocations: 6.709 GiB, 4.85% gc time, 0.62% compilation time) 31.503051 seconds (268.81 M allocations: 6.709 GiB, 5.94% gc time, 0.61% compilation time) 30.189323 seconds (268.81 M allocations: 6.709 GiB, 5.02% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.414284 seconds (5.54 M allocations: 1020.102 MiB, 22.08% gc time) 3.611766 seconds (5.54 M allocations: 1020.140 MiB, 27.98% gc time) 3.487054 seconds (5.54 M allocations: 1020.116 MiB, 22.41% gc time) 3.471113 seconds (5.54 M allocations: 1020.163 MiB, 23.46% gc time) 3.477678 seconds (5.54 M allocations: 1020.121 MiB, 20.87% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000132 seconds (299 allocations: 8.734 KiB) 0.000108 seconds (299 allocations: 8.734 KiB) 0.000105 seconds (299 allocations: 8.734 KiB) 0.000109 seconds (299 allocations: 8.734 KiB) 0.000213 seconds (299 allocations: 8.734 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 224.43s PkgEval succeeded after 258.68s