2025-11-05 15:29.11: New job: test dinosaure/prettym https://github.com/dinosaure/prettym.git#refs/heads/main (f53c4a5a7fc3fa3f08e1984616a998586c9d09db) (linux-x86_64:fedora-43-5.4_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115Opam project buildTo reproduce locally:git clone --recursive "https://github.com/dinosaure/prettym.git" -b "main" && cd "prettym" && git reset --hard f53c4a5acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115# fedora-43-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && 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 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4 --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-BLOCK2025-11-05 15:29.11: Using cache hint "dinosaure/prettym-ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115-fedora-43-5.4_opam-2.4-a382f400cf194d6f9c6f0157b5ca9e19"2025-11-05 15:29.11: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)(comment fedora-43-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && 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 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4 --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")))2025-11-05 15:29.11: Waiting for resource in pool OCluster2025-11-05 18:35.07: Waiting for worker…2025-11-05 18:38.11: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at f53c4a5 Merge pull request #5 from dinosaure/upgrade(from ocaml/opam:fedora-43-ocaml-5.4@sha256:a83928a1fedec013a7db3d3190a3cc3eb72142ca95e7bb20dbb4f9954be28115)2025-11-05 18:38.12 ---> using "f59e28d75de4defeed40ec3fa81afaa110217cd20c2dafcaea2c76301015f0df" from cache/: (comment fedora-43-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 100% | 51.0 KiB/s | 17.9 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 4.2 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 167.4 KiB/s | 20.1 KiB | 00m00sRepositories loaded.Nothing to do.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.2025-11-05 18:38.12 ---> using "e25babefb49a419232868acca712bf630a0bbefc96e0c275ad3155252e7c1ac2" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 18:38.12 ---> using "d407c2ab0d230b08eef2673d99115ee74748a180b52018e5e71e83495eb23ecf" 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] Initialised2025-11-05 18:38.12 ---> using "f34f2508f7317e9caeecee1fbf9e7a46c3e2d84a14300c4e852b3aa03e573a96" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 5.4.02.4.12025-11-05 18:38.12 ---> using "052d523dd0b77d418e636d4c186443eff0092857ea0c0fcc93c67ed113744989" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 18:38.12 ---> using "62c8f17a78b1cdcc51dbd6e1fa6a54730935888b6313593e943e96a268786b45" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 930436c8d2f221ca216e2882d78d5f0486289405 || git fetch origin master) && git reset -q --hard 930436c8d2f221ca216e2882d78d5f0486289405 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..c52a986c69 master -> origin/master930436c8d2 Merge pull request #28833 from dbuenzli/b0-publish-topkg-care.1.1.1-etc-d8693897f289e86e<><> 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)2025-11-05 18:38.12 ---> using "ed97fbaac34292f58df5ff11b57ddee694007ff1b5b0164e8e281ee20ab346de" from cache/src: (copy (src prettym.opam) (dst ./))2025-11-05 18:38.12 ---> saved as "0801871f79932339d6923c0c0c8b49b491212cb74618aec15c5f9352ffa1e251"/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)2025-11-05 18:38.14 ---> saved as "abf113fc1ef664e7806a79c3537f83978c81da8b139879342085489a4d257f32"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 18:38.15 ---> saved as "4aee0d5f14a8549465389619883f0bfceab4fc8591c25c1c4238a768ca52dede"/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 bigarray-overlap.0.2.1 bigstringaf.0.10.0 cmdliner.2.0.0 conf-pkg-config.4 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 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.4 --depext-only -y prettym.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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).2025-11-05 18:38.34 ---> saved as "e0d9769d25bd3dddc3bae440964088a8fff9d30a1c3ba563255f690eba6526ca"/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 21 packages- install alcotest 1.9.1- install astring 0.8.5- install base64 3.5.2- install bigarray-overlap 0.2.1- install bigstringaf 0.10.0- install cmdliner 2.0.0- install conf-pkg-config 4- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- 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 bigarray-overlap.0.2.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-pkg-config.4-> 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.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.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.20.2-> installed bigarray-overlap.0.2.1-> installed csexp.1.5.2-> installed base64.3.5.2-> installed ke.0.6-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2025-11-05 18:40.24 ---> saved as "a5c7ca4e1db2b3bf510175cb8effddc0e0c4ba311546c85a24ee919731c05ae4"/src: (copy (src .) (dst /src))2025-11-05 18:40.25 ---> saved as "da2dfc4396047f5011c616a1c72a6db9beb783468f7a0264305e40d7894eefc2"/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 `PUXZ4S9X'.[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.2025-11-05 18:40.27 ---> saved as "2dbd1c50e1da86b816649403787c45d3d20eed02877c67b20971c628272a7f23"Job succeeded2025-11-05 18:40.28: Job succeeded