Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.1099 (5c93bf20fd*) started at 2025-09-09T11:39:53.680 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.33s ################################################################################ # 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.01s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.82s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Qz2nxW/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Qz2nxW/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.600726 seconds (4.25 M allocations: 851.974 MiB, 24.63% gc time, 1.87% compilation time) 3.503442 seconds (4.23 M allocations: 850.981 MiB, 25.14% gc time) 3.158800 seconds (4.23 M allocations: 851.058 MiB, 18.41% gc time) 3.438798 seconds (4.23 M allocations: 851.004 MiB, 26.87% gc time) 3.265188 seconds (4.23 M allocations: 850.982 MiB, 18.25% gc time) [ Info: Evaluation of a single point 0.012157 seconds (305 allocations: 8.844 KiB, 97.77% compilation time) 0.000105 seconds (267 allocations: 6.688 KiB) 0.000090 seconds (267 allocations: 6.688 KiB) 0.000093 seconds (267 allocations: 6.688 KiB) 0.000101 seconds (267 allocations: 6.688 KiB) [ Info: Find point closest to all in dataset 33.305993 seconds (279.79 M allocations: 6.999 GiB, 5.73% gc time, 2.86% compilation time) 31.999982 seconds (278.12 M allocations: 6.919 GiB, 4.96% gc time, 0.60% compilation time) 32.128920 seconds (278.12 M allocations: 6.919 GiB, 4.91% gc time, 0.59% compilation time) 32.691249 seconds (278.12 M allocations: 6.919 GiB, 5.79% gc time, 0.60% compilation time) 32.133255 seconds (278.12 M allocations: 6.919 GiB, 4.91% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.440215 seconds (5.54 M allocations: 1020.151 MiB, 19.18% gc time) 3.756975 seconds (5.54 M allocations: 1020.135 MiB, 26.77% gc time) 3.485891 seconds (5.54 M allocations: 1020.137 MiB, 20.63% gc time) 3.632924 seconds (5.54 M allocations: 1020.132 MiB, 24.83% gc time) 3.474175 seconds (5.54 M allocations: 1020.141 MiB, 21.73% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000111 seconds (281 allocations: 8.359 KiB) 0.000099 seconds (281 allocations: 8.359 KiB) 0.000096 seconds (281 allocations: 8.359 KiB) 0.000102 seconds (281 allocations: 8.359 KiB) 0.000098 seconds (281 allocations: 8.359 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 226.19s PkgEval succeeded after 261.98s