Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1475 (42ad41c179*) started at 2026-01-04T12:45:13.306 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 7.97s ################################################################################ # 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.29+0 [8e850b90] + libblastrampoline_jll v5.15.0+0 Installation completed after 1.01s ################################################################################ # Precompilation # ERROR: LoadError: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Nothing) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:10 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/precompile.jl:6 caused by: MethodError: no method matching setindex!(::Base.ScopedValues.ScopedValue{IO}, ::Base.DevNull) The function `setindex!` exists, but no method is defined for this combination of argument types. Stacktrace: [1] top-level scope @ /PkgEval.jl/scripts/precompile.jl:7 [2] include(mod::Module, _path::String) @ Base ./Base.jl:309 [3] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [4] _start() @ Base ./client.jl:585 Precompilation failed after 11.85s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_ITPcAm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_ITPcAm/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 2.433240 seconds (4.25 M allocations: 851.977 MiB, 41.18% gc time, 2.12% compilation time) 2.624316 seconds (4.23 M allocations: 851.004 MiB, 47.92% gc time) 2.348105 seconds (4.23 M allocations: 850.978 MiB, 39.95% gc time) 2.401693 seconds (4.23 M allocations: 850.991 MiB, 42.98% gc time) 2.004360 seconds (4.23 M allocations: 850.973 MiB, 32.85% gc time) [ Info: Evaluation of a single point 0.000084 seconds (153 allocations: 3.516 KiB) 0.000066 seconds (153 allocations: 3.516 KiB) 0.000082 seconds (153 allocations: 3.516 KiB) 0.000064 seconds (153 allocations: 3.516 KiB) 0.000056 seconds (153 allocations: 3.516 KiB) [ Info: Find point closest to all in dataset 30.631274 seconds (279.74 M allocations: 6.995 GiB, 6.18% gc time, 2.39% compilation time) 30.288467 seconds (278.08 M allocations: 6.917 GiB, 6.18% gc time, 0.59% compilation time) 29.138768 seconds (278.08 M allocations: 6.917 GiB, 5.18% gc time, 0.58% compilation time) 30.432924 seconds (278.08 M allocations: 6.917 GiB, 4.94% gc time, 0.54% compilation time) 30.912158 seconds (278.08 M allocations: 6.917 GiB, 6.25% gc time, 0.59% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.761934 seconds (5.54 M allocations: 1020.134 MiB, 43.94% gc time) 2.501188 seconds (5.54 M allocations: 1020.161 MiB, 30.95% gc time) 2.772848 seconds (5.54 M allocations: 1020.143 MiB, 43.00% gc time) 2.644948 seconds (5.54 M allocations: 1020.136 MiB, 41.23% gc time) 2.757728 seconds (5.54 M allocations: 1020.134 MiB, 42.38% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000142 seconds (446 allocations: 12.219 KiB) 0.000123 seconds (446 allocations: 12.219 KiB) 0.000122 seconds (446 allocations: 12.219 KiB) 0.000124 seconds (446 allocations: 12.219 KiB) 0.000121 seconds (446 allocations: 12.219 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 203.2s PkgEval succeeded after 234.82s