Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.2043 (b936235316*) started at 2026-04-16T16:12:59.788 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 14.62s ################################################################################ # 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.37s ################################################################################ # 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.05s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_y2hoz4/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_y2hoz4/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.599514 seconds (4.25 M allocations: 851.975 MiB, 26.52% gc time, 1.98% compilation time) 4.022611 seconds (4.23 M allocations: 851.060 MiB, 33.05% gc time) 3.674272 seconds (4.23 M allocations: 851.058 MiB, 35.04% gc time) 3.530273 seconds (4.23 M allocations: 851.082 MiB, 27.25% gc time) 2.928167 seconds (4.23 M allocations: 851.052 MiB, 20.05% gc time) [ Info: Evaluation of a single point 0.013056 seconds (235 allocations: 7.094 KiB, 98.82% compilation time) 0.000067 seconds (194 allocations: 4.641 KiB) 0.000072 seconds (194 allocations: 4.641 KiB) 0.000058 seconds (194 allocations: 4.641 KiB) 0.000067 seconds (194 allocations: 4.641 KiB) [ Info: Find point closest to all in dataset 29.870458 seconds (279.74 M allocations: 6.996 GiB, 6.09% gc time, 4.11% compilation time) 32.988019 seconds (278.13 M allocations: 6.918 GiB, 5.68% gc time, 0.63% compilation time) 32.197665 seconds (278.13 M allocations: 6.918 GiB, 4.79% gc time, 0.67% compilation time) 32.303236 seconds (278.13 M allocations: 6.918 GiB, 4.74% gc time, 0.67% compilation time) 32.403612 seconds (278.13 M allocations: 6.918 GiB, 5.71% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.930760 seconds (5.54 M allocations: 1020.106 MiB, 28.60% gc time) 3.829837 seconds (5.54 M allocations: 1020.107 MiB, 29.46% gc time) 3.673391 seconds (5.54 M allocations: 1020.106 MiB, 21.32% gc time) 3.681624 seconds (5.54 M allocations: 1020.106 MiB, 27.59% gc time) 3.593212 seconds (5.54 M allocations: 1020.115 MiB, 28.11% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000133 seconds (324 allocations: 10.156 KiB) 0.000129 seconds (324 allocations: 10.156 KiB) 0.000130 seconds (324 allocations: 10.156 KiB) 0.000136 seconds (324 allocations: 10.156 KiB) 0.000143 seconds (324 allocations: 10.156 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 227.23s PkgEval succeeded after 277.88s