Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.955 (13f6b3b5c0*) started at 2025-08-03T11:40:55.670 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.75s ################################################################################ # 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.11s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.3s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_ticIkQ/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ticIkQ/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.439510 seconds (4.25 M allocations: 851.994 MiB, 27.76% gc time, 1.85% compilation time) 3.364847 seconds (4.23 M allocations: 851.010 MiB, 29.31% gc time) 3.075434 seconds (4.23 M allocations: 851.001 MiB, 20.84% gc time) 2.951385 seconds (4.23 M allocations: 851.044 MiB, 22.84% gc time) 3.279916 seconds (4.23 M allocations: 850.996 MiB, 29.70% gc time) [ Info: Evaluation of a single point 0.012274 seconds (389 allocations: 10.688 KiB, 98.38% compilation time) 0.000095 seconds (351 allocations: 8.531 KiB) 0.000092 seconds (351 allocations: 8.531 KiB) 0.000089 seconds (351 allocations: 8.531 KiB) 0.000086 seconds (351 allocations: 8.531 KiB) [ Info: Find point closest to all in dataset 36.550234 seconds (279.71 M allocations: 6.997 GiB, 6.86% gc time, 2.88% compilation time) 32.875195 seconds (278.05 M allocations: 6.917 GiB, 6.00% gc time, 0.59% compilation time) 32.317322 seconds (278.05 M allocations: 6.917 GiB, 4.89% gc time, 0.55% compilation time) 32.787567 seconds (278.05 M allocations: 6.917 GiB, 4.79% gc time, 0.58% compilation time) 32.923078 seconds (278.05 M allocations: 6.917 GiB, 5.73% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.121727 seconds (5.54 M allocations: 1020.132 MiB, 20.65% gc time) 3.839855 seconds (5.54 M allocations: 1020.398 MiB, 27.90% gc time) 3.827112 seconds (5.54 M allocations: 1020.338 MiB, 23.53% gc time) 3.458668 seconds (5.54 M allocations: 1020.169 MiB, 20.25% gc time) 3.773991 seconds (5.54 M allocations: 1020.176 MiB, 32.72% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000131 seconds (279 allocations: 8.281 KiB) 0.000093 seconds (279 allocations: 8.281 KiB) 0.000085 seconds (279 allocations: 8.281 KiB) 0.000086 seconds (279 allocations: 8.281 KiB) 0.000090 seconds (279 allocations: 8.281 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.16s PkgEval succeeded after 270.29s