2025-03-04 21:54.14: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (f293e64792819268894a575dd18b6aa836ce0807) (linux-ppc64:debian-12-4.14_ppc64_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard f293e647
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608
# debian-12-4.14_ppc64_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && git log --no-decorate -n1 --oneline && opam update -u
COPY --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.3 base-bigarray.base base-threads.base base-unix.base conf-bash.1 conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 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.2.2.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mutaml.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-03-04 21:54.14: Using cache hint "jmid/mutaml-ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608-debian-12-4.14_ppc64_opam-2.3-e672dab5ae5acf48d877bb9771b5d2f0"
2025-03-04 21:54.14: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608)
(comment debian-12-4.14_ppc64_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && 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 (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base conf-bash.1 conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 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.2.2.2")
(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.3 --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"))
)
2025-03-04 21:54.14: Waiting for resource in pool OCluster
2025-03-04 21:54.14: Waiting for worker…
2025-03-04 21:54.14: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at f293e64 Merge pull request #37 from jmid/add-dependabot
(from ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608' locally
docker.io/ocaml/opam@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608: Pulling from ocaml/opam
Digest: sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608
Status: Downloaded newer image for ocaml/opam@sha256:d813a078248c2c477430256ef1df70ffd19dc0506d97f404ba1800d4338bf608
2025-03-04 21:54.15 ---> using "4a5dee19b061192e44bc3350f022379d81f3846e6fafcb7f2003f2f5589f82cd" from cache
/: (comment debian-12-4.14_ppc64_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-03-04 21:54.15 ---> using "a47f94a987475a5dbd24b724f890ddf88d1872d73a049322c26de82d8cd3d5be" 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 development 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] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"
[default] synchronised from file:///home/opam/opam-repository
2025-03-04 21:54.15 ---> using "02a413011f8e4c336870e780e649e9dcf6c9da3cc76af928596e89deb38fe495" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-51-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-03-04 21:54.15 ---> using "0b7f9578785ef7f109db6a48cd03950672e806c1bef705d5667181604245f44a" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-03-04 21:54.15 ---> using "100907fd279e08e350ca04fa1e6c26859544ae6379cddbf1cdd85ac5e507ea4c" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f90215803a7685163b9d99ec926c4efac6cd671a || git fetch origin master) && git reset -q --hard f90215803a7685163b9d99ec926c4efac6cd671a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
94514fa0d0..3c104c6ac8 master -> origin/master
f90215803a Merge pull request #27486 from NathanReb/prep-for-ppxlib.0.36.0
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-03-04 21:54.15 ---> using "accd6dae68b0839ed70df2e4d49dce9a76d8d829e34e54f89f041ff54043b589" from cache
/src: (copy (src mutaml.opam) (dst ./))
2025-03-04 21:54.15 ---> using "e169ebbb2f65420ed8cc4260d64ee4db9f54519382a71edbf8e2c6d2c4a2bc93" from cache
/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)
2025-03-04 21:54.15 ---> using "532039cab7bb5e1583514b5e4f85f0ca62f1c956b526807ff7bad939d37555ff" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-03-04 21:54.15 ---> using "ec23d676ebb8c9aff52d2f3bb5bcf7a8f212de0a7ce6b26b99083ea58cf7bd8f" from cache
/src: (env DEPS "base.v0.16.3 base-bigarray.base base-threads.base base-unix.base conf-bash.1 conf-diffutils.2 conf-timeout.1 conf-which.1 cppo.1.8.0 csexp.1.5.2 dune.3.17.2 dune-configurator.3.17.2 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.2.2.2")
/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.3 --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 ppc64el Packages [232 kB]
- Fetched 335 kB in 0s (772 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).
2025-03-04 21:54.15 ---> using "16a730341bec9352b5cc6ab8eedf4bb976f1a0825a5176c97f259b5113a16384" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 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 24 packages
- install base v0.16.3
- install conf-bash 1
- install conf-diffutils 2
- install conf-timeout 1
- install conf-which 1
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.17.2
- install dune-configurator 3.17.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 2.2.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved base.v0.16.3 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-bash.1
-> installed conf-diffutils.2
-> installed conf-timeout.1
-> installed conf-which.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 ppxlib.0.35.0 (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)
-> retrieved yojson.2.2.2 (cached)
-> installed ocamlfind.1.9.8
-> installed dune.3.17.2
-> 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.2.2.2
-> installed stdlib-random.1.2.0
-> installed ppx_yojson_conv_lib.v0.16.0
-> installed ounit2.2.2.7
-> installed dune-configurator.3.17.2
-> installed base.v0.16.3
-> installed ppxlib.0.35.0
-> installed ppx_js_style.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ppx_yojson_conv.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-04 21:54.15 ---> using "6dc7d3f523b8e0d51d431254af7e751e9e52bae3988c280882256512c990a59f" from cache
/src: (copy (src .) (dst /src))
2025-03-04 21:54.15 ---> using "94a123b72cf5f5b6710eb1b3b984309bbcbefcbeb88534994d5f9b531e7e1c55" from cache
/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
File "test/testproj-2-modules.t/run.t", line 1, characters 0-0:
/usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t _build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t.corrected
diff --git a/_build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t b/_build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t.corrected
index dbd7d70..2e2ca7c 100644
--- a/_build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t
+++ b/_build/.sandbox/aabbbc15bba104bb4404bf469d62a673/default/test/testproj-2-modules.t/run.t.corrected
@@ -32,13 +32,13 @@ Set seed and (full) mutation rate as environment variables, for repeatability
read mut file src/lib1.muts
read mut file src/lib2.muts
Testing mutant src/lib1:0 ... failed
- Testing mutant src/lib1:1 ... failed
+ Testing mutant src/lib1:1 ... timeout
Testing mutant src/lib1:2 ... failed
Testing mutant src/lib2:0 ... passed
Testing mutant src/lib2:1 ... passed
Testing mutant src/lib2:2 ... passed
Testing mutant src/lib2:3 ... failed
- Testing mutant src/lib2:4 ... failed
+ Testing mutant src/lib2:4 ... timeout
Testing mutant src/lib2:5 ... failed
Writing report data to mutaml-report.json
@@ -50,10 +50,10 @@ Set seed and (full) mutation rate as environment variables, for repeatability
target #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.exe
Testing mutant src/lib1:0 ... failed
- Testing mutant src/lib1:1 ... failed
+ Testing mutant src/lib1:1 ... timeout
Testing mutant src/lib1:2 ... failed
Writing 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 ... passed
Testing mutant src/lib2:2 ... passed
Testing mutant src/lib2:3 ... failed
- Testing mutant src/lib2:4 ... failed
+ Testing mutant src/lib2:4 ... timeout
Testing mutant src/lib2:5 ... failed
Writing 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/.sandbox/9b124090e7e9229fbafba6281a26dca5/default/test/testproj-1-module.t/run.t _build/.sandbox/9b124090e7e9229fbafba6281a26dca5/default/test/testproj-1-module.t/run.t.corrected
diff --git a/_build/.sandbox/9b124090e7e9229fbafba6281a26dca5/default/test/testproj-1-module.t/run.t b/_build/.sandbox/9b124090e7e9229fbafba6281a26dca5/default/test/testproj-1-module.t/run.t.corrected
index d6bb955..3c7b92d 100644
--- a/_build/.sandbox/9b124090e7e9229fbafba6281a26dca5/default/test/testproj-1-module.t/run.t
+++ b/_build/.sandbox/9b124090e7e9229fbafba6281a26dca5/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.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
- Testing mutant lib:4 ... failed
+ Testing mutant lib:4 ... timeout
Testing mutant lib:5 ... failed
Testing mutant lib:6 ... passed
Testing mutant lib:7 ... failed
@@ -84,7 +84,7 @@ Set seed and (full) mutation rate as environment variables, for repeatability
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:
@@ -126,10 +126,10 @@ Restarting runner should give the same output:
$ mutaml-runner _build/default/ounittest.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
- Testing mutant lib:4 ... failed
+ Testing mutant lib:4 ... timeout
Testing mutant lib:5 ... failed
Testing mutant lib:6 ... passed
Testing mutant lib:7 ... failed
@@ -144,10 +144,10 @@ Restarting runner should give the same output:
$ mutaml-runner _build/default/ounittest.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
- Testing mutant lib:4 ... failed
+ Testing mutant lib:4 ... timeout
Testing mutant lib:5 ... failed
Testing mutant lib:6 ... passed
Testing 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 na
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:
@@ -508,7 +508,7 @@ Create a dune-workspace file with another build context:
$ mutaml-runner _build/mutation/ounittest.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
Testing 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.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
Testing 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.exe
read mut file lib.muts
Testing mutant lib:0 ... failed
- Testing mutant lib:1 ... failed
+ Testing mutant lib:1 ... timeout
Testing mutant lib:2 ... failed
Testing mutant lib:3 ... failed
Testing 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 1
2025-03-04 21:57.39: Job failed: Failed: Build failed