2026-03-19 08:03.36: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-s390x:debian-13-4.14_s390x_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15Opam 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:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15# debian-13-4.14_s390x_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-configurator.3.22.0 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-03-19 08:03.36: Using cache hint "jmid/mutaml-ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15-debian-13-4.14_s390x_opam-2.5-b225ef64f2b0b8e6a6814f457b4793c3"2026-03-19 08:03.36: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15)(comment debian-13-4.14_s390x_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-configurator.3.22.0 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-03-19 08:03.36: Waiting for resource in pool OCluster2026-03-19 08:03.36: Waiting for worker…2026-03-19 15:13.30: Got resource from pool OClusterBuilding on s390x-worker-01.marist.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:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15' locallydocker.io/ocaml/opam@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15: Pulling from ocaml/opamDigest: sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15Status: Downloaded newer image for ocaml/opam@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a152026-03-19 15:13.30 ---> using "dce83a6a9d70e9c4d98eabad8cb63094f5613724a805e8ac88cffaeb6bdbc4e8" from cache/: (comment debian-13-4.14_s390x_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-03-19 15:13.30 ---> using "5a9e2e0a12b0d79a4d1b76da199ed23669345984d263a657e4904576f2e757b9" 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-03-19 15:13.30 ---> using "a20d6f766436d27ae2dcccda7b5e7c954360fa7068c130caf94ef6e069399ded" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-101-genericThe OCaml toplevel, version 4.14.22.5.02026-03-19 15:13.30 ---> using "1e3f75805e5851222ce6e6a1284e313a8043d8ca653b0a589746cd82d7046557" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 15:13.30 ---> using "aeb76f6404e363d8e2c8a6c3dafb53d83f92604c717af4337f108626719473d5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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-03-19 15:13.30 ---> using "0e00294612f278a6b332a687c10db5b9a4fd32a686567cf0501c47e77f019156" from cache/src: (copy (src mutaml.opam) (dst ./))2026-03-19 15:13.32 ---> saved as "0d41cd604baa9e3f7159671ee65b0076a3f50b44e0a2a823f819093e8544470b"/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-03-19 15:13.39 ---> saved as "90a6e05414b1fd0672e2b4214a8fa029946077edc47c843615f4f27f5c198938"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 15:13.42 ---> saved as "dd6fe1c6d1be46cbe3268cf3f931feb11bbffa2c13dc3225add009599748d649"/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.0 dune-configurator.3.22.0 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 s390x Packages [9324 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main s390x Packages [106 kB]- Fetched 9661 kB in 2s (6199 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-03-19 15:13.58 ---> saved as "b3366253f245079d228f3ba06f27bd14cbe00e7d589030dddda7c5b2c387deef"/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.0- install dune-configurator 3.22.0- 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 ppx_derivers.1.2.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_deriving.6.0.3 (cached)-> retrieved ppx_js_style.v0.16.0 (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.0, dune-configurator.3.22.0 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.0-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed cppo.1.8.0-> installed octavius.1.2.2-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.16.0-> installed stdlib-random.1.2.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.22.0-> installed yojson.3.0.0-> installed ounit2.2.2.7-> installed ppx_yojson_conv_lib.v0.16.0-> 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-03-19 15:15.32 ---> saved as "6d4bae1d96a49c3f2f9fdf57b31794e49c5c0d3bbe1c0cc6bb8a09d0fde06dd7"/src: (copy (src .) (dst /src))2026-03-19 15:15.33 ---> saved as "a17d73c88e9337f088b1ee8d3ce1dd3e40e12249035017b5689723f1b432a0ab"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/examples/testproj-1-module && ./ounittest.exe)....Ran: 4 tests in: 0.10 seconds.OK(cd _build/default/examples/testproj-2-modules/test && ./ounittest.exe)..Ran: 2 tests in: 0.10 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-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/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-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/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..f92de9a 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 ... failedTesting mutant src/lib2:4 ... failedTesting mutant src/lib2:5 ... failed+ Testing mutant src/lib1:0 ... failed+ Testing mutant src/lib1:1 ... failed+ Testing mutant src/lib1:2 ... failedWriting report data to mutaml-report.json$ mutaml-reportFile "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-03-19 15:16.09: Job failed: Failed: Build failed