Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.974 (7bbb213719*) started at 2025-08-12T11:38:40.059 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.69s ################################################################################ # 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.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.48s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_meuY8N/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_meuY8N/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.664752 seconds (4.25 M allocations: 851.984 MiB, 27.09% gc time, 1.79% compilation time) 3.415171 seconds (4.23 M allocations: 850.989 MiB, 28.14% gc time) 3.247468 seconds (4.23 M allocations: 851.154 MiB, 20.86% gc time) 3.392679 seconds (4.23 M allocations: 851.119 MiB, 29.54% gc time) 3.132027 seconds (4.23 M allocations: 850.999 MiB, 21.96% gc time) [ Info: Evaluation of a single point 0.013171 seconds (207 allocations: 6.000 KiB, 98.47% compilation time) 0.000076 seconds (169 allocations: 3.844 KiB) 0.000064 seconds (169 allocations: 3.844 KiB) 0.000069 seconds (169 allocations: 3.844 KiB) 0.000063 seconds (169 allocations: 3.844 KiB) [ Info: Find point closest to all in dataset 35.010045 seconds (279.78 M allocations: 6.999 GiB, 5.97% gc time, 3.04% compilation time) 33.873847 seconds (278.12 M allocations: 6.919 GiB, 5.07% gc time, 0.56% compilation time) 34.275798 seconds (278.12 M allocations: 6.919 GiB, 4.99% gc time, 0.58% compilation time) 34.614723 seconds (278.12 M allocations: 6.919 GiB, 5.81% gc time, 0.55% compilation time) 32.676778 seconds (278.12 M allocations: 6.919 GiB, 5.15% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.643672 seconds (5.54 M allocations: 1020.470 MiB, 20.99% gc time) 3.834136 seconds (5.54 M allocations: 1020.175 MiB, 28.00% gc time) 3.620099 seconds (5.54 M allocations: 1020.139 MiB, 22.60% gc time) 3.533775 seconds (5.54 M allocations: 1020.217 MiB, 20.64% gc time) 4.070681 seconds (5.54 M allocations: 1020.102 MiB, 30.48% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000116 seconds (167 allocations: 4.828 KiB) 0.000118 seconds (167 allocations: 4.828 KiB) 0.000104 seconds (167 allocations: 4.828 KiB) 0.000106 seconds (167 allocations: 4.828 KiB) 0.000107 seconds (167 allocations: 4.828 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 236.33s PkgEval succeeded after 273.72s