Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.748 (36a4616fc2*) started at 2025-06-17T11:37:03.787 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.87s ################################################################################ # 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.12.0+0 Installation completed after 1.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.23s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Y1ljYX/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_Y1ljYX/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.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.669299 seconds (4.25 M allocations: 852.043 MiB, 26.88% gc time, 1.78% compilation time) 3.507315 seconds (4.23 M allocations: 851.026 MiB, 27.92% gc time) 3.347704 seconds (4.23 M allocations: 851.081 MiB, 21.10% gc time) 3.108614 seconds (4.23 M allocations: 851.079 MiB, 20.67% gc time) 3.490887 seconds (4.23 M allocations: 851.023 MiB, 28.41% gc time) [ Info: Evaluation of a single point 0.017720 seconds (559 allocations: 15.266 KiB, 98.24% compilation time) 0.000100 seconds (483 allocations: 10.953 KiB) 0.000112 seconds (483 allocations: 10.953 KiB) 0.000115 seconds (483 allocations: 10.953 KiB) 0.000126 seconds (483 allocations: 10.953 KiB) [ Info: Find point closest to all in dataset 35.738597 seconds (279.81 M allocations: 7.000 GiB, 7.09% gc time, 2.65% compilation time) 32.750189 seconds (278.10 M allocations: 6.918 GiB, 6.16% gc time, 0.59% compilation time) 32.877349 seconds (278.10 M allocations: 6.918 GiB, 4.98% gc time, 0.60% compilation time) 31.840826 seconds (278.10 M allocations: 6.918 GiB, 4.89% gc time, 0.58% compilation time) 32.375353 seconds (278.10 M allocations: 6.918 GiB, 6.02% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.499140 seconds (5.54 M allocations: 1020.095 MiB, 20.17% gc time) 3.577605 seconds (5.54 M allocations: 1020.092 MiB, 19.61% gc time) 3.699850 seconds (5.54 M allocations: 1020.091 MiB, 27.44% gc time) 3.580212 seconds (5.54 M allocations: 1020.109 MiB, 20.60% gc time) 3.497883 seconds (5.54 M allocations: 1020.125 MiB, 22.96% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.067242 seconds (20.53 k allocations: 1.081 MiB, 99.40% compilation time) 0.000113 seconds (342 allocations: 9.766 KiB) 0.000103 seconds (342 allocations: 9.766 KiB) 0.000263 seconds (342 allocations: 9.766 KiB) 0.000125 seconds (342 allocations: 9.766 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.38s PkgEval succeeded after 261.57s