Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.888 (0e1aa6c7eb*) started at 2025-07-22T11:38:16.659 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.43s ################################################################################ # 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.04s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.05s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_tzWrZi/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_tzWrZi/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.537384 seconds (4.25 M allocations: 851.970 MiB, 28.73% gc time, 1.90% compilation time) 3.259976 seconds (4.23 M allocations: 850.984 MiB, 28.53% gc time) 3.089963 seconds (4.23 M allocations: 851.004 MiB, 20.47% gc time) 3.285328 seconds (4.23 M allocations: 851.052 MiB, 29.53% gc time) 2.962491 seconds (4.23 M allocations: 851.092 MiB, 20.94% gc time) [ Info: Evaluation of a single point 0.000097 seconds (154 allocations: 3.578 KiB) 0.000064 seconds (154 allocations: 3.578 KiB) 0.000067 seconds (154 allocations: 3.578 KiB) 0.000063 seconds (154 allocations: 3.578 KiB) 0.000070 seconds (154 allocations: 3.578 KiB) [ Info: Find point closest to all in dataset 33.503248 seconds (279.89 M allocations: 7.002 GiB, 5.84% gc time, 3.27% compilation time) 31.725729 seconds (278.23 M allocations: 6.922 GiB, 5.01% gc time, 0.62% compilation time) 32.204702 seconds (278.23 M allocations: 6.922 GiB, 4.81% gc time, 0.56% compilation time) 32.420523 seconds (278.23 M allocations: 6.922 GiB, 5.81% gc time, 0.60% compilation time) 31.298889 seconds (278.23 M allocations: 6.922 GiB, 5.02% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.446912 seconds (5.54 M allocations: 1020.087 MiB, 20.32% gc time) 3.520350 seconds (5.54 M allocations: 1020.077 MiB, 28.56% gc time) 2.718872 seconds (5.54 M allocations: 1020.106 MiB, 26.39% gc time) 2.400383 seconds (5.54 M allocations: 1020.109 MiB, 24.89% gc time) 2.981088 seconds (5.54 M allocations: 1020.087 MiB, 21.54% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000145 seconds (299 allocations: 9.219 KiB) 0.000097 seconds (299 allocations: 9.219 KiB) 0.000097 seconds (299 allocations: 9.219 KiB) 0.000101 seconds (299 allocations: 9.219 KiB) 0.000122 seconds (299 allocations: 9.219 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 221.46s PkgEval succeeded after 258.03s