Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2213 (dc778b8d37*) started at 2026-05-21T04:49:13.706 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.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.5.1+0 [4536629a] + OpenBLAS_jll v0.3.33+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.42s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 1.0 s ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 23.79s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_WOdK8T/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_WOdK8T/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.5.1+0 [4536629a] OpenBLAS_jll v0.3.33+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.687217 seconds (4.25 M allocations: 851.970 MiB, 32.47% gc time, 1.75% compilation time) 3.686653 seconds (4.23 M allocations: 851.071 MiB, 35.34% gc time) 3.839145 seconds (4.23 M allocations: 851.074 MiB, 37.43% gc time) 2.923219 seconds (4.23 M allocations: 851.067 MiB, 22.31% gc time) 3.405108 seconds (4.23 M allocations: 851.090 MiB, 39.15% gc time) [ Info: Evaluation of a single point 0.000075 seconds (125 allocations: 2.625 KiB) 0.000070 seconds (125 allocations: 2.625 KiB) 0.000068 seconds (125 allocations: 2.625 KiB) 0.000067 seconds (125 allocations: 2.625 KiB) 0.000070 seconds (125 allocations: 2.625 KiB) [ Info: Find point closest to all in dataset 34.857964 seconds (279.56 M allocations: 6.991 GiB, 7.02% gc time, 2.45% compilation time) 32.306791 seconds (277.96 M allocations: 6.914 GiB, 6.23% gc time, 0.60% compilation time) 32.020333 seconds (277.96 M allocations: 6.914 GiB, 5.02% gc time, 0.62% compilation time) 32.126208 seconds (277.96 M allocations: 6.914 GiB, 5.52% gc time, 0.61% compilation time) 32.477979 seconds (277.96 M allocations: 6.914 GiB, 5.95% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.523945 seconds (5.54 M allocations: 1020.091 MiB, 31.52% gc time) 3.866787 seconds (5.54 M allocations: 1020.112 MiB, 32.83% gc time) 3.853762 seconds (5.54 M allocations: 1020.092 MiB, 32.59% gc time) 3.206466 seconds (5.54 M allocations: 1020.098 MiB, 24.38% gc time) 3.476449 seconds (5.54 M allocations: 1020.107 MiB, 31.76% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000133 seconds (427 allocations: 13.344 KiB) 0.000148 seconds (427 allocations: 13.344 KiB) 0.000113 seconds (427 allocations: 13.344 KiB) 0.000119 seconds (427 allocations: 13.344 KiB) 0.000124 seconds (427 allocations: 13.344 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 229.86s PkgEval succeeded after 283.77s