Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2064 (1d5dcac2d2*) started at 2026-04-21T11:56:29.615 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.28s ################################################################################ # 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.38s ################################################################################ # 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.85s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Cl8Ydh/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Cl8Ydh/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.623561 seconds (4.25 M allocations: 851.913 MiB, 33.62% gc time, 1.80% compilation time) 3.732008 seconds (4.23 M allocations: 851.004 MiB, 37.17% gc time) 3.178669 seconds (4.23 M allocations: 850.998 MiB, 29.63% gc time) 3.302283 seconds (4.23 M allocations: 851.013 MiB, 29.42% gc time) 3.121822 seconds (4.23 M allocations: 851.007 MiB, 30.53% gc time) [ Info: Evaluation of a single point 0.012872 seconds (537 allocations: 15.016 KiB, 98.40% compilation time) 0.000105 seconds (496 allocations: 12.562 KiB) 0.000100 seconds (496 allocations: 12.562 KiB) 0.000108 seconds (496 allocations: 12.562 KiB) 0.000105 seconds (496 allocations: 12.562 KiB) [ Info: Find point closest to all in dataset 34.691568 seconds (279.64 M allocations: 6.994 GiB, 5.84% gc time, 2.57% compilation time) 33.721784 seconds (278.04 M allocations: 6.916 GiB, 6.01% gc time, 0.62% compilation time) 33.305231 seconds (278.04 M allocations: 6.916 GiB, 5.09% gc time, 0.64% compilation time) 33.321178 seconds (278.04 M allocations: 6.916 GiB, 5.04% gc time, 0.63% compilation time) 33.143953 seconds (278.04 M allocations: 6.916 GiB, 6.18% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.597777 seconds (5.54 M allocations: 1020.116 MiB, 32.62% gc time) 3.469374 seconds (5.54 M allocations: 1020.150 MiB, 24.18% gc time) 3.816124 seconds (5.54 M allocations: 1020.115 MiB, 29.48% gc time) 3.620990 seconds (5.54 M allocations: 1020.131 MiB, 30.38% gc time) 3.721576 seconds (5.54 M allocations: 1020.123 MiB, 30.96% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000123 seconds (346 allocations: 9.953 KiB) 0.000119 seconds (346 allocations: 9.953 KiB) 0.000129 seconds (346 allocations: 9.953 KiB) 0.000117 seconds (346 allocations: 9.953 KiB) 0.000126 seconds (346 allocations: 9.953 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 233.89s PkgEval succeeded after 286.41s