Package evaluation of AdaptiveKDTrees on Julia 1.12.0-rc2.1 (1fad90817e*) started at 2025-09-11T01:32:11.184 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.88s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.12/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.12/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+1 Installation completed after 0.97s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.56s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_dLcxzw/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_dLcxzw/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+1 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.834779 seconds (4.25 M allocations: 852.126 MiB, 26.49% gc time, 1.24% compilation time) 3.769753 seconds (4.23 M allocations: 851.050 MiB, 29.06% gc time) 3.205114 seconds (4.23 M allocations: 851.061 MiB, 18.49% gc time) 3.476215 seconds (4.23 M allocations: 851.062 MiB, 27.81% gc time) 3.280891 seconds (4.23 M allocations: 851.081 MiB, 21.16% gc time) [ Info: Evaluation of a single point 0.013217 seconds (273 allocations: 7.734 KiB, 98.60% compilation time) 0.000084 seconds (232 allocations: 5.328 KiB) 0.000077 seconds (232 allocations: 5.328 KiB) 0.000102 seconds (232 allocations: 5.328 KiB) 0.000078 seconds (232 allocations: 5.328 KiB) [ Info: Find point closest to all in dataset 35.614966 seconds (280.76 M allocations: 7.015 GiB, 6.08% gc time, 2.67% compilation time) 33.796541 seconds (280.02 M allocations: 6.976 GiB, 5.19% gc time, 0.56% compilation time) 34.459253 seconds (280.02 M allocations: 6.976 GiB, 5.07% gc time, 0.52% compilation time) 34.696699 seconds (280.02 M allocations: 6.976 GiB, 6.08% gc time, 0.57% compilation time) 34.379893 seconds (280.02 M allocations: 6.976 GiB, 5.16% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.928074 seconds (5.54 M allocations: 1020.211 MiB, 22.30% gc time) 3.785334 seconds (5.54 M allocations: 1020.125 MiB, 21.21% gc time) 4.231864 seconds (5.54 M allocations: 1020.121 MiB, 27.68% gc time) 3.802366 seconds (5.54 M allocations: 1020.115 MiB, 21.64% gc time) 3.824170 seconds (5.54 M allocations: 1020.108 MiB, 27.17% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000124 seconds (203 allocations: 5.891 KiB) 0.000090 seconds (203 allocations: 5.891 KiB) 0.000087 seconds (203 allocations: 5.891 KiB) 0.000093 seconds (203 allocations: 5.891 KiB) 0.000081 seconds (203 allocations: 5.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 240.0s PkgEval succeeded after 280.15s