Organisationsdune-universeduniverse-lint635a6c (main)ubuntu-25.10-5.4_opam-2.5

ubuntu-25.10-5.4_opam-2.5

Logs

Show full logs
2026-01-16 13:58.00: New job: test dune-universe/duniverse-lint https://github.com/dune-universe/duniverse-lint.git#refs/heads/main (635a6cdf7f4ea838c061009c63771f62a28082fb) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
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:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
# ubuntu-25.10-5.4_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 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.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 13:58.00: Using cache hint "dune-universe/duniverse-lint-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d-ubuntu-25.10-5.4_opam-2.5-79d525e1c61da8466bbf0d27ceffcf73"
2026-01-16 13:58.00: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)
 (comment ubuntu-25.10-5.4_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 (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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.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 13:58.00: Waiting for resource in pool OCluster
2026-01-16 17:34.08: Waiting for worker…
2026-01-16 17:37.49: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 635a6cd Merge pull request #11 from dune-universe/cmdliner-ffs

(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d' locally
docker.io/ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d: Pulling from ocaml/opam
16c195d4c5e9: Already exists
ea8d6f284f52: Already exists
a590f1caf60c: Already exists
95a0aba17fe6: Already exists
24604fb30e30: Already exists
bb7bc1b8d84e: Already exists
b52bcdd4741a: Already exists
8c668707afec: Already exists
c4692dd3f67a: Already exists
5eaf747da0d4: Already exists
dacd9c5006da: Already exists
f4da334a65ba: Already exists
ac7668965f73: Already exists
34d1263af20a: Already exists
a86b2aea8581: Already exists
32d4d471ed96: Already exists
b77ed416f3dc: Already exists
b77ed416f3dc: Already exists
d1055a5d5025: Already exists
202c9ab5b2cc: Already exists
5c7364b10079: Already exists
f1b0581b7244: Already exists
4f4fb700ef54: Already exists
9fa3330063e0: Already exists
2713ff50a5c7: Already exists
42b31df89324: Already exists
cccb2a33229d: Already exists
f9eb1b0ba386: Already exists
cfa1b801ea0b: Already exists
731be0d7062d: Already exists
75483806616d: Already exists
61d580994fd0: Already exists
369979efbe7c: Already exists
3dcb2f554fbb: Already exists
e1eaa3dbc066: Already exists
bb45476b0f8e: Already exists
530fce115371: Already exists
fb7cddf53135: Already exists
fd3c4ec2a132: Already exists
809886565a24: Already exists
b7adeb70e5d2: Already exists
93d6b25a0f2c: Pulling fs layer
b7f94c26092e: Pulling fs layer
2f3c581aea92: Pulling fs layer
7c0e80be0075: Pulling fs layer
75b2f1ee103f: Pulling fs layer
5b17a385367e: Pulling fs layer
d4ded4b7f699: Pulling fs layer
7c0e80be0075: Waiting
75b2f1ee103f: Waiting
5b17a385367e: Waiting
d4ded4b7f699: Waiting
b7f94c26092e: Verifying Checksum
b7f94c26092e: Download complete
2f3c581aea92: Verifying Checksum
2f3c581aea92: Download complete
93d6b25a0f2c: Verifying Checksum
93d6b25a0f2c: Download complete
93d6b25a0f2c: Pull complete
b7f94c26092e: Pull complete
75b2f1ee103f: Download complete
2f3c581aea92: Pull complete
5b17a385367e: Verifying Checksum
5b17a385367e: Download complete
d4ded4b7f699: Verifying Checksum
d4ded4b7f699: Download complete
7c0e80be0075: Verifying Checksum
7c0e80be0075: Download complete
7c0e80be0075: Pull complete
75b2f1ee103f: Pull complete
5b17a385367e: Pull complete
d4ded4b7f699: Pull complete
Digest: sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
Status: Downloaded newer image for ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d
2026-01-16 17:37.49 ---> using "af32c03474fe19e80e592c8693340c8ce6655469affb5fd3412b6c6978beb304" from cache

/: (comment ubuntu-25.10-5.4_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-01-16 17:37.49 ---> using "48ca1be731ec09fa9fcf51eb3c760bbe808657f16675c4adc3c7616d0ca1628a" 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
2026-01-16 17:37.49 ---> using "54834730e5f1ef7889eb8abe62f024973502919b990d0be6ecd40fc47d38fbbf" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-01-16 17:37.49 ---> using "3e6a607d767caf9a7be377c7cbb1abf80ab9aacf5c9cbcdd190a786907db7f65" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-16 17:37.49 ---> using "1203abad3b4e5797f4c1fa2491ba5736556317f6d5986a0b7b75b6407db4b5a4" 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
   a6b2f19780..92679ed614  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

Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-01-16 17:37.49 ---> using "faccaacc4ef9fb2c3c44ad662cd923586e88f3a431cbaa949a4dde291382b397" from cache

/src: (copy (src duniverse-lint.opam) (dst ./))
2026-01-16 17:37.49 ---> saved as "93111e1d966c0e299a29fd252cbaf0a04109cf258cb9c5c5062c36c6bd32d7a1"

/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 17:37.53 ---> saved as "36178de268e7d35b7a47b86a6382cde807c0985eff113443f75ebb6d26762e56"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-16 17:37.53 ---> saved as "e64629a2350c52f3c559bcf10c8b7c2b693a6412af7083bcfb7202b671c4b8df"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.1 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.17.0 patch.3.1.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdio.v0.17.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/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu questing InRelease
- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]
- Get:3 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]
- Get:4 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB]
- Get:5 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB]
- Get:6 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]
- Get:7 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]
- Get:8 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB]
- Get:9 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB]
- Fetched 1277 kB in 1s (1247 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 17:38.11 ---> saved as "12bee5916a2a6b4abff07f2956c57893dab81899a547d6b1139eef9278f67859"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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.1
  - install astring                 0.8.5
  - install base                    v0.17.3
  - 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 ocaml_intrinsics_kernel v0.17.1
  - 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.17.0
  - install patch                   3.1.0
  - install re                      1.14.0
  - install sexplib                 v0.17.0
  - install sexplib0                v0.17.0
  - install sha                     1.15.4
  - install stdio                   v0.17.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.17.3  (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 ocaml_intrinsics_kernel.v0.17.1  (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-file-format.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 parsexp.v0.17.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed num.1.6
-> installed ocamlbuild.0.16.1
-> 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 ocaml_intrinsics_kernel.v0.17.1
-> installed patch.3.1.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.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.17.0
-> installed dune-configurator.3.21.0
-> installed sexplib.v0.17.0
-> installed opam-core.2.5.0
-> installed base.v0.17.3
-> installed stdio.v0.17.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 17:41.10 ---> saved as "dad95b12d72325f7a63d55fd04a9831ea7881d84a0c9106a39ba2b67867e9f85"

/src: (copy (src .) (dst /src))
2026-01-16 17:41.10 ---> saved as "cbd278d03144f10f3b8b0f96b0f091cb1e4ff15364653595d73175880a18f781"

/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 `D2BX17U7'.

  [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 17:41.13 ---> saved as "097a8372be2126f512a3e54e4664f4005d09e0465c89ee846be6f8ff9f2149bb"
Job succeeded
2026-01-16 17:41.13: Job succeeded