Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.985 (9c94e7ae32*) started at 2025-08-14T11:38:28.688 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.41s ################################################################################ # 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 1.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.36s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_UOKxMi/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_UOKxMi/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.620993 seconds (4.25 M allocations: 852.027 MiB, 25.99% gc time, 1.97% compilation time) 3.298643 seconds (4.23 M allocations: 851.029 MiB, 26.18% gc time) 3.087660 seconds (4.23 M allocations: 851.085 MiB, 20.94% gc time) 3.399517 seconds (4.23 M allocations: 851.036 MiB, 29.84% gc time) 3.149826 seconds (4.23 M allocations: 851.026 MiB, 19.67% gc time) [ Info: Evaluation of a single point 0.022768 seconds (394 allocations: 11.922 KiB, 98.91% compilation time) 0.000107 seconds (318 allocations: 7.609 KiB) 0.000092 seconds (318 allocations: 7.609 KiB) 0.000082 seconds (318 allocations: 7.609 KiB) 0.000081 seconds (318 allocations: 7.609 KiB) [ Info: Find point closest to all in dataset 33.239982 seconds (279.87 M allocations: 7.001 GiB, 5.83% gc time, 3.09% compilation time) 31.168589 seconds (278.21 M allocations: 6.921 GiB, 4.91% gc time, 0.67% compilation time) 30.483785 seconds (278.21 M allocations: 6.921 GiB, 4.90% gc time, 0.56% compilation time) 29.947910 seconds (278.21 M allocations: 6.921 GiB, 6.02% gc time, 0.62% compilation time) 29.360001 seconds (278.21 M allocations: 6.921 GiB, 5.11% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.339346 seconds (5.54 M allocations: 1020.152 MiB, 18.52% gc time) 3.568924 seconds (5.54 M allocations: 1020.150 MiB, 28.82% gc time) 3.547628 seconds (5.54 M allocations: 1020.158 MiB, 21.65% gc time) 3.352878 seconds (5.54 M allocations: 1020.164 MiB, 22.70% gc time) 3.278834 seconds (5.54 M allocations: 1020.231 MiB, 20.41% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000264 seconds (540 allocations: 14.875 KiB) 0.000139 seconds (540 allocations: 14.875 KiB) 0.000126 seconds (540 allocations: 14.875 KiB) 0.000136 seconds (540 allocations: 14.875 KiB) 0.000134 seconds (540 allocations: 14.875 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 215.96s PkgEval succeeded after 253.48s