Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.733 (c0ecfe9bcc*) started at 2025-06-12T11:36:11.889 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.72s ################################################################################ # 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 1.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_nn8A2v/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_nn8A2v/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.374115 seconds (4.25 M allocations: 852.031 MiB, 23.38% gc time, 2.05% compilation time) 3.707382 seconds (4.23 M allocations: 850.997 MiB, 34.37% gc time) 3.234965 seconds (4.23 M allocations: 850.979 MiB, 23.54% gc time) 3.393491 seconds (4.23 M allocations: 850.983 MiB, 29.77% gc time) 2.978746 seconds (4.23 M allocations: 850.974 MiB, 20.24% gc time) [ Info: Evaluation of a single point 0.000087 seconds (127 allocations: 2.703 KiB) 0.000064 seconds (127 allocations: 2.703 KiB) 0.000059 seconds (127 allocations: 2.703 KiB) 0.000063 seconds (127 allocations: 2.703 KiB) 0.000066 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 31.533774 seconds (279.87 M allocations: 7.001 GiB, 6.35% gc time, 3.33% compilation time) 23.434634 seconds (278.16 M allocations: 6.919 GiB, 6.22% gc time, 0.69% compilation time) 31.198050 seconds (278.16 M allocations: 6.919 GiB, 6.01% gc time, 0.47% compilation time) 34.323311 seconds (278.16 M allocations: 6.919 GiB, 4.89% gc time, 0.60% compilation time) 34.550147 seconds (278.16 M allocations: 6.919 GiB, 5.80% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.632379 seconds (5.54 M allocations: 1020.152 MiB, 19.86% gc time) 3.634551 seconds (5.54 M allocations: 1020.153 MiB, 21.38% gc time) 3.002077 seconds (5.54 M allocations: 1020.211 MiB, 30.92% gc time) 2.662282 seconds (5.54 M allocations: 1020.205 MiB, 23.29% gc time) 2.871133 seconds (5.54 M allocations: 1020.170 MiB, 25.93% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000087 seconds (177 allocations: 5.016 KiB) 0.000085 seconds (177 allocations: 5.016 KiB) 0.000083 seconds (177 allocations: 5.016 KiB) 0.000067 seconds (177 allocations: 5.016 KiB) 0.000077 seconds (177 allocations: 5.016 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 217.09s PkgEval succeeded after 252.6s