2026-04-30 05:47.39: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/pull/2800/head (99cd592d95d8dca95f90ee4440cdd8c56619d8ac) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" && cd "ocamlformat" && git fetch origin "refs/pull/2800/head" && git reset --hard 99cd592dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126# debian-13-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam ./RUN opam pin add -yn ocamlformat.dev './' && \opam pin add -yn ocamlformat-rpc-lib.dev './' && \opam pin add -yn ocamlformat-lib.dev './' && \opam pin add -yn ocamlformat-bench.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.5.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.2.0 biniou.1.2.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-which.1 cppo.1.6.1 csexp.1.4.0 dune.2.9.3 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocp-indent.1.8.1 re.1.10.3 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3 yojson.1.6.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-04-30 05:47.39: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-4e0ab89cffef83d3a34f43f70cdf15cb"2026-04-30 05:47.39: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)(comment debian-13-4.14_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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))(run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.5.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.2.0 biniou.1.2.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-which.1 cppo.1.6.1 csexp.1.4.0 dune.2.9.3 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocp-indent.1.8.1 re.1.10.3 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3 yojson.1.6.0")(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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.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-04-30 05:47.39: Waiting for resource in pool OCluster2026-04-30 05:47.39: Waiting for worker…2026-04-30 05:51.14: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 99cd592d9 Apply review suggestions(from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126' locallydocker.io/ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126: Pulling from ocaml/opam8f6ad858d0a4: Pulling fs layer9cb5e198c8cf: Pulling fs layer2d346d36dcf2: Pulling fs layer8f6ad858d0a4: Waiting9cb5e198c8cf: Waitingcdc35e289b8d: Pulling fs layer2d346d36dcf2: Waitingaeb7244bb580: Pulling fs layercdc35e289b8d: Waitingfc1943254a0d: Pulling fs layeraeb7244bb580: Waiting84238c416f8e: Pulling fs layerfc1943254a0d: Waitingfbbfe75d3112: Pulling fs layerfbbfe75d3112: Waiting221fdc5d9929: Pulling fs layer1fec9149b52a: Pulling fs layer221fdc5d9929: Waiting9c6e52557f24: Pulling fs layer8737f5036aae: Pulling fs layer1fec9149b52a: Waitingd69c4074de14: Pulling fs layer7237152a5f04: Pulling fs layer8737f5036aae: Waitingd69c4074de14: Waiting9c6e52557f24: Waitingfba4b414d8a0: Pulling fs layer7237152a5f04: Waiting40d552afb3ef: Pulling fs layerfba4b414d8a0: Waiting077cc17dc8e4: Pulling fs layer40d552afb3ef: Waiting077cc17dc8e4: Waiting169e1be36a55: Pulling fs layer0a8a005097ab: Pulling fs layer169e1be36a55: Waitingcaba3ec4b361: Pulling fs layer6a364dc641f8: Pulling fs layercaba3ec4b361: Waiting4f4fb700ef54: Pulling fs layer6a364dc641f8: Waitingab8052928cdc: Pulling fs layer4f4fb700ef54: Waitingf5717a28dd6a: Pulling fs layerab8052928cdc: Waiting79233a9b9bed: Pulling fs layerf5717a28dd6a: Waitingd832d53e7392: Pulling fs layer1872dad82243: Pulling fs layerbfd849b08ba7: Pulling fs layerd832d53e7392: Waiting1872dad82243: Waiting834a8024ef15: Pulling fs layerbfd849b08ba7: Waiting98ccec79258b: Pulling fs layer834a8024ef15: Waitingfb48f36a0542: Pulling fs layer98ccec79258b: Waiting3688b13db8e7: Pulling fs layerfb48f36a0542: Waitinga5c099f5f72c: Pulling fs layer3688b13db8e7: Waiting1ff1760de5b0: Pulling fs layera5c099f5f72c: Waiting98eec6764aa5: Pulling fs layer1ff1760de5b0: Waitingaa22ae69debd: Pulling fs layer98eec6764aa5: Waitingaa22ae69debd: Waiting12bfb7b962a2: Pulling fs layerec25ce9bb816: Pulling fs layer12bfb7b962a2: Waitingbeadd3cf7357: Pulling fs layerec25ce9bb816: Waitingd0d0c65a426d: Pulling fs layerbeadd3cf7357: Waitingd0d0c65a426d: Waiting27080da82c6b: Pulling fs layer3b99adeb504e: Pulling fs layer27080da82c6b: Waiting3b99adeb504e: Waiting867c8a52ad10: Pulling fs layer01ca275a6ca2: Pulling fs layer867c8a52ad10: Waiting8f6ad858d0a4: Download complete9cb5e198c8cf: Verifying Checksum9cb5e198c8cf: Download complete2d346d36dcf2: Verifying Checksum2d346d36dcf2: Download completecdc35e289b8d: Verifying Checksumcdc35e289b8d: Download completeaeb7244bb580: Verifying Checksumaeb7244bb580: Download complete8f6ad858d0a4: Pull complete9cb5e198c8cf: Pull complete2d346d36dcf2: Pull completecdc35e289b8d: Pull completeaeb7244bb580: Pull completefc1943254a0d: Verifying Checksumfc1943254a0d: Download complete84238c416f8e: Verifying Checksum84238c416f8e: Download completefbbfe75d3112: Verifying Checksumfbbfe75d3112: Download complete221fdc5d9929: Verifying Checksum221fdc5d9929: Download complete1fec9149b52a: Verifying Checksum1fec9149b52a: Download complete9c6e52557f24: Verifying Checksum9c6e52557f24: Download complete8737f5036aae: Verifying Checksum8737f5036aae: Download completed69c4074de14: Verifying Checksumd69c4074de14: Download complete7237152a5f04: Verifying Checksum7237152a5f04: Download completefba4b414d8a0: Verifying Checksumfba4b414d8a0: Download complete40d552afb3ef: Verifying Checksum40d552afb3ef: Download complete077cc17dc8e4: Verifying Checksum077cc17dc8e4: Download complete169e1be36a55: Verifying Checksum169e1be36a55: Download complete0a8a005097ab: Download completecaba3ec4b361: Verifying Checksumcaba3ec4b361: Download completefc1943254a0d: Pull complete6a364dc641f8: Verifying Checksum6a364dc641f8: Download complete84238c416f8e: Pull complete4f4fb700ef54: Download completefbbfe75d3112: Pull complete221fdc5d9929: Pull completeab8052928cdc: Verifying Checksumab8052928cdc: Download complete1fec9149b52a: Pull completef5717a28dd6a: Verifying Checksum9c6e52557f24: Pull complete79233a9b9bed: Download complete8737f5036aae: Pull completed832d53e7392: Verifying Checksumd832d53e7392: Download completed69c4074de14: Pull complete7237152a5f04: Pull completefba4b414d8a0: Pull complete40d552afb3ef: Pull complete077cc17dc8e4: Pull complete1872dad82243: Download complete169e1be36a55: Pull completebfd849b08ba7: Verifying Checksumbfd849b08ba7: Download complete0a8a005097ab: Pull completecaba3ec4b361: Pull complete6a364dc641f8: Pull complete4f4fb700ef54: Pull completeab8052928cdc: Pull completef5717a28dd6a: Pull complete79233a9b9bed: Pull completed832d53e7392: Pull complete1872dad82243: Pull completebfd849b08ba7: Pull complete834a8024ef15: Download complete834a8024ef15: Pull complete98ccec79258b: Download complete98ccec79258b: Pull completefb48f36a0542: Verifying Checksumfb48f36a0542: Download completefb48f36a0542: Pull complete3688b13db8e7: Verifying Checksum3688b13db8e7: Download complete3688b13db8e7: Pull completea5c099f5f72c: Download completea5c099f5f72c: Pull complete1ff1760de5b0: Verifying Checksum1ff1760de5b0: Download complete1ff1760de5b0: Pull complete98eec6764aa5: Download completeaa22ae69debd: Download completeec25ce9bb816: Verifying Checksumec25ce9bb816: Download completebeadd3cf7357: Download completed0d0c65a426d: Verifying Checksumd0d0c65a426d: Download complete12bfb7b962a2: Verifying Checksum12bfb7b962a2: Download complete3b99adeb504e: Verifying Checksum3b99adeb504e: Download complete867c8a52ad10: Verifying Checksum867c8a52ad10: Download complete01ca275a6ca2: Verifying Checksum01ca275a6ca2: Download complete98eec6764aa5: Pull completeaa22ae69debd: Pull complete12bfb7b962a2: Pull completeec25ce9bb816: Pull completebeadd3cf7357: Pull completed0d0c65a426d: Pull complete27080da82c6b: Verifying Checksum27080da82c6b: Download complete27080da82c6b: Pull complete3b99adeb504e: Pull complete867c8a52ad10: Pull complete01ca275a6ca2: Pull completeDigest: sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126Status: Downloaded newer image for ocaml/opam@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f51262026-04-30 05:51.15 ---> using "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82" from cache/: (comment debian-13-4.14_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-04-30 05:51.15 ---> saved as "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4"/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-04-30 05:51.47 ---> saved as "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.32.5.02026-04-30 05:51.47 ---> saved as "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-30 05:51.48 ---> saved as "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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.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-04-30 05:52.05 ---> saved as "32cf803ca9b991a29065f5b0dcd66bea9f6051de4eb0f39a4fa6603c28a42dc3"/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-04-30 05:52.05 ---> saved as "efeee803571bfaee8230aba50ca4662a80fef3d760a714574f23c93423356488"/src: (run (network host)(shell "opam pin add -yn ocamlformat.dev './' && \\nopam pin add -yn ocamlformat-rpc-lib.dev './' && \\nopam pin add -yn ocamlformat-lib.dev './' && \\nopam pin add -yn ocamlformat-bench.dev './'"))[ocamlformat.dev] synchronised (file:///src)ocamlformat is now pinned to file:///src (version dev)[ocamlformat-rpc-lib.dev] synchronised (file:///src)ocamlformat-rpc-lib is now pinned to file:///src (version dev)[ocamlformat-lib.dev] synchronised (file:///src)ocamlformat-lib is now pinned to file:///src (version dev)[NOTE] Package ocamlformat-bench does not exist in opam repositories registered in the current switch.[ocamlformat-bench.dev] synchronised (file:///src)[WARNING] Failed checks on ocamlformat-bench package definition from source at file:///src:warning 68: Missing field 'license'ocamlformat-bench is now pinned to file:///src (version dev)2026-04-30 05:52.14 ---> saved as "19de17f6cd29f02d51a9eff524a2c6eebb297818d5e64410138c726e6afec12e"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-30 05:52.15 ---> saved as "99bf54f78d5a72356fe17a16a07156c5d87b25720a3a7278494c980981f556f0"/src: (env DEPS "alcotest.1.5.0 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base bechamel.0.2.0 biniou.1.2.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-which.1 cppo.1.6.1 csexp.1.4.0 dune.2.9.3 dune-build-info.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 either.1.0.0 fix.20130611 fmt.0.9.0 fpath.0.7.3 jbuilder.1.0+beta20.1 menhir.20201216 menhirLib.20201216 menhirSdk.20201216 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.5.0 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocp-indent.1.8.1 re.1.10.3 result.1.5 seq.0.3 sexplib0.v0.14.0 stdio.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uucp.14.0.0 uuseg.14.0.0 uutf.1.0.3 yojson.1.6.0")/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 ocamlformat.dev ocamlformat-rpc-lib.dev ocamlformat-lib.dev ocamlformat-bench.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [129 kB]- Fetched 219 kB in 0s (1549 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[ocamlformat.dev] synchronised (file:///src)[ocamlformat-bench.dev] synchronised (file:///src)[ocamlformat-lib.dev] synchronised (file:///src)[ocamlformat-rpc-lib.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-04-30 05:52.29 ---> saved as "bb103edf2b94a80ab5bd50d30111c402b455ab6a08fad7cb3a7e1c94ac849a84"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 40 packages- install alcotest 1.5.0- install astring 0.8.5- install base v0.14.2- install base-bytes base- install bechamel 0.2.0- install biniou 1.2.0- install camlp-streams 5.0.1- install cmdliner 1.3.0- install conf-which 1- install cppo 1.6.1- install csexp 1.4.0- install dune 2.9.3- install dune-build-info 2.9.3- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install easy-format 1.0.1- install either 1.0.0- install fix 20130611- install fmt 0.9.0- install fpath 0.7.3- install jbuilder 1.0+beta20.1 (deprecated)- install menhir 20201216- install menhirLib 20201216- install menhirSdk 20201216- install ocaml-syntax-shims 1.0.0- install ocaml-version 3.5.0- install ocamlbuild 0.14.0- install ocamlfind 1.9.1- install ocp-indent 1.8.1- install re 1.10.3- install result 1.5- install seq 0.3- install sexplib0 v0.14.0- install stdio v0.14.0- install stdlib-shims 0.1.0- install topkg 1.0.8- install uucp 14.0.0- install uuseg 14.0.0- install uutf 1.0.3- install yojson 1.6.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.5.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.2 (cached)-> retrieved bechamel.0.2.0 (cached)-> retrieved biniou.1.2.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cppo.1.6.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> installed conf-which.1-> retrieved csexp.1.4.0 (cached)-> retrieved easy-format.1.0.1 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fix.20130611 (cached)-> retrieved fmt.0.9.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.2.9.3, dune-build-info.2.9.3 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved menhir.20201216, menhirLib.20201216, menhirSdk.20201216 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.3.5.0 (cached)-> retrieved ocamlbuild.0.14.0 (cached)-> retrieved ocamlfind.1.9.1 (cached)-> retrieved ocp-indent.1.8.1 (cached)-> installed cmdliner.1.3.0-> retrieved re.1.10.3 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved stdio.v0.14.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved uuseg.14.0.0 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved yojson.1.6.0 (cached)-> retrieved uucp.14.0.0 (cached)-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed easy-format.1.0.1-> installed ocamlbuild.0.14.0-> installed fix.20130611-> installed jbuilder.1.0+beta20.1-> installed dune.2.9.3-> installed biniou.1.2.0-> installed cppo.1.6.1-> installed camlp-streams.5.0.1-> installed dune-build-info.2.9.3-> installed either.1.0.0-> installed ocaml-version.3.5.0-> installed seq.0.3-> installed stdlib-shims.0.1.0-> installed menhirSdk.20201216-> installed result.1.5-> installed sexplib0.v0.14.0-> installed csexp.1.4.0-> installed menhirLib.20201216-> installed topkg.1.0.8-> installed ocaml-syntax-shims.1.0.0-> installed re.1.10.3-> installed ocp-indent.1.8.1-> installed yojson.1.6.0-> installed uutf.1.0.3-> installed fmt.0.9.0-> installed astring.0.8.5-> installed bechamel.0.2.0-> installed fpath.0.7.3-> installed dune-private-libs.2.5.1-> installed alcotest.1.5.0-> installed dune-configurator.2.5.1-> installed menhir.20201216-> installed base.v0.14.2-> installed stdio.v0.14.0-> installed uucp.14.0.0-> installed uuseg.14.0.0Done.<><> ocp-indent.1.8.1 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2026-04-30 05:53.39 ---> saved as "89a9b9e1d1730e94f97ea1a7ed20547ddef7dd1e71635f5ec3332526a74f3d50"/src: (copy (src .) (dst /src))2026-04-30 05:53.42 ---> saved as "43f8f87323eec89d9bb4e68088d88fd037049a5d5b01ba45d7f583e2a281e5ea"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.14/lib/biniou/biniou.dune", line 1, characters 0-0:Warning: .dune files are ignored since 2.0. Reinstall the library with dune>= 2.0 to get rid of this warning and enable support for the subsystem thislibrary provides.test_unit alias test/unit/runtestTesting `ocamlformat'.This run has ID `82SW24CF'.............................................................................................................................................................................................................2026-04-30 05:54.27 ---> saved as "843bafe1b3ae3bab2e603562810436fff1aed8925741456fe1b462df283abf86"Job succeeded2026-04-30 05:54.28: Job succeeded