Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1367 (f40b117265*) started at 2025-12-14T12:37:10.452 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.05s ################################################################################ # 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 0.99s ################################################################################ # 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 12.74s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_3Dj4EA/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_3Dj4EA/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.876757 seconds (4.25 M allocations: 852.050 MiB, 37.65% gc time, 1.92% compilation time) 2.665321 seconds (4.23 M allocations: 851.041 MiB, 36.05% gc time) 2.295894 seconds (4.23 M allocations: 851.032 MiB, 26.11% gc time) 2.124281 seconds (4.23 M allocations: 851.055 MiB, 26.95% gc time) 2.228359 seconds (4.23 M allocations: 851.064 MiB, 29.09% gc time) [ Info: Evaluation of a single point 0.012442 seconds (302 allocations: 8.734 KiB, 98.42% compilation time) 0.000084 seconds (264 allocations: 6.625 KiB) 0.000070 seconds (264 allocations: 6.625 KiB) 0.000073 seconds (264 allocations: 6.625 KiB) 0.000071 seconds (264 allocations: 6.625 KiB) [ Info: Find point closest to all in dataset 30.334538 seconds (279.80 M allocations: 6.996 GiB, 5.79% gc time, 2.43% compilation time) 29.940926 seconds (278.13 M allocations: 6.918 GiB, 5.97% gc time, 0.60% compilation time) 29.068230 seconds (278.13 M allocations: 6.918 GiB, 5.05% gc time, 0.61% compilation time) 30.098178 seconds (278.13 M allocations: 6.918 GiB, 4.89% gc time, 0.51% compilation time) 30.403675 seconds (278.13 M allocations: 6.918 GiB, 6.11% gc time, 0.60% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.632172 seconds (5.54 M allocations: 1020.156 MiB, 27.75% gc time) 2.417992 seconds (5.54 M allocations: 1020.162 MiB, 30.69% gc time) 2.761051 seconds (5.54 M allocations: 1020.157 MiB, 28.04% gc time) 2.710267 seconds (5.54 M allocations: 1020.160 MiB, 30.41% gc time) 2.823403 seconds (5.54 M allocations: 1020.156 MiB, 31.30% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000142 seconds (236 allocations: 6.922 KiB) 0.000083 seconds (236 allocations: 6.922 KiB) 0.000091 seconds (236 allocations: 6.922 KiB) 0.000081 seconds (236 allocations: 6.922 KiB) 0.000106 seconds (236 allocations: 6.922 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 200.63s PkgEval succeeded after 236.83s