Organisationsmbarbincmdlang5563b2 ()debian-13-5.1_opam-2.5

debian-13-5.1_opam-2.5

Logs

Show full logs
2026-01-13 20:20.38: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/setup-dune-v2-only-packages (5563b2d2c5ac57a7ae0fd29f9dbee6973325d20b) (linux-x86_64:debian-13-5.1_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "setup-dune-v2-only-packages" && cd "cmdlang" && git reset --hard 5563b2d2
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
# debian-13-5.1_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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-domains.base base-nnp.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-01-13 20:20.38: Using cache hint "mbarbin/cmdlang-ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b-debian-13-5.1_opam-2.5-ebbc318e65a98548825632803baaa342"
2026-01-13 20:20.38: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)
 (comment debian-13-5.1_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && 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 (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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-01-13 20:20.38: Waiting for resource in pool OCluster
2026-01-14 00:27.48: Waiting for worker…
2026-01-14 00:30.51: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 5563b2d Move ci-packages to dev target and add conf-jq

(from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b' locally
docker.io/ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b: 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
3f67d1c21ad8: Already exists
98de17092a1a: Already exists
bfd3645a684c: Already exists
50260e791896: Already exists
7c88b609e075: Already exists
07dccf195fff: Already exists
cde687d3acc4: Already exists
Digest: sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
Status: Downloaded newer image for ocaml/opam@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b
2026-01-14 00:30.51 ---> using "deb7339621d5d29ffcbc6f18592db655941c3ffa61703058bdf27cb277812b74" from cache

/: (comment debian-13-5.1_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-14 00:30.52 ---> saved as "b23b5557c99cbb7c32f65f4a288e99106ef52847244956a49cf26975845c64da"

/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-14 00:31.38 ---> saved as "d34fcb3eea0a84e661f425d214b6206b44f09f56849ec65e8f8452244051f38a"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 5.1.1
2.5.0
2026-01-14 00:31.38 ---> saved as "feb8e42e7592aa0181a8cdb6582db607e462c431f749bcdcd12a11b490a8d153"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-01-14 00:31.39 ---> saved as "fe14a6a7754197c765a76d2404263b1e5acc1c70e93e3f63d17bc2e1fd0ef498"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> 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-14 00:32.03 ---> saved as "fbca83b51b93ed7e80e70866c68e55044347bf4d8026ff212d63844c60b1eb84"

/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-01-14 00:32.05 ---> saved as "635561896786e65d9223cb8f4fa6753371bc60803172d57a35ad8244f8e58323"

/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-01-14 00:32.25 ---> saved as "09ce4379dbdcd40e7dd6f9d5f73ebdf2b7e30e7809a338451f7c8dbc883ce407"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-14 00:32.25 ---> saved as "435d11bd1c5dc9c2be19b8cad6fb624bd40e984776f0eed604cdbeaeef1c1e26"

/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.20.2 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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"
- 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.5 kB]
- Fetched 9997 kB in 2s (4961 kB/s)
- 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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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-14 00:32.48 ---> saved as "4c18befa17ebea09e779fbe1c21cd67a3b244613f0a85d40739b1697be14f857"

/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-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-nnp 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 3 packages
  - install climate  0.9.0
  - install cmdliner 2.1.0
  - install dune     3.20.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved climate.0.9.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.20.2  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.20.2
-> installed climate.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-14 00:34.21 ---> saved as "666947c0d7b7d69dc0c203f85e3a6ee8be5427ad071ad85a27180efee28f3abd"

/src: (copy (src .) (dst /src))
2026-01-14 00:34.21 ---> saved as "619d058dfe79517eb84dd12d84cccc82e59f13b097d5ef659886ac6609981527"

/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-01-14 00:34.23 ---> saved as "87f5ac200efc516498d6064e33721ccb4f4706b4d73b79ce09e02f440444c922"
Job succeeded
2026-01-14 00:34.23: Job succeeded