Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.427 (855bef3b06*) started at 2025-04-23T17:17:15.727 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.28s ################################################################################ # 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 14.88s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_6mHxnq/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_6mHxnq/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.452476 seconds (4.25 M allocations: 852.151 MiB, 28.68% gc time, 2.01% compilation time) 3.199478 seconds (4.23 M allocations: 851.022 MiB, 27.53% gc time) 3.082110 seconds (4.23 M allocations: 850.999 MiB, 21.29% gc time) 3.374956 seconds (4.23 M allocations: 851.124 MiB, 31.77% gc time) 3.031445 seconds (4.23 M allocations: 851.001 MiB, 21.16% gc time) [ Info: Evaluation of a single point 0.008121 seconds (227 allocations: 6.906 KiB, 97.48% compilation time) 0.000072 seconds (186 allocations: 4.500 KiB) 0.000068 seconds (186 allocations: 4.500 KiB) 0.000068 seconds (186 allocations: 4.500 KiB) 0.000071 seconds (186 allocations: 4.500 KiB) [ Info: Find point closest to all in dataset 33.501263 seconds (269.43 M allocations: 6.746 GiB, 5.64% gc time, 3.16% compilation time) 31.861884 seconds (268.70 M allocations: 6.707 GiB, 4.69% gc time, 0.63% compilation time) 31.342799 seconds (268.70 M allocations: 6.707 GiB, 4.58% gc time, 0.68% compilation time) 32.016301 seconds (268.70 M allocations: 6.707 GiB, 5.71% gc time, 0.64% compilation time) 31.930121 seconds (268.70 M allocations: 6.707 GiB, 4.65% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.485285 seconds (5.54 M allocations: 1020.143 MiB, 22.96% gc time) 3.684456 seconds (5.54 M allocations: 1020.141 MiB, 30.13% gc time) 3.288345 seconds (5.54 M allocations: 1020.151 MiB, 21.99% gc time) 3.973145 seconds (5.54 M allocations: 1020.232 MiB, 31.17% gc time) 3.586696 seconds (5.54 M allocations: 1020.189 MiB, 25.61% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000347 seconds (401 allocations: 11.781 KiB) 0.000141 seconds (401 allocations: 11.781 KiB) 0.000145 seconds (401 allocations: 11.781 KiB) 0.000146 seconds (401 allocations: 11.781 KiB) 0.000141 seconds (401 allocations: 11.781 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 225.7s PkgEval succeeded after 260.45s