Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1342 (4ff19f0352*) started at 2025-10-19T11:44:05.349 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.69s ################################################################################ # 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 0.91s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_mJGV5I/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_mJGV5I/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.715191 seconds (4.25 M allocations: 852.138 MiB, 31.21% gc time, 1.63% compilation time) 3.357397 seconds (4.23 M allocations: 851.058 MiB, 30.99% gc time) 3.161366 seconds (4.23 M allocations: 851.124 MiB, 21.64% gc time) 3.453472 seconds (4.23 M allocations: 851.072 MiB, 31.62% gc time) 3.091453 seconds (4.23 M allocations: 851.068 MiB, 21.83% gc time) [ Info: Evaluation of a single point 0.012069 seconds (198 allocations: 5.703 KiB, 98.35% compilation time) 0.000086 seconds (160 allocations: 3.594 KiB) 0.000069 seconds (160 allocations: 3.594 KiB) 0.000072 seconds (160 allocations: 3.594 KiB) 0.000070 seconds (160 allocations: 3.594 KiB) [ Info: Find point closest to all in dataset 35.444929 seconds (279.77 M allocations: 6.996 GiB, 6.37% gc time, 2.70% compilation time) 34.632419 seconds (278.09 M allocations: 6.917 GiB, 5.14% gc time, 0.53% compilation time) 35.475726 seconds (278.09 M allocations: 6.917 GiB, 5.00% gc time, 0.48% compilation time) 33.990078 seconds (278.09 M allocations: 6.917 GiB, 5.93% gc time, 0.54% compilation time) 32.971347 seconds (278.09 M allocations: 6.917 GiB, 5.11% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.322621 seconds (5.54 M allocations: 1020.120 MiB, 22.06% gc time) 3.252868 seconds (5.54 M allocations: 1020.118 MiB, 23.40% gc time) 3.880092 seconds (5.54 M allocations: 1020.116 MiB, 30.13% gc time) 2.631509 seconds (5.54 M allocations: 1020.127 MiB, 25.64% gc time) 3.184614 seconds (5.54 M allocations: 1020.122 MiB, 23.39% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000170 seconds (505 allocations: 14.797 KiB) 0.000169 seconds (505 allocations: 14.797 KiB) 0.000134 seconds (505 allocations: 14.797 KiB) 0.000181 seconds (505 allocations: 14.797 KiB) 0.000171 seconds (505 allocations: 14.797 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.75s PkgEval succeeded after 268.18s