Package evaluation to test Missings on Julia 1.14.0-DEV.3155 (07edee4e4c*) started at 2026-09-10T11:45:49.922 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Activating project at `~/.julia/environments/v1.14` Set-up completed after 16.34s ################################################################################ # Installation # Installing Missings... Resolving package versions... Updating `~/.julia/environments/v1.14/Project.toml` [e1d29d7a] + Missings v1.2.0 Updating `~/.julia/environments/v1.14/Manifest.toml` [9a962f9c] + DataAPI v1.16.0 [e1d29d7a] + Missings v1.2.0 Installation completed after 1.2s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 16.02s ################################################################################ # Testing # Testing Missings Status `/tmp/jl_9a5LQH/Project.toml` [9a962f9c] DataAPI v1.16.0 [e1d29d7a] Missings v1.2.0 [2f01184e] SparseArrays v1.13.0 [8dfed614] Test v1.11.0 Status `/tmp/jl_9a5LQH/Manifest.toml` [9a962f9c] DataAPI v1.16.0 [e1d29d7a] Missings v1.2.0 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 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 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v1.13.0 [9e88b42a] Serialization v1.11.0 [2f01184e] SparseArrays v1.13.0 [f489334b] StyledStrings v1.13.0 [8dfed614] Test v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.5.7+0 [4536629a] OpenBLAS_jll v0.3.34+0 [bea87d4a] SuiteSparse_jll v7.10.1+0 [8e850b90] libblastrampoline_jll v5.15.0+0 Testing Running tests... Missings: Test Failed at /home/pkgeval/.julia/packages/Missings/MBhnW/test/runtests.jl:193 Expression: passmissing(Int) === Missings.PassMissing{Type{Int}}(Int) Evaluated: Missings.PassMissing{Core.TypeEgal{Int64}}(Int64) === Missings.PassMissing{Type{Int64}}(Int64) Stacktrace: [1] top-level scope @ ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:2252 [inlined] [3] macro expansion @ ~/.julia/packages/Missings/MBhnW/test/runtests.jl:193 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.14/Test/src/Test.jl:789 [inlined] ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 ┌ Warning: Current design of skipmissings is deprecated. In future releases this function may be redesigned or removed │ caller = top-level scope at runtests.jl:8 └ @ Core ~/.julia/packages/Missings/MBhnW/test/runtests.jl:8 Test Summary: | Pass Fail Total Time Missings | 185 1 186 42.8s deprecated | 21 21 11.1s emptymissing | 6 6 0.2s missingsmallest | 17 17 0.1s RNG of the outermost testset: Random.Xoshiro(0xcbead0e585a5e29c, 0x18fd472a6b620262, 0x5cdcaafaf090f638, 0xad169cb4dbe353b0, 0xa2d0463d7dd802aa) ERROR: LoadError: Some tests did not pass: 185 passed, 1 failed, 0 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/Missings/MBhnW/test/runtests.jl:7 Testing failed after 60.81s ERROR: LoadError: Package Missings 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:3298 [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 in expression starting at /PkgEval.jl/scripts/evaluate.jl:214 PkgEval failed after 121.67s: package has test failures