Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1095 (0679da10f9*) started at 2025-09-07T11:39:23.313 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.06s ################################################################################ # 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.08s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.61s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_tWmgwm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_tWmgwm/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.782351 seconds (4.25 M allocations: 851.902 MiB, 26.72% gc time, 1.79% compilation time) 3.657040 seconds (4.23 M allocations: 851.039 MiB, 28.78% gc time) 3.475260 seconds (4.23 M allocations: 850.997 MiB, 20.97% gc time) 3.168747 seconds (4.23 M allocations: 850.984 MiB, 20.90% gc time) 3.199105 seconds (4.23 M allocations: 850.911 MiB, 19.35% gc time) [ Info: Evaluation of a single point 0.018401 seconds (364 allocations: 11.422 KiB, 98.44% compilation time) 0.000082 seconds (288 allocations: 7.109 KiB) 0.000075 seconds (288 allocations: 7.109 KiB) 0.000081 seconds (288 allocations: 7.109 KiB) 0.000079 seconds (288 allocations: 7.109 KiB) [ Info: Find point closest to all in dataset 33.852879 seconds (279.75 M allocations: 6.998 GiB, 5.73% gc time, 3.06% compilation time) 33.232563 seconds (278.08 M allocations: 6.917 GiB, 5.84% gc time, 0.56% compilation time) 31.614991 seconds (278.08 M allocations: 6.917 GiB, 5.11% gc time, 0.58% compilation time) 32.510803 seconds (278.08 M allocations: 6.917 GiB, 4.76% gc time, 0.60% compilation time) 33.449151 seconds (278.08 M allocations: 6.917 GiB, 5.78% gc time, 0.56% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.515022 seconds (5.54 M allocations: 1020.144 MiB, 20.82% gc time) 3.493643 seconds (5.54 M allocations: 1020.153 MiB, 23.32% gc time) 3.629387 seconds (5.54 M allocations: 1020.156 MiB, 27.83% gc time) 3.588706 seconds (5.54 M allocations: 1020.154 MiB, 23.61% gc time) 3.485908 seconds (5.54 M allocations: 1020.190 MiB, 22.87% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000111 seconds (356 allocations: 11.031 KiB) 0.000102 seconds (356 allocations: 11.031 KiB) 0.000094 seconds (356 allocations: 11.031 KiB) 0.000097 seconds (356 allocations: 11.031 KiB) 0.000099 seconds (356 allocations: 11.031 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.0s PkgEval succeeded after 269.37s