2026-01-16 14:21.43: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (ebeaf7feb23775f0cad289b3bd0863d52f0baa47) (linux-x86_64:ubuntu-24.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard ebeaf7fecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b# ubuntu-24.04-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-16 14:21.43: Using cache hint "dinosaure/prettym-ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b-ubuntu-24.04-5.4_opam-2.5-ecb2d8317e50902d63f460358e49ff9f"2026-01-16 14:21.43: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)(comment ubuntu-24.04-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 (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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src prettym.opam) (dst ./))(run (network host)(shell "opam pin add -yn prettym.dev './'"))(run (network host)(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.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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-01-16 14:21.43: Waiting for resource in pool OCluster2026-01-16 20:06.14: Waiting for worker…2026-01-16 20:10.20: Got resource from pool OClusterBuilding on cletehint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/prettym.git-dc8d49cb93aad76576bb20d67607f0b245367688/.git/HEAD is now at ebeaf7f Merge pull request #7 from dinosaure/prepare-v0.0.4(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b)Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b' locallydocker.io/ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b: Pulling from ocaml/opam20043066d3d5: Already exists5467265bd921: Already existsedb31a422705: Already exists5871740a5551: Already exists38bc7caf8f9c: Already existsc625f3473964: Already exists1a34bb0dada4: Already exists1a5a443cf2a3: Already existsb5749e9114e3: Already existsc79eee4ce657: Already existse294f5c94f43: Already exists519065222b0e: Already exists53e225602c61: Already existsf27179a77cc9: Already existsfc8d5c40eea5: Already exists0c46c8b70095: Already exists670e7b7fa473: Already exists670e7b7fa473: Already existsbc96aeddd4f1: Already exists666bbc820ee2: Already existse5a0630151ad: Already exists8d0a5f8f8d36: Already exists4f4fb700ef54: Already exists8c4ef5fdf98f: Already existsa0482b015367: Already exists69a3c76acc65: Already existse674de8e3648: Already existsdde76a4b1455: Already exists5e296eb395ff: Already existsd4b4b831ca9f: Already exists4b0fa928094e: Already exists53ec83378c53: Already existsc3f66a41494d: Already exists49b09e63ded4: Already existsb73b30ff67cc: Already exists4e112c6e0a8d: Already exists60dc853ed7b2: Already exists884ff7dd46f5: Already exists63cf2740d5f9: Already exists8901dbd586e6: Already existscd5e0ad57e67: Already exists03524d0af6ce: Already exists556bdb4974d9: Already existse5cd43e64240: Already exists6afbdf9f6cba: Already exists30044ab5c757: Already exists4f1c547c77c4: Already exists95170e728423: Already existsDigest: sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854bStatus: Downloaded newer image for ocaml/opam@sha256:4d3f3bfde08b8390c215f5a3acf94051dc74872dff8788b58f3496507d18854b2026-01-16 20:10.22 ---> using "ee7775e2a289b73b66d139e9a7c7338ead1dd548303e89413e28034c19dc69ea" from cache/: (comment ubuntu-24.04-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-01-16 20:10.22 ---> using "588651255bc78700474afdcb3bed437cbda0f330fd691ff5f516540a69695b58" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-16 20:10.22 ---> using "1b5f378f5260608cc191434e666316b9cfb30ba121e0b3c43d1ad090e10f0eaa" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-01-16 20:10.22 ---> using "6cfed1fb52181599ebdf843e21a6cc46abafca92a09134b978ef5ed2d50cbe96" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 20:10.22 ---> using "641e76bb402b69d8d97f78c4fcbb7cfab73aa93dab311a40ce73544655a6699f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..92679ed614 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 20:10.22 ---> using "2dad8539a67cb42e617149d659721889210c6a08071e5032355ac49f9882a94a" from cache/src: (copy (src prettym.opam) (dst ./))2026-01-16 20:10.22 ---> saved as "0947d13db26c4d1afaa729c569d23db3b149e7c1c847cf2181f70eb87ba9747b"/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-01-16 20:10.27 ---> saved as "740639461fe870433d74c3e79588fbe94cdbccc2bff24894dbdf1ca91aba49a1"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 20:10.27 ---> saved as "e43d9295ba534ce6310fdec39342d9b2f20208c0ba92dc287873ade5d5a7ed1c"/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.3 cmdliner.2.1.0 dune.3.21.0 fmt.0.11.0 jsonm.1.0.2 ke.0.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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 "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1191 kB]- Get:6 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1769 kB]- Get:7 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [2919 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3077 kB]- Get:9 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2142 kB]- Get:10 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1959 kB]- Fetched 13.4 MB in 2s (7330 kB/s)- Reading package lists...-<><> 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-01-16 20:10.56 ---> saved as "0d4a22684fa2c67725bc80790e86b8a81a6065a79e59f4517a255fe0c7970418"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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.3- install cmdliner 2.1.0- install dune 3.21.0- 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.3 (cached)-> retrieved cmdliner.2.1.0 (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.21.0 (cached)-> installed cmdliner.2.1.0-> 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.21.0-> installed stdlib-shims.0.3.0-> installed base64.3.5.2-> installed ke.0.6-> installed bstr.0.0.3-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed alcotest.1.9.1Done.# To update the current shell environment, run: eval $(opam env)2026-01-16 20:13.00 ---> saved as "10f48de42a4593c3f3fec1350fb93893a6e8f10197796651cdbc4b7b1c5b5cb4"/src: (copy (src .) (dst /src))2026-01-16 20:13.00 ---> saved as "d9421d8a0304d1de37051e8c20bed5ac8f61b527dfe9ea165942cd38578e4c3c"/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 `SQDY1KRI'.[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.004s. 5 tests run.2026-01-16 20:13.02 ---> saved as "ba7147c3d59bb7f39363e1d98528d25abbe9a316c107e18d0397f019952804b9"Job succeeded2026-01-16 20:13.03: Job succeeded