2026-04-03 11:35.26: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (linux-x86_64:opensuse-16.0-4.14_opam-2.5)Base: ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324Opam 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:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324# opensuse-16.0-4.14_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:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324-opensuse-16.0-4.14_opam-2.5-1eb6c400e45cef1a83a7dd3901ae3fe4"2026-04-03 11:35.26: Using OBuilder spec:((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324)(comment opensuse-16.0-4.14_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.31: Got resource from pool OClusterBuilding on asteria.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:opensuse-16.0-ocaml-4.14@sha256:92c28e22e95b118557cf2fee7cdb3bd1df67691136ca51918b0bed6ab9ff7324)2026-04-03 11:35.32 ---> using "176b78d4712c07b55d53abc789f23e917c1c9b9dc68c6cb518e960b046403981" from cache/: (comment opensuse-16.0-4.14_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.32 ---> using "b6f6a6f00cb1450f9e7123a84f7e80afdd7481c9032730bab3f3e337082bf8b0" 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.32 ---> using "fe38bb56cfbd97c95b1f00743ad5c5b765e061706cd3b49f6178cc785154d43e" 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.32 ---> using "b85b52fbc79e3a4889afee6ac2ee7195a84ea3a71c372685a17d14d4dc1eb92b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 11:35.32 ---> using "01d7fc4bde2dfa7c72b3c493fcb7a20001c59e42b025f59474209a807df21aaa" 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_HEAD4f056bfedf..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:36.01 ---> saved as "78ebf502f08347208a4d276042d6e718603a291160f79b224f64a43abe953941"/src: (copy (src mutaml.opam) (dst ./))2026-04-03 11:36.02 ---> saved as "09f3679bf0e18bc7bd3030e4b538811e3a6500c45ddf5a75d0af072db7185e9f"/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:36.04 ---> saved as "bc7adf5634b19f86e48753948d9b89e1a51224adefd55fc8de3fbe2e12eae469"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 11:36.04 ---> saved as "ea3053af88ac64764a8a5d9fc54339bb402285667dc84c6a741527f58b08dc32"/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 "zypper" "--non-interactive" "refresh"- Repository 'repo-openh264 (16.0)' is up to date.- Retrieving repository 'repo-oss (16.0)' metadata [..- Looking for gpg keys in repository repo-oss (16.0).- gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key- ...-- Note: Received 1 new package signing key from repository "repo-oss (16.0)":-- Those additional keys are usually used to sign packages shipped by the repository. In order to- validate those packages upon download and installation the new keys will be imported into the rpm- database.-- New:- Key Fingerprint: F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0- Key Name: openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>- Key Algorithm: RSA 4096- Key Created: Wed May 10 14:46:12 2023- Key Expires: Sun May 9 14:46:12 2027- Rpm Name: gpg-pubkey-25db7ae0-645bae34-- The repository metadata introducing the new keys have been signed and validated by the trusted- key:-- Repository: repo-oss (16.0)- Key Fingerprint: AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4- Key Name: openSUSE Project Signing Key <opensuse@opensuse.org>- Key Algorithm: RSA 4096- Key Created: Mon Jun 20 14:03:14 2022- Key Expires: Fri Jun 19 14:03:14 2026 (expires in 77 days)- Rpm Name: gpg-pubkey-29b700a4-62b07e22-- .- ..- ....- .......- .......- .........- .........- .......- .........- ........- .......- .........- ........- .........- .........- ........- .........- .........- .........- ......done]- Building repository 'repo-oss (16.0)' cache [..- ..done]- All repositories have been refreshed.<><> 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:36.53 ---> saved as "ad11060d3ed90541cfc2795637aebfd63093c26eef0868834da68ef9c1e33bfd"/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 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.1, dune-configurator.3.22.1 (cached)-> installed ocamlfind.1.9.8-> installed dune.3.22.1-> 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.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:37.53 ---> saved as "4560a84147fa65b0a40e11e839add90b447b7e1b9ceed6c1cde8c2a6141b4b88"/src: (copy (src .) (dst /src))2026-04-03 11:37.53 ---> saved as "49108f124617723a1fd86c0673df78aebbcb6026364dd857dc59cef5572ca11b"/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-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/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-03 11:38.13: Job failed: Failed: Build failed