2026-01-16 11:40.10: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f 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:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 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.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 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.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-01-16 11:40.10: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f-fedora-42-4.14_opam-2.5-82811d846afb1438340829c87e6ce2ab" 2026-01-16 11:40.10: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f) (comment fedora-42-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && 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.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 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.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 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.1 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.5 --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")) ) 2026-01-16 11:40.10: Waiting for resource in pool OCluster 2026-01-16 15:23.50: Waiting for worker… 2026-01-16 15:27.21: Got resource from pool OCluster Building on eumache hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/duniverse-lint.git-1636f5e62c0a2d0964199f8f8c5ad9e7f0a5f5a1/.git/ HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs (from ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f' locally docker.io/ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f: Pulling from ocaml/opam 166acd75d0b1: Already exists 3f5403f6a2f2: Already exists 67aec952ce79: Already exists 0bb48c2941bc: Already exists 4c00ee60bee0: Already exists 0405ae6db764: Already exists 75f105568f25: Already exists 89a1a8bb55db: Already exists 4dbdc277b5cc: Already exists b9ac9b5d0d58: Already exists ed3c58c8dfb3: Already exists a7f2118798c2: Already exists 6cf8123db17c: Already exists 5ac472da51a5: Already exists 3922aa403f38: Already exists 98656b983bdb: Already exists 929c1c6503b7: Already exists 930e6f5c8d1d: Already exists ea061ab209c7: Already exists b6a2cb7f5c47: Already exists c69cf0663843: Already exists 4f4fb700ef54: Already exists 067fb1fc80b8: Already exists 7ea6a305f43c: Already exists e0c82749fa91: Already exists f5f2f52bbfe6: Already exists 7f3917cda1bd: Already exists 12e8a6ba30d9: Already exists 52881c97bb6a: Already exists e4dd3ced19f6: Already exists 85b85699624b: Already exists 5ec3770e6174: Already exists 0140052d9f0a: Already exists 97821c341b06: Already exists 6b0f44402a83: Already exists 637838f6bf32: Already exists 2c4c5f425aca: Already exists 10de3752fc9c: Already exists cc67aefe0e92: Already exists c0ce6ac204a8: Already exists b9ec1cd9680e: Already exists 9c82a29817da: Already exists f63f3e885f02: Already exists b3e15bf893a9: Already exists Digest: sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f Status: Downloaded newer image for ocaml/opam@sha256:96a33ae19abb9333fb915bd303301c11ace2a02efa3240eed9b33f575ac4119f 2026-01-16 15:27.22 ---> using "1eb580d080c4cbeff2dbdaad43c94e06bc6be7074e19a8b1e973341633b4209d" from cache /: (comment fedora-42-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 100% | 25.5 KiB/s | 22.8 KiB | 00m01s Fedora 42 openh264 (From Cisco) - x86_ 100% | 2.8 KiB/s | 986.0 B | 00m00s Fedora 42 - x86_64 - Updates 100% | 99.0 KiB/s | 20.7 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-01-16 15:27.22 ---> using "82ab58db20dc9e958dec9f6794b440126252beddff83bbf0fc74d5321c05f1fc" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-01-16 15:27.22 ---> using "9f9db5023112133a7d83973b28eb6cf07d3fec7edec4274a96a36e69b1620087" 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 [NOTE] The 'jobs' option was reset, its value was 255 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=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-16 15:27.22 ---> using "8fd7ab551d447c320e7121ea66c2944b22a0b8466f77ea0fe0790704e1fdbdb5" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-16 15:27.22 ---> using "03c0aa95f8b977f059f5268c6add6911a9a644eddaad2668371ed2f4d8c14a60" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-16 15:27.22 ---> using "5210f946a974fd2ef96aa629564be9d272e3f27f5991ceff0c10eb511356d35d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 235b964523..873cb18c37 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> 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.4.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-01-16 15:27.22 ---> using "67483041c2ffaa4f3a46e1a19ff2566acd94cdf9acfd440b46f794a2b388cc11" from cache /src: (copy (src duniverse-lint.opam) (dst ./)) 2026-01-16 15:27.22 ---> saved as "077b193b2ea427fe4b3d0e65bd2a070a09a17fd7f4604e07507a9a772677b1f0" /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) 2026-01-16 15:27.23 ---> saved as "ba3f7c43246fa59385d5a5e03051a6845c5d72f3f9fb0ef367910a63ae365347" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-16 15:27.24 ---> saved as "904d89b23ab90bf53983e5ba9b648de88b6a3ac314a00d186921e89eb6c2ead6" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 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.5.0 opam-file-format.2.2.0 opam-format.2.5.0 parsexp.v0.16.0 patch.3.1.0 re.1.14.0 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.1 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.5 --depext-only -y duniverse-lint.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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). # To update the current shell environment, run: eval $(opam env) 2026-01-16 15:27.41 ---> saved as "db65e2a2bdbb17f3416100bad72a9c3847f8cb7a3222ea2c4f802ee53aeb94bd" /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 32 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.4 - install cmdliner 2.1.0 - install csexp 1.5.2 - install dune 3.21.0 - install dune-configurator 3.21.0 - 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.5.0 - install opam-file-format 2.2.0 - install opam-format 2.5.0 - install parsexp v0.16.0 - install patch 3.1.0 - install re 1.14.0 - 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.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.4 (cached) -> retrieved cmdliner.2.1.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 ocaml-syntax-shims.1.0.0 (cached) -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlgraph.2.2.0 (cached) -> retrieved opam-core.2.5.0, opam-format.2.5.0 (cached) -> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached) -> retrieved opam-file-format.2.2.0 (cached) -> retrieved parsexp.v0.16.0 (cached) -> retrieved patch.3.1.0 (cached) -> retrieved re.1.14.0 (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) -> installed cmdliner.2.1.0 -> installed num.1.6 -> installed ocamlbuild.0.16.1 -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed dune.3.21.0 -> installed csexp.1.5.2 -> installed menhirCST.20250912 -> installed menhirLib.20250912 -> installed menhirSdk.20250912 -> installed ocaml-syntax-shims.1.0.0 -> installed patch.3.1.0 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed ocamlgraph.2.2.0 -> installed alcotest.1.9.1 -> installed sha.1.15.4 -> installed parsexp.v0.16.0 -> installed dune-configurator.3.21.0 -> installed sexplib.v0.16.0 -> installed opam-core.2.5.0 -> installed base.v0.16.4 -> installed stdio.v0.16.0 -> installed menhir.20250912 -> installed opam-file-format.2.2.0 -> installed opam-format.2.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-16 15:29.29 ---> saved as "9d42e01a18c9c4e2c6ba8e9d64b6aadbc464fa1ffa1373bacda72d1ecaf0f36b" /src: (copy (src .) (dst /src)) 2026-01-16 15:29.30 ---> saved as "f62f5d85db7095684c29558dbee3fe39e6dcbb3e8ab0d9d1087d08c4e0172509" /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 `K4SO1958'. [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.003s. 8 tests run. 2026-01-16 15:29.32 ---> saved as "4b63313b4e897877894a5e4f4f529b328c95633a9d6ba84693577f6ea065c800" Job succeeded 2026-01-16 15:29.32: Job succeeded