Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1307 (5a5fc987d0*) started at 2025-10-14T12:11:18.283 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.19s ################################################################################ # 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.13.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.7s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_HF6qFI/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_HF6qFI/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.13.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.879045 seconds (4.25 M allocations: 851.951 MiB, 27.30% gc time, 1.81% compilation time) 3.640869 seconds (4.23 M allocations: 850.979 MiB, 27.80% gc time) 3.417276 seconds (4.23 M allocations: 850.987 MiB, 21.39% gc time) 3.483574 seconds (4.23 M allocations: 851.013 MiB, 27.30% gc time) 3.189720 seconds (4.23 M allocations: 850.993 MiB, 18.99% gc time) [ Info: Evaluation of a single point 0.012174 seconds (256 allocations: 7.188 KiB, 98.39% compilation time) 0.000086 seconds (218 allocations: 5.078 KiB) 0.000068 seconds (218 allocations: 5.078 KiB) 0.000072 seconds (218 allocations: 5.078 KiB) 0.000072 seconds (218 allocations: 5.078 KiB) [ Info: Find point closest to all in dataset 34.272965 seconds (279.62 M allocations: 6.992 GiB, 6.07% gc time, 2.98% compilation time) 32.605243 seconds (277.94 M allocations: 6.914 GiB, 5.08% gc time, 0.61% compilation time) 32.747783 seconds (277.94 M allocations: 6.913 GiB, 5.06% gc time, 0.61% compilation time) 33.663950 seconds (277.94 M allocations: 6.913 GiB, 5.93% gc time, 0.60% compilation time) 32.493048 seconds (277.94 M allocations: 6.913 GiB, 4.99% gc time, 0.56% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.494427 seconds (5.54 M allocations: 1020.157 MiB, 21.90% gc time) 3.655886 seconds (5.54 M allocations: 1020.156 MiB, 21.71% gc time) 3.215535 seconds (5.54 M allocations: 1020.160 MiB, 24.02% gc time) 3.085675 seconds (5.54 M allocations: 1020.158 MiB, 21.60% gc time) 4.003050 seconds (5.54 M allocations: 1020.156 MiB, 31.36% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000198 seconds (383 allocations: 11.312 KiB) 0.000147 seconds (383 allocations: 11.312 KiB) 0.000179 seconds (383 allocations: 11.312 KiB) 0.000149 seconds (383 allocations: 11.312 KiB) 0.000159 seconds (383 allocations: 11.312 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.54s PkgEval succeeded after 268.92s