Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1035 (d28a587c89*) started at 2025-08-24T11:37:22.538 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.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.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.1s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.16s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_TjFfaY/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_TjFfaY/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.516782 seconds (4.25 M allocations: 852.007 MiB, 28.02% gc time, 2.00% compilation time) 3.242290 seconds (4.23 M allocations: 851.027 MiB, 29.11% gc time) 3.069207 seconds (4.23 M allocations: 851.046 MiB, 20.62% gc time) 3.265336 seconds (4.23 M allocations: 851.051 MiB, 30.79% gc time) 2.932211 seconds (4.23 M allocations: 851.038 MiB, 20.54% gc time) [ Info: Evaluation of a single point 0.012718 seconds (426 allocations: 11.750 KiB, 98.44% compilation time) 0.000096 seconds (388 allocations: 9.594 KiB) 0.000124 seconds (388 allocations: 9.594 KiB) 0.000095 seconds (388 allocations: 9.594 KiB) 0.000106 seconds (388 allocations: 9.594 KiB) [ Info: Find point closest to all in dataset 33.332931 seconds (279.79 M allocations: 6.999 GiB, 5.76% gc time, 3.00% compilation time) 32.201281 seconds (278.12 M allocations: 6.919 GiB, 4.85% gc time, 0.63% compilation time) 31.782727 seconds (278.12 M allocations: 6.919 GiB, 4.74% gc time, 0.62% compilation time) 31.969479 seconds (278.12 M allocations: 6.919 GiB, 5.70% gc time, 0.60% compilation time) 31.595474 seconds (278.12 M allocations: 6.919 GiB, 4.76% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.528998 seconds (5.54 M allocations: 1020.129 MiB, 21.62% gc time) 3.327553 seconds (5.54 M allocations: 1020.117 MiB, 20.79% gc time) 3.666870 seconds (5.54 M allocations: 1020.127 MiB, 27.40% gc time) 3.480893 seconds (5.54 M allocations: 1020.165 MiB, 21.80% gc time) 3.400705 seconds (5.54 M allocations: 1020.131 MiB, 22.63% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000086 seconds (169 allocations: 4.812 KiB) 0.000078 seconds (169 allocations: 4.812 KiB) 0.000092 seconds (169 allocations: 4.812 KiB) 0.000078 seconds (169 allocations: 4.812 KiB) 0.000086 seconds (169 allocations: 4.812 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 223.14s PkgEval succeeded after 259.46s