Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1441 (812f3beb0a*) started at 2025-12-30T12:41:20.210 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 10.06s ################################################################################ # 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.07s ################################################################################ # 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 13.32s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_Tatfis/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_Tatfis/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.629885 seconds (4.25 M allocations: 852.055 MiB, 39.03% gc time, 2.14% compilation time) 2.705451 seconds (4.23 M allocations: 851.059 MiB, 43.11% gc time) 2.364648 seconds (4.23 M allocations: 851.057 MiB, 37.38% gc time) 2.451966 seconds (4.23 M allocations: 851.055 MiB, 36.80% gc time) 2.401354 seconds (4.23 M allocations: 851.053 MiB, 39.64% gc time) [ Info: Evaluation of a single point 0.013587 seconds (278 allocations: 7.953 KiB, 98.73% compilation time) 0.000071 seconds (240 allocations: 5.844 KiB) 0.000069 seconds (240 allocations: 5.844 KiB) 0.000071 seconds (240 allocations: 5.844 KiB) 0.000081 seconds (240 allocations: 5.844 KiB) [ Info: Find point closest to all in dataset 31.437221 seconds (279.61 M allocations: 6.992 GiB, 6.30% gc time, 2.41% compilation time) 30.480620 seconds (277.94 M allocations: 6.916 GiB, 5.20% gc time, 0.61% compilation time) 30.735943 seconds (277.94 M allocations: 6.914 GiB, 6.20% gc time, 0.53% compilation time) 30.826227 seconds (277.94 M allocations: 6.914 GiB, 5.28% gc time, 0.56% compilation time) 30.491286 seconds (277.94 M allocations: 6.914 GiB, 5.19% gc time, 0.54% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.280835 seconds (5.54 M allocations: 1020.114 MiB, 29.47% gc time) 2.714281 seconds (5.54 M allocations: 1020.091 MiB, 41.38% gc time) 2.410159 seconds (5.54 M allocations: 1020.091 MiB, 39.99% gc time) 2.382434 seconds (5.54 M allocations: 1020.091 MiB, 42.30% gc time) 2.448151 seconds (5.54 M allocations: 1020.158 MiB, 39.91% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000101 seconds (330 allocations: 9.953 KiB) 0.000104 seconds (330 allocations: 9.953 KiB) 0.000083 seconds (330 allocations: 9.953 KiB) 0.000093 seconds (330 allocations: 9.953 KiB) 0.000095 seconds (330 allocations: 9.953 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 204.8s PkgEval succeeded after 242.24s