2026-04-03 11:35.26: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-ppc64:debian-13-4.14_ppc64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5Opam 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:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5# debian-13-4.14_ppc64_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-03 11:35.26: Using cache hint "jmid/mutaml-ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5-debian-13-4.14_ppc64_opam-2.5-1eb6c400e45cef1a83a7dd3901ae3fe4"2026-04-03 11:35.26: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5)(comment debian-13-4.14_ppc64_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-03 11:35.26: Waiting for resource in pool OCluster2026-04-03 11:35.27: Waiting for worker…2026-04-03 11:35.27: Got resource from pool OClusterBuilding on scyleia.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: of your new repositories, which will suppress this warning, call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mutaml.git-27b80c0565d271b270391514ccafbdde5b1a75c4/.git/HEAD 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:187eee377b7d16d7805980dbc94090ea103195daaefc31a1f5d48e64bc9be2a5)2026-04-03 11:35.28 ---> using "40c49a30e13c0b3ab2ba8a8f4ad25f633e68dc100e91fc4d2abd09fed7a58ae3" from cache/: (comment debian-13-4.14_ppc64_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-03 11:35.28 ---> using "2c921fe26c90b43d1c6e8ed89d5575f1cfdec36aec55e1a9d9b2dc4f360cf804" 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-03 11:35.28 ---> using "58083a18858e574942cd74e4574ec9fd0e327fb79504f7a51637e8949c1dc03d" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 11:35.28 ---> using "87dfcfd03e13a90e2c632ec0a8d79f14227a6c4ece1137a4dc26ec83d4389dd9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:35.28 ---> using "9cdfa9ddc5a75415fa48514dd74576df39fcddedfdc04e09977adbac4892ae8d" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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-03 11:35.41 ---> saved as "9e4fbcfba56fdff56774796361233e02fbeb9cc8b5eba373c5efabef5029a621"/src: (copy (src mutaml.opam) (dst ./))2026-04-03 11:35.41 ---> saved as "c0c0308866f909b8223090c15dad1e2a6447dd85c0e9bd5e332215adf3941aa6"/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-03 11:35.43 ---> saved as "fb517ec9b248db0a3d42bd859c5ded8f1eb8bc9e129a50a7e8640794599627d8"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:35.43 ---> saved as "26a0f05da391a14176554f473e7d204de7dcfd7519f26ddc47d033f011ca78fb"/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.1 dune-configurator.3.22.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main ppc64el Packages [9509 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main ppc64el Packages [114 kB]- Fetched 9854 kB in 2min 36s (63.3 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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-03 11:38.33 ---> saved as "cd6cd75dbeebacd204e47c023cb83743f89fe0c049d19a7418bd8b0a62bedb4a"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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.1- install dune-configurator 3.22.1- 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 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.0.3 (cached)-> retrieved ppx_js_style.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved ppx_yojson_conv_lib.v0.16.0 (cached)-> retrieved ppx_yojson_conv.v0.16.0 (https://opam.ocaml.org/cache)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdlib-random.1.2.0 (https://opam.ocaml.org/cache)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved yojson.3.0.0 (cached)-> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.1-> installed ppx_derivers.1.2.1-> 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 stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed stdlib-random.1.2.0-> installed ppx_yojson_conv_lib.v0.16.0-> installed ounit2.2.2.7-> installed dune-configurator.3.22.1-> 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-03 11:39.51 ---> saved as "9498b8cf884fd5c536135ae019801e3e686dbf3e9ee763090eae6066b46791ef"/src: (copy (src .) (dst /src))2026-04-03 11:39.52 ---> saved as "13987175425a7d9fcf98539880c63a38dd325f6dd542923a594f0b1d6f791dbe"/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-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-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-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-2-modules.t/run.t", line 1, characters 0-0:/usr/bin/git --no-pager diff --no-index --color=always -u _build/default/test/testproj-2-modules.t/run.t _build/default/test/testproj-2-modules.t/run.t.correcteddiff --git a/_build/default/test/testproj-2-modules.t/run.t b/_build/default/test/testproj-2-modules.t/run.t.correctedindex dbd7d70..82f6a3c 100644--- a/_build/default/test/testproj-2-modules.t/run.t+++ b/_build/default/test/testproj-2-modules.t/run.t.corrected@@ -19,27 +19,27 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ export MUTAML_MUT_RATE=100$ bash ../filter_dune_build.sh test/ounittest.exe --instrument-with mutaml- Running mutaml instrumentation on "src/lib1.ml"- Randomness seed: 896745231 Mutation rate: 100 GADTs enabled: true- Created 3 mutations of src/lib1.ml- Writing mutation info to src/lib1.mutsRunning mutaml instrumentation on "src/lib2.ml"Randomness seed: 896745231 Mutation rate: 100 GADTs enabled: trueCreated 6 mutations of src/lib2.mlWriting mutation info to src/lib2.muts+ Running mutaml instrumentation on "src/lib1.ml"+ Randomness seed: 896745231 Mutation rate: 100 GADTs enabled: true+ Created 3 mutations of src/lib1.ml+ Writing mutation info to src/lib1.muts$ mutaml-runner _build/default/test/ounittest.exe- read mut file src/lib1.mutsread mut file src/lib2.muts- Testing mutant src/lib1:0 ... failed- Testing mutant src/lib1:1 ... failed- Testing mutant src/lib1:2 ... failed+ read mut file src/lib1.mutsTesting mutant src/lib2:0 ... passedTesting mutant src/lib2:1 ... passedTesting mutant src/lib2:2 ... passedTesting mutant src/lib2:3 ... failed- Testing mutant src/lib2:4 ... failed+ Testing mutant src/lib2:4 ... timeoutTesting mutant src/lib2:5 ... failed+ Testing mutant src/lib1:0 ... failed+ Testing mutant src/lib1:1 ... timeout+ Testing mutant src/lib1:2 ... failedWriting report data to mutaml-report.json$ mutaml-report@@ -50,10 +50,10 @@ Set seed and (full) mutation rate as environment variables, for repeatabilitytarget #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- src/lib1.ml 3 100.0% 3 0.0% 0 0.0% 0- src/lib2.ml 6 50.0% 3 0.0% 0 50.0% 3+ src/lib1.ml 3 66.7% 2 33.3% 1 0.0% 0+ src/lib2.ml 6 33.3% 2 16.7% 1 50.0% 3-------------------------------------------------------------------------------------- total 9 66.7% 6 0.0% 0 33.3% 3+ total 9 44.4% 4 22.2% 2 33.3% 3=====================================================================================Mutation programs passing the test suite:@@ -107,7 +107,7 @@ Now try testing only the mutations in src/lib1.muts:$ mutaml-runner --muts src/lib1.muts _build/default/test/ounittest.exeTesting mutant src/lib1:0 ... failed- Testing mutant src/lib1:1 ... failed+ Testing mutant src/lib1:1 ... timeoutTesting mutant src/lib1:2 ... failedWriting report data to mutaml-report.json@@ -121,7 +121,7 @@ And report a summary:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- src/lib1.ml 3 100.0% 3 0.0% 0 0.0% 0+ src/lib1.ml 3 66.7% 2 33.3% 1 0.0% 0=====================================================================================@@ -132,7 +132,7 @@ Now try the same for src/lib2.muts:Testing mutant src/lib2:1 ... passedTesting mutant src/lib2:2 ... passedTesting mutant src/lib2:3 ... failed- Testing mutant src/lib2:4 ... failed+ Testing mutant src/lib2:4 ... timeoutTesting mutant src/lib2:5 ... failedWriting report data to mutaml-report.json@@ -146,7 +146,7 @@ And report a diff-free summary:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- src/lib2.ml 6 50.0% 3 0.0% 0 50.0% 3+ src/lib2.ml 6 33.3% 2 16.7% 1 50.0% 3=====================================================================================Mutation programs passing the test suite:File "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..2a3b378 100644--- a/_build/default/test/testproj-1-module.t/run.t+++ b/_build/default/test/testproj-1-module.t/run.t.corrected@@ -62,10 +62,10 @@ Set seed and (full) mutation rate as environment variables, for repeatability$ mutaml-runner _build/default/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failed- Testing mutant lib:4 ... failed+ Testing mutant lib:4 ... timeoutTesting mutant lib:5 ... failedTesting mutant lib:6 ... passedTesting mutant lib:7 ... failed@@ -84,7 +84,7 @@ Set seed and (full) mutation rate as environment variables, for repeatabilitytarget #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -126,10 +126,10 @@ Restarting runner should give the same output:$ mutaml-runner _build/default/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failed- Testing mutant lib:4 ... failed+ Testing mutant lib:4 ... timeoutTesting mutant lib:5 ... failedTesting mutant lib:6 ... passedTesting mutant lib:7 ... failed@@ -144,10 +144,10 @@ Restarting runner should give the same output:$ mutaml-runner _build/default/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failed- Testing mutant lib:4 ... failed+ Testing mutant lib:4 ... timeoutTesting mutant lib:5 ... failedTesting mutant lib:6 ... passedTesting mutant lib:7 ... failed@@ -169,7 +169,7 @@ Similarly for the reporter:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -215,7 +215,7 @@ Try a second run to check that we get the same:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -262,7 +262,7 @@ Try without providing an explicit file name:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -309,7 +309,7 @@ Now try the --no-diff option while providing an explicit file name:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -332,7 +332,7 @@ And try the --no-diff option without providing an explicit file name:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -356,7 +356,7 @@ And try with a different MUTAML_DIFF_COMMAND environment variable:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -400,7 +400,7 @@ Also check that MUTAML_DIFF_COMMAND doesn't affect --no-diff:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -428,7 +428,7 @@ Now move file to a different name and retry the --no-diff option with the new natarget #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 13 84.6% 11 0.0% 0 15.4% 2+ lib.ml 13 69.2% 9 15.4% 2 15.4% 2=====================================================================================Mutation programs passing the test suite:@@ -471,8 +471,8 @@ Create a dune-workspace file with another build context:_build:default- logmutation+ trace.csexp_mutations:lib.ml-mutant12@@ -508,7 +508,7 @@ Create a dune-workspace file with another build context:$ mutaml-runner _build/mutation/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failedTesting mutant lib:4 ... passed@@ -526,7 +526,7 @@ Create a dune-workspace file with another build context:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 9 77.8% 7 0.0% 0 22.2% 2+ lib.ml 9 66.7% 6 11.1% 1 22.2% 2=====================================================================================Mutation programs passing the test suite:@@ -582,7 +582,7 @@ Similar, but by passing a command line option:$ mutaml-runner --build-context "_build/mutation" _build/mutation/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failedTesting mutant lib:4 ... passed@@ -600,7 +600,7 @@ Similar, but by passing a command line option:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 9 77.8% 7 0.0% 0 22.2% 2+ lib.ml 9 66.7% 6 11.1% 1 22.2% 2=====================================================================================Mutation programs passing the test suite:@@ -658,7 +658,7 @@ Similar, but by passing a command line option:$ mutaml-runner --build-context "_build/mutation" _build/mutation/ounittest.exeread mut file lib.mutsTesting mutant lib:0 ... failed- Testing mutant lib:1 ... failed+ Testing mutant lib:1 ... timeoutTesting mutant lib:2 ... failedTesting mutant lib:3 ... failedTesting mutant lib:4 ... passed@@ -676,7 +676,7 @@ Similar, but by passing a command line option:target #mutations #failed #timeouts #passed-------------------------------------------------------------------------------------- lib.ml 9 77.8% 7 0.0% 0 22.2% 2+ lib.ml 9 66.7% 6 11.1% 1 22.2% 2=====================================================================================Mutation programs passing the test suite:"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-04-03 11:43.11: Job failed: Failed: Build failed