Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.774 (40c6d1b7c1*) started at 2025-06-24T11:38:26.735 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.74s ################################################################################ # 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 1.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 14.43s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_MrYVwm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_MrYVwm/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.607991 seconds (4.25 M allocations: 852.099 MiB, 27.62% gc time, 2.08% compilation time) 3.579424 seconds (4.23 M allocations: 851.064 MiB, 28.66% gc time) 3.036311 seconds (4.23 M allocations: 851.146 MiB, 19.67% gc time) 3.143178 seconds (4.23 M allocations: 851.076 MiB, 28.75% gc time) 3.162123 seconds (4.23 M allocations: 851.133 MiB, 20.62% gc time) [ Info: Evaluation of a single point 0.000069 seconds (125 allocations: 2.625 KiB) 0.000070 seconds (125 allocations: 2.625 KiB) 0.000056 seconds (125 allocations: 2.625 KiB) 0.000068 seconds (125 allocations: 2.625 KiB) 0.000066 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 34.470028 seconds (279.87 M allocations: 7.001 GiB, 5.72% gc time, 3.11% compilation time) 33.271969 seconds (278.16 M allocations: 6.919 GiB, 5.72% gc time, 0.58% compilation time) 33.157321 seconds (278.16 M allocations: 6.919 GiB, 4.86% gc time, 0.59% compilation time) 33.577235 seconds (278.16 M allocations: 6.919 GiB, 4.78% gc time, 0.63% compilation time) 33.872289 seconds (278.16 M allocations: 6.919 GiB, 5.78% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.573330 seconds (5.54 M allocations: 1020.015 MiB, 21.05% gc time) 3.609878 seconds (5.54 M allocations: 1020.017 MiB, 20.92% gc time) 3.998584 seconds (5.54 M allocations: 1020.021 MiB, 28.87% gc time) 3.876391 seconds (5.54 M allocations: 1020.018 MiB, 21.67% gc time) 3.683346 seconds (5.54 M allocations: 1020.013 MiB, 23.09% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000132 seconds (238 allocations: 7.062 KiB) 0.000100 seconds (238 allocations: 7.062 KiB) 0.000102 seconds (238 allocations: 7.062 KiB) 0.000105 seconds (238 allocations: 7.062 KiB) 0.000099 seconds (238 allocations: 7.062 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 234.36s PkgEval succeeded after 269.1s