Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.636 (2bd37fbbab*) started at 2025-05-25T11:34:34.999 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.13s ################################################################################ # 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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.67s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_oqG1VM/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_oqG1VM/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.546347 seconds (4.25 M allocations: 852.031 MiB, 27.20% gc time, 1.91% compilation time) 3.293890 seconds (4.23 M allocations: 850.983 MiB, 31.53% gc time) 3.167282 seconds (4.23 M allocations: 851.002 MiB, 20.83% gc time) 3.325055 seconds (4.23 M allocations: 851.034 MiB, 29.85% gc time) 3.039635 seconds (4.23 M allocations: 851.000 MiB, 20.45% gc time) [ Info: Evaluation of a single point 0.019954 seconds (265 allocations: 8.859 KiB, 98.90% compilation time) 0.000072 seconds (189 allocations: 4.547 KiB) 0.000076 seconds (189 allocations: 4.547 KiB) 0.000066 seconds (189 allocations: 4.547 KiB) 0.000072 seconds (189 allocations: 4.547 KiB) [ Info: Find point closest to all in dataset 33.693304 seconds (279.85 M allocations: 7.000 GiB, 5.86% gc time, 3.04% compilation time) 31.931311 seconds (278.14 M allocations: 6.919 GiB, 4.92% gc time, 0.60% compilation time) 32.532102 seconds (278.14 M allocations: 6.919 GiB, 4.77% gc time, 0.60% compilation time) 31.374631 seconds (278.14 M allocations: 6.919 GiB, 5.97% gc time, 0.68% compilation time) 32.065307 seconds (278.14 M allocations: 6.919 GiB, 4.88% gc time, 0.56% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.458378 seconds (5.54 M allocations: 1020.082 MiB, 21.08% gc time) 3.084192 seconds (5.54 M allocations: 1020.101 MiB, 32.26% gc time) 2.677555 seconds (5.54 M allocations: 1020.092 MiB, 25.20% gc time) 3.593667 seconds (5.54 M allocations: 1020.082 MiB, 23.72% gc time) 3.391102 seconds (5.54 M allocations: 1020.092 MiB, 24.12% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000130 seconds (231 allocations: 6.953 KiB) 0.000113 seconds (231 allocations: 6.953 KiB) 0.000095 seconds (231 allocations: 6.953 KiB) 0.000098 seconds (231 allocations: 6.953 KiB) 0.000093 seconds (231 allocations: 6.953 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 223.64s PkgEval succeeded after 255.97s