Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1277 (fa66b63fc3*) started at 2025-10-07T14:45:36.654 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.73s ################################################################################ # 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.47s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling packages... 5517.2 ms ✓ TestEnv 1 dependency successfully precompiled in 6 seconds. 27 already precompiled. Precompiling package dependencies... Precompilation completed after 322.24s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_5GbLO4/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_5GbLO4/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 3.544167 seconds (4.25 M allocations: 851.982 MiB, 28.99% gc time, 2.04% compilation time) 3.364125 seconds (4.23 M allocations: 851.009 MiB, 28.79% gc time) 3.084590 seconds (4.23 M allocations: 851.033 MiB, 22.67% gc time) 2.951041 seconds (4.23 M allocations: 851.009 MiB, 22.80% gc time) 2.983093 seconds (4.23 M allocations: 851.045 MiB, 22.79% gc time) [ Info: Evaluation of a single point 0.012891 seconds (482 allocations: 13.062 KiB, 98.35% compilation time) 0.000112 seconds (444 allocations: 10.953 KiB) 0.000111 seconds (444 allocations: 10.953 KiB) 0.000136 seconds (444 allocations: 10.953 KiB) 0.000111 seconds (444 allocations: 10.953 KiB) [ Info: Find point closest to all in dataset 34.376733 seconds (279.58 M allocations: 6.991 GiB, 5.79% gc time, 3.05% compilation time) 33.594448 seconds (277.91 M allocations: 6.912 GiB, 5.97% gc time, 0.63% compilation time) 33.515622 seconds (277.91 M allocations: 6.912 GiB, 5.01% gc time, 0.63% compilation time) 33.353634 seconds (277.91 M allocations: 6.912 GiB, 4.90% gc time, 0.59% compilation time) 33.134373 seconds (277.91 M allocations: 6.912 GiB, 6.13% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.521240 seconds (5.54 M allocations: 1020.095 MiB, 24.77% gc time) 3.666809 seconds (5.54 M allocations: 1020.118 MiB, 23.29% gc time) 4.030600 seconds (5.54 M allocations: 1020.050 MiB, 34.01% gc time) 3.607409 seconds (5.54 M allocations: 1020.081 MiB, 27.07% gc time) 3.652732 seconds (5.54 M allocations: 1020.130 MiB, 23.40% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000314 seconds (403 allocations: 11.750 KiB) 0.000128 seconds (403 allocations: 11.750 KiB) 0.000128 seconds (403 allocations: 11.750 KiB) 0.000119 seconds (403 allocations: 11.750 KiB) 0.000117 seconds (403 allocations: 11.750 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.11s PkgEval succeeded after 997.21s