Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1372 (893635dc59*) started at 2025-12-16T12:36:41.057 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.66s ################################################################################ # 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:577 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:577 Precompilation failed after 11.16s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_1UrFk9/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_1UrFk9/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.874559 seconds (4.25 M allocations: 852.025 MiB, 28.71% gc time, 1.69% compilation time) 2.498210 seconds (4.23 M allocations: 851.008 MiB, 36.30% gc time) 2.202713 seconds (4.23 M allocations: 851.055 MiB, 27.24% gc time) 2.369200 seconds (4.23 M allocations: 851.019 MiB, 34.67% gc time) 2.264514 seconds (4.23 M allocations: 851.011 MiB, 30.11% gc time) [ Info: Evaluation of a single point 0.011404 seconds (241 allocations: 6.953 KiB, 98.41% compilation time) 0.000082 seconds (203 allocations: 4.844 KiB) 0.000081 seconds (203 allocations: 4.844 KiB) 0.000073 seconds (203 allocations: 4.844 KiB) 0.000069 seconds (203 allocations: 4.844 KiB) [ Info: Find point closest to all in dataset 31.981236 seconds (279.67 M allocations: 6.993 GiB, 6.10% gc time, 2.29% compilation time) 31.415951 seconds (278.01 M allocations: 6.915 GiB, 6.15% gc time, 0.55% compilation time) 31.059453 seconds (278.01 M allocations: 6.915 GiB, 5.13% gc time, 0.52% compilation time) 30.851755 seconds (278.01 M allocations: 6.915 GiB, 5.03% gc time, 0.59% compilation time) 30.312901 seconds (278.01 M allocations: 6.915 GiB, 6.23% gc time, 0.50% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.508228 seconds (5.54 M allocations: 1020.081 MiB, 28.07% gc time) 2.311235 seconds (5.54 M allocations: 1020.073 MiB, 32.32% gc time) 2.623384 seconds (5.54 M allocations: 1020.076 MiB, 31.56% gc time) 2.367265 seconds (5.54 M allocations: 1020.074 MiB, 37.31% gc time) 1.789826 seconds (5.54 M allocations: 1020.091 MiB, 36.94% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.047071 seconds (18.99 k allocations: 1011.172 KiB, 99.56% compilation time) 0.000066 seconds (269 allocations: 7.891 KiB) 0.000066 seconds (269 allocations: 7.891 KiB) 0.000071 seconds (269 allocations: 7.891 KiB) 0.000071 seconds (269 allocations: 7.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 204.47s PkgEval succeeded after 237.68s