Package evaluation to test AdaptiveKDTrees on Julia 1.14.0-DEV.1404 (db0ee4186e*) started at 2025-12-23T12:38:43.205 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.48s ################################################################################ # 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.0s ################################################################################ # 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.27s ################################################################################ # Testing # Testing AdaptiveKDTrees Status `/tmp/jl_HvVH8q/Project.toml` [68d1b5e8] AdaptiveKDTrees v0.1.0 [10745b16] Statistics v1.11.1 [37e2e46d] LinearAlgebra v1.13.0 Status `/tmp/jl_HvVH8q/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.599786 seconds (4.25 M allocations: 851.945 MiB, 38.68% gc time, 2.46% compilation time) 2.761994 seconds (4.23 M allocations: 850.950 MiB, 45.49% gc time) 2.455318 seconds (4.23 M allocations: 850.944 MiB, 37.49% gc time) 2.345139 seconds (4.23 M allocations: 850.940 MiB, 39.01% gc time) 2.152109 seconds (4.23 M allocations: 850.943 MiB, 31.79% gc time) [ Info: Evaluation of a single point 0.012905 seconds (201 allocations: 5.844 KiB, 98.62% compilation time) 0.000081 seconds (163 allocations: 3.734 KiB) 0.000076 seconds (163 allocations: 3.734 KiB) 0.000055 seconds (163 allocations: 3.734 KiB) 0.000072 seconds (163 allocations: 3.734 KiB) [ Info: Find point closest to all in dataset 31.143504 seconds (279.49 M allocations: 6.988 GiB, 6.12% gc time, 3.51% compilation time) 30.894795 seconds (277.83 M allocations: 6.910 GiB, 6.16% gc time, 0.56% compilation time) 30.711665 seconds (277.83 M allocations: 6.910 GiB, 5.08% gc time, 0.60% compilation time) 30.089604 seconds (277.83 M allocations: 6.910 GiB, 5.10% gc time, 0.56% compilation time) 30.809886 seconds (277.83 M allocations: 6.910 GiB, 6.24% gc time, 0.64% compilation time) tree = RangeTree with 4 points [ Info: Performance tests size(X) = (3, 1000000) [ Info: Tree building 3.111938 seconds (5.54 M allocations: 1019.992 MiB, 37.65% gc time) 2.553360 seconds (5.54 M allocations: 1019.998 MiB, 29.82% gc time) 2.203055 seconds (5.54 M allocations: 1019.991 MiB, 37.76% gc time) 2.878482 seconds (5.54 M allocations: 1019.993 MiB, 35.60% gc time) 2.944740 seconds (5.54 M allocations: 1019.997 MiB, 38.63% gc time) [ Info: Point finding - 0.009999999999999998 range (approx. 9.99999999999999e-5 percent of points) 0.000118 seconds (170 allocations: 4.859 KiB) 0.000127 seconds (170 allocations: 4.859 KiB) 0.000116 seconds (170 allocations: 4.859 KiB) 0.000099 seconds (170 allocations: 4.859 KiB) 0.000099 seconds (170 allocations: 4.859 KiB) Testing AdaptiveKDTrees tests passed Testing completed after 206.79s PkgEval succeeded after 241.69s