Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.897 (a39797a4fb*) started at 2025-07-24T11:37:39.860 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.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.13.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.15s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.44s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_z9yYDt/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_z9yYDt/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.13.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.590344 seconds (4.25 M allocations: 852.095 MiB, 24.95% gc time, 1.96% compilation time) 3.400605 seconds (4.23 M allocations: 851.011 MiB, 25.96% gc time) 3.252419 seconds (4.23 M allocations: 850.999 MiB, 22.22% gc time) 3.287022 seconds (4.23 M allocations: 851.062 MiB, 27.71% gc time) 3.099877 seconds (4.23 M allocations: 850.995 MiB, 18.53% gc time) [ Info: Evaluation of a single point 0.012958 seconds (452 allocations: 12.188 KiB, 98.39% compilation time) 0.000092 seconds (414 allocations: 10.031 KiB) 0.000089 seconds (414 allocations: 10.031 KiB) 0.000106 seconds (414 allocations: 10.031 KiB) 0.000108 seconds (414 allocations: 10.031 KiB) [ Info: Find point closest to all in dataset 34.478447 seconds (279.67 M allocations: 6.996 GiB, 5.78% gc time, 3.39% compilation time) 33.085170 seconds (278.01 M allocations: 6.916 GiB, 4.73% gc time, 0.59% compilation time) 31.860426 seconds (278.01 M allocations: 6.916 GiB, 4.84% gc time, 0.68% compilation time) 33.471855 seconds (278.01 M allocations: 6.916 GiB, 5.66% gc time, 0.61% compilation time) 33.080100 seconds (278.01 M allocations: 6.916 GiB, 4.86% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.649512 seconds (5.54 M allocations: 1020.085 MiB, 20.95% gc time) 3.479512 seconds (5.54 M allocations: 1020.086 MiB, 26.69% gc time) 3.488159 seconds (5.54 M allocations: 1020.087 MiB, 21.25% gc time) 3.977023 seconds (5.54 M allocations: 1020.083 MiB, 27.88% gc time) 3.746807 seconds (5.54 M allocations: 1020.085 MiB, 24.56% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.088331 seconds (18.84 k allocations: 1.023 MiB, 99.51% compilation time) 0.000178 seconds (325 allocations: 9.516 KiB) 0.000169 seconds (325 allocations: 9.516 KiB) 0.000149 seconds (325 allocations: 9.516 KiB) 0.000145 seconds (325 allocations: 9.516 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.62s PkgEval succeeded after 267.17s