Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1384 (b34261b5d0*) started at 2025-12-18T12:38:14.882 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.79s ################################################################################ # 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.05s ################################################################################ # 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.48s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_FB9sw9/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_FB9sw9/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.669757 seconds (4.25 M allocations: 851.962 MiB, 38.88% gc time, 2.08% compilation time) 2.784363 seconds (4.23 M allocations: 850.965 MiB, 44.49% gc time) 2.499348 seconds (4.23 M allocations: 850.965 MiB, 38.96% gc time) 2.443521 seconds (4.23 M allocations: 850.961 MiB, 40.04% gc time) 2.164694 seconds (4.23 M allocations: 850.964 MiB, 33.12% gc time) [ Info: Evaluation of a single point 0.013003 seconds (454 allocations: 12.938 KiB, 98.10% compilation time) 0.000116 seconds (416 allocations: 10.828 KiB) 0.000117 seconds (416 allocations: 10.828 KiB) 0.000083 seconds (416 allocations: 10.828 KiB) 0.000087 seconds (416 allocations: 10.828 KiB) [ Info: Find point closest to all in dataset 31.469986 seconds (279.74 M allocations: 6.995 GiB, 6.15% gc time, 2.41% compilation time) 31.278257 seconds (278.08 M allocations: 6.917 GiB, 6.06% gc time, 0.56% compilation time) 30.874940 seconds (278.08 M allocations: 6.917 GiB, 5.06% gc time, 0.60% compilation time) 31.342949 seconds (278.08 M allocations: 6.917 GiB, 4.96% gc time, 0.57% compilation time) 30.854015 seconds (278.08 M allocations: 6.917 GiB, 6.10% gc time, 0.66% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 2.827427 seconds (5.54 M allocations: 1020.159 MiB, 40.85% gc time) 2.561250 seconds (5.54 M allocations: 1020.186 MiB, 30.04% gc time) 2.878727 seconds (5.54 M allocations: 1020.169 MiB, 40.53% gc time) 2.775507 seconds (5.54 M allocations: 1020.197 MiB, 39.42% gc time) 2.850862 seconds (5.54 M allocations: 1020.214 MiB, 39.29% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000140 seconds (350 allocations: 10.781 KiB) 0.000136 seconds (350 allocations: 10.781 KiB) 0.000131 seconds (350 allocations: 10.781 KiB) 0.000135 seconds (350 allocations: 10.781 KiB) 0.000129 seconds (350 allocations: 10.781 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 208.81s PkgEval succeeded after 247.4s