Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.655 (3a5e1f15ec*) started at 2025-05-29T11:36:13.838 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.14s ################################################################################ # 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.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.34s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_TOdKUK/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_TOdKUK/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.757955 seconds (4.25 M allocations: 852.020 MiB, 28.91% gc time, 1.82% compilation time) 3.695194 seconds (4.23 M allocations: 851.080 MiB, 31.33% gc time) 3.197490 seconds (4.23 M allocations: 851.057 MiB, 20.37% gc time) 3.492165 seconds (4.23 M allocations: 850.998 MiB, 29.44% gc time) 3.247227 seconds (4.23 M allocations: 850.995 MiB, 22.07% gc time) [ Info: Evaluation of a single point 0.013039 seconds (399 allocations: 10.953 KiB, 97.07% compilation time) 0.000111 seconds (361 allocations: 8.797 KiB) 0.000118 seconds (361 allocations: 8.797 KiB) 0.000103 seconds (361 allocations: 8.797 KiB) 0.000089 seconds (361 allocations: 8.797 KiB) [ Info: Find point closest to all in dataset 36.192550 seconds (279.69 M allocations: 6.996 GiB, 5.89% gc time, 2.92% compilation time) 34.832644 seconds (277.98 M allocations: 6.915 GiB, 4.91% gc time, 0.56% compilation time) 33.162699 seconds (277.98 M allocations: 6.915 GiB, 4.88% gc time, 0.55% compilation time) 32.760951 seconds (277.98 M allocations: 6.915 GiB, 5.97% gc time, 0.59% compilation time) 31.620703 seconds (277.98 M allocations: 6.915 GiB, 5.12% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.415800 seconds (5.54 M allocations: 1020.192 MiB, 20.20% gc time) 3.469596 seconds (5.54 M allocations: 1020.170 MiB, 22.03% gc time) 3.864271 seconds (5.54 M allocations: 1020.131 MiB, 26.36% gc time) 3.536243 seconds (5.54 M allocations: 1020.132 MiB, 20.20% gc time) 3.928267 seconds (5.54 M allocations: 1020.132 MiB, 30.09% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000145 seconds (369 allocations: 9.859 KiB) 0.000107 seconds (369 allocations: 9.859 KiB) 0.000118 seconds (369 allocations: 9.859 KiB) 0.000118 seconds (369 allocations: 9.859 KiB) 0.000115 seconds (369 allocations: 9.859 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.42s PkgEval succeeded after 267.33s