Organisationsdune-universeduniverse-lint635a6c (main)debian-13-4.13_opam-2.5

debian-13-4.13_opam-2.5

Link Copied
Code Copied

Logs

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:debian-13-4.13_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
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.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
# debian-13-4.13_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.15.1 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.13.1 ocaml-base-compiler.4.13.1 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.15.0 patch.3.1.0 re.1.14.0 sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.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:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4-debian-13-4.13_opam-2.5-bb65c5fbd59c0df4c660011347a62d4d"
2026-01-16 11:40.10: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4)
(comment debian-13-4.13_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.15.1 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.13.1 ocaml-base-compiler.4.13.1 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.15.0 patch.3.1.0 re.1.14.0 sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.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:24.00: Waiting for worker…
2026-01-16 15:27.26: Got resource from pool OCluster
Building on eumache
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.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.13@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4' locally
docker.io/ocaml/opam@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4: Pulling from ocaml/opam
281b80c799de: Already exists
ce76feb86791: Already exists
7984eb0e5b45: Already exists
56c452a960b1: Already exists
b85825bef00a: Already exists
d6ff43dfb85c: Already exists
4197ec645389: Already exists
37cac33e41ff: Already exists
4cb993fb248e: Already exists
ca442870f91f: Already exists
b1d1a2fb5f4a: Already exists
0dea577b2801: Already exists
cc10daaea4fd: Already exists
5f878cb1723a: Already exists
8968959fa983: Already exists
5bdd9b9ed0e3: Already exists
55661c5b388f: Already exists
55661c5b388f: Already exists
92d1dc6907bd: Already exists
7100b414728b: Already exists
a6a54ddc9818: Already exists
a920ad627810: Already exists
4f4fb700ef54: Already exists
f7df7b6e19c0: Already exists
cd713d66718c: Already exists
6ed45ab2af86: Already exists
40598b80a8fe: Already exists
983f7969ff00: Already exists
40ec09ee09bd: Already exists
76a0afa38cd9: Already exists
1d5a564d139a: Already exists
82883b85a4f0: Already exists
1d8458efd73b: Already exists
2d80a9fac9ac: Already exists
4d69ee6ae94b: Already exists
ce8d28b713f1: Already exists
97580d938033: Already exists
da5fa40e04f8: Already exists
d7a499968f64: Already exists
28e5932c7c69: Already exists
81389c423fc3: Already exists
b21d322c80fa: Already exists
fb274369db19: Already exists
fd7436f92213: Already exists
86b35f7aa8e6: Already exists
Digest: sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
Status: Downloaded newer image for ocaml/opam@sha256:aa028bf82b395dad79c216fbef8ee3a5b3f9b13bb472aa32de672a687d3104c4
2026-01-16 15:27.26 ---> using "77d86fc582fd5d64dc2d56afe1fa48c6289dcb6e7199ff625e93465925f1cc1b" from cache


/: (comment debian-13-4.13_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 15:27.26 ---> using "d0f2d069a666d2cf6a4cf20b007ee2a891786455ec6e467f9d594cef9dfe9426" 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 15:27.26 ---> using "3753fee51fd3117161bc73b892b31cfe3f11c313093553927f1299dea131222e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.13.1
2.5.0
2026-01-16 15:27.26 ---> using "70bffbaf3ef1917850a728a6a723746931eafe0b43bb665d415c54f6f65765c8" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-16 15:27.26 ---> using "5c58870bc73533692c5604821dc86d1c08f179aa48a7fa070ae2ec98c494b372" 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
16d9c0eb87..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


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.26 ---> using "d0c9e1c826e9ac6113c32e06057e4c55095aa606f13651d8102c94934c70597f" from cache


/src: (copy (src duniverse-lint.opam) (dst ./))
2026-01-16 15:27.26 ---> saved as "1fec125036674e5ad43a324ff786c81f263e914ae4ba765e6175e5340c718868"


/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.29 ---> saved as "58997a736f7c71e2f0a3b9529c120fd01062d5375e130e5528e8ccf03bfbbc7b"


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


/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.15.1 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.13.1 ocaml-base-compiler.4.13.1 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.15.0 patch.3.1.0 re.1.14.0 sexplib.v0.15.1 sexplib0.v0.15.1 sha.1.15.4 stdio.v0.15.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"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- 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 trixie/main amd64 Packages [9670 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.9 kB]
- Fetched 9997 kB in 2s (5990 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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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.49 ---> saved as "8fee4c496cbca77f5650544cb8778fbd1ce6a28400e8fcc4720bd0c59336e445"


/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.13.1).
[NOTE] Package ocaml is already installed (current version is 4.13.1).
[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.15.1
- 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.15.0
- install patch              3.1.0
- install re                 1.14.0
- install sexplib            v0.15.1
- install sexplib0           v0.15.1
- install sha                1.15.4
- install stdio              v0.15.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.15.1  (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 opam-file-format.2.2.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved dune.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved patch.3.1.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved swhid_core.0.1  (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 fmt.0.11.0
-> installed uutf.1.0.4
-> 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 sexplib0.v0.15.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed re.1.14.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.2.0
-> installed alcotest.1.9.1
-> installed dune-configurator.3.21.0
-> installed opam-core.2.5.0
-> installed base.v0.15.1
-> installed stdio.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> 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.53 ---> saved as "a25a041e57b0b09bcc7aec511e4cdeba5c454f9960e476effae996e2e017e903"


/src: (copy (src .) (dst /src))
2026-01-16 15:29.53 ---> saved as "78ec7ecf120134d2d336b19f983da69b1a0e20bb05a2d00decffdb72705dbbf1"


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


[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.002s. 8 tests run.
2026-01-16 15:29.55 ---> saved as "5a44e74fc5ed0d955e6c609ca023937f3a8600286093c07ad620f964e5644cba"
Job succeeded
2026-01-16 15:29.55: Job succeeded