Organisationsdinosaureprettym42d0f7 (main)opensuse-16.0-5.4_opam-2.5

opensuse-16.0-5.4_opam-2.5

Logs

Show full logs
2026-05-22 09:46.42: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (42d0f757bc4094cfdc1f76d130428c20f447fb57) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard 42d0f757
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24
# 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 prettym.opam ./
RUN opam pin add -yn prettym.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 base64.3.5.2 bstr.0.0.4 cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 jsonm.1.0.2 ke.0.6 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 ptime.1.2.0 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 prettym.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-22 09:46.42: Using cache hint "dinosaure/prettym-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24-opensuse-16.0-5.4_opam-2.5-9d757ffc3531e228cc79a524bb49ce32"
2026-05-22 09:46.42: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24)
 (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 prettym.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn prettym.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 base64.3.5.2 bstr.0.0.4 cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 jsonm.1.0.2 ke.0.6 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 ptime.1.2.0 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 prettym.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-22 09:46.42: Waiting for resource in pool OCluster
2026-05-22 09:51.55: Waiting for worker…
2026-05-22 09:55.57: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 42d0f75 Merge pull request #9 from dinosaure/prepare-v0.0.5

(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:009c3e8f2a512a2e8f98822826ebc42a241c3fe36793798d78d62dbfe9361c24)
2026-05-22 09:55.57 ---> using "cb0f9324e23304add51463aebce1007d7ca172f3128873d0a9c3d295d6a1ab25" 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-05-22 09:55.57 ---> using "f2793a2f977ff547a423af46c71a9cd2b92e896ddbe73373f4a9197924c60cbf" 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"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fc08333d1b..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-22 09:55.57 ---> using "8bd7e59d99786527e9fe895ca94718d99553741264cac221622446523c4984e5" 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-22 09:55.57 ---> using "3d69309ea56d9cef4202e0f3d733061dd4270ae18290fc557f5ad193b1ef7cc7" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-05-22 09:55.57 ---> using "732c85c1f4ecf0021d751a7c63e20d0dad9d7fcb51cb89804eb8b4977dd05cc1" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-22 09:55.57 ---> using "13900893aeb74a615c6732855a6b7ae754de1f2da9367481a00fde09f06a1d64" 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-05-22 09:55.57 ---> using "066c0fea6be771a878265fe12aa011ae46965869f7920143ad7670f7c36d6c4d" from cache

/src: (copy (src prettym.opam) (dst ./))
2026-05-22 09:55.57 ---> saved as "901beaa90469fcbb1f44823fc2ca6f43cc3909b5e7d5b676273249f03cdf1669"

/src: (run (network host)
           (shell "opam pin add -yn prettym.dev './'"))
[prettym.dev] synchronised (file:///src)
prettym is now pinned to file:///src (version dev)
2026-05-22 09:55.58 ---> saved as "1cfa043aed1b05c95318d51e62a325aec1be32b2cb79d5452e75681785532ac2"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-22 09:55.59 ---> saved as "02ba8c7de1f07728de73dc7c2821a0cd19decf5bb537fd33ad6174fcead6d85d"

/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 base64.3.5.2 bstr.0.0.4 cmdliner.2.1.1 dune.3.23.1 fmt.0.11.0 jsonm.1.0.2 ke.0.6 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 ptime.1.2.0 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 prettym.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
- ....
- .
- .
- .
- .......
- ........
- .......
- ......
- ....
- ........
- ......
- .........
- ........
- ........
- ........
- ........
- ......
- .......
- .......
- .......
- ........
- .........
- ........
- ........
- .......
- ........
- .......
- .......
- .........
- .........
- ......
- ....
- ........
- .......
- ......
- .......
- .......
- ........
- ......
- .....
- .......
- .......
- ......
- ........
- ......
- .......
- ......
- ........
- .......
- ........
- ......
- .......
- .........
- ........
- .......
- .......
- ......
- .......
- .......
- .....
- .....
- ......
- .....
- .......
- ........
- ......
- ......
- ......
- .........
- .......
- ......
- ........
- .........
- ........
- ......
- .........
- .......
- .......
- ........
- ........
- .....
- ........
- ..
- ........
- .......
- ...
- .
- .......
- ........
- ........
- ......
- .......
- ......
- ......
- .......
- .....
- ........
- .......
- .......
- .....
- ......
- .......
- .......
- ........
- ......
- .......
- .......
- .........
- .......
- ........
- .........
- ......
- ........
- .......
- .......
- .......
- ......
- ......
- .......
- ........
- ........
- .......
- ......
- ......
- .......
- .......
- ......
- ........
- .......
- .....
- .......
- .......
- .........
- ........
- ........
- ........
- .....
- ......
- ......
- ....
- ......
- .
- .....
- .......
- .....
- .......
- .....
- ......
- .......
- ......
- ....
- .....
- ..
- ....
- .....
- .....
- .......
- ........
- .......
- ........
- .....
- .......
- .
- ..
- .......
- ........
- .......
- ........
- .....
- ........
- .......
- .......
- .......
- .........
- .......
- .........
- .....
- .........
- .........
- ........
- .......
- ........
- .......
- ........
- .......
- ....
- .....
- ......
- ....
- ......
- ..
- .
- .......
- ....
- .....
- .......
- ........
- .......
- .......
- ......
- .....
- .....
- .......
- ......
- .......
- ........
- ......
- .....
- ......
- ......
- ....
- .......
- ......
- ........
- .........
- .......
- .......
- .....
- ....
- ........
- .......
- .........
- ......
- ........
- .........
- ........
- ........
- .........
- ........
- ........
- .....
- .......
- ......
- .......
- ......
- .....
- ........
- .......
- ...
- ....
- ......
- ....
- .....
- ....
- ......
- .......
- ...
- ......
- ........
- .......
- ........
- ........
- .........
- ....
- ........
- ........
- ........
- ......
- .....
- .......
- ......
- .......
- .
- ....
- ........
- .........
- .......
- ........
- .......
- ........
- ......
- ..
- ......
- .......
- ........
- ......
- ......
- .....
- .......
- ........
- ........
- ........
- ........
- .......
- .........
- ........
- ........
- .........
- .........
- .......
- .......
- .........
- ....
- ........
- .........
- .......
- ......
- ...
- ........
- ..
- .
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[prettym.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-05-22 10:01.44 ---> saved as "d838d73069f384e579440d897fb4e20adbb8a42a4db388f8f35f44742ae303f1"

/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 17 packages
  - install alcotest           1.9.1
  - install astring            0.8.5
  - install base64             3.5.2
  - install bstr               0.0.4
  - install cmdliner           2.1.1
  - install dune               3.23.1
  - install fmt                0.11.0
  - install jsonm              1.0.2
  - install ke                 0.6
  - install ocaml-syntax-shims 1.0.0
  - install ocamlbuild         0.16.1
  - install ocamlfind          1.9.8
  - install ptime              1.2.0
  - 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 base64.3.5.2  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved cmdliner.2.1.1  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ptime.1.2.0  (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 ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed dune.3.23.1
-> installed base64.3.5.2
-> installed stdlib-shims.0.3.0
-> installed ke.0.6
-> installed bstr.0.0.4
-> 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-22 10:02.39 ---> saved as "340a96f1369b4b22aaa9bc54c72345e049623403801a5e7a5249302c7553e00b"

/src: (copy (src .) (dst /src))
2026-05-22 10:02.39 ---> saved as "169f3244be8e39cddc63f359a055beeea9b313fe172a24bceb314a9b29da09bf"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe --color=always)
Random: [|63297; 3249; 16517; 49035; 53581; 45638; 25574; 14218; 12995;
          45248; 20239; 7875; 8142; 25828; 11293; 25073|].
Testing `format'.
This run has ID `5MB5Q61F'.

  [OK]          json            0   [true].
  [OK]          json            1   {"a":[true,false]}.
  [OK]          json            2   [{"a":true,"b":false}].
  [OK]          unroll          0   unroll.
  [OK]          lift            0   lift.

Full test results in `/src/_build/default/test/_build/_tests/format'.
Test Successful in 0.002s. 5 tests run.
2026-05-22 10:02.40 ---> saved as "2397af0df3a7bf8bf64ad115a3ccd528adac0061f887f2f2da28b3593949d15d"
Job succeeded
2026-05-22 10:02.40: Job succeeded