Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.717 (51214a7524*) started at 2025-06-08T11:36:05.026 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.59s ################################################################################ # 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 1.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.68s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_I0RZRv/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_I0RZRv/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.672707 seconds (4.25 M allocations: 852.135 MiB, 28.15% gc time, 1.86% compilation time) 3.537343 seconds (4.23 M allocations: 851.035 MiB, 29.23% gc time) 3.324201 seconds (4.23 M allocations: 851.033 MiB, 21.12% gc time) 3.035034 seconds (4.23 M allocations: 851.076 MiB, 20.10% gc time) 3.048587 seconds (4.23 M allocations: 851.129 MiB, 21.15% gc time) [ Info: Evaluation of a single point 0.000088 seconds (127 allocations: 2.703 KiB) 0.000056 seconds (127 allocations: 2.703 KiB) 0.000055 seconds (127 allocations: 2.703 KiB) 0.000058 seconds (127 allocations: 2.703 KiB) 0.000057 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 33.957443 seconds (279.69 M allocations: 6.996 GiB, 5.54% gc time, 2.95% compilation time) 32.933506 seconds (277.98 M allocations: 6.914 GiB, 5.63% gc time, 0.62% compilation time) 32.592217 seconds (277.98 M allocations: 6.914 GiB, 4.70% gc time, 0.61% compilation time) 32.414153 seconds (277.98 M allocations: 6.914 GiB, 4.62% gc time, 0.61% compilation time) 33.130340 seconds (277.98 M allocations: 6.914 GiB, 5.66% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.726930 seconds (5.54 M allocations: 1020.162 MiB, 30.70% gc time) 3.839243 seconds (5.54 M allocations: 1020.159 MiB, 22.22% gc time) 3.781234 seconds (5.54 M allocations: 1020.170 MiB, 24.19% gc time) 3.647207 seconds (5.54 M allocations: 1020.160 MiB, 22.17% gc time) 3.770669 seconds (5.54 M allocations: 1020.156 MiB, 23.68% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000143 seconds (440 allocations: 13.031 KiB) 0.000134 seconds (440 allocations: 13.031 KiB) 0.000120 seconds (440 allocations: 13.031 KiB) 0.000120 seconds (440 allocations: 13.031 KiB) 0.000122 seconds (440 allocations: 13.031 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.2s PkgEval succeeded after 262.37s