Organisationsmbarbincmdlangb3b90b (main)ubuntu-25.04-4.14_opam-2.5

ubuntu-25.04-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-03-28 07:21.03: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (b3b90b8b75d4d29de48d3bb113ff4be86f0c025a) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)
Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard b3b90b8b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
# ubuntu-25.04-4.14_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam ./
RUN opam pin add -yn cmdlang.dev './' && \
opam pin add -yn cmdlang-to-cmdliner.dev './' && \
opam pin add -yn cmdlang-to-climate.dev './' && \
opam pin add -yn cmdlang-to-base.dev './' && \
opam pin add -yn cmdlang-tests.dev './' && \
opam pin add -yn cmdlang-stdlib-runner.dev './' && \
opam pin add -yn cmdlang-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-03-28 07:21.03: Using cache hint "mbarbin/cmdlang-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e-ubuntu-25.04-4.14_opam-2.5-37f760f457a259a7456ee8fd88a4c00e"
2026-03-28 07:21.03: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)
(comment ubuntu-25.04-4.14_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn cmdlang.dev './' && \
\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \
\nopam pin add -yn cmdlang-to-climate.dev './' && \
\nopam pin add -yn cmdlang-to-base.dev './' && \
\nopam pin add -yn cmdlang-tests.dev './' && \
\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \
\nopam pin add -yn cmdlang-dev.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
(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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.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=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))
)


2026-03-28 07:21.03: Waiting for resource in pool OCluster
2026-03-28 07:21.24: Waiting for worker…
2026-03-28 07:21.24: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
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/cmdlang.git-7767ac848259e11ad853b9c30d78bb4e6e2197ec/.git/
HEAD is now at b3b90b8 Add coverage annotation for post-installed path


