Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1871 (50d44f5be7*) started at 2026-03-08T11:46:23.545 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.23s ################################################################################ # 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.5s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1056.0 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 22.39s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_4rlgay/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_4rlgay/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 4.154055 seconds (4.25 M allocations: 851.906 MiB, 32.32% gc time, 1.78% compilation time) 4.249573 seconds (4.23 M allocations: 850.972 MiB, 38.63% gc time) 3.957427 seconds (4.23 M allocations: 850.969 MiB, 38.99% gc time) 3.590468 seconds (4.23 M allocations: 850.978 MiB, 31.17% gc time) 3.023924 seconds (4.23 M allocations: 850.979 MiB, 23.84% gc time) [ Info: Evaluation of a single point 0.000107 seconds (127 allocations: 2.703 KiB) 0.000077 seconds (127 allocations: 2.703 KiB) 0.000076 seconds (127 allocations: 2.703 KiB) 0.000082 seconds (127 allocations: 2.703 KiB) 0.000076 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 39.043010 seconds (279.66 M allocations: 6.993 GiB, 5.41% gc time, 3.40% compilation time) 36.641449 seconds (278.06 M allocations: 6.916 GiB, 5.70% gc time, 0.60% compilation time) 33.517500 seconds (278.06 M allocations: 6.916 GiB, 4.71% gc time, 0.62% compilation time) 33.584674 seconds (278.06 M allocations: 6.916 GiB, 4.65% gc time, 0.66% compilation time) 33.639031 seconds (278.06 M allocations: 6.916 GiB, 5.64% gc time, 0.61% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 4.195091 seconds (5.54 M allocations: 1020.091 MiB, 35.02% gc time) 3.477395 seconds (5.54 M allocations: 1020.092 MiB, 22.61% gc time) 3.507129 seconds (5.54 M allocations: 1020.093 MiB, 29.40% gc time) 3.516301 seconds (5.54 M allocations: 1020.086 MiB, 30.91% gc time) 3.573884 seconds (5.54 M allocations: 1020.086 MiB, 30.05% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000133 seconds (172 allocations: 4.969 KiB) 0.000106 seconds (172 allocations: 4.969 KiB) 0.000088 seconds (172 allocations: 4.969 KiB) 0.000101 seconds (172 allocations: 4.969 KiB) 0.000100 seconds (172 allocations: 4.969 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 246.08s PkgEval succeeded after 294.92s