Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-alpha2.30 (5abf758bb1*) started at 2026-01-08T20:52:23.247 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.27s ################################################################################ # 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.15.0+0 Installation completed after 1.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.31s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_T1cok6/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_T1cok6/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.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 2.892320 seconds (4.25 M allocations: 851.940 MiB, 42.24% gc time, 1.99% compilation time) 2.783125 seconds (4.23 M allocations: 850.953 MiB, 44.41% gc time) 2.478897 seconds (4.23 M allocations: 850.955 MiB, 37.99% gc time) 2.367737 seconds (4.23 M allocations: 850.967 MiB, 40.40% gc time) 2.159368 seconds (4.23 M allocations: 851.001 MiB, 32.53% gc time) [ Info: Evaluation of a single point 0.011507 seconds (211 allocations: 5.984 KiB, 98.64% compilation time) 0.000073 seconds (173 allocations: 3.875 KiB) 0.000070 seconds (173 allocations: 3.875 KiB) 0.000061 seconds (173 allocations: 3.875 KiB) 0.000059 seconds (173 allocations: 3.875 KiB) [ Info: Find point closest to all in dataset 31.747824 seconds (279.81 M allocations: 6.997 GiB, 5.95% gc time, 2.27% compilation time) 32.059244 seconds (278.13 M allocations: 6.918 GiB, 5.98% gc time, 0.57% compilation time) 32.873895 seconds (278.13 M allocations: 6.918 GiB, 5.00% gc time, 0.55% compilation time) 32.774901 seconds (278.13 M allocations: 6.918 GiB, 4.81% gc time, 0.51% compilation time) 33.975165 seconds (278.13 M allocations: 6.918 GiB, 5.89% gc time, 0.51% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.006751 seconds (5.54 M allocations: 1020.190 MiB, 39.20% gc time) 2.697542 seconds (5.54 M allocations: 1020.185 MiB, 31.00% gc time) 2.926367 seconds (5.54 M allocations: 1020.241 MiB, 39.70% gc time) 2.831439 seconds (5.54 M allocations: 1020.368 MiB, 41.09% gc time) 2.806172 seconds (5.54 M allocations: 1020.299 MiB, 40.12% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000105 seconds (226 allocations: 6.844 KiB) 0.000089 seconds (226 allocations: 6.844 KiB) 0.000088 seconds (226 allocations: 6.844 KiB) 0.000086 seconds (226 allocations: 6.844 KiB) 0.000107 seconds (226 allocations: 6.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 213.37s PkgEval succeeded after 247.45s