Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.704 (4632cd28b9*) started at 2025-06-05T11:35:51.949 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.26s ################################################################################ # 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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.12.0+0 Installation completed after 1.11s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.45s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_SIm1Rc/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_SIm1Rc/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.530245 seconds (4.25 M allocations: 852.012 MiB, 26.98% gc time, 1.96% compilation time) 3.160582 seconds (4.23 M allocations: 850.977 MiB, 27.86% gc time) 3.113983 seconds (4.23 M allocations: 850.979 MiB, 19.10% gc time) 3.386299 seconds (4.23 M allocations: 851.008 MiB, 29.83% gc time) 2.944488 seconds (4.23 M allocations: 850.957 MiB, 21.44% gc time) [ Info: Evaluation of a single point 0.013133 seconds (435 allocations: 11.953 KiB, 98.43% compilation time) 0.000093 seconds (397 allocations: 9.797 KiB) 0.000100 seconds (397 allocations: 9.797 KiB) 0.000110 seconds (397 allocations: 9.797 KiB) 0.000111 seconds (397 allocations: 9.797 KiB) [ Info: Find point closest to all in dataset 33.749762 seconds (279.71 M allocations: 6.997 GiB, 5.74% gc time, 3.05% compilation time) 32.253219 seconds (278.00 M allocations: 6.915 GiB, 4.95% gc time, 0.65% compilation time) 32.291721 seconds (278.00 M allocations: 6.915 GiB, 4.87% gc time, 0.59% compilation time) 32.652313 seconds (278.00 M allocations: 6.915 GiB, 5.85% gc time, 0.61% compilation time) 26.735131 seconds (278.00 M allocations: 6.915 GiB, 5.53% gc time, 0.76% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.800739 seconds (5.54 M allocations: 1020.055 MiB, 22.16% gc time) 3.057243 seconds (5.54 M allocations: 1020.058 MiB, 22.99% gc time) 2.842370 seconds (5.54 M allocations: 1020.052 MiB, 28.53% gc time) 2.872883 seconds (5.54 M allocations: 1020.047 MiB, 24.46% gc time) 3.569810 seconds (5.54 M allocations: 1020.051 MiB, 23.72% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000125 seconds (425 allocations: 13.484 KiB) 0.000128 seconds (425 allocations: 13.484 KiB) 0.000114 seconds (425 allocations: 13.484 KiB) 0.000112 seconds (425 allocations: 13.484 KiB) 0.000092 seconds (425 allocations: 13.484 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 218.02s PkgEval succeeded after 252.18s