Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.820 (69a2a571e8*) started at 2025-07-07T08:35:20.931 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.37s ################################################################################ # 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 1.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.04s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_zBrsEh/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_zBrsEh/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.754704 seconds (4.25 M allocations: 852.053 MiB, 28.57% gc time, 1.64% compilation time) 3.585500 seconds (4.23 M allocations: 851.026 MiB, 28.09% gc time) 2.991215 seconds (4.23 M allocations: 851.039 MiB, 21.31% gc time) 3.409785 seconds (4.23 M allocations: 851.053 MiB, 28.24% gc time) 3.229331 seconds (4.23 M allocations: 851.034 MiB, 19.75% gc time) [ Info: Evaluation of a single point 0.012709 seconds (231 allocations: 6.438 KiB, 98.58% compilation time) 0.000093 seconds (193 allocations: 4.281 KiB) 0.000085 seconds (193 allocations: 4.281 KiB) 0.000111 seconds (193 allocations: 4.281 KiB) 0.000085 seconds (193 allocations: 4.281 KiB) [ Info: Find point closest to all in dataset 34.553741 seconds (279.94 M allocations: 7.002 GiB, 5.82% gc time, 3.05% compilation time) 32.850346 seconds (278.23 M allocations: 6.921 GiB, 4.83% gc time, 0.57% compilation time) 33.417963 seconds (278.23 M allocations: 6.921 GiB, 4.75% gc time, 0.60% compilation time) 32.810733 seconds (278.23 M allocations: 6.921 GiB, 5.89% gc time, 0.62% compilation time) 30.201708 seconds (278.23 M allocations: 6.921 GiB, 5.11% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.790874 seconds (5.54 M allocations: 1020.046 MiB, 21.71% gc time) 3.742507 seconds (5.54 M allocations: 1020.047 MiB, 21.24% gc time) 4.012377 seconds (5.54 M allocations: 1020.046 MiB, 27.40% gc time) 3.611221 seconds (5.54 M allocations: 1020.052 MiB, 21.28% gc time) 4.244427 seconds (5.54 M allocations: 1020.056 MiB, 28.44% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000108 seconds (178 allocations: 4.922 KiB) 0.000058 seconds (178 allocations: 4.922 KiB) 0.000076 seconds (178 allocations: 4.922 KiB) 0.000060 seconds (178 allocations: 4.922 KiB) 0.000064 seconds (178 allocations: 4.922 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.37s PkgEval succeeded after 266.24s