Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1244 (c841b5fe7d*) started at 2025-10-02T14:49:05.174 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.11s ################################################################################ # 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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.76s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_HbKoni/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_HbKoni/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.438074 seconds (4.25 M allocations: 852.079 MiB, 27.16% gc time, 1.89% compilation time) 3.269342 seconds (4.23 M allocations: 851.058 MiB, 26.77% gc time) 3.080975 seconds (4.23 M allocations: 851.157 MiB, 21.14% gc time) 3.303396 seconds (4.23 M allocations: 851.226 MiB, 30.15% gc time) 3.012775 seconds (4.23 M allocations: 851.150 MiB, 19.95% gc time) [ Info: Evaluation of a single point 0.000078 seconds (127 allocations: 2.703 KiB) 0.000059 seconds (127 allocations: 2.703 KiB) 0.000062 seconds (127 allocations: 2.703 KiB) 0.000056 seconds (127 allocations: 2.703 KiB) 0.000059 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 33.418598 seconds (279.78 M allocations: 6.998 GiB, 5.87% gc time, 2.99% compilation time) 31.959187 seconds (278.10 M allocations: 6.918 GiB, 4.92% gc time, 0.63% compilation time) 31.931650 seconds (278.10 M allocations: 6.918 GiB, 4.83% gc time, 0.56% compilation time) 31.727988 seconds (278.10 M allocations: 6.918 GiB, 5.90% gc time, 0.56% compilation time) 31.282400 seconds (278.10 M allocations: 6.918 GiB, 4.98% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.740916 seconds (5.54 M allocations: 1020.067 MiB, 22.46% gc time) 3.476161 seconds (5.54 M allocations: 1020.067 MiB, 26.78% gc time) 3.372008 seconds (5.54 M allocations: 1020.092 MiB, 23.78% gc time) 3.404339 seconds (5.54 M allocations: 1020.080 MiB, 23.70% gc time) 3.357708 seconds (5.54 M allocations: 1020.068 MiB, 25.09% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000113 seconds (324 allocations: 9.344 KiB) 0.000105 seconds (324 allocations: 9.344 KiB) 0.000110 seconds (324 allocations: 9.344 KiB) 0.000104 seconds (324 allocations: 9.344 KiB) 0.000098 seconds (324 allocations: 9.344 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 219.61s PkgEval succeeded after 256.79s