Package evaluation of AdaptiveKDTrees on Julia 1.13.0-DEV.680 (905a44b8ef*) started at 2025-06-01T11:36:20.885 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 8.29s ################################################################################ # 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.12.0+0 Installation completed after 1.07s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.6s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_afzWed/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.12.0 Status `/tmp/jl_afzWed/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.12.0+0 Testing Running tests... tree = KDTree with 4 points [ Info: Performance test size(X) = (3, 1000000) [ Info: Tree creation 3.862000 seconds (4.25 M allocations: 852.024 MiB, 25.37% gc time, 1.66% compilation time) 3.779304 seconds (4.23 M allocations: 850.997 MiB, 29.34% gc time) 3.383925 seconds (4.23 M allocations: 851.044 MiB, 20.75% gc time) 3.502629 seconds (4.23 M allocations: 851.032 MiB, 25.83% gc time) 3.245302 seconds (4.23 M allocations: 851.028 MiB, 20.00% gc time) [ Info: Evaluation of a single point 0.000087 seconds (152 allocations: 3.500 KiB) 0.000073 seconds (152 allocations: 3.500 KiB) 0.000060 seconds (152 allocations: 3.500 KiB) 0.000064 seconds (152 allocations: 3.500 KiB) 0.000070 seconds (152 allocations: 3.500 KiB) [ Info: Find point closest to all in dataset 35.236389 seconds (279.52 M allocations: 6.992 GiB, 5.87% gc time, 2.98% compilation time) 35.554756 seconds (277.81 M allocations: 6.910 GiB, 4.87% gc time, 0.51% compilation time) 34.120143 seconds (277.81 M allocations: 6.910 GiB, 4.95% gc time, 0.59% compilation time) 36.572513 seconds (277.81 M allocations: 6.910 GiB, 5.80% gc time, 0.56% compilation time) 34.636123 seconds (277.81 M allocations: 6.910 GiB, 4.96% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 4.267862 seconds (5.54 M allocations: 1020.095 MiB, 29.34% gc time) 3.923086 seconds (5.54 M allocations: 1020.094 MiB, 20.55% gc time) 3.823991 seconds (5.54 M allocations: 1020.097 MiB, 21.59% gc time) 3.862461 seconds (5.54 M allocations: 1020.108 MiB, 23.01% gc time) 3.744474 seconds (5.54 M allocations: 1020.104 MiB, 21.00% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000160 seconds (253 allocations: 6.141 KiB) 0.000105 seconds (253 allocations: 6.141 KiB) 0.000100 seconds (253 allocations: 6.141 KiB) 0.000115 seconds (253 allocations: 6.141 KiB) 0.000097 seconds (253 allocations: 6.141 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 243.68s PkgEval succeeded after 278.28s