Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1114 (7de5585024*) started at 2025-09-13T20:41:40.885 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.79s ################################################################################ # 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.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.57s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_0OADS9/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_0OADS9/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.320593 seconds (4.25 M allocations: 852.020 MiB, 27.62% gc time, 1.88% compilation time) 3.156340 seconds (4.23 M allocations: 851.026 MiB, 29.12% gc time) 2.878009 seconds (4.23 M allocations: 851.012 MiB, 22.65% gc time) 2.761811 seconds (4.23 M allocations: 851.007 MiB, 22.50% gc time) 3.015836 seconds (4.23 M allocations: 851.022 MiB, 27.91% gc time) [ Info: Evaluation of a single point 0.011459 seconds (337 allocations: 9.469 KiB, 98.49% compilation time) 0.000079 seconds (299 allocations: 7.312 KiB) 0.000076 seconds (299 allocations: 7.312 KiB) 0.000074 seconds (299 allocations: 7.312 KiB) 0.000083 seconds (299 allocations: 7.312 KiB) [ Info: Find point closest to all in dataset 32.112283 seconds (279.62 M allocations: 6.994 GiB, 6.15% gc time, 3.02% compilation time) 30.258137 seconds (277.95 M allocations: 6.914 GiB, 5.10% gc time, 0.63% compilation time) 30.061520 seconds (277.95 M allocations: 6.914 GiB, 5.03% gc time, 0.64% compilation time) 31.371784 seconds (277.95 M allocations: 6.914 GiB, 5.87% gc time, 0.61% compilation time) 30.755166 seconds (277.95 M allocations: 6.914 GiB, 5.04% gc time, 0.66% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.392563 seconds (5.54 M allocations: 1020.213 MiB, 19.97% gc time) 2.869185 seconds (5.54 M allocations: 1020.166 MiB, 36.96% gc time) 3.291347 seconds (5.54 M allocations: 1020.165 MiB, 20.94% gc time) 3.543771 seconds (5.54 M allocations: 1020.165 MiB, 25.12% gc time) 3.149904 seconds (5.54 M allocations: 1020.169 MiB, 23.62% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000124 seconds (547 allocations: 15.594 KiB) 0.000114 seconds (547 allocations: 15.594 KiB) 0.000112 seconds (547 allocations: 15.594 KiB) 0.000114 seconds (547 allocations: 15.594 KiB) 0.000112 seconds (547 allocations: 15.594 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 214.99s PkgEval succeeded after 255.01s