Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.794 (d7c70bcbab*) started at 2025-07-02T05:32:14.507 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.04s ################################################################################ # 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.01s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.55s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_cDNrvv/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_cDNrvv/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.935916 seconds (4.25 M allocations: 851.994 MiB, 27.30% gc time, 1.82% compilation time) 3.557247 seconds (4.23 M allocations: 850.957 MiB, 26.79% gc time) 3.329723 seconds (4.23 M allocations: 850.957 MiB, 20.03% gc time) 3.529464 seconds (4.23 M allocations: 850.955 MiB, 28.20% gc time) 3.135505 seconds (4.23 M allocations: 850.963 MiB, 20.30% gc time) [ Info: Evaluation of a single point 0.014334 seconds (465 allocations: 12.078 KiB, 98.53% compilation time) 0.000114 seconds (427 allocations: 9.922 KiB) 0.000122 seconds (427 allocations: 9.922 KiB) 0.000127 seconds (427 allocations: 9.922 KiB) 0.000097 seconds (427 allocations: 9.922 KiB) [ Info: Find point closest to all in dataset 34.236761 seconds (279.49 M allocations: 6.991 GiB, 5.98% gc time, 3.05% compilation time) 33.428969 seconds (277.78 M allocations: 6.910 GiB, 6.00% gc time, 0.59% compilation time) 33.089457 seconds (277.78 M allocations: 6.910 GiB, 5.12% gc time, 0.60% compilation time) 32.898613 seconds (277.78 M allocations: 6.910 GiB, 4.96% gc time, 0.61% compilation time) 33.384408 seconds (277.78 M allocations: 6.910 GiB, 6.13% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.621154 seconds (5.54 M allocations: 1020.032 MiB, 19.81% gc time) 3.293361 seconds (5.54 M allocations: 1020.066 MiB, 22.24% gc time) 3.785094 seconds (5.54 M allocations: 1020.031 MiB, 27.00% gc time) 3.479430 seconds (5.54 M allocations: 1020.032 MiB, 25.02% gc time) 3.822288 seconds (5.54 M allocations: 1020.054 MiB, 22.07% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000255 seconds (467 allocations: 14.031 KiB) 0.000175 seconds (467 allocations: 14.031 KiB) 0.000148 seconds (467 allocations: 14.031 KiB) 0.000147 seconds (467 allocations: 14.031 KiB) 0.000155 seconds (467 allocations: 14.031 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.08s PkgEval succeeded after 265.4s