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-15.6-5.4_opam-2.5) Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e 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-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e # opensuse-15.6-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-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e-opensuse-15.6-5.4_opam-2.5-9d757ffc3531e228cc79a524bb49ce32" 2026-05-22 09:46.42: Using OBuilder spec: ((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e) (comment opensuse-15.6-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:54.17: Got resource from pool OCluster Building on odawa.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-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e) 2026-05-22 09:54.58 ---> saved as "4ca16588261ec94bc0af5c9a33bc40d6275395697fbaa0c428f9627813be5cfe" /: (comment opensuse-15.6-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.05 ---> saved as "ffe77c663787017bc3f5ed33ecf47d2b30f1c22125b3915ac49af944388097b5" /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 045748b2d8..3e30e43808 master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-22 09:55.50 ---> saved as "493fdd34906a243916a91978cd7b4b6bb11d43ca50d35f0ac73d986f0ec9df49" /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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-22 09:56.16 ---> saved as "6f095bfdf31f8bcf560ae5aecb85b3b36012a9cc1a84a3bb1b2410e846812169" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-22 09:56.19 ---> saved as "8777a0bfe57f9e533110f422fdb23e1d81975d8854719b2732567449450985a5" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-22 09:56.25 ---> saved as "52cd9be902137bf36a8efcda1034bce176f2ee2064da29cc383144fbfe2416c8" /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 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:56.42 ---> saved as "670c7a75a84a1ee81beb63b528cb59f542522ac1bc3a0eb7cf1b5a8297c6b545" /src: (copy (src prettym.opam) (dst ./)) 2026-05-22 09:56.46 ---> saved as "dc7a3fa8406b9b1eefa22195951b717dd9f4c321845f30d52f53b3cbc22826e0" /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:56.53 ---> saved as "f1ab60dd79128c757963e30f858ab51b92f3f84e0365fd109d6e7980e96ba392" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-22 09:56.58 ---> saved as "11f625edfbad4fbe2720b90bcf3b23b99206338a1c41512e6581c0569bf697d0" /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" - Retrieving repository 'Update repository of openSUSE Backports' metadata [. - .. - Looking for gpg keys in repository Update repository of openSUSE Backports. - gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key - ..... - .... - .... - .... - .... - .... - ....... - ..... - ......... - ........ - ....... - ......... - ....... - ..... - ......done] - Building repository 'Update repository of openSUSE Backports' cache [.. - ..done] - Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [. - . - Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15. - gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key - . - ...... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - ..... - .... - .... - .... - .... - .... - .... - ........... - .......... - ......... - ... - ....... - ....... - .......... - ......... - ......... - .......... - ........ - ......... - .......... - ......... - .......... - ......... - ....... - ...... - ......... - ......... - .......... - ......... - ......... - ....... - ........ - ......... - ......... - ......... - ......... - ......... - ........ - .......... - ......... - ......... - .......... - ......... - .......... - ......... - ..... - ... - ..... - ....... - .... - ..... - ......... - ........ - .. - . - ...... - ........ - . - ... - ..... - .... - . - . - . - ......... - ......... - ......... - .......... - ....... - ........ - ....... - ......... - ....... - .......... - ......... - ......... - .......... - ........ - ........ - ......... - .......... - ........ - ......... - ........ - ......... - ......... - ......... - ......... - .......... - ......... - ...... - ........ - .. - ... - ..... - ... - .... - ....... - ...... - .... - ..... - ...... - . - ....... - .... - ..... - ..... - .......... - ......... - .......... - ... - ..... - ...... - ... - ....... - ....... - ........ - ......... - ......... - ..... - .... - .......... - .... - ....... - ........ - ........ - ........ - ........ - ....... - ........ - ....... - ......... - ....... - ........ - ...... - .......... - ......... - ......... - ....... - .......... - ......... - ......... - ....... - ......... - ......... - .......... - ......... - .......... - ........ - ..... - .... - .. - .... - .... - . - ...... - ... - ...... - ....... - ........ - ....... - ......... - ......... - ... - ......... - ......... - ........ - ....... - ...... - ..... - ...... - ...... - .... - ........ - ......... - ......... - ........ - .......... - ........ - ... - ....... - ...... - ... - ... - . - ........ - ........ - .......... - ........ - .......... - ........ - ......... - ......... - ......... - .......... - ......... - ......... - .......... - ......... - ..... - ........ - .......... - ....... - ........ - ..... - . - ........ - ..... - ... - ....... - . - ... - ......... - ....... - ...... - .. - ... - ...... - ... - ..... - ........ - ......... - ...... - ....... - ......... - ......... - ........ - ......... - .......... - ........ - ........ - ......... - ......... - .......... - ........ - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ......... - ......... - .......... - ......... - .......... - ....... - ......... - .......... - ......... - .......... - ..... - ........ - ......... - ......... - ........ - ......... - ......... - ...... - ....... - ........ - .. - ....... - ...... - ...... - .......... - ....... - ........ - ........ - ....... - ........ - ...... - ........ - .... - ......... - .......... - ....... - .......... - ......... - ......... - .......... - ......... - .......... - ......... - .......... - ....... - .......... - ......... - .......... - .......... - ........ - ... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - .... - ... - . - ......... - .......... - . - . - . - ........ - ........ - .......... - ......... - ......... - .......... - .... - done] - Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [.. - ..done] - Retrieving repository 'Main Update Repository' metadata [. - .. - Looking for gpg keys in repository Main Update Repository. - gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key - . - . - ... - .... - .... - .... - .... - .... - .... - .... - .... - .... - ... - . - .. - ..... - .... - .... - .... - .... - . - ... - . - ......... - ....... - . - . - ... - done] - Building repository 'Main Update Repository' cache [....done] - Retrieving repository 'Update Repository (Non-Oss)' metadata [. - . - - Looking for gpg keys in repository Update Repository (Non-Oss). - gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key - . - . - ... - .... - .... - .... - .... - .... - .... - .... - .... - ... - .. - . - . - .. - . - .. - done] - Building repository 'Update Repository (Non-Oss)' cache [....done] - Repository 'Non-OSS Repository' is up to date. - Repository 'Main Repository' is up to date. - 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:05.23 ---> saved as "9e7ee9a5885f5f51821891f5c5b98b26b1a17b7d8742396d6007ec441acfe376" /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 bstr.0.0.4 -> installed ke.0.6 -> 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:06.03 ---> saved as "bd44b0309b4bac663a746adf7821e8abbd4572d847b28f3f184137caf2c2af3c" /src: (copy (src .) (dst /src)) 2026-05-22 10:06.12 ---> saved as "09dbc4aaeb5e7c2c44873a0ea4ed7d07da4e572b396ea8fc7e45e2dbfc3bc350" /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 `ASJTVREY'. [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:06.14 ---> saved as "edcadf2d990460a436dc60abe0ffb9c7a2a1ad7f61fe1ad66d6457649fe03c34" Job succeeded 2026-05-22 10:06.16: Job succeeded