Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.860 (6ddb3d6410*) started at 2025-07-13T11:35:49.019 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.57s ################################################################################ # 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.13.1+0 Installation completed after 1.38s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.43s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_UZnidG/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_UZnidG/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.744501 seconds (4.25 M allocations: 852.082 MiB, 27.11% gc time, 1.89% compilation time) 3.525279 seconds (4.23 M allocations: 851.113 MiB, 27.14% gc time) 3.339862 seconds (4.23 M allocations: 851.123 MiB, 21.17% gc time) 3.539461 seconds (4.23 M allocations: 851.187 MiB, 28.31% gc time) 3.198090 seconds (4.23 M allocations: 851.208 MiB, 21.67% gc time) [ Info: Evaluation of a single point 0.013071 seconds (318 allocations: 9.078 KiB, 98.33% compilation time) 0.000079 seconds (280 allocations: 6.922 KiB) 0.000074 seconds (280 allocations: 6.922 KiB) 0.000070 seconds (280 allocations: 6.922 KiB) 0.000079 seconds (280 allocations: 6.922 KiB) [ Info: Find point closest to all in dataset 35.643031 seconds (279.70 M allocations: 6.997 GiB, 5.76% gc time, 2.97% compilation time) 34.180543 seconds (278.04 M allocations: 6.917 GiB, 4.93% gc time, 0.60% compilation time) 33.719255 seconds (278.04 M allocations: 6.917 GiB, 4.87% gc time, 0.60% compilation time) 34.251513 seconds (278.04 M allocations: 6.917 GiB, 5.82% gc time, 0.59% compilation time) 34.525057 seconds (278.04 M allocations: 6.917 GiB, 4.97% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.811272 seconds (5.54 M allocations: 1020.047 MiB, 20.74% gc time) 3.973775 seconds (5.54 M allocations: 1020.045 MiB, 28.21% gc time) 3.907889 seconds (5.54 M allocations: 1020.043 MiB, 23.15% gc time) 3.671198 seconds (5.54 M allocations: 1020.079 MiB, 21.71% gc time) 3.552875 seconds (5.54 M allocations: 1020.094 MiB, 27.47% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000119 seconds (261 allocations: 7.312 KiB) 0.000107 seconds (261 allocations: 7.312 KiB) 0.000102 seconds (261 allocations: 7.312 KiB) 0.000099 seconds (261 allocations: 7.312 KiB) 0.000105 seconds (261 allocations: 7.312 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 239.06s PkgEval succeeded after 272.75s