Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.790 (77b90b9e62*) started at 2025-06-30T23:39:29.687 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.25s ################################################################################ # 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 0.98s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.99s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_loV2pN/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_loV2pN/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.579589 seconds (4.25 M allocations: 852.147 MiB, 27.26% gc time, 1.90% compilation time) 3.347056 seconds (4.23 M allocations: 851.068 MiB, 27.17% gc time) 3.207062 seconds (4.23 M allocations: 851.120 MiB, 20.70% gc time) 3.359778 seconds (4.23 M allocations: 851.116 MiB, 29.85% gc time) 2.844398 seconds (4.23 M allocations: 851.157 MiB, 20.93% gc time) [ Info: Evaluation of a single point 0.019868 seconds (288 allocations: 9.281 KiB, 98.51% compilation time) 0.000091 seconds (212 allocations: 4.969 KiB) 0.000072 seconds (212 allocations: 4.969 KiB) 0.000078 seconds (212 allocations: 4.969 KiB) 0.000098 seconds (212 allocations: 4.969 KiB) [ Info: Find point closest to all in dataset 34.190722 seconds (279.70 M allocations: 6.997 GiB, 5.95% gc time, 2.98% compilation time) 32.139662 seconds (277.99 M allocations: 6.915 GiB, 4.88% gc time, 0.63% compilation time) 31.892972 seconds (277.99 M allocations: 6.915 GiB, 4.71% gc time, 0.62% compilation time) 32.382748 seconds (277.99 M allocations: 6.915 GiB, 5.73% gc time, 0.59% compilation time) 31.313980 seconds (277.99 M allocations: 6.915 GiB, 4.85% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.586574 seconds (5.54 M allocations: 1020.113 MiB, 19.57% gc time) 3.898002 seconds (5.54 M allocations: 1020.111 MiB, 26.49% gc time) 3.616280 seconds (5.54 M allocations: 1020.108 MiB, 20.91% gc time) 3.697867 seconds (5.54 M allocations: 1020.125 MiB, 21.34% gc time) 3.420933 seconds (5.54 M allocations: 1020.108 MiB, 19.99% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000140 seconds (352 allocations: 9.828 KiB) 0.000136 seconds (352 allocations: 9.828 KiB) 0.000114 seconds (352 allocations: 9.828 KiB) 0.000110 seconds (352 allocations: 9.828 KiB) 0.000104 seconds (352 allocations: 9.828 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 225.32s PkgEval succeeded after 260.96s