Organisationsmbarbincmdlang7c9296 (main)opensuse-16.0-4.14_opam-2.5

opensuse-16.0-4.14_opam-2.5

Logs

Show full logs
2026-04-16 16:38.55: New job: test mbarbin/cmdlang https://github.com/mbarbin/cmdlang.git#refs/heads/main (7c929674ab39967db8c736865470e6c17ce56713) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/cmdlang.git" -b "main" && cd "cmdlang" && git reset --hard 7c929674
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914
# opensuse-16.0-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-04-16 16:38.55: Using cache hint "mbarbin/cmdlang-ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914-opensuse-16.0-4.14_opam-2.5-418fb3e7a910385b9ff4007fe445e6ef"
2026-04-16 16:38.55: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914)
 (comment opensuse-16.0-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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-04-16 16:38.55: Waiting for resource in pool OCluster
2026-04-16 19:16.56: Waiting for worker…
2026-04-16 19:23.11: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at 7c92967 Upgrade deploy-pages (node 24 warning)

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914' locally
docker.io/ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914: Pulling from ocaml/opam
64cfa2a65095: Already exists
204ffcf2f1fe: Already exists
f6fa4529cc6b: Already exists
97af65095748: Already exists
b802a6057f6d: Already exists
47b045e79836: Already exists
2ce8a10bf29f: Already exists
781ee767d1c7: Already exists
2271c058ae3a: Already exists
2e5754ca2c40: Already exists
de21e4dabd9c: Already exists
f047029589c4: Already exists
0f454d36be04: Already exists
04ab44a2df2c: Already exists
ad401f078830: Already exists
096a51bccb57: Already exists
e7134f98c78b: Already exists
afc7c35ee433: Already exists
7bfa5dba7952: Already exists
4f4fb700ef54: Already exists
f6b6a751bb6a: Already exists
f71dccae2ee7: Already exists
fe37a54a1499: Already exists
1815b99ebc09: Already exists
363d1f23b2cf: Already exists
4bb0990bd121: Already exists
ac4f9c652c6c: Already exists
ab5409fef174: Already exists
5e58ee45c6c7: Already exists
ee06219176b1: Already exists
34fd31afeec8: Already exists
c7a97b361486: Already exists
fc2b6e5cc5d9: Already exists
1c145dfb6c8a: Already exists
f1bb600e92a6: Already exists
97457e4bb83c: Already exists
f443344b6027: Already exists
899babe8d9b2: Already exists
2bc737cd8d16: Pulling fs layer
6298e346bcf7: Pulling fs layer
56763a423ca6: Pulling fs layer
e9a9e6b4e820: Pulling fs layer
e7d9d600deab: Pulling fs layer
e7d9d600deab: Waiting
e9a9e6b4e820: Waiting
56763a423ca6: Verifying Checksum
56763a423ca6: Download complete
e9a9e6b4e820: Download complete
e7d9d600deab: Verifying Checksum
e7d9d600deab: Download complete
2bc737cd8d16: Verifying Checksum
2bc737cd8d16: Download complete
6298e346bcf7: Verifying Checksum
6298e346bcf7: Download complete
2bc737cd8d16: Pull complete
6298e346bcf7: Pull complete
56763a423ca6: Pull complete
e9a9e6b4e820: Pull complete
e7d9d600deab: Pull complete
Digest: sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914
Status: Downloaded newer image for ocaml/opam@sha256:39b5ff026fdb5999701d4842b38acc5ba7d0c4177c8d6e46eae45f21d9c03914
2026-04-16 19:23.11 ---> using "370eb7c9066dffc9d7bb9f7896a1eadd182ab157ab94f3b3ea2611221f50dfbd" from cache

/: (comment opensuse-16.0-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-04-16 19:23.11 ---> using "03897ddd7ada84b81b433737104d637291b9f3e5e4b8ca8cb2f59bea2a1348a7" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"
[default] Initialised
2026-04-16 19:23.11 ---> using "892e983ec464ab9e30f73b19999908db1c4176db7407deaa27580978ce56406f" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-16 19:23.11 ---> using "4c3705ba48dbfa5253e99eb60ab46ecb878090ae97661efad63942a82b31b99d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-16 19:23.11 ---> using "abc78b45f90d84bef2c7b0c79177e4a71a551b7e630bbb48c5319698b75b1f1f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..0b0acbee05  master     -> origin/master
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches

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-04-16 19:23.11 ---> using "cdf42269b808c1ea9681eaa12826bd2aef571c4b5df42603958d165141e38301" from cache

/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-04-16 19:23.11 ---> saved as "1d2d7d9f49ac52189ce92a72a5b02ba7d80f9bed6ea65f7d6353c5ee26bd0c1e"

/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-04-16 19:23.18 ---> saved as "ee1eaa23d7ae0bd4257e6c284abc0d5fa00a6299491a3c9d40aed019f6d54ee1"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-16 19:23.18 ---> saved as "11c9bcd827f670e18b295ea219ea4e8440cc63de7659256e2abf37a03b6e4daf"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base climate.0.9.0 cmdliner.2.1.0 dune.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- 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
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 63 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- ......
- .........
- ..........
- .........
- ..........
- .done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.

<><> 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.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-04-16 19:23.42 ---> saved as "72980d682929c022eb3107ece60a8513b5991d8f2af39007d3a427d9b3b9a7fb"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved climate.0.9.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.22.2  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.22.2
-> installed climate.0.9.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-16 19:24.35 ---> saved as "3042cf7316a84a493a06790c9d712e3c0a9c071bff321bb71ed1de0d626c1213"

/src: (copy (src .) (dst /src))
2026-04-16 19:24.36 ---> saved as "66c2c9cd94e2f01307ce8b092c7068fe279f9faf92abbbc92800ba1b0155e53b"

/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-04-16 19:24.36 ---> saved as "117d3b91f5f7fd548a6c6f03910c3c137f3c7a10a6b0b6b9d5b56b9ec358ee2d"
Job succeeded
2026-04-16 19:24.37: Job succeeded