Organisationsocurrentocaml-version994cfa ()debian-12-4.14_opam-2.5

debian-12-4.14_opam-2.5

Logs

Show full logs
2026-05-27 07:22.53: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/pull/89/head (994cfa73bc44a5ce576ebd62e48acb8337512c69) (linux-x86_64:debian-12-4.14_opam-2.5)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" && cd "ocaml-version" && git fetch origin "refs/pull/89/head" && git reset --hard 994cfa73
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba
# debian-12-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 cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 ocaml-version.opam ./
RUN opam pin add -yn ocaml-version.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 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 ocaml-version.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-05-27 07:22.53: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba-debian-12-4.14_opam-2.5-81e8370595e995469779e431aa822828"
2026-05-27 07:22.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba)
 (comment debian-12-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
 (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 "opam update -u"))
 (copy (src ocaml-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ocaml-version.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 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 ocaml-version.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-05-27 07:22.53: Waiting for resource in pool OCluster
2026-05-27 07:33.35: Waiting for worker…
2026-05-27 07:35.41: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 994cfa7 tweak version now that opam-repository lower OCaml bound is 4.11

(from ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba' locally
docker.io/ocaml/opam@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba: Pulling from ocaml/opam
4887723d153c: Pulling fs layer
f09fe43af3d0: Pulling fs layer
8c08bce27fda: Pulling fs layer
b727a9c34ab8: Pulling fs layer
5ecb47227c74: Pulling fs layer
ceb724c0e91a: Pulling fs layer
f588639909b0: Pulling fs layer
aab9c5b13b64: Pulling fs layer
0a277ed15407: Pulling fs layer
132d338fdfd0: Pulling fs layer
27fd896c79f2: Pulling fs layer
f09fe43af3d0: Waiting
72468d11a9b4: Pulling fs layer
e8bdd5ad8432: Pulling fs layer
8c08bce27fda: Waiting
3163ed2e4b76: Pulling fs layer
b727a9c34ab8: Waiting
aa9069d82ae5: Pulling fs layer
5ecb47227c74: Waiting
d0207985e630: Pulling fs layer
ceb724c0e91a: Waiting
4887723d153c: Waiting
72468d11a9b4: Waiting
f588639909b0: Waiting
0a277ed15407: Waiting
aab9c5b13b64: Waiting
e8bdd5ad8432: Waiting
3163ed2e4b76: Waiting
aa9069d82ae5: Waiting
ab566544a90b: Pulling fs layer
132d338fdfd0: Waiting
3a0736803c27: Pulling fs layer
36560715d7bd: Pulling fs layer
27fd896c79f2: Waiting
eeeec73bec80: Pulling fs layer
4f4fb700ef54: Pulling fs layer
846925efc366: Pulling fs layer
d0207985e630: Waiting
ec076a20dd91: Pulling fs layer
9eee8bbc8128: Pulling fs layer
3a0736803c27: Waiting
ab566544a90b: Waiting
cb2913eedeb2: Pulling fs layer
4f4fb700ef54: Waiting
36560715d7bd: Waiting
eeeec73bec80: Waiting
71814da9cebd: Pulling fs layer
6ffedaf07abd: Pulling fs layer
cb2913eedeb2: Waiting
9eee8bbc8128: Waiting
ec076a20dd91: Waiting
71814da9cebd: Waiting
846925efc366: Waiting
fd32fa0d0f24: Pulling fs layer
1697ad70a175: Pulling fs layer
fd32fa0d0f24: Waiting
1c94f6008fe7: Pulling fs layer
6ffedaf07abd: Waiting
cda898921e10: Pulling fs layer
109d6c8ee356: Pulling fs layer
1697ad70a175: Waiting
1c94f6008fe7: Waiting
cda898921e10: Waiting
a1eb9f85e46a: Pulling fs layer
109d6c8ee356: Waiting
ba57b16f9cfd: Pulling fs layer
775d21de89db: Pulling fs layer
a1eb9f85e46a: Waiting
ba57b16f9cfd: Waiting
7a2c4cf1613b: Pulling fs layer
1aa8bb428e46: Pulling fs layer
7a2c4cf1613b: Waiting
cc5e773c9280: Pulling fs layer
775d21de89db: Waiting
c29d8b91cc92: Pulling fs layer
1aa8bb428e46: Waiting
9cd1b3342138: Pulling fs layer
cc5e773c9280: Waiting
c29d8b91cc92: Waiting
9966f8c9c46d: Pulling fs layer
9cd1b3342138: Waiting
9d5932f19980: Pulling fs layer
af00c7ab1061: Pulling fs layer
9966f8c9c46d: Waiting
9d5932f19980: Waiting
af00c7ab1061: Waiting
f09fe43af3d0: Verifying Checksum
f09fe43af3d0: Download complete
8c08bce27fda: Verifying Checksum
8c08bce27fda: Download complete
b727a9c34ab8: Verifying Checksum
b727a9c34ab8: Download complete
5ecb47227c74: Verifying Checksum
5ecb47227c74: Download complete
ceb724c0e91a: Verifying Checksum
ceb724c0e91a: Download complete
f588639909b0: Verifying Checksum
f588639909b0: Download complete
aab9c5b13b64: Verifying Checksum
aab9c5b13b64: Download complete
0a277ed15407: Verifying Checksum
0a277ed15407: Download complete
132d338fdfd0: Verifying Checksum
132d338fdfd0: Download complete
27fd896c79f2: Verifying Checksum
27fd896c79f2: Download complete
72468d11a9b4: Verifying Checksum
72468d11a9b4: Download complete
e8bdd5ad8432: Verifying Checksum
e8bdd5ad8432: Download complete
3163ed2e4b76: Download complete
aa9069d82ae5: Download complete
d0207985e630: Download complete
ab566544a90b: Verifying Checksum
ab566544a90b: Download complete
3a0736803c27: Verifying Checksum
3a0736803c27: Download complete
4887723d153c: Verifying Checksum
4887723d153c: Download complete
36560715d7bd: Verifying Checksum
36560715d7bd: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
eeeec73bec80: Verifying Checksum
eeeec73bec80: Download complete
cb2913eedeb2: Verifying Checksum
cb2913eedeb2: Download complete
9eee8bbc8128: Verifying Checksum
9eee8bbc8128: Download complete
71814da9cebd: Download complete
ec076a20dd91: Verifying Checksum
ec076a20dd91: Download complete
fd32fa0d0f24: Download complete
6ffedaf07abd: Verifying Checksum
6ffedaf07abd: Download complete
1c94f6008fe7: Verifying Checksum
1c94f6008fe7: Download complete
1697ad70a175: Verifying Checksum
1697ad70a175: Download complete
cda898921e10: Verifying Checksum
cda898921e10: Download complete
109d6c8ee356: Verifying Checksum
109d6c8ee356: Download complete
775d21de89db: Download complete
a1eb9f85e46a: Verifying Checksum
a1eb9f85e46a: Download complete
1aa8bb428e46: Download complete
cc5e773c9280: Verifying Checksum
cc5e773c9280: Download complete
4887723d153c: Pull complete
f09fe43af3d0: Pull complete
8c08bce27fda: Pull complete
b727a9c34ab8: Pull complete
c29d8b91cc92: Download complete
5ecb47227c74: Pull complete
ba57b16f9cfd: Verifying Checksum
ba57b16f9cfd: Download complete
9966f8c9c46d: Verifying Checksum
9966f8c9c46d: Download complete
9d5932f19980: Verifying Checksum
9d5932f19980: Download complete
af00c7ab1061: Download complete
9cd1b3342138: Verifying Checksum
9cd1b3342138: Download complete
ceb724c0e91a: Pull complete
f588639909b0: Pull complete
aab9c5b13b64: Pull complete
0a277ed15407: Pull complete
132d338fdfd0: Pull complete
27fd896c79f2: Pull complete
72468d11a9b4: Pull complete
e8bdd5ad8432: Pull complete
3163ed2e4b76: Pull complete
aa9069d82ae5: Pull complete
d0207985e630: Pull complete
7a2c4cf1613b: Verifying Checksum
7a2c4cf1613b: Download complete
ab566544a90b: Pull complete
3a0736803c27: Pull complete
36560715d7bd: Pull complete
eeeec73bec80: Pull complete
4f4fb700ef54: Pull complete
846925efc366: Pull complete
ec076a20dd91: Pull complete
9eee8bbc8128: Pull complete
cb2913eedeb2: Pull complete
71814da9cebd: Pull complete
6ffedaf07abd: Pull complete
fd32fa0d0f24: Pull complete
1697ad70a175: Pull complete
1c94f6008fe7: Pull complete
cda898921e10: Pull complete
109d6c8ee356: Pull complete
a1eb9f85e46a: Pull complete
ba57b16f9cfd: Pull complete
775d21de89db: Pull complete
7a2c4cf1613b: Pull complete
1aa8bb428e46: Pull complete
cc5e773c9280: Pull complete
c29d8b91cc92: Pull complete
9cd1b3342138: Pull complete
9966f8c9c46d: Pull complete
9d5932f19980: Pull complete
af00c7ab1061: Pull complete
Digest: sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba
Status: Downloaded newer image for ocaml/opam@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba
2026-05-27 07:58.32 ---> using "82603cf0c609c68dc32f898dc49a371524acf924ba32c489169254963a5a4520" from cache

/: (comment debian-12-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-05-27 07:58.32 ---> using "205ab15271f4620f95ae9fd0bd4d15da778ab41d5a6fe6567f413ef2eeaf9f4c" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-27 07:58.32 ---> using "61906ae7f926bdbdac3d448d7aad6a65a7cba9d05d374dbd7e8a4c8000548204" 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-27 07:58.32 ---> using "5bb49d390183daced476b41ead3d5aba8c533778bd47821dbbbdb260cd9ea7b9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-111-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-05-27 07:58.32 ---> using "33a26479c4df1bd6e6ba9bde5ba0a7f5ab4d7cc55a26917be0b680f51805ab77" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-27 07:58.32 ---> using "aa78e46971c4f0594f2820b8bdfacf70c81f92166e470cb94fa242bbb530aba2" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
  - ocaml-config.3
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-05-27 07:58.32 ---> using "3bba8680c33599f8c53728c5bcc9c2debf26c66bb128ba2d79def0fb055ccc27" from cache

/src: (copy (src ocaml-version.opam) (dst ./))
2026-05-27 07:58.32 ---> using "f620fb31bacacabda2641c89b4c1c60ab43a1dd95780b2730afdd22e5fca0380" from cache

/src: (run (network host)
           (shell "opam pin add -yn ocaml-version.dev './'"))
[ocaml-version.dev] synchronised (file:///src)
ocaml-version is now pinned to file:///src (version dev)
2026-05-27 07:58.32 ---> using "f6643f870d090f82357ed8ec19561fb5b192242f437a6e4780d75d8202d05ccd" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-27 07:58.32 ---> using "06fcf1d824b5fe5f233f3526e014dc6a14a5e524f47ab90896e7678911e4022d" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 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 ocaml-version.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [308 kB]
- Fetched 412 kB in 0s (1047 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocaml-version.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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-05-27 07:58.32 ---> using "ac11322d925577b5cbe3825875943c834fe91e80a984c81a93d8c0494e5c0bb2" from cache

/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 12 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install cmdliner           2.1.1
  - install dune               3.23.1
  - install fmt                0.11.0
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install re                 1.14.0
  - install stdlib-shims       0.3.0
  - 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 cmdliner.2.1.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved dune.3.23.1  (cached)
-> installed cmdliner.2.1.1
-> 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 dune.3.23.1
-> installed stdlib-shims.0.3.0
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.14.0
-> installed alcotest.1.9.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-27 07:58.32 ---> using "69af148f8c8d24f44bdf0e288d0de1f6d5436804eb00d1d33e5905848277d172" from cache

/src: (copy (src .) (dst /src))
2026-05-27 07:58.32 ---> saved as "490835493a0e1e171955084d814b633f29924f3589a5d11671f28eb9a726f375"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test_unit.exe)
Testing `ocaml-version'.
This run has ID `HV5LKSZ7'.

  [OK]          Compiler_variants          0   Multicore not on 4.12 x86-64.
  [OK]          Compiler_variants          1   Multicore not on 4.10 i386.
  [OK]          Compiler_variants          2   Multicore not on 4.12 xi386.
  [OK]          Configure_options          0   FP on last 4.07.
  [OK]          Configure_options          1   FP on first 4.08.
  [OK]          Configure_options          2   FP on 3.12.

Full test results in `/src/_build/default/test/_build/_tests/ocaml-version'.
Test Successful in 0.001s. 6 tests run.
2026-05-27 07:58.33 ---> saved as "857130cc335e22f2064a40a3339dc25393b31ca20e8988bbfc825c683a5abd83"
Job succeeded
2026-05-27 07:58.33: Job succeeded