Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1699 (993b392fda*) started at 2026-02-13T21:26:23.596 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.66s ################################################################################ # 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.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 1054.4 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 15.84s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Yhrxh4/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Yhrxh4/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.795480 seconds (4.25 M allocations: 851.849 MiB, 33.28% gc time, 1.72% compilation time) 3.478888 seconds (4.23 M allocations: 850.920 MiB, 26.12% gc time) 3.631630 seconds (4.23 M allocations: 850.941 MiB, 36.41% gc time) 3.360128 seconds (4.23 M allocations: 850.905 MiB, 30.04% gc time) 3.121117 seconds (4.23 M allocations: 850.903 MiB, 20.27% gc time) [ Info: Evaluation of a single point 0.000108 seconds (152 allocations: 3.500 KiB) 0.000086 seconds (152 allocations: 3.500 KiB) 0.000082 seconds (152 allocations: 3.500 KiB) 0.000080 seconds (152 allocations: 3.500 KiB) 0.000071 seconds (152 allocations: 3.500 KiB) [ Info: Find point closest to all in dataset 32.812333 seconds (279.99 M allocations: 7.004 GiB, 5.71% gc time, 3.26% compilation time) 30.714123 seconds (278.40 M allocations: 6.926 GiB, 6.20% gc time, 0.61% compilation time) 29.915251 seconds (278.40 M allocations: 6.926 GiB, 5.10% gc time, 0.58% compilation time) 29.489779 seconds (278.40 M allocations: 6.926 GiB, 5.17% gc time, 0.60% compilation time) 29.961211 seconds (278.40 M allocations: 6.926 GiB, 6.15% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.576835 seconds (5.54 M allocations: 1020.100 MiB, 30.03% gc time) 3.808591 seconds (5.54 M allocations: 1020.114 MiB, 32.24% gc time) 3.082806 seconds (5.54 M allocations: 1020.101 MiB, 24.76% gc time) 3.498184 seconds (5.54 M allocations: 1020.114 MiB, 32.36% gc time) 3.633563 seconds (5.54 M allocations: 1020.099 MiB, 31.26% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000112 seconds (281 allocations: 8.750 KiB) 0.000104 seconds (281 allocations: 8.750 KiB) 0.000083 seconds (281 allocations: 8.750 KiB) 0.000091 seconds (281 allocations: 8.750 KiB) 0.000094 seconds (281 allocations: 8.750 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 216.06s PkgEval succeeded after 254.42s