Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1353 (74c32ec0b5*) started at 2025-10-21T11:43:34.601 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.06s ################################################################################ # 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.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.11s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Nt6rCn/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Nt6rCn/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.710632 seconds (4.25 M allocations: 852.031 MiB, 26.91% gc time, 1.94% compilation time) 3.605264 seconds (4.23 M allocations: 851.038 MiB, 27.89% gc time) 3.321519 seconds (4.23 M allocations: 851.036 MiB, 22.05% gc time) 3.507415 seconds (4.23 M allocations: 851.078 MiB, 28.78% gc time) 3.198817 seconds (4.23 M allocations: 851.030 MiB, 20.32% gc time) [ Info: Evaluation of a single point 0.020524 seconds (561 allocations: 16.328 KiB, 98.36% compilation time) 0.000121 seconds (485 allocations: 12.109 KiB) 0.000127 seconds (485 allocations: 12.109 KiB) 0.000122 seconds (485 allocations: 12.109 KiB) 0.000112 seconds (485 allocations: 12.109 KiB) [ Info: Find point closest to all in dataset 36.033278 seconds (279.72 M allocations: 6.995 GiB, 5.81% gc time, 2.95% compilation time) 34.775539 seconds (278.04 M allocations: 6.916 GiB, 4.81% gc time, 0.58% compilation time) 34.800251 seconds (278.04 M allocations: 6.916 GiB, 4.75% gc time, 0.59% compilation time) 36.038023 seconds (278.04 M allocations: 6.916 GiB, 5.72% gc time, 0.59% compilation time) 35.636961 seconds (278.04 M allocations: 6.916 GiB, 4.78% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.752309 seconds (5.54 M allocations: 1020.173 MiB, 22.34% gc time) 3.483777 seconds (5.54 M allocations: 1020.140 MiB, 22.12% gc time) 3.881659 seconds (5.54 M allocations: 1020.144 MiB, 29.74% gc time) 3.708576 seconds (5.54 M allocations: 1020.143 MiB, 22.49% gc time) 3.981944 seconds (5.54 M allocations: 1020.140 MiB, 27.17% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000132 seconds (259 allocations: 7.688 KiB) 0.000094 seconds (259 allocations: 7.688 KiB) 0.000094 seconds (259 allocations: 7.688 KiB) 0.000094 seconds (259 allocations: 7.688 KiB) 0.000093 seconds (259 allocations: 7.688 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 244.15s PkgEval succeeded after 281.44s