2026-06-30 12:12.17: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-x86_64:debian-13-5.5_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard 783831dccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4# debian-13-5.5_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 mutaml.opam ./RUN opam pin add -yn mutaml.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_js_style.v0.17.1 ppx_yojson_conv.v0.17.1 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mutaml.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-06-30 12:12.17: Using cache hint "jmid/mutaml-ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4-debian-13-5.5_opam-2.5-8f2e6a77f59f76ab52cc83c8a72066e3"2026-06-30 12:12.17: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4)(comment debian-13-5.5_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src mutaml.opam) (dst ./))(run (network host)(shell "opam pin add -yn mutaml.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_js_style.v0.17.1 ppx_yojson_conv.v0.17.1 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 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 mutaml.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-06-30 12:12.17: Waiting for resource in pool OCluster2026-06-30 12:12.17: Waiting for worker…2026-06-30 12:12.25: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 783831d Merge pull request #44 from jmid/dependabot/github_actions/actions/checkout-5(from ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4)Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4' locallydocker.io/ocaml/opam@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4: Pulling from ocaml/opamef1b08ddd59d: Pulling fs layer4be7c24ca8ee: Pulling fs layer05da861ea237: Pulling fs layer8f1be68e1863: Pulling fs layer962a521ff79f: Pulling fs layer8f1be68e1863: Waiting4355eac69067: Pulling fs layerf117722b2d11: Pulling fs layer962a521ff79f: Waiting4355eac69067: Waitinga16e9bb77185: Pulling fs layerf117722b2d11: Waiting78d92c79e1de: Pulling fs layerb678657777d1: Pulling fs layerd8ffd0023eb2: Pulling fs layer3f61de3f7389: Pulling fs layer9eba3392dbeb: Pulling fs layer1f24a992a9f0: Pulling fs layer27510d0dd50a: Pulling fs layer2856754bb498: Pulling fs layer79eebcca3782: Pulling fs layer4878ed0874c4: Pulling fs layer2a7a1359c1bd: Pulling fs layera30084a3341d: Pulling fs layer4f4fb700ef54: Pulling fs layerf26b54c73d9e: Pulling fs layerf7b0fd900d70: Pulling fs layer83a223ff55a1: Pulling fs layer6fc3c60f5e79: Pulling fs layer9cea23387665: Pulling fs layer3c4d93aeba05: Pulling fs layer44348d840700: Pulling fs layer5893e1a583b2: Pulling fs layer694a9c1e510b: Pulling fs layer3faa91a6cf3d: Pulling fs layer5fec9cf7363e: Pulling fs layerfa0e0f649f8d: Pulling fs layer75da1c97479e: Pulling fs layerf37a56d09091: Pulling fs layer7c0b0eda3e68: Pulling fs layer3df7fcf27f23: Pulling fs layera16e9bb77185: Waiting1af977c4a535: Pulling fs layer87f0ca695158: Pulling fs layerb9baadac1984: Pulling fs layer6f49f59b0237: Pulling fs layerda300e2ae937: Pulling fs layerfdcf699d7b28: Pulling fs layer75786cdf6a69: Pulling fs layer53147f328c60: Pulling fs layeref963fae931b: Pulling fs layerf7b0fd900d70: Waiting83a223ff55a1: Waiting6fc3c60f5e79: Waiting9cea23387665: Waiting3c4d93aeba05: Waiting44348d840700: Waiting5893e1a583b2: Waiting694a9c1e510b: Waiting3faa91a6cf3d: Waiting5fec9cf7363e: Waitingfa0e0f649f8d: Waiting78d92c79e1de: Waitingda300e2ae937: Waitingb678657777d1: Waitingd8ffd0023eb2: Waiting3f61de3f7389: Waiting9eba3392dbeb: Waiting1f24a992a9f0: Waiting27510d0dd50a: Waiting2856754bb498: Waitingfdcf699d7b28: Waiting75786cdf6a69: Waiting79eebcca3782: Waiting53147f328c60: Waitingef963fae931b: Waiting4878ed0874c4: Waiting2a7a1359c1bd: Waitingf37a56d09091: Waitinga30084a3341d: Waiting4f4fb700ef54: Waiting7c0b0eda3e68: Waiting3df7fcf27f23: Waitingf26b54c73d9e: Waiting1af977c4a535: Waiting87f0ca695158: Waitingb9baadac1984: Waiting6f49f59b0237: Waiting05da861ea237: Verifying Checksum05da861ea237: Download complete4be7c24ca8ee: Download complete962a521ff79f: Verifying Checksum962a521ff79f: Download complete8f1be68e1863: Verifying Checksum8f1be68e1863: Download completef117722b2d11: Verifying Checksumf117722b2d11: Download completeef1b08ddd59d: Verifying Checksumef1b08ddd59d: Download complete4355eac69067: Verifying Checksum4355eac69067: Download completea16e9bb77185: Download complete78d92c79e1de: Verifying Checksum78d92c79e1de: Download completeb678657777d1: Verifying Checksumb678657777d1: Download completed8ffd0023eb2: Download complete3f61de3f7389: Download complete1f24a992a9f0: Verifying Checksum1f24a992a9f0: Download complete9eba3392dbeb: Verifying Checksum9eba3392dbeb: Download complete27510d0dd50a: Verifying Checksum27510d0dd50a: Download complete2856754bb498: Download complete79eebcca3782: Download complete4878ed0874c4: Download complete2a7a1359c1bd: Verifying Checksum2a7a1359c1bd: Download completea30084a3341d: Verifying Checksuma30084a3341d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completef26b54c73d9e: Verifying Checksumf26b54c73d9e: Download completef7b0fd900d70: Verifying Checksumf7b0fd900d70: Download complete83a223ff55a1: Verifying Checksum83a223ff55a1: Download complete6fc3c60f5e79: Verifying Checksum6fc3c60f5e79: Download complete9cea23387665: Download complete3c4d93aeba05: Verifying Checksum3c4d93aeba05: Download complete44348d840700: Verifying Checksum44348d840700: Download complete5893e1a583b2: Verifying Checksum5893e1a583b2: Download complete694a9c1e510b: Verifying Checksum694a9c1e510b: Download complete5fec9cf7363e: Verifying Checksum5fec9cf7363e: Download complete3faa91a6cf3d: Verifying Checksum3faa91a6cf3d: Download completefa0e0f649f8d: Download completef37a56d09091: Verifying Checksumf37a56d09091: Download complete3df7fcf27f23: Verifying Checksum3df7fcf27f23: Download complete1af977c4a535: Verifying Checksum1af977c4a535: Download complete87f0ca695158: Download completeb9baadac1984: Verifying Checksumb9baadac1984: Download complete6f49f59b0237: Verifying Checksum6f49f59b0237: Download completeda300e2ae937: Verifying Checksumda300e2ae937: Download completeef1b08ddd59d: Pull complete4be7c24ca8ee: Pull complete05da861ea237: Pull completefdcf699d7b28: Verifying Checksumfdcf699d7b28: Download complete75786cdf6a69: Verifying Checksum75786cdf6a69: Download complete7c0b0eda3e68: Verifying Checksum7c0b0eda3e68: Download complete8f1be68e1863: Pull complete962a521ff79f: Pull complete53147f328c60: Verifying Checksum53147f328c60: Download completeef963fae931b: Verifying Checksumef963fae931b: Download complete75da1c97479e: Verifying Checksum75da1c97479e: Download complete4355eac69067: Pull completef117722b2d11: Pull completea16e9bb77185: Pull complete78d92c79e1de: Pull completeb678657777d1: Pull completed8ffd0023eb2: Pull complete3f61de3f7389: Pull complete9eba3392dbeb: Pull complete1f24a992a9f0: Pull complete27510d0dd50a: Pull complete2856754bb498: Pull complete79eebcca3782: Pull complete4878ed0874c4: Pull complete2a7a1359c1bd: Pull completea30084a3341d: Pull complete4f4fb700ef54: Pull completef26b54c73d9e: Pull completef7b0fd900d70: Pull complete83a223ff55a1: Pull complete6fc3c60f5e79: Pull complete9cea23387665: Pull complete3c4d93aeba05: Pull complete44348d840700: Pull complete5893e1a583b2: Pull complete694a9c1e510b: Pull complete3faa91a6cf3d: Pull complete5fec9cf7363e: Pull completefa0e0f649f8d: Pull complete75da1c97479e: Pull completef37a56d09091: Pull complete7c0b0eda3e68: Pull complete3df7fcf27f23: Pull complete1af977c4a535: Pull complete87f0ca695158: Pull completeb9baadac1984: Pull complete6f49f59b0237: Pull completeda300e2ae937: Pull completefdcf699d7b28: Pull complete75786cdf6a69: Pull complete53147f328c60: Pull completeef963fae931b: Pull completeDigest: sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e4Status: Downloaded newer image for ocaml/opam@sha256:f5b13366315633fb92bc9984c5053f619682b528dbbfa8fd961f0e2fbeb752e42026-06-30 12:12.29 ---> using "054811d928668669e2829137f96dd8c1e7659661f194e31cf4fc8afeb89b68ce" from cache/: (comment debian-13-5.5_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-06-30 12:12.29 ---> using "09c65482b1b12d0864db36c47f562c7773c815deeb1a50c13dcb414a866ca7e1" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..8cd35acddd master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-06-30 12:12.41 ---> saved as "11a3460a5e46a3d48c3812bc930898b0e63b6bf4cdff3c1847c4368c1ea21326"/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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-30 12:12.54 ---> saved as "f11b2e19da975cee02719be03128cf7cd40c00695a98058815bb40feb8955f3d"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-22-genericThe OCaml toplevel, version 5.5.02.5.12026-06-30 12:12.55 ---> saved as "068dbacfbd705e2b41ee331b961c9d6fe2fb9a7e243ec3bcb0aca998e3710aec"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 12:12.56 ---> saved as "fa1d05f20c263fc085a4f432221125242e6a1b54b90d414c52ddd4b8eb2d23c7"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-30 12:16.08 ---> saved as "e62634d351b64e910f4486a2f18f0fbc3187924a08746d263106c78bdadd2cb2"/src: (copy (src mutaml.opam) (dst ./))2026-06-30 12:16.11 ---> saved as "4aad9fdd8b6ea8ee47241fc0fc385fad96eca7d1c9b3364b2a4e9d913ba8108f"/src: (run (network host)(shell "opam pin add -yn mutaml.dev './'"))[mutaml.dev] synchronised (file:///src)mutaml is now pinned to file:///src (version dev)2026-06-30 12:16.14 ---> saved as "982499177ef7c27eb4aa8b67a9dd5a5d52b5f4e903e9ab8dd8d3fbe0c8e1df59"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 12:16.15 ---> saved as "da43dd79bb6b188fa1a0da4c1cfa94e33870ba2de624dc1f3e855f28f9675a30"/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.24.0 dune-configurator.3.24.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-compiler-libs.v0.17.0 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_js_style.v0.17.1 ppx_yojson_conv.v0.17.1 ppx_yojson_conv_lib.v0.17.0 ppxlib.0.38.0 seq.base sexplib0.v0.17.0 stdlib-random.1.2.0 stdlib-shims.0.3.0 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 mutaml.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 [223 kB]- Fetched 313 kB in 0s (2017 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mutaml.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-06-30 12:16.29 ---> saved as "34b7d5003addda367e788a10edc124ef8a743ee380d9744a1bb7e39df9794988"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 23 packages- install base v0.17.3- install conf-diffutils 2- install conf-timeout 1- install cppo 1.8.0- install csexp 1.5.2- install dune 3.24.0- install dune-configurator 3.24.0- install ocaml-compiler-libs v0.17.0- install ocaml_intrinsics_kernel v0.17.2- install ocamlfind 1.9.8- install octavius 1.2.2- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_js_style v0.17.1- install ppx_yojson_conv v0.17.1- install ppx_yojson_conv_lib v0.17.0- install ppxlib 0.38.0- install seq base- install sexplib0 v0.17.0- install stdlib-random 1.2.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.17.3 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-diffutils.2-> installed conf-timeout.1-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved octavius.1.2.2 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_js_style.v0.17.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_yojson_conv.v0.17.1 (cached)-> retrieved ppx_yojson_conv_lib.v0.17.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-random.1.2.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.24.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml_intrinsics_kernel.v0.17.2-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed stdlib-shims.0.3.0-> installed octavius.1.2.2-> installed yojson.3.0.0-> installed stdlib-random.1.2.0-> installed ppx_yojson_conv_lib.v0.17.0-> installed ounit2.2.2.7-> installed dune-configurator.3.24.0-> installed base.v0.17.3-> installed ppxlib.0.38.0-> installed ppx_js_style.v0.17.1-> installed ppx_deriving.6.1.1-> installed ppx_yojson_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2026-06-30 12:18.41 ---> saved as "64ed7743bb4e2a72350a285ac9aadd5e7114b0f5ada3b4dac55713c19b3f48b6"/src: (copy (src .) (dst /src))2026-06-30 12:18.43 ---> saved as "d76d7be1a7668945acbd66952c98453f516a7b8679576f7344ac4541ec719240"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/examples/testproj-2-modules/test && ./ounittest.exe)..Ran: 2 tests in: 0.11 seconds.OK(cd _build/default/examples/testproj-1-module && ./ounittest.exe)....Ran: 4 tests in: 0.11 seconds.OK(cd _build/default && /home/opam/.opam/5.5/bin/ocamlc.opt -w @1..3@5..28@31..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I src/ppx/.mutaml_ppx.objs/byte -I /home/opam/.opam/5.5/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.5/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.5/lib/ocaml/compiler-libs -I /home/opam/.opam/5.5/lib/ppx_derivers -I /home/opam/.opam/5.5/lib/ppx_yojson_conv_lib -I /home/opam/.opam/5.5/lib/ppxlib -I /home/opam/.opam/5.5/lib/ppxlib/ast -I /home/opam/.opam/5.5/lib/ppxlib/astlib -I /home/opam/.opam/5.5/lib/ppxlib/print_diff -I /home/opam/.opam/5.5/lib/ppxlib/stdppx -I /home/opam/.opam/5.5/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.5/lib/sexplib0 -I /home/opam/.opam/5.5/lib/stdlib-random/v4 -I /home/opam/.opam/5.5/lib/stdlib-shims -I /home/opam/.opam/5.5/lib/yojson -I src/common/.mutaml_common.objs/byte -no-alias-deps -opaque -o src/ppx/.mutaml_ppx.objs/byte/mutaml_ppx.cmo -c -impl src/ppx/mutaml_ppx.pp.ml)File "src/ppx/mutaml_ppx.ml", line 466, characters 9-28:466 | | _, Pexp_function cases ->^^^^^^^^^^^^^^^^^^^Error: The constructor Pexp_function expects 3 argument(s),but is applied here to 1 argument(s)"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-06-30 12:18.50: Job failed: Failed: Build failed