Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1022 (6a783956c1*) started at 2025-08-21T11:38:36.027 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.95s ################################################################################ # 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.96s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.53s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_9p6LcA/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_9p6LcA/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.607949 seconds (4.25 M allocations: 851.939 MiB, 27.50% gc time, 1.92% compilation time) 3.511069 seconds (4.23 M allocations: 850.950 MiB, 28.65% gc time) 3.307447 seconds (4.23 M allocations: 850.951 MiB, 22.08% gc time) 3.332035 seconds (4.23 M allocations: 851.035 MiB, 18.98% gc time) 3.172330 seconds (4.23 M allocations: 850.971 MiB, 29.92% gc time) [ Info: Evaluation of a single point 0.008183 seconds (193 allocations: 5.750 KiB, 97.66% compilation time) 0.000067 seconds (155 allocations: 3.594 KiB) 0.000089 seconds (155 allocations: 3.594 KiB) 0.000060 seconds (155 allocations: 3.594 KiB) 0.000060 seconds (155 allocations: 3.594 KiB) [ Info: Find point closest to all in dataset 36.758261 seconds (279.86 M allocations: 7.001 GiB, 6.99% gc time, 2.64% compilation time) 33.818037 seconds (278.20 M allocations: 6.921 GiB, 5.87% gc time, 0.58% compilation time) 33.208902 seconds (278.20 M allocations: 6.921 GiB, 4.79% gc time, 0.55% compilation time) 33.256739 seconds (278.20 M allocations: 6.921 GiB, 4.67% gc time, 0.61% compilation time) 32.361206 seconds (278.20 M allocations: 6.921 GiB, 5.77% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.383193 seconds (5.54 M allocations: 1020.091 MiB, 20.83% gc time) 3.543392 seconds (5.54 M allocations: 1020.097 MiB, 22.05% gc time) 3.842331 seconds (5.54 M allocations: 1020.086 MiB, 29.13% gc time) 3.769814 seconds (5.54 M allocations: 1020.116 MiB, 24.17% gc time) 3.444360 seconds (5.54 M allocations: 1020.103 MiB, 23.81% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000130 seconds (391 allocations: 11.891 KiB) 0.000118 seconds (391 allocations: 11.891 KiB) 0.000120 seconds (391 allocations: 11.891 KiB) 0.000111 seconds (391 allocations: 11.891 KiB) 0.000115 seconds (391 allocations: 11.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 232.96s PkgEval succeeded after 271.61s