Package evaluation to test ConstructionBase on Julia 1.14.0-DEV.1475 (42ad41c179*) started at 2026-01-04T12:14:35.922 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 9.92s ################################################################################ # Installation # Installing ConstructionBase... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [187b0558] + ConstructionBase v1.6.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [187b0558] + ConstructionBase v1.6.0 Installation completed after 3.66s ################################################################################ # 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 12.76s ################################################################################ # Testing # Testing ConstructionBase Status `/tmp/jl_XpjWnV/Project.toml` [187b0558] ConstructionBase v1.6.0 [8197267c] IntervalSets v0.7.13 [90137ffa] StaticArrays v1.9.16 [37e2e46d] LinearAlgebra v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_XpjWnV/Manifest.toml` [187b0558] ConstructionBase v1.6.0 [8197267c] IntervalSets v0.7.13 [aea7be01] PrecompileTools v1.3.3 [21216c6a] Preferences v1.5.1 [90137ffa] StaticArrays v1.9.16 [1e83bf80] StaticArraysCore v1.4.4 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [ac6e5ff7] JuliaSyntaxHighlighting v1.13.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.13.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.0.0 [9e88b42a] Serialization v1.11.0 [f489334b] StyledStrings v1.13.0 [fa267f1f] TOML v1.0.3 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.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... Test Summary: | Pass Total Time constructorof | 7 7 0.2s Test Summary: | Pass Total Time getfields | 8 8 0.1s Test Summary: | Pass Total Time getfields does not depend on properties | 2 2 0.0s Test Summary: | Pass Total Time getproperties | 4 4 0.1s Test Summary: | Pass Total Time setproperties | 37 37 1.9s Test Summary: | Pass Total Time custom setproperties unambiguous on empty | 4 4 0.1s Test Summary: | Pass Total Time constructors for non-standadard Base and LinearAlgebra etc objects | 63 63 7.5s Test Summary: | Pass Total Time default function constructors | 5 5 0.1s Test Summary: | Pass Total Time Custom function object constructors still work | 7 7 1.1s Test Summary: | Pass Total Time use properties, not fields | 15 15 0.3s Test Summary: | Pass Broken Total Time properties can be numbered | 3 1 4 0.3s Test Summary: | Pass Total Time propertynames can be a vector | 4 4 0.4s Test Summary: | Pass Total Time no allocs Tuple | 29 29 4.5s Test Summary: | Pass Total Time no allocs NamedTuple | 29 29 5.7s Test Summary: | Pass Total Time no allocs S | 29 29 3.0s Test Summary: | Pass Total Time no allocs S2 | 2 2 0.2s inference: Error During Test at /home/pkgeval/.julia/packages/ConstructionBase/3a7dg/test/runtests.jl:478 Got exception outside of a @test return type @NamedTuple{a1::Float32, a2::Int8, a3::UInt32, a4::Int128, a5::UInt8, a6::UInt8, a7::UInt16, a8::Int32, a9::Float16, a10::Int16, a11::Int64, a12::UInt64, a13::UInt8, a14::UInt8, a15::UInt16, a16::UInt128, a17::UInt8, a18::Float16, a19::Float64, a20::Int128, a21::UInt128, a22::UInt64, a23::Int16, a24::UInt128, a25::Float16, a26::Int8, a27::Int8, a28::Int128, a29::Int16, a30::Float32, a31::UInt8, a32::Int8, a33::UInt8, a34::Int128, a35::Float64, a36::Int32, a37::Float32, a38::Int8, a39::Int64, a40::Int64} does not match inferred return type NamedTuple{_A, Tuple{Float32, Int8, UInt32, Int128, UInt8, UInt8, UInt16, Int32, Float16, Int16, Int64, UInt64, UInt8, UInt8, UInt16, UInt128, UInt8, Float16, Float64, Int128, UInt128, UInt64, Int16, UInt128, Float16, Int8, Int8, Int128, Int16, Float32, UInt8, Int8, UInt8, Int128, Float64, Int32, Float32, Int8, Int64, Int64}} where _A Stacktrace: [1] error(s::String) @ Base ./error.jl:44 [2] macro expansion @ ~/.julia/packages/ConstructionBase/3a7dg/test/runtests.jl:546 [inlined] [3] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:1995 [inlined] [4] top-level scope @ ~/.julia/packages/ConstructionBase/3a7dg/test/runtests.jl:479 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base ./Base.jl:310 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core ./boot.jl:489 [8] exec_options(opts::Base.JLOptions) @ Base ./client.jl:310 [9] _start() @ Base ./client.jl:585 Test Summary: | Pass Error Total Time inference | 1070 1 1071 1m26.2s Tuple n=0 | 7 7 0.0s Tuple n=1 | 11 11 0.0s Tuple n=2 | 15 15 0.1s Tuple n=3 | 19 19 0.5s Tuple n=4 | 23 23 0.8s Tuple n=5 | 27 27 0.2s Tuple n=10 | 47 47 0.5s Tuple n=20 | 87 87 2.4s Tuple n=30 | 127 127 3.3s Tuple n=40 | 167 167 22.4s NamedTuple n=0 | 8 8 0.0s NamedTuple n=1 | 12 12 0.0s NamedTuple n=2 | 16 16 1.2s NamedTuple n=3 | 20 20 1.3s NamedTuple n=4 | 24 24 1.6s NamedTuple n=5 | 28 28 1.7s NamedTuple n=10 | 48 48 2.8s NamedTuple n=20 | 88 88 6.7s NamedTuple n=30 | 128 128 11.3s NamedTuple n=40 | 168 168 14.9s RNG of the outermost testset: Random.Xoshiro(0x923d9e823b617265, 0x0e59d72d6e11e199, 0xcce858e90f409369, 0xaa4bffca437aa572, 0x65e8df1faa347e5b) ERROR: LoadError: Some tests did not pass: 1070 passed, 0 failed, 1 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/ConstructionBase/3a7dg/test/runtests.jl:478 Testing failed after 133.58s ERROR: LoadError: Package ConstructionBase errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:3067 [3] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/Operations.jl:2916 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:572 [5] kwcall(::@NamedTuple{julia_args::Cmd, io::IOContext{IO}}, ::typeof(Pkg.API.test), ctx::Pkg.Types.Context, pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:548 [6] test(pkgs::Vector{PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:172 [7] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkgs::Vector{PackageSpec}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:161 [8] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [9] test @ /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [inlined] [10] kwcall(::@NamedTuple{julia_args::Cmd}, ::typeof(Pkg.API.test), pkg::String) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [11] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:237 [12] include(mod::Module, _path::String) @ Base ./Base.jl:309 [13] exec_options(opts::Base.JLOptions) @ Base ./client.jl:344 [14] _start() @ Base ./client.jl:585 in expression starting at /PkgEval.jl/scripts/evaluate.jl:228 PkgEval failed after 175.62s: package tests unexpectedly errored