Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.994 (f4af91db49*) started at 2025-08-17T11:37:11.545 ################################################################################ # 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.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.81s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_b7lL5C/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_b7lL5C/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.700791 seconds (4.25 M allocations: 851.997 MiB, 28.28% gc time, 1.83% compilation time) 3.430753 seconds (4.23 M allocations: 851.015 MiB, 28.97% gc time) 3.310504 seconds (4.23 M allocations: 851.012 MiB, 23.49% gc time) 2.992544 seconds (4.23 M allocations: 851.023 MiB, 20.55% gc time) 3.007197 seconds (4.23 M allocations: 851.020 MiB, 21.89% gc time) [ Info: Evaluation of a single point 0.000076 seconds (127 allocations: 2.703 KiB) 0.000055 seconds (127 allocations: 2.703 KiB) 0.000054 seconds (127 allocations: 2.703 KiB) 0.000058 seconds (127 allocations: 2.703 KiB) 0.000055 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 34.323936 seconds (279.72 M allocations: 6.997 GiB, 5.72% gc time, 3.01% compilation time) 33.246440 seconds (278.06 M allocations: 6.917 GiB, 5.80% gc time, 0.55% compilation time) 32.626522 seconds (278.06 M allocations: 6.917 GiB, 4.83% gc time, 0.58% compilation time) 32.791682 seconds (278.06 M allocations: 6.917 GiB, 4.78% gc time, 0.52% compilation time) 28.804272 seconds (278.06 M allocations: 6.917 GiB, 6.35% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.344215 seconds (5.54 M allocations: 1020.059 MiB, 22.59% gc time) 3.308253 seconds (5.54 M allocations: 1020.178 MiB, 23.70% gc time) 3.652014 seconds (5.54 M allocations: 1020.317 MiB, 20.75% gc time) 3.684401 seconds (5.54 M allocations: 1020.204 MiB, 20.48% gc time) 3.955182 seconds (5.54 M allocations: 1020.131 MiB, 30.77% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000098 seconds (232 allocations: 6.953 KiB) 0.000102 seconds (232 allocations: 6.953 KiB) 0.000090 seconds (232 allocations: 6.953 KiB) 0.000094 seconds (232 allocations: 6.953 KiB) 0.000095 seconds (232 allocations: 6.953 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 222.4s PkgEval succeeded after 260.41s