2026-06-30 19:38.39: New job: test jmid/mutaml https://github.com/jmid/mutaml.git#refs/heads/main (783831dcb58310a4cd7a6c03dc12c45cd8b74f36) (freebsd-x86_64:freebsd-15.1-4.14_opam-2.5)Base: freebsd-15.1-ocaml-4.14Opam 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 freebsd-15.1-ocaml-4.14# freebsd-15.1-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.5 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.24.0 dune-configurator.3.24.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-06-30 19:38.39: Using cache hint "jmid/mutaml-freebsd-15.1-ocaml-4.14-freebsd-15.1-4.14_opam-2.5-c15937d20aab1815e9dd5823696b5e32"2026-06-30 19:38.39: Using OBuilder spec:((from freebsd-15.1-ocaml-4.14)(comment freebsd-15.1-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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))(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 "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.5 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.24.0 dune-configurator.3.24.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-06-30 19:38.39: Waiting for resource in pool OCluster2026-06-30 20:25.13: Waiting for worker…2026-06-30 21:57.15: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 783831d Merge pull request #44 from jmid/dependabot/github_actions/actions/checkout-5(from freebsd-15.1-ocaml-4.14)2026-06-30 21:48.21 ---> using "2464f15022a3165e1976d60db98cf7d9951b75807dc9e9c0887ed1602f1ec094" from cache/: (comment freebsd-15.1-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-06-30 21:48.22 ---> using "956cfeb560b8d68962767ce50da46ea47d35dec6f5230c0d6c9a0ec8683ff490" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline"))8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.02026-06-30 21:48.23 ---> using "346befd23e69585646c5933984974bf8f5adc95a3b1eea4a103b2b68e0af391f" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-06-30 21:48.23 ---> using "53ff967bd6e1112fe2772ac4e5d125785c1e5646b386deebfce174f2ceb6fe27" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.1-RELEASEThe OCaml toplevel, version 4.14.42.5.02026-06-30 21:48.24 ---> using "a14560cbe75e85cc6442f69643ee7c6e4100cfaa384d9afce99924f9c94bb75e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-30 21:48.25 ---> using "340f56efa0646309b863cf2bee4107b4897347441e5b5d636a8046b07518b398" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-06-30 21:48.26 ---> using "a3bd13b56a8101c12a528e0a18a0532605a3c821eef895621831c7d3850199a8" from cache/src: (copy (src mutaml.opam) (dst ./))2026-06-30 21:48.32 ---> saved as "98d98b30f499847fee3a095ba45bcaa93e8b86660a3f4287f628701a6afa714b"/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-06-30 21:48.40 ---> saved as "cdcf9bb25802806e2e69dceda4244c3d0a7c358ba5fa9ae6f985052a947f26da"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-30 21:48.44 ---> saved as "cd0b7fb29794a3d1b09375796f139a177cd08971c0634bfa822bcf7022cc4cc4"/src: (env DEPS "base.v0.16.5 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.24.0 dune-configurator.3.24.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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-ports repository catalogue...- FreeBSD-ports repository is up to date.- Updating FreeBSD-ports-kmods repository catalogue...- FreeBSD-ports-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-ports]-- Number of packages to be installed: 1-- The process will require 2 MiB more space.- 389 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: .......... done2026-06-30 21:49.26 ---> saved as "474b3a31386172955d5a0f85177e3de9c2cc603c91452da732feffe7e0597372"/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.4).[NOTE] Package ocaml is already installed (current version is 4.14.4).[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.5∗ conf-diffutils 2∗ conf-timeout 1∗ cppo 1.8.0∗ csexp 1.5.2∗ dune 3.24.0∗ dune-configurator 3.24.0∗ 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.5 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ounit2.2.2.7 (https://github.com/gildor478/ounit/releases/download/v2.2.7/ounit-2.2.7.tbz)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved octavius.1.2.2 (https://github.com/ocaml-doc/octavius/archive/v1.2.2.tar.gz)⬇ 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 ppx_deriving.6.0.3 (https://github.com/ocaml-ppx/ppx_deriving/releases/download/v6.0.3/ppx_deriving-6.0.3.tbz)⬇ 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 ppx_yojson_conv_lib.v0.16.0 (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_yojson_conv_lib-v0.16.0.tar.gz)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved sexplib0.v0.16.0 (cached)⬇ retrieved ppxlib.0.35.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved stdlib-random.1.2.0 (https://github.com/ocaml/stdlib-random/archive/refs/tags/1.2.0.tar.gz)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)∗ installed ocamlfind.1.9.8∗ installed dune.3.24.0∗ installed ppx_derivers.1.2.1∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.16.0∗ installed octavius.1.2.2∗ installed ocaml-compiler-libs.v0.12.4∗ installed cppo.1.8.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.24.0∗ installed base.v0.16.5∗ 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.2026-06-30 21:53.15 ---> saved as "a21e513ceebe8c4876c5c378de499bb5b26a7b8c89ca73cd52b6ba2dad3bfb04"/src: (copy (src .) (dst /src))2026-06-30 21:53.17 ---> saved as "b12879bac618d1592aff5fa89931fd9d4d23493c4e81646bd0837158965e209b"/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.11 seconds.OK(cd _build/default/examples/testproj-2-modules/test && ./ounittest.exe)..Ran: 2 tests in: 0.12 seconds.OKFile "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.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-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.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/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.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-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.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/instrumentation-tests/function-merge-consecutive.t", line 1, characters 0-0:/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/test/instrumentation-tests/function-merge-consecutive.t _build/default/test/instrumentation-tests/function-merge-consecutive.t.correcteddiff --git a/_build/default/test/instrumentation-tests/function-merge-consecutive.t b/_build/default/test/instrumentation-tests/function-merge-consecutive.t.correctedindex cbc8d2c..7ccb21b 100644--- a/_build/default/test/instrumentation-tests/function-merge-consecutive.t+++ b/_build/default/test/instrumentation-tests/function-merge-consecutive.t.corrected@@ -746,19 +746,21 @@ Same example that triggers merge-of-consecutive-patterns w/GADTs false--- test.ml+++ test.ml-mutant2- @@ -7,11 +7,7 @@+ @@ -7,13 +7,9 @@let rec interpret xval = function| X -> xval| Lit i -> i- | Binop (ae0, Add, ae1) ->- - let v0 = interpret xval ae0 in- - let v1 = interpret xval ae1 in- - v0 + v1- - | Binop (ae0, Mul, ae1) ->+ | Binop (ae0, Add, ae1) | Binop (ae0, Mul, ae1) ->let v0 = interpret xval ae0 inlet v1 = interpret xval ae1 in+ - v0 + v1+ - | Binop (ae0, Mul, ae1) ->+ - let v0 = interpret xval ae0 in+ - let v1 = interpret xval ae1 inv0 * v1++ let () = interpret 2 (Binop (Lit 1, Add, Binop (X, Mul, Lit 3))) |> Printf.printf "1 + x*3 = %i\n"---------------------------------------------------------------------------File "test/instrumentation-tests/match.t", line 1, characters 0-0:/usr/local/bin/git --no-pager diff --no-index --color=always -u _build/default/test/instrumentation-tests/match.t _build/default/test/instrumentation-tests/match.t.correcteddiff --git a/_build/default/test/instrumentation-tests/match.t b/_build/default/test/instrumentation-tests/match.t.correctedindex f380db9..3fac004 100644--- a/_build/default/test/instrumentation-tests/match.t+++ b/_build/default/test/instrumentation-tests/match.t.corrected@@ -862,19 +862,21 @@ Same example that triggers merge-of-consecutive-patterns w/GADT false:--- test.ml+++ test.ml-mutant2- @@ -7,11 +7,7 @@+ @@ -7,13 +7,9 @@let rec interpret xval ae = match ae with| X -> xval| Lit i -> i- | Binop (ae0, Add, ae1) ->- - let v0 = interpret xval ae0 in- - let v1 = interpret xval ae1 in- - v0 + v1- - | Binop (ae0, Mul, ae1) ->+ | Binop (ae0, Add, ae1) | Binop (ae0, Mul, ae1) ->let v0 = interpret xval ae0 inlet v1 = interpret xval ae1 in+ - v0 + v1+ - | Binop (ae0, Mul, ae1) ->+ - let v0 = interpret xval ae0 in+ - let v1 = interpret xval ae1 inv0 * v1++ let () = interpret 2 (Binop (Lit 1, Add, Binop (X, Mul, Lit 3))) |> Printf.printf "1 + x*3 = %i\n"---------------------------------------------------------------------------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.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-mutant12jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base.v0.16.5 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.24.0 dune-configurator.3.24.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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_61357_2377" "mount.devfs" "path=/obuilder/result/199aa1b406a767eccb00fd05173322a842d9188461342cc823d02e904fafb7c1/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.5 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.24.0 dune-configurator.3.24.0 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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 12026-06-30 22:03.13: Job failed: Failed: Build failed