Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.811 (41570e9800*) started at 2025-07-03T11:36:31.136 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.3s ################################################################################ # 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.12.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.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.49s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_infSTo/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_infSTo/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.12.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.574874 seconds (4.25 M allocations: 852.070 MiB, 28.55% gc time, 1.90% compilation time) 3.606193 seconds (4.23 M allocations: 851.132 MiB, 30.45% gc time) 3.114118 seconds (4.23 M allocations: 851.261 MiB, 20.93% gc time) 3.505711 seconds (4.23 M allocations: 851.141 MiB, 31.33% gc time) 3.056964 seconds (4.23 M allocations: 851.127 MiB, 21.81% gc time) [ Info: Evaluation of a single point 0.011333 seconds (225 allocations: 6.625 KiB, 98.32% compilation time) 0.000086 seconds (187 allocations: 4.469 KiB) 0.000076 seconds (187 allocations: 4.469 KiB) 0.000091 seconds (187 allocations: 4.469 KiB) 0.000071 seconds (187 allocations: 4.469 KiB) [ Info: Find point closest to all in dataset 34.785139 seconds (279.85 M allocations: 7.000 GiB, 5.75% gc time, 2.95% compilation time) 33.374119 seconds (278.14 M allocations: 6.919 GiB, 4.70% gc time, 0.59% compilation time) 33.526222 seconds (278.14 M allocations: 6.919 GiB, 4.55% gc time, 0.56% compilation time) 33.947738 seconds (278.14 M allocations: 6.919 GiB, 5.58% gc time, 0.56% compilation time) 32.869719 seconds (278.14 M allocations: 6.919 GiB, 4.68% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.732121 seconds (5.54 M allocations: 1020.158 MiB, 20.68% gc time) 3.534637 seconds (5.54 M allocations: 1020.138 MiB, 20.96% gc time) 3.965457 seconds (5.54 M allocations: 1020.133 MiB, 26.48% gc time) 3.951598 seconds (5.54 M allocations: 1020.151 MiB, 21.88% gc time) 3.683391 seconds (5.54 M allocations: 1020.279 MiB, 21.22% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000416 seconds (290 allocations: 7.844 KiB) 0.000133 seconds (290 allocations: 7.844 KiB) 0.000136 seconds (290 allocations: 7.844 KiB) 0.000139 seconds (290 allocations: 7.844 KiB) 0.000138 seconds (290 allocations: 7.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 234.65s PkgEval succeeded after 267.81s