2026-05-15 14:56.28: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (a13e9d14446d3938ed0cbc8f3369d884789990d3) (linux-s390x:debian-13-4.14_s390x_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard a13e9d14 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3 # debian-13-4.14_s390x_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam ./ RUN opam pin add -yn dunolint.dev './' && \ opam pin add -yn dunolint-tests.dev './' && \ opam pin add -yn dunolint-lib.dev './' && \ opam pin add -yn dunolint-lib-base.dev './' && \ opam pin add -yn dunolint-lib-base-tests.dev './' && \ opam pin add -yn dunolint-dev.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-15 14:56.28: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3-debian-13-4.14_s390x_opam-2.5-604209afb375b77dae53c5b20ef9997a" 2026-05-15 14:56.28: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3) (comment debian-13-4.14_s390x_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam) (dst ./)) (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-lib-base.dev './' && \ \nopam pin add -yn dunolint-lib-base-tests.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) ) 2026-05-15 14:56.28: Waiting for resource in pool OCluster 2026-05-15 14:56.28: Waiting for worker… 2026-05-15 15:00.09: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev HEAD is now at c067755 Merge pull request #205 from mbarbin/upgrade-dune-in-ci-3.23.1 HEAD is now at a13e9d1 Remove rm step in CI causing dune IO errors (from ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3' locally docker.io/ocaml/opam@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3: Pulling from ocaml/opam Digest: sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3 Status: Downloaded newer image for ocaml/opam@sha256:703dc67bd6718699a0ccf21b762f8bc6bae0342670a155236315a78a30c390d3 2026-05-15 15:00.10 ---> using "c02b9bbf96fa6868c4a59523ee062e8e7d77177baa81d57d032be024544c19bf" from cache /: (comment debian-13-4.14_s390x_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-15 15:00.10 ---> using "d5e99b1f7156f9a588bb95b9e098c02df7f3e40ebec2d807061d5656a71b0a40" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline")) a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 2026-05-15 15:00.10 ---> using "a8cc769805bc1f9141dfe930308e968df8f420bd915a28b463446f2b8f051de4" from cache /src: (run (shell "opam init --reinit -ni")) This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-15 15:00.10 ---> using "86babebf61546fcd324a53e1f0ce3c974d96f222a5ba07f8bfe5e41e4c71c510" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-15 15:00.10 ---> using "2584eefeb64bbeba797a38c6c8b6518777d12921bcb1765288226246670963d6" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-15 15:00.10 ---> using "a7023abd2ba1002345d4a9620879d3d9dbdcb45bfb6358bf82666a072044e7a4" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-15 15:00.10 ---> using "d7d1c829e9b89fed8d15aeb8fe071e6ef3ae1d2258ab5f7c7a948ff472e5d8d7" from cache /src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam) (dst ./)) 2026-05-15 15:00.10 ---> using "2543cfa6ad4d743c87c92295dd2a96a1abad0911bd21b3706cae28606ad28601" from cache /src: (run (network host) (shell "opam pin add -yn dunolint.dev './' && \ \nopam pin add -yn dunolint-tests.dev './' && \ \nopam pin add -yn dunolint-lib.dev './' && \ \nopam pin add -yn dunolint-lib-base.dev './' && \ \nopam pin add -yn dunolint-lib-base-tests.dev './' && \ \nopam pin add -yn dunolint-dev.dev './'")) [dunolint.dev] synchronised (file:///src) dunolint is now pinned to file:///src (version dev) [NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch. [dunolint-tests.dev] synchronised (file:///src) dunolint-tests is now pinned to file:///src (version dev) [dunolint-lib.dev] synchronised (file:///src) dunolint-lib is now pinned to file:///src (version dev) [dunolint-lib-base.dev] synchronised (file:///src) dunolint-lib-base is now pinned to file:///src (version dev) [NOTE] Package dunolint-lib-base-tests does not exist in opam repositories registered in the current switch. [dunolint-lib-base-tests.dev] synchronised (file:///src) dunolint-lib-base-tests is now pinned to file:///src (version dev) [NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch. [dunolint-dev.dev] synchronised (file:///src) dunolint-dev is now pinned to file:///src (version dev) 2026-05-15 15:00.10 ---> using "1e385d5d6a6cd7e0e32b8597e69f3302446bed46ba035781f34adeb64a0619ca" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-15 15:00.10 ---> using "ad85b279469889cb4dbcf42d3681f53356520bc492d5cc4304544fd4ffd9f206" from cache /src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main s390x Packages [152 kB] - Fetched 242 kB in 1s (343 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dunolint-lib.dev] synchronised (file:///src) [dunolint-lib-base.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-05-15 15:00.10 ---> using "ac1d94b4ffbb5a9b30a5d364a6bae5c22dbf8beb4b4b3d5ef0a6f25222fe0f9d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 9 packages - install base v0.16.5 - install csexp 1.5.2 - install dune 3.23.0 - install dune-configurator 3.23.0 - install dyn 3.23.0 - install ordering 3.23.0 - install pp 2.0.0 - install re 1.14.0 - install sexplib0 v0.16.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.5 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved dune.3.23.0, dune-configurator.3.23.0, dyn.3.23.0, ordering.3.23.0 (cached) -> retrieved pp.2.0.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> installed dune.3.23.0 -> installed csexp.1.5.2 -> installed pp.2.0.0 -> installed ordering.3.23.0 -> installed re.1.14.0 -> installed dune-configurator.3.23.0 -> installed sexplib0.v0.16.0 -> installed dyn.3.23.0 -> installed base.v0.16.5 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-15 15:00.10 ---> using "33d44c53a7776f0653dde92051f3aabe208f93ef64ca99c18e501deacd77752a" from cache /src: (copy (src .) (dst /src)) 2026-05-15 15:00.23 ---> saved as "46469196039b0949f22aeb4d3702c820511a0cea1779f7b7e597e98e5fe2208b" /src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build")) 2026-05-15 15:00.29 ---> saved as "36d255a994ea0e67e414982ab27f638a81d4d40afafedd89cb5bd53ab04b9658" Job succeeded 2026-05-15 15:00.30: Job succeeded