Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.912 (a2457e6ed7*) started at 2025-07-27T11:38:12.453 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.42s ################################################################################ # 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.17s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_aMcOzy/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_aMcOzy/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.564156 seconds (4.25 M allocations: 852.029 MiB, 29.89% gc time, 2.07% compilation time) 3.545877 seconds (4.23 M allocations: 851.047 MiB, 29.71% gc time) 2.967532 seconds (4.23 M allocations: 851.040 MiB, 20.57% gc time) 2.805822 seconds (4.23 M allocations: 851.104 MiB, 22.03% gc time) 3.145982 seconds (4.23 M allocations: 851.048 MiB, 29.61% gc time) [ Info: Evaluation of a single point 0.019861 seconds (587 allocations: 16.938 KiB, 98.68% compilation time) 0.000137 seconds (511 allocations: 12.625 KiB) 0.000097 seconds (511 allocations: 12.625 KiB) 0.000106 seconds (511 allocations: 12.625 KiB) 0.000109 seconds (511 allocations: 12.625 KiB) [ Info: Find point closest to all in dataset 35.512524 seconds (279.57 M allocations: 6.993 GiB, 6.87% gc time, 2.86% compilation time) 33.168593 seconds (277.91 M allocations: 6.913 GiB, 5.81% gc time, 0.56% compilation time) 32.065193 seconds (277.91 M allocations: 6.913 GiB, 4.85% gc time, 0.62% compilation time) 33.275337 seconds (277.91 M allocations: 6.913 GiB, 4.73% gc time, 0.63% compilation time) 32.067893 seconds (277.91 M allocations: 6.913 GiB, 5.79% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.352389 seconds (5.54 M allocations: 1020.087 MiB, 22.16% gc time) 3.351776 seconds (5.54 M allocations: 1020.119 MiB, 22.47% gc time) 3.560226 seconds (5.54 M allocations: 1020.085 MiB, 27.96% gc time) 3.657675 seconds (5.54 M allocations: 1020.091 MiB, 24.53% gc time) 3.805709 seconds (5.54 M allocations: 1020.087 MiB, 23.61% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000125 seconds (271 allocations: 8.078 KiB) 0.000111 seconds (271 allocations: 8.078 KiB) 0.000100 seconds (271 allocations: 8.078 KiB) 0.000099 seconds (271 allocations: 8.078 KiB) 0.000096 seconds (271 allocations: 8.078 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.17s PkgEval succeeded after 266.83s