Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1395 (a32911ae58*) started at 2025-12-21T12:37:45.239 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 7.92s ################################################################################ # 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.87s ################################################################################ # 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 10.93s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_86xSU6/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_86xSU6/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.388682 seconds (4.25 M allocations: 851.986 MiB, 38.87% gc time, 1.87% compilation time) 2.453036 seconds (4.23 M allocations: 850.989 MiB, 42.31% gc time) 2.296938 seconds (4.23 M allocations: 851.001 MiB, 37.58% gc time) 2.152300 seconds (4.23 M allocations: 850.991 MiB, 38.24% gc time) 2.292602 seconds (4.23 M allocations: 850.987 MiB, 37.04% gc time) [ Info: Evaluation of a single point 0.000105 seconds (155 allocations: 3.594 KiB) 0.000080 seconds (155 allocations: 3.594 KiB) 0.000074 seconds (155 allocations: 3.594 KiB) 0.000085 seconds (155 allocations: 3.594 KiB) 0.000078 seconds (155 allocations: 3.594 KiB) [ Info: Find point closest to all in dataset 31.722440 seconds (279.63 M allocations: 6.992 GiB, 6.27% gc time, 1.85% compilation time) 31.515260 seconds (277.97 M allocations: 6.915 GiB, 6.26% gc time, 0.51% compilation time) 30.423266 seconds (277.97 M allocations: 6.915 GiB, 5.41% gc time, 0.65% compilation time) 30.685954 seconds (277.97 M allocations: 6.915 GiB, 5.29% gc time, 0.54% compilation time) 31.085068 seconds (277.97 M allocations: 6.915 GiB, 6.27% gc time, 0.57% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.737429 seconds (5.54 M allocations: 1020.057 MiB, 40.54% gc time) 2.560402 seconds (5.54 M allocations: 1020.055 MiB, 31.46% gc time) 2.628326 seconds (5.54 M allocations: 1020.049 MiB, 38.30% gc time) 2.491156 seconds (5.54 M allocations: 1020.097 MiB, 39.04% gc time) 2.625476 seconds (5.54 M allocations: 1020.050 MiB, 39.54% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000249 seconds (441 allocations: 12.891 KiB) 0.000170 seconds (441 allocations: 12.891 KiB) 0.000167 seconds (441 allocations: 12.891 KiB) 0.000169 seconds (441 allocations: 12.891 KiB) 0.000147 seconds (441 allocations: 12.891 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 203.2s PkgEval succeeded after 231.43s