Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1886 (984ad247db*) started at 2026-03-12T11:48:19.385 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.83s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.14/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.30+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.4s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 975.1 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 19.99s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_f2bDEY/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_f2bDEY/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.30+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.611654 seconds (4.25 M allocations: 851.915 MiB, 31.38% gc time, 1.87% compilation time) 3.586688 seconds (4.23 M allocations: 850.990 MiB, 33.10% gc time) 3.734035 seconds (4.23 M allocations: 850.986 MiB, 35.57% gc time) 3.326614 seconds (4.23 M allocations: 850.981 MiB, 28.99% gc time) 2.951280 seconds (4.23 M allocations: 850.990 MiB, 20.60% gc time) [ Info: Evaluation of a single point 0.000078 seconds (155 allocations: 3.594 KiB) 0.000068 seconds (155 allocations: 3.594 KiB) 0.000068 seconds (155 allocations: 3.594 KiB) 0.000081 seconds (155 allocations: 3.594 KiB) 0.000062 seconds (155 allocations: 3.594 KiB) [ Info: Find point closest to all in dataset 34.818831 seconds (279.54 M allocations: 6.991 GiB, 5.43% gc time, 4.11% compilation time) 33.704499 seconds (277.94 M allocations: 6.914 GiB, 5.57% gc time, 0.63% compilation time) 33.670525 seconds (277.94 M allocations: 6.914 GiB, 4.70% gc time, 0.64% compilation time) 33.607107 seconds (277.94 M allocations: 6.914 GiB, 4.66% gc time, 0.63% compilation time) 33.854539 seconds (277.94 M allocations: 6.914 GiB, 5.52% gc time, 0.63% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 4.007323 seconds (5.54 M allocations: 1020.093 MiB, 28.62% gc time) 3.926899 seconds (5.54 M allocations: 1020.093 MiB, 27.98% gc time) 3.456917 seconds (5.54 M allocations: 1020.105 MiB, 21.77% gc time) 3.657757 seconds (5.54 M allocations: 1020.093 MiB, 27.52% gc time) 3.875076 seconds (5.54 M allocations: 1020.092 MiB, 30.57% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000119 seconds (171 allocations: 4.969 KiB) 0.000093 seconds (171 allocations: 4.969 KiB) 0.000081 seconds (171 allocations: 4.969 KiB) 0.000080 seconds (171 allocations: 4.969 KiB) 0.000089 seconds (171 allocations: 4.969 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 236.95s PkgEval succeeded after 288.27s