Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1589 (2d9a3f8a61*) started at 2026-01-21T04:27:25.573 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.73s ################################################################################ # 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.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.06s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 919.7 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 15.3s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_EikloD/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_EikloD/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.29+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.777228 seconds (4.25 M allocations: 851.940 MiB, 32.51% gc time, 1.91% compilation time) 3.592246 seconds (4.23 M allocations: 851.011 MiB, 33.87% gc time) 3.755127 seconds (4.23 M allocations: 851.006 MiB, 35.23% gc time) 3.280935 seconds (4.23 M allocations: 851.002 MiB, 29.66% gc time) 2.965792 seconds (4.23 M allocations: 851.011 MiB, 20.79% gc time) [ Info: Evaluation of a single point 0.021668 seconds (559 allocations: 15.625 KiB, 98.59% compilation time) 0.000122 seconds (483 allocations: 11.406 KiB) 0.000111 seconds (483 allocations: 11.406 KiB) 0.000103 seconds (483 allocations: 11.406 KiB) 0.000112 seconds (483 allocations: 11.406 KiB) [ Info: Find point closest to all in dataset 33.743856 seconds (279.51 M allocations: 6.990 GiB, 6.79% gc time, 4.02% compilation time) 31.358222 seconds (277.93 M allocations: 6.914 GiB, 5.15% gc time, 0.62% compilation time) 31.396883 seconds (277.93 M allocations: 6.914 GiB, 5.14% gc time, 0.60% compilation time) 33.457919 seconds (277.93 M allocations: 6.914 GiB, 6.05% gc time, 0.59% compilation time) 35.104273 seconds (277.93 M allocations: 6.914 GiB, 4.76% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.966504 seconds (5.54 M allocations: 1020.084 MiB, 31.88% gc time) 4.147813 seconds (5.54 M allocations: 1020.095 MiB, 30.18% gc time) 3.833568 seconds (5.54 M allocations: 1020.101 MiB, 30.22% gc time) 3.862034 seconds (5.54 M allocations: 1020.082 MiB, 30.12% gc time) 3.785184 seconds (5.54 M allocations: 1020.083 MiB, 30.82% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000121 seconds (308 allocations: 8.500 KiB) 0.000106 seconds (308 allocations: 8.500 KiB) 0.000090 seconds (308 allocations: 8.500 KiB) 0.000095 seconds (308 allocations: 8.500 KiB) 0.000095 seconds (308 allocations: 8.500 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 231.12s PkgEval succeeded after 271.35s