Package evaluation of AdaptiveKDTrees on Julia 1.12.0-DEV.1805 (a080deafdd*) started at 2025-03-24T11:28:54.945 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.98s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.12/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.2.0+0 [4536629a] + OpenBLAS_jll v0.3.28+3 [8e850b90] + libblastrampoline_jll v5.11.2+0 Installation completed after 1.13s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 17.28s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_7syjAu/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.11.0 Status `/tmp/jl_7syjAu/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.2.0+0 [4536629a] OpenBLAS_jll v0.3.28+3 [8e850b90] libblastrampoline_jll v5.11.2+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.735106 seconds (4.25 M allocations: 851.929 MiB, 25.60% gc time, 1.35% compilation time) 3.705608 seconds (4.23 M allocations: 851.046 MiB, 27.38% gc time) 3.411402 seconds (4.23 M allocations: 851.042 MiB, 19.29% gc time) 3.206564 seconds (4.23 M allocations: 851.048 MiB, 30.97% gc time) 3.029042 seconds (4.23 M allocations: 851.112 MiB, 20.32% gc time) [ Info: Evaluation of a single point 0.016703 seconds (300 allocations: 7.609 KiB, 98.90% compilation time: 100% of which was recompilation) 0.000084 seconds (272 allocations: 6.391 KiB) 0.000076 seconds (272 allocations: 6.391 KiB) 0.000080 seconds (272 allocations: 6.391 KiB) 0.000079 seconds (272 allocations: 6.391 KiB) [ Info: Find point closest to all in dataset 34.902336 seconds (281.59 M allocations: 7.020 GiB, 6.03% gc time, 2.66% compilation time: 10% of which was recompilation) 33.402162 seconds (277.94 M allocations: 6.913 GiB, 4.88% gc time, 0.54% compilation time) 33.159541 seconds (277.94 M allocations: 6.913 GiB, 4.85% gc time, 0.57% compilation time) 33.426098 seconds (277.94 M allocations: 6.913 GiB, 5.75% gc time, 0.59% compilation time) 32.801323 seconds (277.94 M allocations: 6.913 GiB, 5.01% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.439447 seconds (5.54 M allocations: 1020.152 MiB, 20.40% gc time) 4.084932 seconds (5.54 M allocations: 1020.152 MiB, 28.18% gc time) 3.893837 seconds (5.54 M allocations: 1020.160 MiB, 22.41% gc time) 3.680706 seconds (5.54 M allocations: 1020.152 MiB, 21.33% gc time) 3.668958 seconds (5.54 M allocations: 1020.159 MiB, 22.86% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000103 seconds (259 allocations: 8.062 KiB) 0.000094 seconds (259 allocations: 8.062 KiB) 0.000091 seconds (259 allocations: 8.062 KiB) 0.000102 seconds (259 allocations: 8.062 KiB) 0.000091 seconds (259 allocations: 8.062 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.53s PkgEval succeeded after 268.68s