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-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam 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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# fedora-43-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-0fd1fdac89bd28031b0450e33178d69d"2025-11-05 15:29.11: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(comment fedora-43-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 laodoke.caelum.ci.devAll commits already cachedHEAD is now at f53c4a5 Merge pull request #5 from dinosaure/upgrade(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52' locallydocker.io/ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52: Pulling from ocaml/opam3a6ccf50917d: Pulling fs layer698b8d1610af: Pulling fs layer7e5b745a56a4: Pulling fs layere8859609bfb8: Pulling fs layer3a6ccf50917d: Waiting51242d36b3fd: Pulling fs layer698b8d1610af: Waiting7e5b745a56a4: Waiting61958fadfb74: Pulling fs layere8859609bfb8: Waiting51242d36b3fd: Waiting04578677ff3f: Pulling fs layer61958fadfb74: Waiting01b19b859bd1: Pulling fs layer04578677ff3f: Waiting47b008c442e7: Pulling fs layer01b19b859bd1: Waiting434ff16e8a1b: Pulling fs layer47b008c442e7: Waitinge2e8d2ec1110: Pulling fs layer434ff16e8a1b: Waitingbb8f1dbb2acd: Pulling fs layere2e8d2ec1110: Waitingc914fb01d9b0: Pulling fs layeracbc7d112060: Pulling fs layerbb8f1dbb2acd: Waitingc914fb01d9b0: Waiting7b0ca93f3f54: Pulling fs layer5a223856338a: Pulling fs layer7b0ca93f3f54: Waitingacbc7d112060: Waitingace6a731f305: Pulling fs layer5a223856338a: Waitinga6230b7fafa0: Pulling fs layerace6a731f305: Waiting917f9b8155b5: Pulling fs layera6230b7fafa0: Waiting8f7a3b7d908f: Pulling fs layer917f9b8155b5: Waiting4f4fb700ef54: Pulling fs layer8f7a3b7d908f: Waiting7af8a72dec52: Pulling fs layer4f4fb700ef54: Waiting9565a36b4e3a: Pulling fs layer7af8a72dec52: Waitinga1ba7d9452a1: Pulling fs layer9565a36b4e3a: Waiting24a9095bda75: Pulling fs layer16c026bd2ca7: Pulling fs layera1ba7d9452a1: Waiting24a9095bda75: Waiting6b821f07d597: Pulling fs layer16c026bd2ca7: Waitingafd0175f27f4: Pulling fs layer6b821f07d597: Waiting88ab18f654c7: Pulling fs layerbe69a91a3ef7: Pulling fs layer88ab18f654c7: Waitingce8a4e53f5e3: Pulling fs layer3e2bdc6df5e4: Pulling fs layerbe69a91a3ef7: Waitingce8a4e53f5e3: Waitingff986d64677f: Pulling fs layer9c9f7117b120: Pulling fs layer3e2bdc6df5e4: Waitingff986d64677f: Waiting8bc6797e23fc: Pulling fs layer9c9f7117b120: Waiting07b81fe7312a: Pulling fs layer8bc6797e23fc: Waiting43fc65bb52eb: Pulling fs layer07b81fe7312a: Waitinga5d75845130a: Pulling fs layer43fc65bb52eb: Waiting1eec13083f65: Pulling fs layera5d75845130a: Waiting502b0eef2b39: Pulling fs layer1eec13083f65: Waitingc1a5e9a62af8: Pulling fs layer502b0eef2b39: Waiting13ca68c1356e: Pulling fs layerc1a5e9a62af8: Waitingb02e3b0a0c41: Pulling fs layer13ca68c1356e: Waitingb02e3b0a0c41: Waiting3a6ccf50917d: Verifying Checksum3a6ccf50917d: Download complete698b8d1610af: Download complete7e5b745a56a4: Verifying Checksum7e5b745a56a4: Download complete3a6ccf50917d: Pull complete698b8d1610af: Pull complete7e5b745a56a4: Pull completee8859609bfb8: Verifying Checksume8859609bfb8: Download complete51242d36b3fd: Verifying Checksum51242d36b3fd: Download complete61958fadfb74: Verifying Checksum61958fadfb74: Download complete04578677ff3f: Verifying Checksum04578677ff3f: Download complete01b19b859bd1: Verifying Checksum01b19b859bd1: Download complete47b008c442e7: Verifying Checksum47b008c442e7: Download complete434ff16e8a1b: Verifying Checksumbb8f1dbb2acd: Verifying Checksumbb8f1dbb2acd: Download completee2e8d2ec1110: Verifying Checksume2e8d2ec1110: Download completec914fb01d9b0: Verifying Checksumc914fb01d9b0: Download complete7b0ca93f3f54: Verifying Checksum7b0ca93f3f54: Download completeacbc7d112060: Verifying Checksumacbc7d112060: Download complete5a223856338a: Download completea6230b7fafa0: Download completeace6a731f305: Download complete917f9b8155b5: Verifying Checksum8f7a3b7d908f: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete7af8a72dec52: Download complete9565a36b4e3a: Verifying Checksuma1ba7d9452a1: Verifying Checksuma1ba7d9452a1: Download complete24a9095bda75: Verifying Checksum24a9095bda75: Download complete16c026bd2ca7: Verifying Checksum16c026bd2ca7: Download complete6b821f07d597: Verifying Checksum6b821f07d597: Download completeafd0175f27f4: Download complete88ab18f654c7: Download completebe69a91a3ef7: Verifying Checksumbe69a91a3ef7: Download completece8a4e53f5e3: Verifying Checksumce8a4e53f5e3: Download complete3e2bdc6df5e4: Download completeff986d64677f: Download complete8bc6797e23fc: Download complete43fc65bb52eb: Verifying Checksum43fc65bb52eb: Download completea5d75845130a: Verifying Checksuma5d75845130a: Download complete1eec13083f65: Verifying Checksum1eec13083f65: Download complete9c9f7117b120: Verifying Checksum9c9f7117b120: Download completec1a5e9a62af8: Verifying Checksumc1a5e9a62af8: Download complete13ca68c1356e: Download complete07b81fe7312a: Verifying Checksum07b81fe7312a: Download complete502b0eef2b39: Verifying Checksum502b0eef2b39: Download completee8859609bfb8: Pull complete51242d36b3fd: Pull complete61958fadfb74: Pull complete04578677ff3f: Pull complete01b19b859bd1: Pull complete47b008c442e7: Pull complete434ff16e8a1b: Pull completee2e8d2ec1110: Pull completebb8f1dbb2acd: Pull completec914fb01d9b0: Pull completeacbc7d112060: Pull complete7b0ca93f3f54: Pull complete5a223856338a: Pull completeace6a731f305: Pull completea6230b7fafa0: Pull complete917f9b8155b5: Pull complete8f7a3b7d908f: Pull complete4f4fb700ef54: Pull complete7af8a72dec52: Pull complete9565a36b4e3a: Pull completea1ba7d9452a1: Pull complete24a9095bda75: Pull complete16c026bd2ca7: Pull complete6b821f07d597: Pull completeafd0175f27f4: Pull complete88ab18f654c7: Pull completebe69a91a3ef7: Pull completece8a4e53f5e3: Pull complete3e2bdc6df5e4: Pull completeff986d64677f: Pull complete9c9f7117b120: Pull complete8bc6797e23fc: Pull complete07b81fe7312a: Pull complete43fc65bb52eb: Pull completea5d75845130a: Pull complete1eec13083f65: Pull complete502b0eef2b39: Pull completec1a5e9a62af8: Pull complete13ca68c1356e: Pull completeb02e3b0a0c41: Pull completeDigest: sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Status: Downloaded newer image for ocaml/opam@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb522025-11-05 18:38.12 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache/: (comment fedora-43-4.14_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% | 49.6 KiB/s | 18.0 KiB | 00m00sFedora 43 - x86_64 - Updates 100% | 95.3 KiB/s | 20.9 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 10.7 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-11-05 18:38.12 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 18:38.12 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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 "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-11-05 18:38.12 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 18:38.12 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" 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-repositoryEverything 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.4.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)2025-11-05 18:38.12 ---> using "899956d805bdfbfcc13098e2716aa161ea3bb474fcc5450ce4888a091f86e896" from cache/src: (copy (src prettym.opam) (dst ./))2025-11-05 18:38.12 ---> saved as "76ae52fd0dea60e3806120a9dd31687c15783c6188b24b92d6960546770ea5d7"/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 "518381737d14633195e5374f5f268a854e8e080e32a8187e1c88d16fb7929045"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 18:38.14 ---> saved as "338977177cf486168d105be8ec9705a56eef0e9b17d356aa6c1ca5fdeb75b0b9"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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).2025-11-05 18:38.32 ---> saved as "6a892f75d44e77197b5f94b61ad1c0380614766b1e88f181d6a8d04f67f1d5ad"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 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 ocaml-syntax-shims.1.0.0 (cached)-> retrieved ke.0.6 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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 ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 base64.3.5.2-> installed stdlib-shims.0.3.0-> installed bigarray-overlap.0.2.1-> installed csexp.1.5.2-> installed ke.0.6-> 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.39 ---> saved as "ee2ff198cfd51e4838282fd174697877caf8e519b0901c4b1193fc4d9dfd0565"/src: (copy (src .) (dst /src))2025-11-05 18:40.39 ---> saved as "9ca162acde49fcf403e623dba38b6349ce79b35935d5bb303ebadede84de2827"/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 `WPPGJZA5'.[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.005s. 5 tests run.2025-11-05 18:40.41 ---> saved as "870ba6ee91314df1b457ae167e0599003a77927a0e874e467ddc5bfeccc37d7b"Job succeeded2025-11-05 18:40.42: Job succeeded