Organisationsocurrentocaml-version81a9af ()opensuse-16.0-5.4_opam-2.5

opensuse-16.0-5.4_opam-2.5

Logs

Show full logs
2026-06-15 18:25.35: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (81a9af6da06aae6d0ae241d110e24867ec90407f) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 81a9af6d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa
# opensuse-16.0-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 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-06-15 18:25.35: Using cache hint "ocurrent/ocaml-version-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa-opensuse-16.0-5.4_opam-2.5-c72cd5b7fd8d2a6ac2eb2c37f7a1571c"
2026-06-15 18:25.35: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa)
 (comment opensuse-16.0-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 (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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-06-15 18:25.35: Waiting for resource in pool OCluster
2026-06-15 18:25.36: Waiting for worker…
2026-06-15 18:25.36: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 81a9af6 Merge pull request #91 from Octachron/OCaml_4.14.4

(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa' locally
docker.io/ocaml/opam@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa: Pulling from ocaml/opam
64cfa2a65095: Already exists
64e5289f2672: Already exists
06b2293c2b2d: Already exists
6f67cd510672: Already exists
ca5b94db2a85: Already exists
6f7fe61607b0: Already exists
68c11975f945: Already exists
73479e4094ce: Already exists
85ba5c1a649a: Already exists
0de12c197bfd: Already exists
d81d6d6bf8fe: Already exists
cba68ecfd415: Already exists
75ffa6874156: Already exists
89e5c2d50858: Already exists
5ad82053ee71: Already exists
3591b13081a2: Already exists
6290e1686ebf: Already exists
6290e1686ebf: Already exists
4f4fb700ef54: Already exists
c5c5233ac1d1: Already exists
c56fa4433fe9: Already exists
8f6c2820713b: Already exists
3a022abfacb3: Already exists
a675122fae29: Already exists
b30eccf5ca42: Already exists
91f92e37ea0a: Already exists
1188916d9b97: Already exists
0fe594d6cb12: Already exists
e3ed43689f8e: Already exists
a107edd88c4d: Already exists
03050e3c3ba9: Already exists
361626bf5f1a: Pulling fs layer
b0c9fb978a56: Pulling fs layer
9e230c4a590c: Pulling fs layer
05d712a4dd8f: Pulling fs layer
361626bf5f1a: Waiting
b0c9fb978a56: Waiting
9e230c4a590c: Waiting
e04e27a980ff: Pulling fs layer
05d712a4dd8f: Waiting
6608d56510f9: Pulling fs layer
e04e27a980ff: Waiting
cd9fb8820320: Pulling fs layer
6608d56510f9: Waiting
6f5beb73a994: Pulling fs layer
cd9fb8820320: Waiting
93b1f7f9b88e: Pulling fs layer
6f5beb73a994: Waiting
f316598704c2: Pulling fs layer
67b41f68fbb0: Pulling fs layer
93b1f7f9b88e: Waiting
f316598704c2: Waiting
26a4b4ccee81: Pulling fs layer
67b41f68fbb0: Waiting
26a4b4ccee81: Waiting
86e7897b0266: Pulling fs layer
86e7897b0266: Waiting
b0c9fb978a56: Verifying Checksum
b0c9fb978a56: Download complete
05d712a4dd8f: Download complete
e04e27a980ff: Download complete
361626bf5f1a: Verifying Checksum
361626bf5f1a: Download complete
6608d56510f9: Download complete
cd9fb8820320: Verifying Checksum
cd9fb8820320: Download complete
93b1f7f9b88e: Verifying Checksum
93b1f7f9b88e: Download complete
9e230c4a590c: Verifying Checksum
9e230c4a590c: Download complete
6f5beb73a994: Verifying Checksum
6f5beb73a994: Download complete
67b41f68fbb0: Verifying Checksum
67b41f68fbb0: Download complete
26a4b4ccee81: Download complete
86e7897b0266: Download complete
f316598704c2: Verifying Checksum
f316598704c2: Download complete
361626bf5f1a: Pull complete
b0c9fb978a56: Pull complete
9e230c4a590c: Pull complete
05d712a4dd8f: Pull complete
e04e27a980ff: Pull complete
6608d56510f9: Pull complete
cd9fb8820320: Pull complete
6f5beb73a994: Pull complete
93b1f7f9b88e: Pull complete
f316598704c2: Pull complete
67b41f68fbb0: Pull complete
26a4b4ccee81: Pull complete
86e7897b0266: Pull complete
Digest: sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa
Status: Downloaded newer image for ocaml/opam@sha256:3b1cbd090c05c49c660df5b569eb0b68c579b550a4e8f6dec08cbb43315987fa
2026-06-15 18:25.37 ---> using "db69c9544b856fb69ee80731fd406e6d8610cb6799651f1bf7a482eab8dcdff6" from cache

/: (comment opensuse-16.0-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-06-15 18:25.37 ---> using "aaefde5c8c52a49f9533c2a032fe96f8f7137888121c02adcfc9912238bd0b3e" 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-06-15 18:25.37 ---> using "8fc286c3f9281bbfeb35088be3189f12fb77019c3cbc7e72cec66b32caceb186" 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.

Continue? [Y/n] y
[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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-06-15 18:25.37 ---> using "b2eca2267c099510cdb4bcbf57448360c950fef2866544191564ca8e27895130" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 7.0.0-22-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-06-15 18:25.37 ---> using "e20db01f7c5c707d1b47c47a64c940dca8bdfec7b051778a04ff0d0610286810" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-06-15 18:25.37 ---> using "b1b0594eb66dfb7729ee0a89329d3f86beb1d940c5025f7c71c4df11e25edad1" 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

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.5.0
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-06-15 18:25.37 ---> using "678a61a46692200e70ccac519691aca0c4b89e064b7dd7a18bb84d1569194913" from cache

/src: (copy (src ocaml-version.opam) (dst ./))
2026-06-15 18:25.37 ---> using "1def7e6b6676f4c314d1f96bd97f00fb8aa11a3d0bda2ef9c27260dc9c1b28c9" 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-06-15 18:25.37 ---> using "794033fad4ba31cb5c61e2b4647717282067bde1b14870b96b4a029b965d6851" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-06-15 18:25.37 ---> using "e40cba904dafeca65b6a8298170b6cbe13774e85f20d57e5427073acdeb6294a" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 "zypper" "--non-interactive" "refresh"
- Retrieving repository 'repo-openh264 (16.0)' metadata [..
- Looking for gpg keys in repository repo-openh264 (16.0).
-   gpgkey=https://codecs.opensuse.org/openh264/openSUSE_Leap_16/repodata/repomd.xml.key
- ...
- .done]
- Building repository 'repo-openh264 (16.0)' cache [....done]
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- .
- ........
- ..........
- ........done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.

<><> 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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-06-15 18:25.37 ---> using "4805b05b7802e0d68d60fa92df54ea290bc5b8a51b10d203fde6f85f2bf0f1e2" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.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-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 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 ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> 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-06-15 18:25.37 ---> using "ca7a06af343eca14d09367f90fef10f3ab77a876a599eee9af63c26d8c0f3f08" from cache

/src: (copy (src .) (dst /src))
2026-06-15 18:25.37 ---> using "ea32317b122e1fc1897fc4bc1e50915e4bdcb269f71321c2bea6836816ec0f18" from cache

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

  [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-06-15 18:25.37 ---> using "6afbe60eb6fcb2633bd8831ce2caa3255ee18d91f7d46d42698c906267ce7e1b" from cache
Job succeeded
2026-06-15 18:25.37: Job succeeded