Package evaluation to test AdaptiveKDTrees on Julia 1.11.7 (58327cce5e*) started at 2025-10-28T15:22:23.375 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.54s ################################################################################ # 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.73s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.49s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_3flrRE/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.11.0 Status `/tmp/jl_3flrRE/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 3.126646 seconds (4.38 M allocations: 858.049 MiB, 21.36% gc time, 1.84% compilation time) 3.093056 seconds (4.36 M allocations: 857.136 MiB, 23.48% gc time) 2.984252 seconds (4.36 M allocations: 857.010 MiB, 25.10% gc time) 2.787761 seconds (4.36 M allocations: 856.928 MiB, 18.10% gc time) 2.776516 seconds (4.36 M allocations: 856.934 MiB, 18.34% gc time) [ Info: Evaluation of a single point 0.011007 seconds (300 allocations: 8.375 KiB, 98.24% compilation time) 0.000091 seconds (266 allocations: 6.859 KiB) 0.000088 seconds (266 allocations: 6.859 KiB) 0.000102 seconds (266 allocations: 6.859 KiB) 0.000089 seconds (266 allocations: 6.859 KiB) [ Info: Find point closest to all in dataset 34.939099 seconds (276.46 M allocations: 6.998 GiB, 5.27% gc time, 2.79% compilation time) 34.371807 seconds (275.93 M allocations: 6.973 GiB, 5.38% gc time, 0.56% compilation time) 33.762315 seconds (275.93 M allocations: 6.973 GiB, 4.70% gc time, 0.56% compilation time) 33.741555 seconds (275.93 M allocations: 6.973 GiB, 4.65% gc time, 0.54% compilation time) 34.144258 seconds (275.93 M allocations: 6.973 GiB, 5.28% gc time, 0.55% 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 3.763279 seconds (5.67 M allocations: 1.002 GiB, 26.23% gc time) 3.370436 seconds (5.67 M allocations: 1.002 GiB, 21.30% gc time) 3.204018 seconds (5.67 M allocations: 1.002 GiB, 21.30% gc time) 3.292208 seconds (5.67 M allocations: 1.002 GiB, 22.93% gc time) 3.165817 seconds (5.67 M allocations: 1.002 GiB, 20.67% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000197 seconds (389 allocations: 11.828 KiB) 0.000155 seconds (389 allocations: 11.828 KiB) 0.000157 seconds (389 allocations: 11.828 KiB) 0.000127 seconds (389 allocations: 11.828 KiB) 0.000119 seconds (389 allocations: 11.828 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 235.92s PkgEval succeeded after 267.32s