Package evaluation to test AdaptiveKDTrees on Julia 1.13.0-DEV.1296 (e8025198af*) started at 2025-10-12T11:42:52.545 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 10.14s ################################################################################ # Installation # Installing AdaptiveKDTrees... Resolving package versions... Updating `~/.julia/environments/v1.13/Project.toml` [68d1b5e8] + AdaptiveKDTrees v0.1.0 Updating `~/.julia/environments/v1.13/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.02s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.63s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_9pGalk/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_9pGalk/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.233614 seconds (4.25 M allocations: 852.093 MiB, 22.98% gc time, 2.12% compilation time) 3.609326 seconds (4.23 M allocations: 851.070 MiB, 35.50% gc time) 3.110204 seconds (4.23 M allocations: 851.073 MiB, 21.82% gc time) 2.963135 seconds (4.23 M allocations: 851.079 MiB, 24.11% gc time) 2.879478 seconds (4.23 M allocations: 851.034 MiB, 20.78% gc time) [ Info: Evaluation of a single point 0.023038 seconds (482 allocations: 14.562 KiB, 98.44% compilation time) 0.000104 seconds (406 allocations: 10.344 KiB) 0.000092 seconds (406 allocations: 10.344 KiB) 0.000087 seconds (406 allocations: 10.344 KiB) 0.000088 seconds (406 allocations: 10.344 KiB) [ Info: Find point closest to all in dataset 32.435546 seconds (279.57 M allocations: 6.991 GiB, 5.80% gc time, 3.01% compilation time) 32.044262 seconds (277.89 M allocations: 6.912 GiB, 6.00% gc time, 0.61% compilation time) 31.282037 seconds (277.89 M allocations: 6.912 GiB, 5.05% gc time, 0.63% compilation time) 30.882332 seconds (277.89 M allocations: 6.912 GiB, 4.96% gc time, 0.60% compilation time) 31.394130 seconds (277.89 M allocations: 6.912 GiB, 5.95% gc time, 0.65% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.333363 seconds (5.54 M allocations: 1019.989 MiB, 22.12% gc time) 3.223992 seconds (5.54 M allocations: 1020.015 MiB, 22.80% gc time) 3.775046 seconds (5.54 M allocations: 1019.968 MiB, 30.00% gc time) 3.430666 seconds (5.54 M allocations: 1020.042 MiB, 24.35% gc time) 3.427921 seconds (5.54 M allocations: 1020.048 MiB, 25.49% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000114 seconds (243 allocations: 6.500 KiB) 0.000106 seconds (243 allocations: 6.500 KiB) 0.000099 seconds (243 allocations: 6.500 KiB) 0.000103 seconds (243 allocations: 6.500 KiB) 0.000096 seconds (243 allocations: 6.500 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 219.41s PkgEval succeeded after 259.92s