Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1840 (ab7ba34e40*) started at 2026-03-03T12:49:45.084 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 13.95s ################################################################################ # 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.35s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling packages... 964.1 ms ✓ AdaptiveKDTrees 1 dependency successfully precompiled in 1 seconds. 1 already precompiled. Precompilation completed after 20.48s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_ly9jcz/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ly9jcz/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.794584 seconds (4.25 M allocations: 851.908 MiB, 32.01% gc time, 1.78% compilation time) 4.016825 seconds (4.23 M allocations: 850.998 MiB, 33.51% gc time) 3.930957 seconds (4.23 M allocations: 850.995 MiB, 36.38% gc time) 3.606538 seconds (4.23 M allocations: 851.013 MiB, 29.60% gc time) 2.888865 seconds (4.23 M allocations: 850.990 MiB, 22.66% gc time) [ Info: Evaluation of a single point 0.012280 seconds (336 allocations: 9.984 KiB, 98.47% compilation time) 0.000070 seconds (295 allocations: 7.531 KiB) 0.000088 seconds (295 allocations: 7.531 KiB) 0.000077 seconds (295 allocations: 7.531 KiB) 0.000081 seconds (295 allocations: 7.531 KiB) [ Info: Find point closest to all in dataset 35.666537 seconds (279.70 M allocations: 6.995 GiB, 5.58% gc time, 2.88% compilation time) 33.997642 seconds (278.10 M allocations: 6.918 GiB, 5.83% gc time, 0.64% compilation time) 34.364729 seconds (278.10 M allocations: 6.918 GiB, 4.81% gc time, 0.66% compilation time) 33.670341 seconds (278.10 M allocations: 6.918 GiB, 4.74% gc time, 0.65% compilation time) 33.671817 seconds (278.10 M allocations: 6.918 GiB, 5.71% gc time, 0.62% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.878683 seconds (5.54 M allocations: 1020.165 MiB, 27.98% gc time) 4.268206 seconds (5.54 M allocations: 1020.200 MiB, 36.01% gc time) 3.731473 seconds (5.54 M allocations: 1020.166 MiB, 22.16% gc time) 3.814526 seconds (5.54 M allocations: 1020.192 MiB, 28.01% gc time) 3.807536 seconds (5.54 M allocations: 1020.165 MiB, 28.15% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000195 seconds (576 allocations: 14.891 KiB) 0.000184 seconds (576 allocations: 14.891 KiB) 0.000191 seconds (576 allocations: 14.891 KiB) 0.000158 seconds (576 allocations: 14.891 KiB) 0.000165 seconds (576 allocations: 14.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 240.73s PkgEval succeeded after 287.37s