Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.783 (b4a6288a38*) started at 2025-06-26T16:54:28.004 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.38s ################################################################################ # 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.12.0 [e66e0078] + CompilerSupportLibraries_jll v1.3.0+1 [4536629a] + OpenBLAS_jll v0.3.29+0 [8e850b90] + libblastrampoline_jll v5.13.1+0 Installation completed after 1.05s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.43s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_QDBZdo/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_QDBZdo/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.12.0 [e66e0078] CompilerSupportLibraries_jll v1.3.0+1 [4536629a] OpenBLAS_jll v0.3.29+0 [8e850b90] libblastrampoline_jll v5.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.664179 seconds (4.25 M allocations: 851.971 MiB, 27.55% gc time, 1.77% compilation time) 3.367377 seconds (4.23 M allocations: 850.937 MiB, 29.10% gc time) 3.183088 seconds (4.23 M allocations: 850.932 MiB, 18.93% gc time) 3.453249 seconds (4.23 M allocations: 851.009 MiB, 30.23% gc time) 3.028106 seconds (4.23 M allocations: 850.952 MiB, 21.81% gc time) [ Info: Evaluation of a single point 0.000080 seconds (127 allocations: 2.703 KiB) 0.000058 seconds (127 allocations: 2.703 KiB) 0.000060 seconds (127 allocations: 2.703 KiB) 0.000065 seconds (127 allocations: 2.703 KiB) 0.000062 seconds (127 allocations: 2.703 KiB) [ Info: Find point closest to all in dataset 34.011467 seconds (279.55 M allocations: 6.992 GiB, 5.87% gc time, 3.01% compilation time) 32.779537 seconds (277.84 M allocations: 6.910 GiB, 4.95% gc time, 0.59% compilation time) 32.648672 seconds (277.84 M allocations: 6.910 GiB, 4.81% gc time, 0.58% compilation time) 32.593272 seconds (277.84 M allocations: 6.910 GiB, 5.84% gc time, 0.56% compilation time) 31.978417 seconds (277.84 M allocations: 6.910 GiB, 4.94% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.608042 seconds (5.54 M allocations: 1020.050 MiB, 19.53% gc time) 3.552960 seconds (5.54 M allocations: 1020.049 MiB, 20.62% gc time) 3.355975 seconds (5.54 M allocations: 1020.061 MiB, 25.73% gc time) 3.663624 seconds (5.54 M allocations: 1020.115 MiB, 21.11% gc time) 3.558695 seconds (5.54 M allocations: 1020.169 MiB, 20.20% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000091 seconds (170 allocations: 4.812 KiB) 0.000084 seconds (170 allocations: 4.812 KiB) 0.000157 seconds (170 allocations: 4.812 KiB) 0.000101 seconds (170 allocations: 4.812 KiB) 0.000106 seconds (170 allocations: 4.812 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 226.95s PkgEval succeeded after 262.27s