Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.935 (f5c55e808c*) started at 2025-07-31T11:37:46.714 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.71s ################################################################################ # 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.13.1+0 Installation completed after 1.0s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 15.3s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_gY42YR/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_gY42YR/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.13.1+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.655088 seconds (4.25 M allocations: 851.987 MiB, 27.78% gc time, 1.75% compilation time) 3.741430 seconds (4.23 M allocations: 851.002 MiB, 28.39% gc time) 3.437727 seconds (4.23 M allocations: 850.983 MiB, 21.44% gc time) 3.192473 seconds (4.23 M allocations: 850.990 MiB, 20.49% gc time) 3.265936 seconds (4.23 M allocations: 851.013 MiB, 21.15% gc time) [ Info: Evaluation of a single point 0.012331 seconds (233 allocations: 6.812 KiB, 98.47% compilation time) 0.000102 seconds (195 allocations: 4.656 KiB) 0.000077 seconds (195 allocations: 4.656 KiB) 0.000073 seconds (195 allocations: 4.656 KiB) 0.000077 seconds (195 allocations: 4.656 KiB) [ Info: Find point closest to all in dataset 34.222781 seconds (279.67 M allocations: 6.996 GiB, 5.70% gc time, 3.12% compilation time) 33.232924 seconds (278.01 M allocations: 6.915 GiB, 5.88% gc time, 0.58% compilation time) 32.480126 seconds (278.01 M allocations: 6.915 GiB, 4.95% gc time, 0.59% compilation time) 32.701680 seconds (278.01 M allocations: 6.915 GiB, 4.80% gc time, 0.52% compilation time) 32.987660 seconds (278.01 M allocations: 6.915 GiB, 5.92% gc time, 0.58% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.650354 seconds (5.54 M allocations: 1020.069 MiB, 22.24% gc time) 3.717349 seconds (5.54 M allocations: 1020.065 MiB, 23.53% gc time) 3.941489 seconds (5.54 M allocations: 1020.061 MiB, 26.27% gc time) 3.588927 seconds (5.54 M allocations: 1020.065 MiB, 20.23% gc time) 3.697250 seconds (5.54 M allocations: 1020.069 MiB, 25.17% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000125 seconds (266 allocations: 7.422 KiB) 0.000102 seconds (266 allocations: 7.422 KiB) 0.000101 seconds (266 allocations: 7.422 KiB) 0.000106 seconds (266 allocations: 7.422 KiB) 0.000111 seconds (266 allocations: 7.422 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 230.65s PkgEval succeeded after 268.05s