Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1354 (1806b0bc31*) started at 2025-12-11T12:36:56.516 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.02s ################################################################################ # 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.02s ################################################################################ # 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.86s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_T1TNNv/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_T1TNNv/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.748663 seconds (4.25 M allocations: 852.018 MiB, 28.93% gc time, 1.85% compilation time) 2.529323 seconds (4.23 M allocations: 851.028 MiB, 36.17% gc time) 2.591071 seconds (4.23 M allocations: 851.009 MiB, 39.98% gc time) 2.169983 seconds (4.23 M allocations: 851.022 MiB, 28.13% gc time) 2.154641 seconds (4.23 M allocations: 851.037 MiB, 30.84% gc time) [ Info: Evaluation of a single point 0.011349 seconds (200 allocations: 5.781 KiB, 98.49% compilation time) 0.000067 seconds (162 allocations: 3.672 KiB) 0.000065 seconds (162 allocations: 3.672 KiB) 0.000063 seconds (162 allocations: 3.672 KiB) 0.000065 seconds (162 allocations: 3.672 KiB) [ Info: Find point closest to all in dataset 32.058476 seconds (279.63 M allocations: 6.992 GiB, 5.92% gc time, 2.24% compilation time) 31.962123 seconds (277.96 M allocations: 6.914 GiB, 5.92% gc time, 0.50% compilation time) 30.783698 seconds (277.96 M allocations: 6.914 GiB, 5.03% gc time, 0.56% compilation time) 30.750212 seconds (277.96 M allocations: 6.914 GiB, 4.87% gc time, 0.54% compilation time) 30.749783 seconds (277.96 M allocations: 6.914 GiB, 5.95% gc time, 0.52% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.553007 seconds (5.54 M allocations: 1020.108 MiB, 29.60% gc time) 2.589123 seconds (5.54 M allocations: 1020.134 MiB, 29.13% gc time) 2.723901 seconds (5.54 M allocations: 1020.131 MiB, 36.11% gc time) 2.503203 seconds (5.54 M allocations: 1020.156 MiB, 28.44% gc time) 2.562021 seconds (5.54 M allocations: 1020.178 MiB, 33.92% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000080 seconds (213 allocations: 6.047 KiB) 0.000071 seconds (213 allocations: 6.047 KiB) 0.000070 seconds (213 allocations: 6.047 KiB) 0.000083 seconds (213 allocations: 6.047 KiB) 0.000069 seconds (213 allocations: 6.047 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 206.45s PkgEval succeeded after 238.89s