Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1222 (39e1473f3b*) started at 2025-09-30T11:43:46.755 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.07s ################################################################################ # 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.93s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.82s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_0MuTGo/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_0MuTGo/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.524564 seconds (4.25 M allocations: 852.028 MiB, 23.81% gc time, 1.92% compilation time) 3.926203 seconds (4.23 M allocations: 851.040 MiB, 34.92% gc time) 3.395837 seconds (4.23 M allocations: 850.985 MiB, 23.58% gc time) 3.094700 seconds (4.23 M allocations: 850.956 MiB, 21.87% gc time) 3.527275 seconds (4.23 M allocations: 850.952 MiB, 31.22% gc time) [ Info: Evaluation of a single point 0.012057 seconds (352 allocations: 9.734 KiB, 98.20% compilation time) 0.000095 seconds (314 allocations: 7.578 KiB) 0.000090 seconds (314 allocations: 7.578 KiB) 0.000093 seconds (314 allocations: 7.578 KiB) 0.000090 seconds (314 allocations: 7.578 KiB) [ Info: Find point closest to all in dataset 37.948771 seconds (279.77 M allocations: 6.998 GiB, 6.77% gc time, 2.70% compilation time) 35.221566 seconds (278.09 M allocations: 6.917 GiB, 6.14% gc time, 0.60% compilation time) 34.193858 seconds (278.09 M allocations: 6.917 GiB, 4.93% gc time, 0.59% compilation time) 34.228568 seconds (278.09 M allocations: 6.917 GiB, 4.86% gc time, 0.59% compilation time) 34.402924 seconds (278.09 M allocations: 6.917 GiB, 5.96% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.850264 seconds (5.54 M allocations: 1020.080 MiB, 23.39% gc time) 3.709916 seconds (5.54 M allocations: 1020.153 MiB, 24.10% gc time) 3.996646 seconds (5.54 M allocations: 1020.094 MiB, 29.05% gc time) 3.873867 seconds (5.54 M allocations: 1020.093 MiB, 25.28% gc time) 3.903359 seconds (5.54 M allocations: 1020.083 MiB, 21.96% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000143 seconds (276 allocations: 8.672 KiB) 0.000131 seconds (276 allocations: 8.672 KiB) 0.000137 seconds (276 allocations: 8.672 KiB) 0.000128 seconds (276 allocations: 8.672 KiB) 0.000131 seconds (276 allocations: 8.672 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 243.54s PkgEval succeeded after 283.02s