2026-04-25 17:23.57: New job: test ocaml-ppx/ocamlformat https://github.com/ocaml-ppx/ocamlformat.git#refs/heads/metaocaml (d974c176f52e88a0c38aed67be1677d34e9fde6d) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ocamlformat.git" -b "metaocaml" && cd "ocamlformat" && git reset --hard d974c176cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745# opensuse-15.6-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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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-25 17:23.57: Using cache hint "ocaml-ppx/ocamlformat-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745-opensuse-15.6-5.4_opam-2.5-78404fa703a3eac68e8c8d450a8718a2"2026-04-25 17:23.57: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)(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 (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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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-25 17:23.57: Waiting for resource in pool OCluster2026-04-25 17:59.32: Waiting for worker…2026-04-25 18:02.37: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at d974c176f Add MetaOCaml support(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745' locallydocker.io/ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745: Pulling from ocaml/opam2824220eb759: Pulling fs layerd6e0f6bf3ee8: Pulling fs layer98ea95f8982c: Pulling fs layer66c4e2d11417: Pulling fs layer2824220eb759: Waiting178bf13c4542: Pulling fs layer3363b6690622: Pulling fs layerd6e0f6bf3ee8: Waiting2f360ed5ed1c: Pulling fs layer66c4e2d11417: Waiting0157dc55738d: Pulling fs layer98ea95f8982c: Waitingadbd7b083662: Pulling fs layer2f360ed5ed1c: Waiting08da4b8ec306: Pulling fs layer2d08af6962f0: Pulling fs layer0157dc55738d: Waiting0eb7579d9e49: Pulling fs layer178bf13c4542: Waitinga469e6a3633d: Pulling fs layer3363b6690622: Waiting82c744fdb18a: Pulling fs layer36b9f578dfd0: Pulling fs layeradbd7b083662: Waiting08da4b8ec306: Waiting0eb7579d9e49: Waiting67e235ccb630: Pulling fs layer2d08af6962f0: Waitinga469e6a3633d: Waiting054af01a93fc: Pulling fs layer82c744fdb18a: Waiting67e235ccb630: Waiting36b9f578dfd0: Waitinge8dd567f0fce: Pulling fs layer054af01a93fc: Waitinge8dd567f0fce: Waiting4f4fb700ef54: Pulling fs layer95a8dc77b77e: Pulling fs layercc10f5cb66cf: Pulling fs layerc6967ed40884: Pulling fs layer95a8dc77b77e: Waitingcc10f5cb66cf: Waiting86261b212eac: Pulling fs layerc593fa27ed82: Pulling fs layer327409bbc709: Pulling fs layer68843b0965c1: Pulling fs layerc6967ed40884: Waitingc593fa27ed82: Waiting1dce24306ea4: Pulling fs layer86261b212eac: Waiting4f4fb700ef54: Waitingd41b89be77dc: Pulling fs layer68843b0965c1: Waiting327409bbc709: Waitinga847491754f8: Pulling fs layer1dce24306ea4: Waiting2ba6e682b334: Pulling fs layerd41b89be77dc: Waitinga847491754f8: Waiting88783f87eac5: Pulling fs layer94a228a5ee2b: Pulling fs layereffccec7e4d4: Pulling fs layer2f4d54523759: Pulling fs layer2ba6e682b334: Waitingc433d8fc16c8: Pulling fs layer88783f87eac5: Waitinge8dea40a6ae6: Pulling fs layer2f4d54523759: Waiting5be5b25f37bd: Pulling fs layer8a320261bc75: Pulling fs layereffccec7e4d4: Waitingf36d6c98cb79: Pulling fs layer48745103a26a: Pulling fs layer5be5b25f37bd: Waiting2c60e853f538: Pulling fs layerf36d6c98cb79: Waiting8a320261bc75: Waiting303d675deef6: Pulling fs layer10d6d5991602: Pulling fs layer49510a9bffbc: Pulling fs layer2c60e853f538: Waitingc433d8fc16c8: Waiting49510a9bffbc: Waiting303d675deef6: Waiting10d6d5991602: Waiting48745103a26a: Waitinge8dea40a6ae6: Waiting94a228a5ee2b: Waiting2824220eb759: Verifying Checksum2824220eb759: Download completed6e0f6bf3ee8: Verifying Checksumd6e0f6bf3ee8: Download complete2824220eb759: Pull completed6e0f6bf3ee8: Pull complete98ea95f8982c: Verifying Checksum98ea95f8982c: Download complete66c4e2d11417: Verifying Checksum178bf13c4542: Verifying Checksum178bf13c4542: Download complete3363b6690622: Verifying Checksum3363b6690622: Download complete2f360ed5ed1c: Verifying Checksum2f360ed5ed1c: Download complete0157dc55738d: Verifying Checksum0157dc55738d: Download complete98ea95f8982c: Pull completeadbd7b083662: Download complete08da4b8ec306: Verifying Checksum08da4b8ec306: Download complete2d08af6962f0: Verifying Checksum2d08af6962f0: Download complete0eb7579d9e49: Verifying Checksum0eb7579d9e49: Download completea469e6a3633d: Verifying Checksuma469e6a3633d: Download complete82c744fdb18a: Verifying Checksum82c744fdb18a: Download complete36b9f578dfd0: Verifying Checksum36b9f578dfd0: Download complete67e235ccb630: Verifying Checksum67e235ccb630: Download complete66c4e2d11417: Pull complete178bf13c4542: Pull complete3363b6690622: Pull complete054af01a93fc: Verifying Checksum2f360ed5ed1c: Pull complete0157dc55738d: Pull completeadbd7b083662: Pull complete08da4b8ec306: Pull complete2d08af6962f0: Pull completee8dd567f0fce: Verifying Checksume8dd567f0fce: Download complete0eb7579d9e49: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea469e6a3633d: Pull complete82c744fdb18a: Pull complete95a8dc77b77e: Download complete36b9f578dfd0: Pull complete67e235ccb630: Pull complete054af01a93fc: Pull completee8dd567f0fce: Pull completecc10f5cb66cf: Verifying Checksumcc10f5cb66cf: Download complete4f4fb700ef54: Pull complete95a8dc77b77e: Pull completecc10f5cb66cf: Pull completec6967ed40884: Download completec6967ed40884: Pull complete86261b212eac: Pull completec593fa27ed82: Verifying Checksumc593fa27ed82: Pull complete327409bbc709: Download complete327409bbc709: Pull complete68843b0965c1: Download complete68843b0965c1: Pull complete1dce24306ea4: Verifying Checksum1dce24306ea4: Download complete1dce24306ea4: Pull completed41b89be77dc: Verifying Checksumd41b89be77dc: Download completed41b89be77dc: Pull completea847491754f8: Verifying Checksuma847491754f8: Download completea847491754f8: Pull complete2ba6e682b334: Verifying Checksum2ba6e682b334: Download complete2ba6e682b334: Pull complete88783f87eac5: Download complete88783f87eac5: Pull complete94a228a5ee2b: Verifying Checksum94a228a5ee2b: Download completeeffccec7e4d4: Download complete2f4d54523759: Verifying Checksum2f4d54523759: Download completec433d8fc16c8: Verifying Checksumc433d8fc16c8: Download completee8dea40a6ae6: Download complete5be5b25f37bd: Download complete8a320261bc75: Verifying Checksum8a320261bc75: Download completef36d6c98cb79: Verifying Checksumf36d6c98cb79: Download complete48745103a26a: Verifying Checksum48745103a26a: Download complete2c60e853f538: Verifying Checksum2c60e853f538: Download complete303d675deef6: Verifying Checksum303d675deef6: Download complete10d6d5991602: Download complete49510a9bffbc: Download complete94a228a5ee2b: Pull completeeffccec7e4d4: Pull complete2f4d54523759: Pull completec433d8fc16c8: Pull completee8dea40a6ae6: Pull complete5be5b25f37bd: Pull complete8a320261bc75: Pull completef36d6c98cb79: Pull complete48745103a26a: Pull complete2c60e853f538: Pull complete303d675deef6: Pull complete10d6d5991602: Pull complete49510a9bffbc: Pull completeDigest: sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc6745Status: Downloaded newer image for ocaml/opam@sha256:40e86c2b4445dd7c40b427d465672f4f0d7e5e6d40b5e43edf29b930a4cc67452026-04-25 18:04.16 ---> using "5a3680208c73beb3331771a2f7c7cfa44299220a0d1ff13e680cdae5b80bdaf8" from cache/: (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-04-25 18:04.16 ---> using "463c319ef5be82dadb4076ef7cbdb1657274c5987ad974c76f4520c6671653ad" 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-04-25 18:04.16 ---> using "78bb359f9aafa4629dc59de13b9deb4bc92d380688527008853d4cbf7d329c49" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.02026-04-25 18:04.16 ---> using "f6fc4b12b0418b37aa6f9f032abf9c0881c3fa85253a420db64176a4057fa51e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-25 18:04.16 ---> using "1b29546a3142f107d43752c85d792b294550aa31a3a2bc5277f7fff61f0aa274" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD42844088d7..d8a9e2e0a7 master -> origin/master036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)Everything as up-to-date as possibleHowever, 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-25 18:04.16 ---> using "84b59a4ff42dab97b7c62af99995b23071ca772e31136e26d467e478952ce0b9" from cache/src: (copy (src ocamlformat.opam ocamlformat-rpc-lib.opam ocamlformat-lib.opam ocamlformat-bench.opam)(dst ./))2026-04-25 18:04.16 ---> using "3c2f26d1c3cb332062d3d25379d467b6396160a126512e13bd265478b9412411" from cache/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-25 18:04.16 ---> using "09031358f97602a48dcb353443db46e7f76ac7c1b0a5101022bb7f9b6d16c997" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-25 18:04.16 ---> using "9bc2fb482962ba5d162dd438ef9c14bfa986e6322265caaac8beb8855ba6accd" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bechamel.0.5.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-build-info.3.22.2 dune-configurator.3.22.2 either.1.0.0 fix.20250919 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocaml-version.4.1.0 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocp-indent.1.9.0 re.1.14.0 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 yojson.3.0.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 "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 ><><><><><><><><><><><><><><><><><><><><><><>[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 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-04-25 18:04.16 ---> using "1df29e11b6006bad156aa6b00e447537fd370755fb44ecd246ddd831c35d9a20" from cache/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 34 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- install bechamel 0.5.0- install camlp-streams 5.0.1- install cmdliner 2.1.1- install csexp 1.5.2- install dune 3.22.2- install dune-build-info 3.22.2- install dune-configurator 3.22.2- install either 1.0.0- install fix 20250919- install fmt 0.11.0- install fpath 0.7.3- install menhir 20260209- install menhirCST 20260209- install menhirGLR 20260209- install menhirLib 20260209- install menhirSdk 20260209- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.0- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocp-indent 1.9.0- install re 1.14.0- install sexplib0 v0.17.0- install stdio v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uucp 17.0.0- install uuseg 17.0.0- install uutf 1.0.4- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bechamel.0.5.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved either.1.0.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2 (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdio.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved yojson.3.0.0 (cached)-> installed cmdliner.2.1.1-> retrieved uucp.17.0.0 (cached)-> 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 astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.22.2-> installed bechamel.0.5.0-> installed camlp-streams.5.0.1-> installed csexp.1.5.2-> installed dune-build-info.3.22.2-> installed either.1.0.0-> installed fix.20250919-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> installed menhirSdk.20260209-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocp-indent.1.9.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed dune-configurator.3.22.2-> installed alcotest.1.9.1-> installed uucp.17.0.0-> installed uuseg.17.0.0-> installed menhir.20260209-> installed base.v0.17.3-> installed stdio.v0.17.0Done.<><> ocp-indent.1.9.0 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/5.4/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim"# To update the current shell environment, run: eval $(opam env)2026-04-25 18:04.16 ---> using "fb7b9c0a832b960d35e95f30105082905cdb2feee940c9562805ae5cbd13e520" from cache/src: (copy (src .) (dst /src))2026-04-25 18:04.18 ---> saved as "85c86679710795301c4771d17032d09e1bf88873ceb9f65c195d5a1e7b5deb56"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocamlformat_ocaml_common -open Ocamlformat_parser_extended -open Ocamlformat_stdlib -open Ocamlformat_format -g -I lib/.ocamlformat_lib.objs/byte -I lib/.ocamlformat_lib.objs/native -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/base -I /home/opam/.opam/5.4/lib/base/base_internalhash_types -I /home/opam/.opam/5.4/lib/base/shadow_stdlib -I /home/opam/.opam/5.4/lib/camlp-streams -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/dune-build-info -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/fpath -I /home/opam/.opam/5.4/lib/menhirLib -I /home/opam/.opam/5.4/lib/ocaml-version -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4/lib/ocp-indent/lexer -I /home/opam/.opam/5.4/lib/ocp-indent/lib -I /home/opam/.opam/5.4/lib/ocp-indent/utils -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdio -I /home/opam/.opam/5.4/lib/uucp -I /home/opam/.opam/5.4/lib/uuseg -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/native -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/native -I vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I vendor/ocamlformat_support/.ocamlformat_format.objs/native -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/native -I vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I vendor/parser-extended/.ocamlformat_parser_extended.objs/native -I vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I vendor/parser-shims/.ocamlformat_parser_shims.objs/native -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/native -I vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -I vendor/parser-standard/.ocamlformat_parser_standard.objs/native -cmi-file lib/.ocamlformat_lib.objs/byte/ocamlformat_lib__Cmts.cmi -no-alias-deps -opaque -open Ocamlformat_lib -o lib/.ocamlformat_lib.objs/native/ocamlformat_lib__Cmts.cmx -c -impl lib/Cmts.ml)File "lib/Cmts.ml", line 356, characters 29-50:356 | ( { pexp_desc= Pexp_sequence (e1, _)^^^^^^^^^^^^^^^^^^^^^Error: The constructor Pexp_sequence expects 3 argument(s),but is applied here to 2 argument(s)(cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -open Ocamlformat_ocaml_common -open Ocamlformat_parser_extended -open Ocamlformat_stdlib -open Ocamlformat_format -g -bin-annot -bin-annot-occurrences -I lib/.ocamlformat_lib.objs/byte -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/base -I /home/opam/.opam/5.4/lib/base/base_internalhash_types -I /home/opam/.opam/5.4/lib/base/shadow_stdlib -I /home/opam/.opam/5.4/lib/camlp-streams -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/dune-build-info -I /home/opam/.opam/5.4/lib/either -I /home/opam/.opam/5.4/lib/fpath -I /home/opam/.opam/5.4/lib/menhirLib -I /home/opam/.opam/5.4/lib/ocaml-version -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.4/lib/ocp-indent/lexer -I /home/opam/.opam/5.4/lib/ocp-indent/lib -I /home/opam/.opam/5.4/lib/ocp-indent/utils -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdio -I /home/opam/.opam/5.4/lib/uucp -I /home/opam/.opam/5.4/lib/uuseg -I vendor/ocaml-common/.ocamlformat_ocaml_common.objs/byte -I vendor/ocamlformat-stdlib/.ocamlformat_stdlib.objs/byte -I vendor/ocamlformat_support/.ocamlformat_format.objs/byte -I vendor/odoc-parser/.ocamlformat_odoc_parser.objs/byte -I vendor/parser-extended/.ocamlformat_parser_extended.objs/byte -I vendor/parser-shims/.ocamlformat_parser_shims.objs/byte -I vendor/parser-shims/stdlib_shims/.ocamlformat_stdlib_shims.objs/byte -I vendor/parser-standard/.ocamlformat_parser_standard.objs/byte -cmi-file lib/.ocamlformat_lib.objs/byte/ocamlformat_lib__Cmts.cmi -no-alias-deps -opaque -open Ocamlformat_lib -o lib/.ocamlformat_lib.objs/byte/ocamlformat_lib__Cmts.cmo -c -impl lib/Cmts.ml)File "lib/Cmts.ml", line 356, characters 29-50:356 | ( { pexp_desc= Pexp_sequence (e1, _)^^^^^^^^^^^^^^^^^^^^^Error: The constructor Pexp_sequence expects 3 argument(s),but is applied here to 2 argument(s)"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-25 18:04.42: Job failed: Failed: Build failed