Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1125 (fd1c6fd302*) started at 2025-09-15T20:46:41.961 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.99s ################################################################################ # 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.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.75s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_gmI5G1/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_gmI5G1/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.441458 seconds (4.25 M allocations: 852.018 MiB, 28.48% gc time, 1.94% compilation time) 3.207502 seconds (4.23 M allocations: 851.033 MiB, 28.81% gc time) 3.068092 seconds (4.23 M allocations: 851.066 MiB, 19.08% gc time) 2.964993 seconds (4.23 M allocations: 851.054 MiB, 22.39% gc time) 2.983452 seconds (4.23 M allocations: 851.088 MiB, 21.18% gc time) [ Info: Evaluation of a single point 0.013330 seconds (202 allocations: 5.906 KiB, 98.53% compilation time) 0.000076 seconds (164 allocations: 3.750 KiB) 0.000073 seconds (164 allocations: 3.750 KiB) 0.000087 seconds (164 allocations: 3.750 KiB) 0.000069 seconds (164 allocations: 3.750 KiB) [ Info: Find point closest to all in dataset 32.276835 seconds (279.68 M allocations: 6.996 GiB, 5.88% gc time, 3.03% compilation time) 31.534572 seconds (278.02 M allocations: 6.915 GiB, 6.16% gc time, 0.59% compilation time) 31.630764 seconds (278.02 M allocations: 6.915 GiB, 4.96% gc time, 0.64% compilation time) 31.570682 seconds (278.02 M allocations: 6.915 GiB, 4.92% gc time, 0.64% compilation time) 31.863374 seconds (278.02 M allocations: 6.915 GiB, 5.81% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.382589 seconds (5.54 M allocations: 1020.039 MiB, 21.26% gc time) 3.296338 seconds (5.54 M allocations: 1020.046 MiB, 22.20% gc time) 3.562442 seconds (5.54 M allocations: 1020.059 MiB, 28.32% gc time) 3.431636 seconds (5.54 M allocations: 1020.040 MiB, 23.53% gc time) 3.490538 seconds (5.54 M allocations: 1020.041 MiB, 20.84% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000137 seconds (497 allocations: 14.250 KiB) 0.000126 seconds (497 allocations: 14.250 KiB) 0.000139 seconds (497 allocations: 14.250 KiB) 0.000129 seconds (497 allocations: 14.250 KiB) 0.000122 seconds (497 allocations: 14.250 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 220.93s PkgEval succeeded after 258.42s