Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.140 (fac1ce7906*) started at 2025-03-02T08:06:28.610 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.32s ################################################################################ # 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 0.95s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.67s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_aeBDuj/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_aeBDuj/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.289623 seconds (4.25 M allocations: 851.924 MiB, 28.63% gc time, 2.09% compilation time) 3.125310 seconds (4.23 M allocations: 850.993 MiB, 29.77% gc time) 3.005407 seconds (4.23 M allocations: 851.039 MiB, 23.02% gc time) 3.231408 seconds (4.23 M allocations: 851.026 MiB, 31.49% gc time) 2.919385 seconds (4.23 M allocations: 851.098 MiB, 22.20% gc time) [ Info: Evaluation of a single point 0.009708 seconds (268 allocations: 7.844 KiB, 97.74% compilation time) 0.000091 seconds (230 allocations: 5.688 KiB) 0.000076 seconds (230 allocations: 5.688 KiB) 0.000074 seconds (230 allocations: 5.688 KiB) 0.000076 seconds (230 allocations: 5.688 KiB) [ Info: Find point closest to all in dataset 34.195187 seconds (269.60 M allocations: 6.747 GiB, 5.46% gc time, 3.19% compilation time) 32.073391 seconds (268.96 M allocations: 6.714 GiB, 4.58% gc time, 0.64% compilation time) 32.228807 seconds (268.96 M allocations: 6.714 GiB, 4.58% gc time, 0.70% compilation time) 32.216356 seconds (268.96 M allocations: 6.714 GiB, 5.56% gc time, 0.69% compilation time) 31.384810 seconds (268.96 M allocations: 6.714 GiB, 4.58% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.246923 seconds (5.54 M allocations: 1020.123 MiB, 22.80% gc time) 3.372645 seconds (5.54 M allocations: 1020.091 MiB, 22.16% gc time) 3.705898 seconds (5.54 M allocations: 1020.093 MiB, 29.51% gc time) 3.352133 seconds (5.54 M allocations: 1020.094 MiB, 22.64% gc time) 3.489310 seconds (5.54 M allocations: 1020.105 MiB, 25.10% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000145 seconds (380 allocations: 11.078 KiB) 0.000130 seconds (380 allocations: 11.078 KiB) 0.000122 seconds (380 allocations: 11.078 KiB) 0.000149 seconds (380 allocations: 11.078 KiB) 0.000142 seconds (380 allocations: 11.078 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 225.18s PkgEval succeeded after 261.2s