Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1055 (100ef9d641*) started at 2025-08-28T11:39:03.795 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.72s ################################################################################ # 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 0.99s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.47s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_ylsyKm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ylsyKm/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.435205 seconds (4.25 M allocations: 852.044 MiB, 27.62% gc time, 2.06% compilation time) 3.227256 seconds (4.23 M allocations: 851.172 MiB, 28.41% gc time) 3.079132 seconds (4.23 M allocations: 851.092 MiB, 20.27% gc time) 3.279237 seconds (4.23 M allocations: 851.081 MiB, 30.46% gc time) 2.105549 seconds (4.23 M allocations: 851.100 MiB, 23.00% gc time) [ Info: Evaluation of a single point 0.008569 seconds (226 allocations: 6.688 KiB, 97.82% compilation time) 0.000070 seconds (188 allocations: 4.531 KiB) 0.000068 seconds (188 allocations: 4.531 KiB) 0.000069 seconds (188 allocations: 4.531 KiB) 0.000054 seconds (188 allocations: 4.531 KiB) [ Info: Find point closest to all in dataset 32.174258 seconds (279.69 M allocations: 6.996 GiB, 5.87% gc time, 2.38% compilation time) 31.128132 seconds (278.02 M allocations: 6.916 GiB, 4.99% gc time, 0.60% compilation time) 27.457495 seconds (278.02 M allocations: 6.916 GiB, 5.19% gc time, 0.53% compilation time) 31.745789 seconds (278.02 M allocations: 6.916 GiB, 5.78% gc time, 0.66% compilation time) 31.288619 seconds (278.02 M allocations: 6.916 GiB, 5.00% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.468471 seconds (5.54 M allocations: 1020.027 MiB, 20.28% gc time) 3.579009 seconds (5.54 M allocations: 1020.030 MiB, 26.83% gc time) 3.369983 seconds (5.54 M allocations: 1020.029 MiB, 21.93% gc time) 2.614043 seconds (5.54 M allocations: 1020.034 MiB, 25.12% gc time) 3.113896 seconds (5.54 M allocations: 1020.054 MiB, 27.48% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000160 seconds (476 allocations: 12.188 KiB) 0.000108 seconds (476 allocations: 12.188 KiB) 0.000116 seconds (476 allocations: 12.188 KiB) 0.000153 seconds (476 allocations: 12.188 KiB) 0.000129 seconds (476 allocations: 12.188 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 214.27s PkgEval succeeded after 251.46s