Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.959 (b35c4f471f*) started at 2025-08-05T11:37:58.105 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.42s ################################################################################ # 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.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.28s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_aQIcbA/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_aQIcbA/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.435133 seconds (4.25 M allocations: 852.013 MiB, 29.01% gc time, 1.89% compilation time) 3.293672 seconds (4.23 M allocations: 851.021 MiB, 30.16% gc time) 3.035358 seconds (4.23 M allocations: 851.019 MiB, 20.85% gc time) 2.823955 seconds (4.23 M allocations: 851.020 MiB, 22.82% gc time) 2.840948 seconds (4.23 M allocations: 851.082 MiB, 22.80% gc time) [ Info: Evaluation of a single point 0.000075 seconds (127 allocations: 2.703 KiB) 0.000055 seconds (127 allocations: 2.703 KiB) 0.000053 seconds (127 allocations: 2.703 KiB) 0.000054 seconds (127 allocations: 2.703 KiB) 0.000051 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 33.677647 seconds (279.46 M allocations: 6.990 GiB, 5.61% gc time, 3.18% compilation time) 31.045489 seconds (277.80 M allocations: 6.910 GiB, 6.01% gc time, 0.62% compilation time) 25.920603 seconds (277.80 M allocations: 6.910 GiB, 5.49% gc time, 0.66% compilation time) 30.877093 seconds (277.80 M allocations: 6.910 GiB, 4.77% gc time, 0.54% compilation time) 32.365864 seconds (277.80 M allocations: 6.910 GiB, 5.93% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.516674 seconds (5.54 M allocations: 1020.056 MiB, 21.45% gc time) 3.416824 seconds (5.54 M allocations: 1020.068 MiB, 21.83% gc time) 3.807623 seconds (5.54 M allocations: 1020.052 MiB, 29.70% gc time) 3.680111 seconds (5.54 M allocations: 1020.143 MiB, 23.57% gc time) 3.669549 seconds (5.54 M allocations: 1020.088 MiB, 22.92% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000115 seconds (345 allocations: 10.219 KiB) 0.000115 seconds (345 allocations: 10.219 KiB) 0.000113 seconds (345 allocations: 10.219 KiB) 0.000120 seconds (345 allocations: 10.219 KiB) 0.000107 seconds (345 allocations: 10.219 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 216.01s PkgEval succeeded after 252.85s