Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1265 (cd62cf9a08*) started at 2025-10-05T11:48:05.177 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.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.13.1+0 Installation completed after 0.94s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.29s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_EhGUEr/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_EhGUEr/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.636348 seconds (4.25 M allocations: 852.043 MiB, 30.04% gc time, 1.93% compilation time) 3.406024 seconds (4.23 M allocations: 850.994 MiB, 30.59% gc time) 3.235513 seconds (4.23 M allocations: 850.987 MiB, 24.28% gc time) 2.909723 seconds (4.23 M allocations: 850.986 MiB, 23.09% gc time) 3.003320 seconds (4.23 M allocations: 850.979 MiB, 22.72% gc time) [ Info: Evaluation of a single point 0.012551 seconds (393 allocations: 11.188 KiB, 98.07% compilation time) 0.000102 seconds (355 allocations: 9.031 KiB) 0.000093 seconds (355 allocations: 9.031 KiB) 0.000105 seconds (355 allocations: 9.031 KiB) 0.000086 seconds (355 allocations: 9.031 KiB) [ Info: Find point closest to all in dataset 34.390916 seconds (279.80 M allocations: 6.999 GiB, 5.77% gc time, 3.00% compilation time) 33.463955 seconds (278.13 M allocations: 6.919 GiB, 5.94% gc time, 0.58% compilation time) 32.935317 seconds (278.13 M allocations: 6.919 GiB, 4.94% gc time, 0.65% compilation time) 32.028904 seconds (278.13 M allocations: 6.919 GiB, 4.91% gc time, 0.59% compilation time) 32.692323 seconds (278.13 M allocations: 6.919 GiB, 6.02% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.364305 seconds (5.54 M allocations: 1020.066 MiB, 25.39% gc time) 3.209313 seconds (5.54 M allocations: 1020.067 MiB, 24.01% gc time) 3.957597 seconds (5.54 M allocations: 1020.125 MiB, 31.16% gc time) 3.440629 seconds (5.54 M allocations: 1020.069 MiB, 24.75% gc time) 3.504394 seconds (5.54 M allocations: 1020.066 MiB, 25.56% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.072473 seconds (19.09 k allocations: 1.030 MiB, 99.55% compilation time) 0.000095 seconds (348 allocations: 10.688 KiB) 0.000090 seconds (348 allocations: 10.688 KiB) 0.000101 seconds (348 allocations: 10.688 KiB) 0.000099 seconds (348 allocations: 10.688 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.73s PkgEval succeeded after 266.99s