2025-09-16 10:10.51: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (linux-s390x:debian-13-4.14_s390x_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c Opam project build To reproduce locally: git clone --recursive "https://github.com/dune-universe/duniverse-lint.git" -b "main" && cd "duniverse-lint" && git reset --hard 635a6cdf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c # debian-13-4.14_s390x_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 duniverse-lint.opam ./ RUN opam pin add -yn duniverse-lint.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.0 re.1.13.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y duniverse-lint.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-16 10:10.51: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c-debian-13-4.14_s390x_opam-2.4-f1b27575d12fcef602f249d612165827" 2025-09-16 10:10.51: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c) (comment debian-13-4.14_s390x_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (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 "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src duniverse-lint.opam) (dst ./)) (run (network host) (shell "opam pin add -yn duniverse-lint.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.0 re.1.13.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4") (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.4 --depext-only -y duniverse-lint.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 @install @check @runtest && rm -rf _build")) ) 2025-09-16 10:10.51: Waiting for resource in pool OCluster 2025-09-16 10:13.59: Waiting for worker… 2025-09-17 12:39.34: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs (from ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c' locally docker.io/ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c: Pulling from ocaml/opam 28eee642962f: Already exists a3da74fabe44: Already exists 954a4b28c4ac: Already exists 33f722f84002: Already exists 22230ea145a1: Already exists fecf6f44f284: Already exists 217bd4fede6a: Already exists a33647dc2e72: Already exists d79780697501: Already exists 9e23f7ffff2e: Already exists eb75e063aff4: Already exists 388fcd98e415: Already exists c1d354e88d38: Already exists a0f5e7e96636: Already exists ba5ff5ec60bd: Already exists 9aaa23f50bbc: Already exists d10db0662178: Already exists cd6f63b0f0f8: Already exists ac5365aa1a11: Already exists 6587968fd88d: Already exists e588d084fdc6: Already exists 4f4fb700ef54: Already exists 4a5997d73c6d: Already exists e541ac1e928e: Already exists 728b5511169a: Already exists 959e36346cbe: Already exists 1b8a5fe2cec2: Already exists e74fadbc5d0b: Already exists ed67b78ce4dd: Already exists 427304383c22: Already exists 3463eb278ac2: Already exists 5f56c9cf090b: Already exists dbb81f611d3c: Already exists 06c3f641d2b9: Already exists f910b4833e6f: Already exists b3a11d4a0fca: Already exists 0031525c35e8: Already exists 007ec72ca1b8: Already exists b29860215095: Already exists c167a5bdeab6: Already exists 9d6b0ab18c79: Pulling fs layer 9b09c37533d2: Pulling fs layer 9a6fc8f6dbc3: Pulling fs layer 22d23a9afaf6: Pulling fs layer 22d23a9afaf6: Waiting 9a6fc8f6dbc3: Verifying Checksum 9a6fc8f6dbc3: Download complete 9b09c37533d2: Verifying Checksum 9b09c37533d2: Download complete 22d23a9afaf6: Verifying Checksum 22d23a9afaf6: Download complete 9d6b0ab18c79: Verifying Checksum 9d6b0ab18c79: Download complete 9d6b0ab18c79: Pull complete 9b09c37533d2: Pull complete 9a6fc8f6dbc3: Pull complete 22d23a9afaf6: Pull complete Digest: sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c Status: Downloaded newer image for ocaml/opam@sha256:720edf32770dc2430e94f20c9b199fe4da5cd2ddaad6daa066235ec87df69b2c 2025-09-17 12:39.35 ---> using "21924fd223900ba9548db9ff2d14288448a6b2c6b9a6ac7a343fb5704bfa759b" from cache /: (comment debian-13-4.14_s390x_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-09-17 12:39.35 ---> using "bec4a1f2b2ef3becd3f88a0205dbddf83f3b9d59c6c94db02b19cf4e4fd1f3da" from cache /src: (run (shell "opam init --reinit -ni")) 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. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-17 12:39.35 ---> using "b60d5333ae50d5e0338ae63562d05940ddf8ed76202433b81b177f8598325024" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-71-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-17 12:39.35 ---> using "236e344f13fe86a0467ef486d55818e18cab9e6abbbe49d55128ad6b2b8a6939" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-17 12:39.35 ---> using "334ea4a1bc0602e46fb9a0b52268e87a12fb3ca3e4141b6c086222e2dfb9f605" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..7949ff40d8 master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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) 2025-09-17 12:39.35 ---> using "0652287e5c24e6b0058a459c68de784cc36ed655ddd17b7162211e42716f58d5" from cache /src: (copy (src duniverse-lint.opam) (dst ./)) 2025-09-17 12:39.38 ---> saved as "e318d9af1199ff3fd82534a194e4b46ff88547532b41aa8487b5bdf7fb0a3267" /src: (run (network host) (shell "opam pin add -yn duniverse-lint.dev './'")) [NOTE] Package duniverse-lint does not exist in opam repositories registered in the current switch. [duniverse-lint.dev] synchronised (file:///src) duniverse-lint is now pinned to file:///src (version dev) 2025-09-17 12:39.41 ---> saved as "7e0ab2ffb2ed51365f5e1d01a11f2cf2d3390bd6a65fd48607352226891cc94b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-17 12:39.42 ---> saved as "9cb8929d0d89ce965eaa88c8c6036e7c8fbce7bb42b6edaf2d46094afebddaa7" /src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 jsonm.1.0.2 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocamlgraph.2.2.0 opam-core.2.4.1 opam-file-format.2.2.0 opam-format.2.4.1 parsexp.v0.16.0 patch.3.0.0 re.1.13.2 seq.base sexplib.v0.16.0 sexplib0.v0.16.0 sha.1.15.4 stdio.v0.16.0 stdlib-shims.0.3.0 swhid_core.0.1 topkg.1.1.0 uutf.1.0.4") /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.4 --depext-only -y duniverse-lint.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 [36.2 kB] - Fetched 127 kB in 0s (765 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [duniverse-lint.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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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). 2025-09-17 12:39.52 ---> saved as "4f41a247f5ced11a3a807d4ef4ff0814d77f8eaa95214c7e033b6369dddb33ba" /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.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 33 packages - install alcotest 1.9.0 - install astring 0.8.5 - install base v0.16.4 - install cmdliner 1.3.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install jsonm 1.0.2 - install menhir 20250912 - install menhirCST 20250912 - install menhirLib 20250912 - install menhirSdk 20250912 - install num 1.6 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocamlgraph 2.2.0 - install opam-core 2.4.1 - install opam-file-format 2.2.0 - install opam-format 2.4.1 - install parsexp v0.16.0 - install patch 3.0.0 - install re 1.13.2 - install seq base - install sexplib v0.16.0 - install sexplib0 v0.16.0 - install sha 1.15.4 - install stdio v0.16.0 - install stdlib-shims 0.3.0 - install swhid_core 0.1 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved num.1.6 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved opam-core.2.4.1, opam-format.2.4.1 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> installed cmdliner.1.3.0 -> installed num.1.6 -> retrieved parsexp.v0.16.0 (cached) -> retrieved seq.base (cached) -> retrieved patch.3.0.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved stdio.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved swhid_core.0.1 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> installed ocamlfind.1.9.8 -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.0 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed uutf.1.0.4 -> installed jsonm.1.0.2 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed menhirCST.20250912 -> installed menhirLib.20250912 -> installed menhirSdk.20250912 -> installed ocaml-syntax-shims.1.0.0 -> installed dune-configurator.3.20.2 -> installed patch.3.0.0 -> installed re.1.13.2 -> installed ocamlgraph.2.2.0 -> installed stdlib-shims.0.3.0 -> installed sexplib0.v0.16.0 -> installed swhid_core.0.1 -> installed alcotest.1.9.0 -> installed parsexp.v0.16.0 -> installed sha.1.15.4 -> installed sexplib.v0.16.0 -> installed base.v0.16.4 -> installed stdio.v0.16.0 -> installed opam-core.2.4.1 -> installed menhir.20250912 -> installed opam-file-format.2.2.0 -> installed opam-format.2.4.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-17 12:41.49 ---> saved as "b5458cabd14f678b051c20924b50c2c4f5e58b5f1518f330eb6aec0dac07c5de" /src: (copy (src .) (dst /src)) 2025-09-17 12:41.50 ---> saved as "b2d2dc0a2e951b8bbf4790d10b6d7f749ddb4a2f476696399be7d45557bc69b2" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `Lint'. This run has ID `OIQZARPE'. [OK] version 0 Regular valid. [OK] version 1 Revised valid. [OK] version 2 Multiple suffixes. [OK] version 3 Multiple identical suffixes. [OK] version 4 Non-alphanumeric revised. [OK] version 5 Missing suffix. [OK] version 6 Not a suffix. [OK] version 7 Whitespace suffix. Full test results in `/src/_build/default/test/_build/_tests/Lint'. Test Successful in 0.001s. 8 tests run. 2025-09-17 12:41.53 ---> saved as "58710f4a329ec4f61a2ae40f56bf9f9a3fd8d2d850eb3807bf24883d4a66bde3" Job succeeded 2025-09-17 12:41.54: Job succeeded