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-12-5.5_opam-2.5)Base: ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0Opam 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-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0# debian-12-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-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0-debian-12-5.5_opam-2.5-8f2e6a77f59f76ab52cc83c8a72066e3"2026-06-30 12:12.17: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0)(comment debian-12-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-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0)Unable to find image 'ocaml/opam:debian-12-ocaml-5.5@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0' locallydocker.io/ocaml/opam@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0: Pulling from ocaml/opam01cedcff86f8: Pulling fs layer9bf581ba34fd: Pulling fs layer6c4bd78e0c43: Pulling fs layer799649323729: Pulling fs layer1ae4fb0c8a4a: Pulling fs layerb237ecdf51a3: Pulling fs layer9bf581ba34fd: Waiting6c4bd78e0c43: Waitingb16ee2e05313: Pulling fs layer1ae4fb0c8a4a: Waiting01cedcff86f8: Waitingadb989234928: Pulling fs layerb237ecdf51a3: Waitinge3a01a28a7ad: Pulling fs layeradb989234928: Waitingca0e54137564: Pulling fs layere3a01a28a7ad: Waitinge88b1a083917: Pulling fs layerca0e54137564: Waitingd10f17e04c11: Pulling fs layere88b1a083917: Waitingd38ea67f8871: Pulling fs layerd10f17e04c11: Waiting8153ec1c4f57: Pulling fs layer799649323729: Waitingd38ea67f8871: Waiting0546e39b6053: Pulling fs layer5ebdad05b03e: Pulling fs layer6435672f1863: Pulling fs layer0546e39b6053: Waitingb16ee2e05313: Waiting8153ec1c4f57: Waiting5c5711f4465e: Pulling fs layer6435672f1863: Waiting7264e6096409: Pulling fs layer5c5711f4465e: Waiting2202cd0e879d: Pulling fs layer7264e6096409: Waitingc31277fa0297: Pulling fs layer4f4fb700ef54: Pulling fs layerc31277fa0297: Waiting2202cd0e879d: Waiting8e159597691d: Pulling fs layer4f4fb700ef54: Waitingc0ebccf77ab9: Pulling fs layer8e159597691d: Waitingb7093a70d5d5: Pulling fs layerf2a57dfa5358: Pulling fs layerc0ebccf77ab9: Waiting93b66eaa292a: Pulling fs layerb7093a70d5d5: Waitingf2a57dfa5358: Waiting0aba2ee32120: Pulling fs layer60033bb88c74: Pulling fs layer0aba2ee32120: Waiting883b72a7df53: Pulling fs layer60033bb88c74: Waiting9aaba240d281: Pulling fs layer883b72a7df53: Waitingfd24333fa18a: Pulling fs layer93b66eaa292a: Waiting9aaba240d281: Waitingab20f402dc6f: Pulling fs layerfd24333fa18a: Waitinga3afc412b613: Pulling fs layerab20f402dc6f: Waitingdd4125684748: Pulling fs layera3afc412b613: Waitingceb2df76c559: Pulling fs layerdd4125684748: Waitingf7ccc162a221: Pulling fs layer34ab2afe4a21: Pulling fs layerf7ccc162a221: Waitingceb2df76c559: Waitingd633eb0495b6: Pulling fs layer34ab2afe4a21: Waiting725b8fe35ff0: Pulling fs layerd633eb0495b6: Waiting389158e4fd73: Pulling fs layer725b8fe35ff0: Waiting7545a5a47fa3: Pulling fs layerd6fad63240c0: Pulling fs layer4f16cfd6b2e7: Pulling fs layer7545a5a47fa3: Waitingeef18e33f558: Pulling fs layerd6fad63240c0: Waitinga4a234f26864: Pulling fs layer4f16cfd6b2e7: Waiting389158e4fd73: Waitingeef18e33f558: Waiting33af7e7ec4b5: Pulling fs layera4a234f26864: Waiting33af7e7ec4b5: Waiting01cedcff86f8: Verifying Checksum01cedcff86f8: Download complete9bf581ba34fd: Download complete6c4bd78e0c43: Download complete799649323729: Verifying Checksum799649323729: Download complete1ae4fb0c8a4a: Download completeb16ee2e05313: Verifying Checksumb16ee2e05313: Download completeadb989234928: Verifying Checksumadb989234928: Download completee3a01a28a7ad: Verifying Checksume3a01a28a7ad: Download complete01cedcff86f8: Pull complete9bf581ba34fd: Pull complete6c4bd78e0c43: Pull completeca0e54137564: Download complete799649323729: Pull complete1ae4fb0c8a4a: Pull completee88b1a083917: Verifying Checksume88b1a083917: Download completed10f17e04c11: Verifying Checksumd10f17e04c11: Download completed38ea67f8871: Verifying Checksumd38ea67f8871: Download complete8153ec1c4f57: Verifying Checksum8153ec1c4f57: Download complete0546e39b6053: Download complete5ebdad05b03e: Verifying Checksum5ebdad05b03e: Download completeb237ecdf51a3: Verifying Checksumb237ecdf51a3: Download complete6435672f1863: Download complete5c5711f4465e: Verifying Checksum5c5711f4465e: Download complete7264e6096409: Verifying Checksum7264e6096409: Download complete2202cd0e879d: Download completec31277fa0297: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8e159597691d: Download completec0ebccf77ab9: Download completeb7093a70d5d5: Verifying Checksumb7093a70d5d5: Download completef2a57dfa5358: Verifying Checksumf2a57dfa5358: Download complete93b66eaa292a: Download complete0aba2ee32120: Download complete60033bb88c74: Verifying Checksum60033bb88c74: Download complete883b72a7df53: Verifying Checksum883b72a7df53: Download complete9aaba240d281: Verifying Checksum9aaba240d281: Download completefd24333fa18a: Download completeab20f402dc6f: Download completea3afc412b613: Verifying Checksuma3afc412b613: Download completeceb2df76c559: Verifying Checksumceb2df76c559: Download complete34ab2afe4a21: Download completed633eb0495b6: Download complete725b8fe35ff0: Verifying Checksum725b8fe35ff0: Download complete389158e4fd73: Verifying Checksum389158e4fd73: Download complete7545a5a47fa3: Download completed6fad63240c0: Verifying Checksumd6fad63240c0: Download completef7ccc162a221: Verifying Checksumf7ccc162a221: Download completeeef18e33f558: Verifying Checksumeef18e33f558: Download completea4a234f26864: Verifying Checksuma4a234f26864: Download completedd4125684748: Verifying Checksumdd4125684748: Download complete33af7e7ec4b5: Verifying Checksum33af7e7ec4b5: Download complete4f16cfd6b2e7: Verifying Checksum4f16cfd6b2e7: Download completeb237ecdf51a3: Pull completeb16ee2e05313: Pull completeadb989234928: Pull completee3a01a28a7ad: Pull completeca0e54137564: Pull completee88b1a083917: Pull completed10f17e04c11: Pull completed38ea67f8871: Pull complete8153ec1c4f57: Pull complete0546e39b6053: Pull complete5ebdad05b03e: Pull complete6435672f1863: Pull complete5c5711f4465e: Pull complete7264e6096409: Pull complete2202cd0e879d: Pull completec31277fa0297: Pull complete4f4fb700ef54: Pull complete8e159597691d: Pull completec0ebccf77ab9: Pull completeb7093a70d5d5: Pull completef2a57dfa5358: Pull complete93b66eaa292a: Pull complete0aba2ee32120: Pull complete60033bb88c74: Pull complete883b72a7df53: Pull complete9aaba240d281: Pull completefd24333fa18a: Pull completeab20f402dc6f: Pull completea3afc412b613: Pull completedd4125684748: Pull completeceb2df76c559: Pull completef7ccc162a221: Pull complete34ab2afe4a21: Pull completed633eb0495b6: Pull complete725b8fe35ff0: Pull complete389158e4fd73: Pull complete7545a5a47fa3: Pull completed6fad63240c0: Pull complete4f16cfd6b2e7: Pull completeeef18e33f558: Pull completea4a234f26864: Pull complete33af7e7ec4b5: Pull completeDigest: sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a0Status: Downloaded newer image for ocaml/opam@sha256:bde7626717a5586972c32d59ac1daf7afce99db50fafd4c831841dac9bff43a02026-06-30 12:12.30 ---> using "228ca740acddf2eea3670dcf0ce71e10e87bb0dbff5c47936f8a95dddd86b0ee" from cache/: (comment debian-12-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.30 ---> using "ae3c979b338c3812081555695794bf25cf14bac1a466b6f26a14e17275e2d977" 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.34 ---> saved as "4c0016c23eeab9847925c82e1c8eb34e052a0dfc0abfb2ff9345ddecfe77dbe2"/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.48 ---> saved as "317c835faee2b608c4c65f910cf989443256fc1534a60d117e9936979792cc02"/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.50 ---> saved as "515db4858eebfbe5077e34347e68bd70e979f949e0e593ed36262ecfd9c83d8f"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 12:12.51 ---> saved as "994b828562268942d6f6323a0066212f29e7b177c81a78849a3628f360be4254"/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.00 ---> saved as "436edd8af605487593055cbd3700620f040d9d4da186e593facc360ebf959b41"/src: (copy (src mutaml.opam) (dst ./))2026-06-30 12:16.02 ---> saved as "a72dede16599d1886ee2203197f2cec705e2cb574e20e305b1ffe43c8f498c8f"/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.07 ---> saved as "4aca98e5459067efe78bda0fe16ea2d9d580b968080ca8c719bdd4f9396b5786"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 12:16.12 ---> saved as "fd348c58f0bf7dbf062db18ecc12937de42c12bde12e94c74b39c3a569e325ea"/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 bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [313 kB]- Fetched 416 kB in 3s (157 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 "daaf85c991bd09bed7fecd7c35b8dee311815edcb6ef4e0074c6b1bb397f31d1"/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 octavius.1.2.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_js_style.v0.17.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-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.2-> installed octavius.1.2.2-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> 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.37 ---> saved as "df8b6ae0fd72e5bffeb17a3f0faaf597df1fd4927ccf35f0314121f5e6280853"/src: (copy (src .) (dst /src))2026-06-30 12:18.39 ---> saved as "7a5df35ed9e2193101b4dcc8dc8dcc957a510b605d30cb38d9318a6dc9b287ba"/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.10 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.45: Job failed: Failed: Build failed