Package evaluation to test ConstructionBase on Julia 1.14.0-DEV.2311 (d99fded7bf*) started at 2026-06-09T11:25:59.472 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 15.97s ################################################################################ # 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 4.12s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompiling project... 0.9 s ✓ IntervalSets 2.2 s ✓ ConstructionBase → ConstructionBaseStaticArraysExt 0.5 s ✓ IntervalSets → IntervalSetsRandomExt 0.5 s ✓ ConstructionBase → ConstructionBaseIntervalSetsExt 4 dependencies successfully precompiled in 4 seconds. 18 already precompiled. Precompilation completed after 30.96s ################################################################################ # Testing # Testing ConstructionBase Status `/tmp/jl_G0CdGR/Project.toml` [187b0558] ConstructionBase v1.6.0 [8197267c] IntervalSets v0.7.14 [90137ffa] StaticArrays v1.9.18 [37e2e46d] LinearAlgebra v1.14.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_G0CdGR/Manifest.toml` [187b0558] ConstructionBase v1.6.0 [8197267c] IntervalSets v0.7.14 [aea7be01] PrecompileTools v1.3.4 [21216c6a] Preferences v1.5.2 [90137ffa] StaticArrays v1.9.18 [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.14.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.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.5.2+0 [4536629a] OpenBLAS_jll v0.3.33+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Test Summary: | Pass Total Time constructorof | 7 7 0.3s Test Summary: | Pass Total Time getfields | 8 8 0.2s Test Summary: | Pass Total Time getfields does not depend on properties | 2 2 0.1s Test Summary: | Pass Total Time getproperties | 4 4 0.1s Test Summary: | Pass Total Time setproperties | 37 37 2.7s 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 13.8s 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.8s 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.5s Test Summary: | Pass Total Time propertynames can be a vector | 4 4 0.5s Test Summary: | Pass Total Time no allocs Tuple | 29 29 6.6s Test Summary: | Pass Total Time no allocs NamedTuple | 29 29 7.3s Test Summary: | Pass Total Time no allocs S | 29 29 3.4s 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::UInt128, a2::Float64, a3::Float32, a4::UInt64, a5::Float64, a6::UInt32, a7::Int32, a8::UInt32, a9::Float64, a10::Int32, a11::UInt32, a12::Float64, a13::Int32, a14::Int8, a15::Float16, a16::Int128, a17::Float32, a18::Int128, a19::Int64, a20::Int8, a21::Float16, a22::Int32, a23::UInt16, a24::Float64, a25::UInt128, a26::UInt32, a27::Int64, a28::UInt32, a29::UInt32, a30::UInt8, a31::Float32, a32::Float64, a33::Int8, a34::Int32, a35::Float64, a36::UInt32, a37::Float16, a38::Int128, a39::Int128, a40::Int32} does not match inferred return type NamedTuple{_A, Tuple{UInt128, Float64, Float32, UInt64, Float64, UInt32, Int32, UInt32, Float64, Int32, UInt32, Float64, Int32, Int8, Float16, Int128, Float32, Int128, Int64, Int8, Float16, Int32, UInt16, Float64, UInt128, UInt32, Int64, UInt32, UInt32, UInt8, Float32, Float64, Int8, Int32, Float64, UInt32, Float16, Int128, Int128, Int32}} where _A Stacktrace: [1] error(s::String) @ Base error.jl:56 [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:2246 [inlined] [4] top-level scope @ ~/.julia/packages/ConstructionBase/3a7dg/test/runtests.jl:479 [5] include(mapexpr::Function, mod::Module, _path::String) @ Base Base.jl:327 [6] top-level scope @ none:6 [7] eval(m::Module, e::Any) @ Core boot.jl:521 [8] exec_options(opts::Base.JLOptions) @ Base client.jl:321 [9] _start() @ Base client.jl:596 Test Summary: | Pass Error Total Time inference | 1070 1 1071 1m54.7s Tuple n=0 | 7 7 0.0s Tuple n=1 | 11 11 0.0s Tuple n=2 | 15 15 0.3s Tuple n=3 | 19 19 0.7s Tuple n=4 | 23 23 0.9s Tuple n=5 | 27 27 0.2s Tuple n=10 | 47 47 1.7s Tuple n=20 | 87 87 3.1s Tuple n=30 | 127 127 4.2s Tuple n=40 | 167 167 28.3s NamedTuple n=0 | 8 8 0.0s NamedTuple n=1 | 12 12 0.3s NamedTuple n=2 | 16 16 1.6s NamedTuple n=3 | 20 20 2.3s NamedTuple n=4 | 24 24 2.4s NamedTuple n=5 | 28 28 2.2s NamedTuple n=10 | 48 48 4.1s NamedTuple n=20 | 88 88 8.5s NamedTuple n=30 | 128 128 14.8s NamedTuple n=40 | 168 168 19.2s RNG of the outermost testset: Random.Xoshiro(0xc6dd9f8e3471c5aa, 0xa7f48e1b927a721f, 0xb6f67a2179024fc6, 0x98649fb756e1d45f, 0x7c4c0a8ba919797e) 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 181.68s 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:3247 [3] 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:587 [4] 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 [5] test(pkgs::Vector{String}; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:160 [6] test(pkg::String; kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.14/Pkg/src/API.jl:159 [inlined] [7] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:223 [8] include(mod::Module, _path::String) @ Base Base.jl:326 [9] exec_options(opts::Base.JLOptions) @ Base client.jl:355 [10] _start() @ Base client.jl:596 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 249.55s: package tests unexpectedly errored