Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.692 (1ea959a8b1*) started at 2025-06-03T11:36:06.191 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 7.82s ################################################################################ # 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 12.88s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Pregmm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_Pregmm/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.627215 seconds (4.25 M allocations: 852.057 MiB, 26.66% gc time, 2.13% compilation time) 3.545849 seconds (4.23 M allocations: 851.034 MiB, 26.42% gc time) 3.207537 seconds (4.23 M allocations: 851.100 MiB, 19.58% gc time) 3.413645 seconds (4.23 M allocations: 851.138 MiB, 27.51% gc time) 3.186242 seconds (4.23 M allocations: 851.064 MiB, 18.70% gc time) [ Info: Evaluation of a single point 0.000063 seconds (125 allocations: 2.625 KiB) 0.000059 seconds (125 allocations: 2.625 KiB) 0.000075 seconds (125 allocations: 2.625 KiB) 0.000056 seconds (125 allocations: 2.625 KiB) 0.000062 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 35.721715 seconds (279.69 M allocations: 6.996 GiB, 5.75% gc time, 2.84% compilation time) 33.925197 seconds (277.98 M allocations: 6.915 GiB, 4.78% gc time, 0.54% compilation time) 33.689623 seconds (277.98 M allocations: 6.915 GiB, 4.70% gc time, 0.53% compilation time) 34.194581 seconds (277.98 M allocations: 6.915 GiB, 5.49% gc time, 0.52% compilation time) 33.568809 seconds (277.98 M allocations: 6.915 GiB, 4.74% gc time, 0.54% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.615539 seconds (5.54 M allocations: 1020.101 MiB, 19.26% gc time) 3.932999 seconds (5.54 M allocations: 1020.116 MiB, 28.19% gc time) 3.803099 seconds (5.54 M allocations: 1020.128 MiB, 19.76% gc time) 3.561138 seconds (5.54 M allocations: 1020.185 MiB, 19.72% gc time) 3.681805 seconds (5.54 M allocations: 1020.128 MiB, 21.88% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000113 seconds (230 allocations: 6.844 KiB) 0.000099 seconds (230 allocations: 6.844 KiB) 0.000093 seconds (230 allocations: 6.844 KiB) 0.000086 seconds (230 allocations: 6.844 KiB) 0.000081 seconds (230 allocations: 6.844 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 234.57s PkgEval succeeded after 267.73s