Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.834 (c3282ceaac*) started at 2025-07-08T11:35:47.772 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.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.12.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.89s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Z6ujln/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_Z6ujln/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.12.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.634469 seconds (4.25 M allocations: 852.067 MiB, 28.84% gc time, 1.90% compilation time) 3.583736 seconds (4.23 M allocations: 851.027 MiB, 30.78% gc time) 3.207063 seconds (4.23 M allocations: 851.021 MiB, 24.10% gc time) 3.461542 seconds (4.23 M allocations: 851.023 MiB, 30.84% gc time) 3.007397 seconds (4.23 M allocations: 851.012 MiB, 21.19% gc time) [ Info: Evaluation of a single point 0.000073 seconds (125 allocations: 2.625 KiB) 0.000051 seconds (125 allocations: 2.625 KiB) 0.000054 seconds (125 allocations: 2.625 KiB) 0.000054 seconds (125 allocations: 2.625 KiB) 0.000069 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 35.015158 seconds (279.72 M allocations: 6.997 GiB, 5.95% gc time, 3.34% compilation time) 32.901814 seconds (278.02 M allocations: 6.915 GiB, 5.01% gc time, 0.69% compilation time) 33.620190 seconds (278.02 M allocations: 6.915 GiB, 4.88% gc time, 0.59% compilation time) 34.149372 seconds (278.02 M allocations: 6.915 GiB, 5.91% gc time, 0.56% compilation time) 32.531880 seconds (278.02 M allocations: 6.915 GiB, 5.05% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.660578 seconds (5.54 M allocations: 1020.183 MiB, 21.21% gc time) 3.591674 seconds (5.54 M allocations: 1020.177 MiB, 22.99% gc time) 4.095199 seconds (5.54 M allocations: 1020.240 MiB, 30.09% gc time) 3.644443 seconds (5.54 M allocations: 1020.224 MiB, 23.27% gc time) 3.210825 seconds (5.54 M allocations: 1020.233 MiB, 27.63% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000167 seconds (479 allocations: 13.359 KiB) 0.000146 seconds (479 allocations: 13.359 KiB) 0.000144 seconds (479 allocations: 13.359 KiB) 0.000148 seconds (479 allocations: 13.359 KiB) 0.000157 seconds (479 allocations: 13.359 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.08s PkgEval succeeded after 267.0s