Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.626 (157b8bc303*) started at 2025-05-22T22:17:46.058 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.9s ################################################################################ # 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.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.18s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_vao5zo/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_vao5zo/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.628083 seconds (4.25 M allocations: 852.030 MiB, 29.16% gc time, 1.83% compilation time) 3.507659 seconds (4.23 M allocations: 851.002 MiB, 28.46% gc time) 3.081844 seconds (4.23 M allocations: 851.030 MiB, 21.59% gc time) 3.338835 seconds (4.23 M allocations: 851.083 MiB, 30.59% gc time) 3.026461 seconds (4.23 M allocations: 851.073 MiB, 20.89% gc time) [ Info: Evaluation of a single point 0.012562 seconds (343 allocations: 9.953 KiB, 98.59% compilation time) 0.000079 seconds (305 allocations: 7.797 KiB) 0.000073 seconds (305 allocations: 7.797 KiB) 0.000075 seconds (305 allocations: 7.797 KiB) 0.000079 seconds (305 allocations: 7.797 KiB) [ Info: Find point closest to all in dataset 33.529407 seconds (280.02 M allocations: 7.005 GiB, 6.06% gc time, 3.07% compilation time) 32.199451 seconds (278.31 M allocations: 6.923 GiB, 5.01% gc time, 0.56% compilation time) 32.245922 seconds (278.31 M allocations: 6.923 GiB, 4.93% gc time, 0.56% compilation time) 32.538162 seconds (278.31 M allocations: 6.923 GiB, 5.89% gc time, 0.55% compilation time) 32.139806 seconds (278.31 M allocations: 6.923 GiB, 4.98% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.379742 seconds (5.54 M allocations: 1020.193 MiB, 20.77% gc time) 3.708689 seconds (5.54 M allocations: 1020.178 MiB, 28.19% gc time) 3.491775 seconds (5.54 M allocations: 1020.177 MiB, 20.13% gc time) 3.586691 seconds (5.54 M allocations: 1020.183 MiB, 24.38% gc time) 3.708895 seconds (5.54 M allocations: 1020.181 MiB, 27.97% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000179 seconds (238 allocations: 6.500 KiB) 0.000101 seconds (238 allocations: 6.500 KiB) 0.000097 seconds (238 allocations: 6.500 KiB) 0.000109 seconds (238 allocations: 6.500 KiB) 0.000091 seconds (238 allocations: 6.500 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 225.86s PkgEval succeeded after 257.97s