2026-04-14 08:12.59: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-arm64:debian-13-4.14_arm64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Opam 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-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109# debian-13-4.14_arm64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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-04-14 08:12.59: Using cache hint "jmid/mutaml-ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109-debian-13-4.14_arm64_opam-2.5-009fa6f6711359c0f86fddbf77ba992a"2026-04-14 08:12.59: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)(comment debian-13-4.14_arm64_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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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-04-14 08:12.59: Waiting for resource in pool OCluster2026-04-14 09:42.34: Waiting for worker…2026-04-14 09:57.32: Got resource from pool OClusterBuilding on molpadia.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-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109' locallydocker.io/ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109: Pulling from ocaml/opamdeab8db42772: Pulling fs layer0e3be483d5aa: Pulling fs layer068cb436b3a9: Pulling fs layer876321ecdfda: Pulling fs layer273508c8cc8f: Pulling fs layer0127577a5c6f: Pulling fs layer3a9ccd696d58: Pulling fs layer07e9e46cfc73: Pulling fs layer90969cd95f06: Pulling fs layer73bba924289b: Pulling fs layer95b440bef6e0: Pulling fs layer4d557eea525f: Pulling fs layerdeab8db42772: Waiting0e3be483d5aa: Waiting66433cb92d59: Pulling fs layerc84c96b2584b: Pulling fs layer273508c8cc8f: Waiting4c2683e0739d: Pulling fs layer5d1e421ae43b: Pulling fs layer068cb436b3a9: Waiting30b477dede6e: Pulling fs layer73bba924289b: Waitingae38f53b91ad: Pulling fs layer2891aff3bb84: Pulling fs layer0127577a5c6f: Waiting876321ecdfda: Waiting557b57ba5e84: Pulling fs layer26aa66f0772d: Pulling fs layer07e9e46cfc73: Waiting4f4fb700ef54: Pulling fs layer90969cd95f06: Waiting052acd1bf2d5: Pulling fs layer3a9ccd696d58: Waiting4c2683e0739d: Waiting574caf9a2301: Pulling fs layer95b440bef6e0: Waitingc84c96b2584b: Waiting84389297cf64: Pulling fs layer6bbca6fcf80a: Pulling fs layera3d41e3ab742: Pulling fs layer5d1e421ae43b: Waiting8d1ee78e3cbb: Pulling fs layer7e42808b1a06: Pulling fs layer145716f86fbb: Pulling fs layer96f1a7065127: Pulling fs layerbf34a5cce066: Pulling fs layerb208125ec0c1: Pulling fs layer574caf9a2301: Waitingeb9f72cac455: Pulling fs layerb5c4657cdf92: Pulling fs layer8600938f91bb: Pulling fs layer2ddefa03d6ee: Pulling fs layer62e3edde3b1e: Pulling fs layer557b57ba5e84: Waiting767c1c88ccf6: Pulling fs layer0d5131c49294: Pulling fs layer9c2c11790be8: Pulling fs layer052acd1bf2d5: Waiting2584a6dfc06c: Pulling fs layerae38f53b91ad: Waitingcec11c32adaa: Pulling fs layer2891aff3bb84: Waitingd831832b8f59: Pulling fs layerb208125ec0c1: Waiting30b477dede6e: Waiting84389297cf64: Waiting2ddefa03d6ee: Waitingeb9f72cac455: Waiting0d5131c49294: Waitingb5c4657cdf92: Waiting767c1c88ccf6: Waiting26aa66f0772d: Waitingcec11c32adaa: Waiting2584a6dfc06c: Waiting6bbca6fcf80a: Waitinga3d41e3ab742: Waiting96f1a7065127: Waiting8d1ee78e3cbb: Waitingbf34a5cce066: Waiting7e42808b1a06: Waiting0e3be483d5aa: Verifying Checksum0e3be483d5aa: Download complete068cb436b3a9: Download complete876321ecdfda: Verifying Checksum876321ecdfda: Download complete273508c8cc8f: Verifying Checksum273508c8cc8f: Download completedeab8db42772: Verifying Checksumdeab8db42772: Download complete3a9ccd696d58: Verifying Checksum3a9ccd696d58: Download complete07e9e46cfc73: Verifying Checksum07e9e46cfc73: Download complete90969cd95f06: Verifying Checksum90969cd95f06: Download complete73bba924289b: Download complete95b440bef6e0: Verifying Checksum95b440bef6e0: Download complete4d557eea525f: Verifying Checksum4d557eea525f: Download complete66433cb92d59: Verifying Checksum66433cb92d59: Download completedeab8db42772: Pull complete0e3be483d5aa: Pull complete068cb436b3a9: Pull complete0127577a5c6f: Verifying Checksum0127577a5c6f: Download completec84c96b2584b: Verifying Checksumc84c96b2584b: Download complete4c2683e0739d: Verifying Checksum4c2683e0739d: Download complete5d1e421ae43b: Verifying Checksum5d1e421ae43b: Download complete30b477dede6e: Verifying Checksum30b477dede6e: Download completeae38f53b91ad: Verifying Checksumae38f53b91ad: Download complete2891aff3bb84: Download complete876321ecdfda: Pull complete273508c8cc8f: Pull complete557b57ba5e84: Verifying Checksum557b57ba5e84: Download complete26aa66f0772d: Verifying Checksum26aa66f0772d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete574caf9a2301: Verifying Checksum574caf9a2301: Download complete052acd1bf2d5: Verifying Checksum052acd1bf2d5: Download complete84389297cf64: Verifying Checksum84389297cf64: Download complete6bbca6fcf80a: Verifying Checksum6bbca6fcf80a: Download completea3d41e3ab742: Verifying Checksuma3d41e3ab742: Download complete8d1ee78e3cbb: Verifying Checksum8d1ee78e3cbb: Download complete145716f86fbb: Verifying Checksum145716f86fbb: Download complete7e42808b1a06: Download complete96f1a7065127: Verifying Checksum96f1a7065127: Download completebf34a5cce066: Verifying Checksumbf34a5cce066: Download completeb208125ec0c1: Verifying Checksumb208125ec0c1: Download completeeb9f72cac455: Verifying Checksumeb9f72cac455: Download complete8600938f91bb: Verifying Checksum8600938f91bb: Download complete62e3edde3b1e: Verifying Checksum62e3edde3b1e: Download complete767c1c88ccf6: Download complete0d5131c49294: Verifying Checksum0d5131c49294: Download complete2ddefa03d6ee: Verifying Checksum2ddefa03d6ee: Download complete2584a6dfc06c: Verifying Checksum2584a6dfc06c: Download completeb5c4657cdf92: Verifying Checksumb5c4657cdf92: Download completecec11c32adaa: Verifying Checksumcec11c32adaa: Download completed831832b8f59: Verifying Checksumd831832b8f59: Download complete0127577a5c6f: Pull complete3a9ccd696d58: Pull complete07e9e46cfc73: Pull complete9c2c11790be8: Verifying Checksum9c2c11790be8: Download complete90969cd95f06: Pull complete73bba924289b: Pull complete95b440bef6e0: Pull complete4d557eea525f: Pull complete66433cb92d59: Pull completec84c96b2584b: Pull complete4c2683e0739d: Pull complete5d1e421ae43b: Pull complete30b477dede6e: Pull completeae38f53b91ad: Pull complete2891aff3bb84: Pull complete557b57ba5e84: Pull complete26aa66f0772d: Pull complete4f4fb700ef54: Pull complete052acd1bf2d5: Pull complete574caf9a2301: Pull complete84389297cf64: Pull complete6bbca6fcf80a: Pull completea3d41e3ab742: Pull complete8d1ee78e3cbb: Pull complete7e42808b1a06: Pull complete145716f86fbb: Pull complete96f1a7065127: Pull completebf34a5cce066: Pull completeb208125ec0c1: Pull completeeb9f72cac455: Pull completeb5c4657cdf92: Pull complete8600938f91bb: Pull complete2ddefa03d6ee: Pull complete62e3edde3b1e: Pull complete767c1c88ccf6: Pull complete0d5131c49294: Pull complete9c2c11790be8: Pull complete2584a6dfc06c: Pull completecec11c32adaa: Pull completed831832b8f59: Pull completeDigest: sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f109Status: Downloaded newer image for ocaml/opam@sha256:8989701a486d9f3ff71f44dde5724ff413e23b6d564a6bd5c6e16f34b3e2f1092026-04-14 09:57.33 ---> using "853e3fdac7d8137a097410d60184de0a363c7c18364d78eaac3fa862c4d4862b" from cache/: (comment debian-13-4.14_arm64_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-14 09:57.33 ---> using "08ea8f836be9d9dbc14b98292c65edba305af4c661e7cc2804e3b5ce5fe2519e" 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-14 09:57.33 ---> using "b40aea51f0301344ae3f42fcd7534cc2abca62a171f9ac0dbe434190a7a52f5e" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.02026-04-14 09:57.33 ---> using "496ba401a603502712c0f8c7dc229480b2690d50c4cbcb035289331a652d2ab3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-14 09:57.33 ---> using "6817a84d7a32db085e0d3669870aebe83f18b6dfb95e1e56d33055a33ca58097" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD95972b8834..5f7bb1a6e6 master -> origin/master5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> 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-14 09:57.33 ---> using "98fb0b427fd78245c876a191259a9a8ceb127b311cf6ab9d0478b28728eb5a07" from cache/src: (copy (src mutaml.opam) (dst ./))2026-04-14 09:57.33 ---> saved as "90b55c5d1ea9ab7ae2d83e25ecf911f6f92378bc4645539a8f9f34f73b82b63f"/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-04-14 09:57.35 ---> saved as "95d8fabd8bfe3897ad631ed900cd7fad43524f2e35a9da0df70677eb8cf1367c"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-14 09:57.35 ---> saved as "a4bb762609c76d18483e54dfe005350bd5f158c60872c27be16f9b9878db26b1"/src: (env DEPS "base.v0.16.4 base-bigarray.base base-threads.base base-unix.base conf-diffutils.2 conf-timeout.1 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 octavius.1.2.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_js_style.v0.16.0 ppx_yojson_conv.v0.16.0 ppx_yojson_conv_lib.v0.16.0 ppxlib.0.35.0 seq.base sexplib0.v0.16.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 arm64 Packages [122 kB]- Fetched 213 kB in 0s (1412 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-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-14 09:57.46 ---> saved as "ed818790d10648787f5ddaeb60162056982f49ee1eebb18b04128b508bfd7763"/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 22 packages- install base v0.16.4- install conf-diffutils 2- install conf-timeout 1- install cppo 1.8.0- install csexp 1.5.2- install dune 3.22.2- install dune-configurator 3.22.2- install ocaml-compiler-libs v0.12.4- 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.0.3- install ppx_js_style v0.16.0- install ppx_yojson_conv v0.16.0- install ppx_yojson_conv_lib v0.16.0- install ppxlib 0.35.0- install seq base- install sexplib0 v0.16.0- install stdlib-random 1.2.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (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.12.4 (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.16.0 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_yojson_conv.v0.16.0 (cached)-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.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.35.0 (cached)-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.2-> installed ppx_derivers.1.2.1-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-compiler-libs.v0.12.4-> installed octavius.1.2.2-> installed sexplib0.v0.16.0-> installed yojson.3.0.0-> installed ounit2.2.2.7-> installed stdlib-random.1.2.0-> installed ppx_yojson_conv_lib.v0.16.0-> installed dune-configurator.3.22.2-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed ppx_js_style.v0.16.0-> installed ppx_deriving.6.0.3-> installed ppx_yojson_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-14 09:58.53 ---> saved as "07a4db4f84048eb433131e67cb1997cf40957085967d29c7b5ad00bbd9bf0aaa"/src: (copy (src .) (dst /src))2026-04-14 09:58.54 ---> saved as "fcca96bd153b42e0a7e312cc3834d14aff3b5e1e7be6884d8a27efe156483dc8"/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.OKFile "test/issue-newlines.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/issue-newlines.t/run.t _build/default/test/issue-newlines.t/run.t.correcteddiff --git a/_build/default/test/issue-newlines.t/run.t b/_build/default/test/issue-newlines.t/run.t.correctedindex aa84ce6..4bf8ac6 100644--- a/_build/default/test/issue-newlines.t/run.t+++ b/_build/default/test/issue-newlines.t/run.t.corrected@@ -53,7 +53,7 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ ls _builddefault- log+ trace.csexp$ ls _build/defaultmutaml-mut-files.txtFile "test/issue-stdlib-equal.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/issue-stdlib-equal.t/run.t _build/default/test/issue-stdlib-equal.t/run.t.correcteddiff --git a/_build/default/test/issue-stdlib-equal.t/run.t b/_build/default/test/issue-stdlib-equal.t/run.t.correctedindex 0393bdf..a671915 100644--- a/_build/default/test/issue-stdlib-equal.t/run.t+++ b/_build/default/test/issue-stdlib-equal.t/run.t.corrected@@ -52,7 +52,7 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ ls _builddefault- log+ trace.csexp$ ls _build/defaultmutaml-mut-files.txtFile "test/issue-attributes.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/issue-attributes.t/run.t _build/default/test/issue-attributes.t/run.t.correcteddiff --git a/_build/default/test/issue-attributes.t/run.t b/_build/default/test/issue-attributes.t/run.t.correctedindex f01a6b8..637c26a 100644--- a/_build/default/test/issue-attributes.t/run.t+++ b/_build/default/test/issue-attributes.t/run.t.corrected@@ -42,7 +42,7 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ ls _builddefault- log+ trace.csexp$ ls _build/defaultmutaml-mut-files.txtFile "test/issue-pattern-match.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/issue-pattern-match.t/run.t _build/default/test/issue-pattern-match.t/run.t.correcteddiff --git a/_build/default/test/issue-pattern-match.t/run.t b/_build/default/test/issue-pattern-match.t/run.t.correctedindex b47e514..10eb9f3 100644--- a/_build/default/test/issue-pattern-match.t/run.t+++ b/_build/default/test/issue-pattern-match.t/run.t.corrected@@ -71,7 +71,7 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ ls _builddefault- log+ trace.csexp$ ls _build/defaultmutaml-mut-files.txtFile "test/testproj-1-module.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/testproj-1-module.t/run.t _build/default/test/testproj-1-module.t/run.t.correcteddiff --git a/_build/default/test/testproj-1-module.t/run.t b/_build/default/test/testproj-1-module.t/run.t.correctedindex d6bb955..929337f 100644--- a/_build/default/test/testproj-1-module.t/run.t+++ b/_build/default/test/testproj-1-module.t/run.t.corrected@@ -471,8 +471,8 @@ Create a dune-workspace file with another build context:_build:default- logmutation+ trace.csexp_mutations:lib.ml-mutant12"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-14 09:59.19: Job failed: Failed: Build failed