Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.868 (f2a8e18a98*) started at 2025-07-15T11:36:33.844 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.87s ################################################################################ # 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 0.81s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.3s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_lljgXx/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_lljgXx/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.567644 seconds (4.25 M allocations: 852.086 MiB, 26.69% gc time, 1.96% compilation time) 3.315970 seconds (4.23 M allocations: 851.031 MiB, 28.27% gc time) 3.268632 seconds (4.23 M allocations: 851.007 MiB, 21.14% gc time) 3.222776 seconds (4.23 M allocations: 851.016 MiB, 27.67% gc time) 2.909311 seconds (4.23 M allocations: 851.087 MiB, 20.58% gc time) [ Info: Evaluation of a single point 0.000070 seconds (127 allocations: 2.703 KiB) 0.000055 seconds (127 allocations: 2.703 KiB) 0.000091 seconds (127 allocations: 2.703 KiB) 0.000070 seconds (127 allocations: 2.703 KiB) 0.000053 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 33.927242 seconds (279.91 M allocations: 7.002 GiB, 5.68% gc time, 3.13% compilation time) 31.359328 seconds (278.25 M allocations: 6.922 GiB, 4.99% gc time, 0.60% compilation time) 32.148947 seconds (278.25 M allocations: 6.922 GiB, 4.82% gc time, 0.62% compilation time) 32.184980 seconds (278.25 M allocations: 6.922 GiB, 5.70% gc time, 0.62% compilation time) 32.444561 seconds (278.25 M allocations: 6.922 GiB, 4.88% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.442875 seconds (5.54 M allocations: 1020.093 MiB, 19.94% gc time) 3.775636 seconds (5.54 M allocations: 1020.087 MiB, 27.84% gc time) 3.459913 seconds (5.54 M allocations: 1020.128 MiB, 20.92% gc time) 3.426375 seconds (5.54 M allocations: 1020.100 MiB, 22.45% gc time) 3.336161 seconds (5.54 M allocations: 1020.091 MiB, 22.30% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000115 seconds (215 allocations: 6.094 KiB) 0.000108 seconds (215 allocations: 6.094 KiB) 0.000091 seconds (215 allocations: 6.094 KiB) 0.000099 seconds (215 allocations: 6.094 KiB) 0.000100 seconds (215 allocations: 6.094 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 225.22s PkgEval succeeded after 260.63s