(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e' locally
docker.io/ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e: Pulling from ocaml/opam
c62190a9ab61: Already exists
7ca3d7ce83d6: Already exists
e98b96bfe3c8: Already exists
367a4f863195: Already exists
254019f06735: Already exists
5db1a0246e57: Already exists
aad8e693df08: Already exists
116c4ea2d9e8: Already exists
e3a288415c6d: Already exists
f6040445814b: Already exists
6d3246e093fe: Already exists
14980c64e543: Already exists
24166de9f84d: Already exists
67f839dd317c: Already exists
a76507c440e9: Already exists
5e9f9df8e278: Already exists
3c66f44b76f6: Already exists
3c66f44b76f6: Already exists
6a3139e1664c: Already exists
fbaa2d651ab1: Already exists
03dbd03d3a26: Already exists
e754164114dd: Already exists
4f4fb700ef54: Already exists
a9eed926b1df: Already exists
b390fdfbde73: Already exists
89314797225f: Already exists
bfe60495abbd: Already exists
7080f8c5742e: Already exists
4cc4327ed8eb: Already exists
7090362bb95b: Already exists
65f6ded004e6: Already exists
40a292c1e890: Already exists
a49d3a1fa024: Already exists
af141c11f2b0: Already exists
3d1488031e50: Already exists
d33f3b0de656: Already exists
a838df19cfa7: Already exists
6ab65d940a97: Already exists
d5fab96d9013: Already exists
8524466b64a4: Already exists
ea1f379e4cb9: Already exists
48970c1c3e9f: Pulling fs layer
d6251606560c: Pulling fs layer
aba7c570d9ba: Pulling fs layer
95dea4e5ed14: Pulling fs layer
95dea4e5ed14: Waiting
d6251606560c: Verifying Checksum
d6251606560c: Download complete
aba7c570d9ba: Verifying Checksum
aba7c570d9ba: Download complete
95dea4e5ed14: Download complete
48970c1c3e9f: Verifying Checksum
48970c1c3e9f: Download complete
48970c1c3e9f: Pull complete
d6251606560c: Pull complete
aba7c570d9ba: Pull complete
95dea4e5ed14: Pull complete
Digest: sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
Status: Downloaded newer image for ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e
2026-03-28 07:22.28 ---> saved as "401062e43f1653b6c3f90c38157915a3447b6dab558d4091c02b03b6272092fd"


/: (comment ubuntu-25.04-4.14_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-03-28 07:22.28 ---> saved as "6934aa5d464358b93f6a1b86f0291670b6be382450f75bc3dd6c7be55400a96f"


/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-03-28 07:22.47 ---> saved as "477cfe1b41831fd13b883b03b8a05bf39788b0546888c81e1ba52665af9e3780"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-173-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-03-28 07:22.47 ---> saved as "d4ec702a067c2fe88e907bc92ca3064dae0b748c99535260d7eab04bfa311118"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-03-28 07:22.47 ---> saved as "e969ea05671a2fba932c57d9f00653daea3536375c0cbe0d0c66fc57b24d4f3b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))
9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.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.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-03-28 07:22.58 ---> saved as "1513459a6d89ef767296c0c2535f5f5d9488dd49b88d2ff525a80f311fbd4bd2"


/src: (copy (src cmdlang.opam cmdlang-to-cmdliner.opam cmdlang-to-climate.opam cmdlang-to-base.opam cmdlang-tests.opam cmdlang-stdlib-runner.opam cmdlang-dev.opam)
(dst ./))
2026-03-28 07:22.58 ---> saved as "cce603f82ed5792170671a353f25119e5eeb385cb77308adad7f2a694f67e918"


/src: (run (network host)
(shell  "opam pin add -yn cmdlang.dev './' && \
\nopam pin add -yn cmdlang-to-cmdliner.dev './' && \
\nopam pin add -yn cmdlang-to-climate.dev './' && \
\nopam pin add -yn cmdlang-to-base.dev './' && \
\nopam pin add -yn cmdlang-tests.dev './' && \
\nopam pin add -yn cmdlang-stdlib-runner.dev './' && \
\nopam pin add -yn cmdlang-dev.dev './'"))
[cmdlang.dev] synchronised (file:///src)
cmdlang is now pinned to file:///src (version dev)
[cmdlang-to-cmdliner.dev] synchronised (file:///src)
cmdlang-to-cmdliner is now pinned to file:///src (version dev)
[cmdlang-to-climate.dev] synchronised (file:///src)
cmdlang-to-climate is now pinned to file:///src (version dev)
[cmdlang-to-base.dev] synchronised (file:///src)
cmdlang-to-base is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-tests does not exist in opam repositories registered in the current switch.
[cmdlang-tests.dev] synchronised (file:///src)
cmdlang-tests is now pinned to file:///src (version dev)
[cmdlang-stdlib-runner.dev] synchronised (file:///src)
cmdlang-stdlib-runner is now pinned to file:///src (version dev)
[NOTE] Package cmdlang-dev does not exist in opam repositories registered in the current switch.
[cmdlang-dev.dev] synchronised (file:///src)
cmdlang-dev is now pinned to file:///src (version dev)
2026-03-28 07:23.11 ---> saved as "4ff57e2a1019dee3d11f8aff595ed2f3c544a965c6d79ae722520a19c2f1f906"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-03-28 07:23.11 ---> saved as "ca6c771c8aeb9230bf593d5f89aac884f6989f7eaac99f62e18d1c46afad6767"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/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 cmdlang.dev cmdlang-to-cmdliner.dev cmdlang-to-climate.dev cmdlang-stdlib-runner.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease
- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease
- Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease
- Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cmdlang.dev] synchronised (file:///src)
[cmdlang-stdlib-runner.dev] synchronised (file:///src)
[cmdlang-to-climate.dev] synchronised (file:///src)
[cmdlang-to-cmdliner.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-03-28 07:23.23 ---> saved as "a2b4d900c9b70caaa7e8f3a9bba6a74910301317a04187dca1084052aa31e98d"


/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 3 packages
- install climate  0.9.0
- install cmdliner 2.1.0
- install dune     3.22.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved climate.0.9.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.0
-> installed climate.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-28 07:24.47 ---> saved as "cc35a245ba168ce297099b0f58828079eb1e950b0e795651fc1ada6c064a3912"


/src: (copy (src .) (dst /src))
2026-03-28 07:24.47 ---> saved as "c7b1dac2cbf3a21f172fd26658473933618584d1ab2616df2c6dbe0eaab9f727"


/src: (run (shell "opam exec -- dune build --only-packages=cmdlang,cmdlang-to-cmdliner,cmdlang-to-climate,cmdlang-stdlib-runner @install @check @runtest && rm -rf _build"))
2026-03-28 07:24.49 ---> saved as "182e558ac7e11c40d3ae36be2dc0e6f408e0771c590b28b24c228686922b1049"
Job succeeded
2026-03-28 07:24.49: Job succeeded