Package evaluation of AdaptiveKDTrees on Julia 1.12.0-rc1.2 (995ff9db19*) started at 2025-07-14T10:50:23.689 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.94s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.12/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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.72s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_jF5Ucs/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_jF5Ucs/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.716955 seconds (4.25 M allocations: 852.078 MiB, 26.25% gc time, 1.40% compilation time) 3.695609 seconds (4.23 M allocations: 851.025 MiB, 29.98% gc time) 3.240999 seconds (4.23 M allocations: 851.135 MiB, 19.44% gc time) 3.207511 seconds (4.23 M allocations: 851.024 MiB, 20.92% gc time) 3.613640 seconds (4.23 M allocations: 851.150 MiB, 27.86% gc time) [ Info: Evaluation of a single point 0.000077 seconds (127 allocations: 2.703 KiB) 0.000063 seconds (127 allocations: 2.703 KiB) 0.000056 seconds (127 allocations: 2.703 KiB) 0.000057 seconds (127 allocations: 2.703 KiB) 0.000067 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 35.098371 seconds (279.85 M allocations: 7.003 GiB, 5.90% gc time, 2.98% compilation time) 33.442579 seconds (278.10 M allocations: 6.918 GiB, 4.72% gc time, 0.61% compilation time) 33.643162 seconds (278.10 M allocations: 6.918 GiB, 4.62% gc time, 0.59% compilation time) 33.533430 seconds (278.10 M allocations: 6.918 GiB, 5.74% gc time, 0.60% compilation time) 33.112840 seconds (278.10 M allocations: 6.918 GiB, 4.73% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.969552 seconds (5.54 M allocations: 1020.070 MiB, 21.82% gc time) 3.708393 seconds (5.54 M allocations: 1020.074 MiB, 22.20% gc time) 3.659666 seconds (5.54 M allocations: 1020.078 MiB, 27.78% gc time) 3.829880 seconds (5.54 M allocations: 1020.074 MiB, 22.79% gc time) 3.699185 seconds (5.54 M allocations: 1020.126 MiB, 21.63% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000116 seconds (256 allocations: 6.656 KiB) 0.000093 seconds (256 allocations: 6.656 KiB) 0.000102 seconds (256 allocations: 6.656 KiB) 0.000097 seconds (256 allocations: 6.656 KiB) 0.000099 seconds (256 allocations: 6.656 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 234.75s PkgEval succeeded after 270.19s