Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.759 (3bb7518b04*) started at 2025-06-19T11:37:33.223 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.92s ################################################################################ # 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.12.0+0 Installation completed after 0.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 12.99s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_CWwYt2/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_CWwYt2/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.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.722503 seconds (4.25 M allocations: 852.059 MiB, 26.59% gc time, 1.81% compilation time) 3.697459 seconds (4.23 M allocations: 851.062 MiB, 26.77% gc time) 3.370028 seconds (4.23 M allocations: 851.037 MiB, 21.44% gc time) 3.214888 seconds (4.23 M allocations: 851.038 MiB, 20.26% gc time) 3.433343 seconds (4.23 M allocations: 851.022 MiB, 26.80% gc time) [ Info: Evaluation of a single point 0.012038 seconds (297 allocations: 8.656 KiB, 98.06% compilation time) 0.000083 seconds (259 allocations: 6.500 KiB) 0.000077 seconds (259 allocations: 6.500 KiB) 0.000083 seconds (259 allocations: 6.500 KiB) 0.000077 seconds (259 allocations: 6.500 KiB) [ Info: Find point closest to all in dataset 33.822065 seconds (279.79 M allocations: 6.999 GiB, 5.95% gc time, 3.02% compilation time) 32.843244 seconds (278.08 M allocations: 6.917 GiB, 4.97% gc time, 0.58% compilation time) 32.216371 seconds (278.08 M allocations: 6.917 GiB, 4.96% gc time, 0.60% compilation time) 32.616929 seconds (278.08 M allocations: 6.917 GiB, 5.85% gc time, 0.58% compilation time) 31.827680 seconds (278.08 M allocations: 6.917 GiB, 5.04% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.690564 seconds (5.54 M allocations: 1020.091 MiB, 19.90% gc time) 4.040345 seconds (5.54 M allocations: 1020.093 MiB, 29.23% gc time) 3.913338 seconds (5.54 M allocations: 1020.110 MiB, 21.23% gc time) 3.668504 seconds (5.54 M allocations: 1020.119 MiB, 21.56% gc time) 3.645022 seconds (5.54 M allocations: 1020.151 MiB, 21.48% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000093 seconds (237 allocations: 7.031 KiB) 0.000091 seconds (237 allocations: 7.031 KiB) 0.000091 seconds (237 allocations: 7.031 KiB) 0.000089 seconds (237 allocations: 7.031 KiB) 0.000087 seconds (237 allocations: 7.031 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 228.97s PkgEval succeeded after 261.22s