Package evaluation of AdaptiveKDTrees on Julia 1.11.5 (32ac370b68*) started at 2025-06-29T05:20:19.381 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.82s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.11/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.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.7s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 9.86s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_xdaxTJ/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.11.0 Status `/tmp/jl_xdaxTJ/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.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 2.294723 seconds (4.38 M allocations: 857.943 MiB, 25.53% gc time, 1.67% compilation time) 2.299977 seconds (4.36 M allocations: 857.134 MiB, 27.89% gc time) 2.044485 seconds (4.36 M allocations: 857.021 MiB, 21.33% gc time) 2.155568 seconds (4.36 M allocations: 857.009 MiB, 26.39% gc time) 2.134126 seconds (4.36 M allocations: 857.009 MiB, 23.65% gc time) [ Info: Evaluation of a single point 0.007809 seconds (244 allocations: 6.125 KiB, 97.87% compilation time) 0.000072 seconds (210 allocations: 4.609 KiB) 0.000070 seconds (210 allocations: 4.609 KiB) 0.000072 seconds (210 allocations: 4.609 KiB) 0.000063 seconds (210 allocations: 4.609 KiB) [ Info: Find point closest to all in dataset 27.185791 seconds (276.69 M allocations: 7.004 GiB, 6.61% gc time, 2.83% compilation time) 26.277831 seconds (276.16 M allocations: 6.979 GiB, 6.82% gc time, 0.57% compilation time) 28.775743 seconds (276.16 M allocations: 6.979 GiB, 5.70% gc time, 0.52% compilation time) 26.647623 seconds (276.16 M allocations: 6.979 GiB, 6.86% gc time, 0.65% compilation time) 25.605666 seconds (276.16 M allocations: 6.979 GiB, 6.06% gc time, 0.61% compilation time) WARNING: using RangeSearch.add_point! in module Main conflicts with an existing identifier. tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.649524 seconds (5.67 M allocations: 1.002 GiB, 28.04% gc time) 2.530472 seconds (5.67 M allocations: 1.002 GiB, 21.75% gc time) 2.401987 seconds (5.67 M allocations: 1.002 GiB, 24.48% gc time) 2.269644 seconds (5.67 M allocations: 1.002 GiB, 21.91% gc time) 2.761699 seconds (5.67 M allocations: 1.002 GiB, 30.91% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000132 seconds (268 allocations: 8.203 KiB) 0.000089 seconds (268 allocations: 8.203 KiB) 0.000117 seconds (268 allocations: 8.203 KiB) 0.000116 seconds (268 allocations: 8.203 KiB) 0.000091 seconds (268 allocations: 8.203 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 182.23s PkgEval succeeded after 210.11s