Organisationsjmidmutaml783831 (main)freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-03 11:35.26: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/jmid/mutaml.git" -b "main" && cd "mutaml" && git reset --hard 783831dc
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.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 $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


2026-04-03 11:35.26: Using cache hint "jmid/mutaml-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-1eb6c400e45cef1a83a7dd3901ae3fe4"
2026-04-03 11:35.26: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/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 OCluster
2026-04-03 11:35.27: Waiting for worker…
2026-04-03 11:35.27: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 783831d Merge pull request #44 from jmid/dependabot/github_actions/actions/checkout-5


(from freebsd-14.3-ocaml-4.14)
2026-04-03 11:31.19 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/bin/opam"))
2026-04-03 11:31.19 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using 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.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-03 11:31.19 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.5.0
2026-04-03 11:31.20 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-03 11:31.20 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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_HEAD
71325ac6ed..d06cfb1853  master     -> origin/master
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
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.
2026-04-03 11:31.42 ---> saved as "f22dce47c0a1066198731eefb235ab27b514e7b42aec30838253d64212ec7cd0"


/src: (copy (src mutaml.opam) (dst ./))
2026-04-03 11:31.45 ---> saved as "beda1ecd7f377221bcf0a246f5e2977329c41ff10f4ff5fd9b7cd27f7f57a906"


/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:31.47 ---> saved as "ab5eaa24ccd70d49acd0b58afdeb490d4eceacbc2aa5ec79a5cb9ec3e44ec37e"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-03 11:31.49 ---> saved as "77c2d9789a77ed826755b5e41d188e4031f4380ae401f3b9e0cadca324967547"


/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"))
[WARNING] Unknown update command for bsd, skipping system update


<><> 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).


The following system packages will first need to be installed:
diffutils


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "diffutils"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 36742 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .......... done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 245 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.4.2 -> 2.5.1 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- The operation will free 24 MiB.
- 6 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.5.1~6a9fbc43c1.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...
- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	diffutils: 3.12 [FreeBSD]
- 
- Number of packages to be installed: 1
- 
- The process will require 2 MiB more space.
- 388 KiB to be downloaded.
- [rosemary] [1/1] Fetching diffutils-3.12: ....... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Installing diffutils-3.12...
- [rosemary] [1/1] Extracting diffutils-3.12: .......... done
2026-04-03 11:36.20 ---> saved as "e82a79c452544284056307077d928d9a19aa396c8a9cb4ff78deb7e1a9af2142"


/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
 base                v0.16.4
 conf-diffutils      2
 conf-timeout        1
 cppo                1.8.0
 csexp               1.5.2
 dune                3.22.1
 dune-configurator   3.22.1
 ocaml-compiler-libs v0.12.4
 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


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-timeout.1
 installed conf-diffutils.2
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved base.v0.16.4  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved octavius.1.2.2  (https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_deriving.6.0.3  (cached)
 retrieved ppx_js_style.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_js_style-v0.16.0.tar.gz)
 retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
 retrieved ppx_yojson_conv_lib.v0.16.0  (cached)
 retrieved ppx_yojson_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_yojson_conv-v0.16.0.tar.gz)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved sexplib0.v0.16.0  (cached)
 retrieved ounit2.2.2.7  (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)
 retrieved ppxlib.0.35.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved yojson.3.0.0  (cached)
 retrieved stdlib-random.1.2.0  (https://github.com/ocaml/stdlib-random/archive/refs/tags/1.2.0.tar.gz)
 installed ocamlfind.1.9.8
 installed dune.3.22.1
 installed csexp.1.5.2
 installed yojson.3.0.0
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.16.0
 installed ppx_derivers.1.2.1
 installed octavius.1.2.2
 installed ocaml-compiler-libs.v0.12.4
 installed cppo.1.8.0
 installed ppx_yojson_conv_lib.v0.16.0
 installed stdlib-random.1.2.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.0
Done.
2026-04-03 11:38.37 ---> saved as "a79a882c67c77f7674f89d7dd6f05ecfea1185f49204bc3fb012c0bdc01a0e3d"


/src: (copy (src .) (dst /src))
2026-04-03 11:38.41 ---> saved as "565654fe432c00cff9e611bbde11b92198a9b24b8dd1db2d831e8eb4369976e7"


/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/issue-newlines.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/issue-newlines.t/run.t b/_build/default/test/issue-newlines.t/run.t.corrected
index 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 _build
default
-  log
+  trace.csexp


$ ls _build/default
mutaml-mut-files.txt
File "test/issue-stdlib-equal.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/issue-stdlib-equal.t/run.t b/_build/default/test/issue-stdlib-equal.t/run.t.corrected
index 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 _build
default
-  log
+  trace.csexp


$ ls _build/default
mutaml-mut-files.txt
File "test/issue-pattern-match.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/issue-pattern-match.t/run.t b/_build/default/test/issue-pattern-match.t/run.t.corrected
index 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 _build
default
-  log
+  trace.csexp


$ ls _build/default
mutaml-mut-files.txt
File "test/issue-attributes.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/issue-attributes.t/run.t b/_build/default/test/issue-attributes.t/run.t.corrected
index 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 _build
default
-  log
+  trace.csexp


$ ls _build/default
mutaml-mut-files.txt
File "test/testproj-2-modules.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/testproj-2-modules.t/run.t b/_build/default/test/testproj-2-modules.t/run.t.corrected
index 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.muts
Running mutaml instrumentation on "src/lib2.ml"
Randomness seed: 896745231   Mutation rate: 100   GADTs enabled: true
Created 6 mutations of src/lib2.ml
Writing 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.muts
read 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.muts
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:5 ... failed
+  Testing mutant src/lib1:0 ... failed
+  Testing mutant src/lib1:1 ... failed
+  Testing mutant src/lib1:2 ... failed
Writing report data to mutaml-report.json


$ mutaml-report
File "test/testproj-1-module.t/run.t", line 1, characters 0-0:
/usr/local/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.corrected
diff --git a/_build/default/test/testproj-1-module.t/run.t b/_build/default/test/testproj-1-module.t/run.t.corrected
index 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
-  log
mutation
+  trace.csexp


_mutations:
lib.ml-mutant12
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_1974_124435" "mount.devfs" "path=/obuilder/result/8090b96a374ccb2a5aaaa07a9f3f0e1f9cc57ca4aa01b5fef6675d354bad48ec/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2026-04-03 11:43.30: Job failed: Failed: Build failed