Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1290 (92af0d8cdf*) started at 2025-10-09T11:42:40.232 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.33s ################################################################################ # 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.09s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.84s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_YFXoUP/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_YFXoUP/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.505936 seconds (4.25 M allocations: 851.968 MiB, 24.06% gc time, 1.96% compilation time) 3.716799 seconds (4.23 M allocations: 850.984 MiB, 35.83% gc time) 3.221744 seconds (4.23 M allocations: 850.985 MiB, 22.41% gc time) 2.869083 seconds (4.23 M allocations: 850.984 MiB, 21.17% gc time) 2.853044 seconds (4.23 M allocations: 850.978 MiB, 22.52% gc time) [ Info: Evaluation of a single point 0.011723 seconds (257 allocations: 6.781 KiB, 98.63% compilation time) 0.000081 seconds (219 allocations: 4.672 KiB) 0.000066 seconds (219 allocations: 4.672 KiB) 0.000067 seconds (219 allocations: 4.672 KiB) 0.000066 seconds (219 allocations: 4.672 KiB) [ Info: Find point closest to all in dataset 33.584554 seconds (279.76 M allocations: 6.995 GiB, 5.56% gc time, 2.90% compilation time) 32.631027 seconds (278.09 M allocations: 6.917 GiB, 5.92% gc time, 0.60% compilation time) 31.625776 seconds (278.09 M allocations: 6.917 GiB, 4.87% gc time, 0.63% compilation time) 32.977633 seconds (278.09 M allocations: 6.917 GiB, 4.81% gc time, 0.59% compilation time) 32.350383 seconds (278.09 M allocations: 6.917 GiB, 6.00% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.790473 seconds (5.54 M allocations: 1020.176 MiB, 23.61% gc time) 3.930402 seconds (5.54 M allocations: 1020.176 MiB, 24.31% gc time) 3.693583 seconds (5.54 M allocations: 1020.176 MiB, 21.84% gc time) 3.908590 seconds (5.54 M allocations: 1020.176 MiB, 30.98% gc time) 3.661329 seconds (5.54 M allocations: 1020.179 MiB, 24.79% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000168 seconds (451 allocations: 12.578 KiB) 0.000128 seconds (451 allocations: 12.578 KiB) 0.000122 seconds (451 allocations: 12.578 KiB) 0.000162 seconds (451 allocations: 12.578 KiB) 0.000129 seconds (451 allocations: 12.578 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.02s PkgEval succeeded after 265.72s