Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1003 (44fdede182*) started at 2025-08-19T11:37:51.959 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.15s ################################################################################ # 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 1.16s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.88s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_ywQm0q/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ywQm0q/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.553384 seconds (4.25 M allocations: 852.030 MiB, 28.63% gc time, 1.97% compilation time) 3.391247 seconds (4.23 M allocations: 851.023 MiB, 29.12% gc time) 3.158977 seconds (4.23 M allocations: 850.980 MiB, 21.08% gc time) 3.273029 seconds (4.23 M allocations: 851.077 MiB, 29.66% gc time) 2.929604 seconds (4.23 M allocations: 851.102 MiB, 21.24% gc time) [ Info: Evaluation of a single point 0.020982 seconds (369 allocations: 11.516 KiB, 98.50% compilation time) 0.000096 seconds (293 allocations: 7.203 KiB) 0.000081 seconds (293 allocations: 7.203 KiB) 0.000098 seconds (293 allocations: 7.203 KiB) 0.000085 seconds (293 allocations: 7.203 KiB) [ Info: Find point closest to all in dataset 34.328934 seconds (279.70 M allocations: 6.997 GiB, 5.93% gc time, 3.03% compilation time) 32.884312 seconds (278.04 M allocations: 6.917 GiB, 5.09% gc time, 0.58% compilation time) 32.302590 seconds (278.04 M allocations: 6.917 GiB, 5.09% gc time, 0.64% compilation time) 33.065633 seconds (278.04 M allocations: 6.917 GiB, 5.99% gc time, 0.60% compilation time) 32.587818 seconds (278.04 M allocations: 6.917 GiB, 5.17% gc time, 0.74% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.914431 seconds (5.54 M allocations: 1020.052 MiB, 22.72% gc time) 3.526750 seconds (5.54 M allocations: 1020.062 MiB, 29.93% gc time) 3.331985 seconds (5.54 M allocations: 1020.086 MiB, 25.08% gc time) 3.478846 seconds (5.54 M allocations: 1020.061 MiB, 20.55% gc time) 3.491074 seconds (5.54 M allocations: 1020.072 MiB, 24.73% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000123 seconds (278 allocations: 7.500 KiB) 0.000117 seconds (278 allocations: 7.500 KiB) 0.000109 seconds (278 allocations: 7.500 KiB) 0.000114 seconds (278 allocations: 7.500 KiB) 0.000108 seconds (278 allocations: 7.500 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.3s PkgEval succeeded after 269.86s