Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1352 (749bc618c5*) started at 2025-12-09T19:19:49.989 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.65s ################################################################################ # 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.09s ################################################################################ # 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 13.21s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_dQSLYm/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_dQSLYm/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.797279 seconds (4.25 M allocations: 852.262 MiB, 30.63% gc time, 1.70% compilation time) 2.844531 seconds (4.23 M allocations: 850.993 MiB, 35.30% gc time) 2.419967 seconds (4.23 M allocations: 851.021 MiB, 26.60% gc time) 2.581405 seconds (4.23 M allocations: 851.025 MiB, 33.99% gc time) 2.485964 seconds (4.23 M allocations: 851.016 MiB, 29.31% gc time) [ Info: Evaluation of a single point 0.000075 seconds (154 allocations: 3.578 KiB) 0.000071 seconds (154 allocations: 3.578 KiB) 0.000057 seconds (154 allocations: 3.578 KiB) 0.000057 seconds (154 allocations: 3.578 KiB) 0.000057 seconds (154 allocations: 3.578 KiB) [ Info: Find point closest to all in dataset 31.879642 seconds (279.57 M allocations: 6.992 GiB, 6.17% gc time, 2.26% compilation time) 31.896871 seconds (277.91 M allocations: 6.912 GiB, 6.28% gc time, 0.53% compilation time) 30.887677 seconds (277.91 M allocations: 6.912 GiB, 5.36% gc time, 0.55% compilation time) 30.777175 seconds (277.91 M allocations: 6.912 GiB, 5.16% gc time, 0.56% compilation time) 31.208832 seconds (277.91 M allocations: 6.912 GiB, 6.33% gc time, 0.55% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.532413 seconds (5.54 M allocations: 1020.059 MiB, 31.72% gc time) 2.548637 seconds (5.54 M allocations: 1020.060 MiB, 29.47% gc time) 2.568729 seconds (5.54 M allocations: 1020.048 MiB, 33.92% gc time) 2.484642 seconds (5.54 M allocations: 1020.053 MiB, 31.78% gc time) 2.608975 seconds (5.54 M allocations: 1020.052 MiB, 35.22% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000106 seconds (316 allocations: 9.266 KiB) 0.000099 seconds (316 allocations: 9.266 KiB) 0.000094 seconds (316 allocations: 9.266 KiB) 0.000097 seconds (316 allocations: 9.266 KiB) 0.000094 seconds (316 allocations: 9.266 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 206.87s PkgEval succeeded after 242.52s