Organisationsocaml-opamopam-compilerc4c0f3 ()freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Logs

Show full logs
2026-04-26 14:01.03: New job: test ocaml-opam/opam-compiler https://github.com/ocaml-opam/opam-compiler.git#refs/pull/42/head (c4c0f39777fbac93375f03a21cd268abe9b7e055) (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/ocaml-opam/opam-compiler.git" && cd "opam-compiler" && git fetch origin "refs/pull/42/head" && git reset --hard c4c0f397
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 e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam-compiler.opam ./
RUN opam pin add -yn opam-compiler.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 curly.0.3.0 dune.3.22.2 dune-configurator.3.22.2 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 yojson.3.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y opam-compiler.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-26 14:01.03: Using cache hint "ocaml-opam/opam-compiler-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-00d0fe9c6dbb214aad9b22e46f78d0de"
2026-04-26 14:01.03: 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 e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam-compiler.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam-compiler.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 curly.0.3.0 dune.3.22.2 dune-configurator.3.22.2 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 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 opam-compiler.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-26 14:01.03: Waiting for resource in pool OCluster
2026-04-26 14:01.03: Waiting for worker…
2026-04-26 14:16.34: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at c4c0f39 Fixing formatting and fixing CI

(from freebsd-14.3-ocaml-4.14)
2026-04-26 14:26.27 ---> 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-26 14:26.28 ---> 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-26 14:26.28 ---> 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.3
2.5.0
2026-04-26 14:26.29 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-26 14:26.29 ---> 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 e9505134f9febca871af14d1fc90493e330efecd || git fetch origin master) && git reset -q --hard e9505134f9febca871af14d1fc90493e330efecd && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   42844088d7..e9505134f9  master     -> origin/master
e9505134f9 Merge pull request #29802 from mjambon/release-atd-4.2.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)

default (at git+file:///home/opam/opam-repository): 
    [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


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-26 14:26.29 ---> using "2785bdee1f47b8aaf43e1308bc76e995f38e3aeac36f9d93e20e68fb89e108b1" from cache

/src: (copy (src opam-compiler.opam) (dst ./))
2026-04-26 14:26.30 ---> using "1ce24a313bb118b195838e9888f55a4d7f3d12d4e9e4c96568a87f0aa1ee7fed" from cache

/src: (run (network host)
           (shell "opam pin add -yn opam-compiler.dev './'"))
[opam-compiler.dev] synchronised (file:///src)
opam-compiler is now pinned to file:///src (version dev)
2026-04-26 14:26.30 ---> using "b045c1250ed3f972e83bea4f4693058ae3db13cc2585e84161d948a8e14744d3" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-26 14:26.30 ---> using "fa22fc70a8a6916d01ccf9fa42b70f350f9cb845602716cbbd4a8b226e9c844d" from cache

/src: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 curly.0.3.0 dune.3.22.2 dune-configurator.3.22.2 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 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 opam-compiler.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam-compiler.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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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).
2026-04-26 14:26.31 ---> using "e68b2b24951e0c44b854431ac8b433148f5d0e245b4d050176415b43a8493683" 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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 39 packages
   alcotest           1.9.1
   angstrom           0.16.1
   astring            0.8.5
   atd                4.2.0
   atdgen             4.2.0
   atdgen-runtime     4.2.0
   bigstringaf        0.10.0
   biniou             1.2.2
   bos                0.3.0
   camlp-streams      5.0.1
   cmdliner           2.1.1
   csexp              1.5.2
   curly              0.3.0
   dune               3.22.2
   dune-configurator  3.22.2
   easy-format        1.3.4
   either             1.0.0
   fmt                0.11.0
   fpath              0.7.3
   github-data        4.5.1
   logs               0.10.0
   menhir             20260209
   menhirCST          20260209
   menhirGLR          20260209
   menhirLib          20260209
   menhirSdk          20260209
   ocaml-syntax-shims 1.0.0
   ocaml-version      4.1.0
   ocamlbuild         0.16.1
   ocamlfind          1.9.8
   re                 1.14.0
   result             1.5
   rresult            0.7.0
   stdlib-shims       0.3.0
   stringext          1.6.0
   topkg              1.1.1
   uri                4.4.0
   uutf               1.0.4
   yojson             3.0.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved astring.0.8.5  (cached)
 retrieved angstrom.0.16.1  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved bigstringaf.0.10.0  (cached)
 retrieved biniou.1.2.2  (cached)
 retrieved bos.0.3.0  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved curly.0.3.0  (cached)
 retrieved cmdliner.2.1.1  (cached)
 retrieved easy-format.1.3.4  (cached)
 retrieved either.1.0.0  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved github-data.4.5.1  (cached)
 retrieved logs.0.10.0  (cached)
 retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
 retrieved atd.4.2.0, atdgen.4.2.0, atdgen-runtime.4.2.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved re.1.14.0  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved result.1.5  (cached)
 retrieved ocaml-version.4.1.0  (cached)
 retrieved stringext.1.6.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved uri.4.4.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved yojson.3.0.0  (cached)
 installed cmdliner.2.1.1
 installed ocamlfind.1.9.8
 installed ocamlbuild.0.16.1
 installed topkg.1.1.1
 installed rresult.0.7.0
 installed uutf.1.0.4
 installed fmt.0.11.0
 installed astring.0.8.5
 installed logs.0.10.0
 installed fpath.0.7.3
 installed bos.0.3.0
 installed dune.3.22.2
 installed menhirCST.20260209
 installed either.1.0.0
 installed easy-format.1.3.4
 installed csexp.1.5.2
 installed yojson.3.0.0
 installed stringext.1.6.0
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed re.1.14.0
 installed ocaml-version.4.1.0
 installed ocaml-syntax-shims.1.0.0
 installed menhirSdk.20260209
 installed menhirLib.20260209
 installed menhirGLR.20260209
 installed curly.0.3.0
 installed camlp-streams.5.0.1
 installed biniou.1.2.2
 installed dune-configurator.3.22.2
 installed alcotest.1.9.1
 installed atdgen-runtime.4.2.0
 installed bigstringaf.0.10.0
 installed angstrom.0.16.1
 installed uri.4.4.0
 installed menhir.20260209
 installed atd.4.2.0
 installed atdgen.4.2.0
 installed github-data.4.5.1
Done.
2026-04-26 14:26.31 ---> using "278808f97ee791d509f2c9943ad24f18aaadacf3bbb3f01e810b826491cf585d" from cache

/src: (copy (src .) (dst /src))
2026-04-26 14:26.35 ---> saved as "e25450a2a100c44b0fc474075d31ecdc05ef53ae66647e561af45c6fa0854e14"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "dune-project", lines 29-32, characters 2-49:
29 |   (cmdliner
30 |    (and
31 |    (>= 1.2.0)
32 |    :with-test))
Warning: Duplicate dependency on package (cmdliner (and (>= 1.2.0)
:with-test)) in 'depends' field. If you want to specify multiple constraints,
combine them using (and ...).
Hint: To disable this warning, add the following to your dune-project file:
(warnings (duplicate_deps disabled))
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.opam_compiler.objs/byte -I /home/opam/.opam/4.14.3/lib/angstrom -I /home/opam/.opam/4.14.3/lib/astring -I /home/opam/.opam/4.14.3/lib/atdgen-runtime -I /home/opam/.opam/4.14.3/lib/bigstringaf -I /home/opam/.opam/4.14.3/lib/biniou -I /home/opam/.opam/4.14.3/lib/bos -I /home/opam/.opam/4.14.3/lib/camlp-streams -I /home/opam/.opam/4.14.3/lib/cmdliner -I /home/opam/.opam/4.14.3/lib/curly -I /home/opam/.opam/4.14.3/lib/easy-format -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/fpath -I /home/opam/.opam/4.14.3/lib/github-data -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/ocaml-version -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/lib/result -I /home/opam/.opam/4.14.3/lib/stringext -I /home/opam/.opam/4.14.3/lib/uri -I /home/opam/.opam/4.14.3/lib/yojson -no-alias-deps -opaque -open Opam_compiler -o lib/.opam_compiler.objs/byte/opam_compiler__Import.cmi -c -intf lib/import.mli)
File "lib/import.mli", line 30, characters 47-60:
30 |   string -> ('a, [< error ]) result -> ('a, [> Rresult.R.msg ]) result
                                                    ^^^^^^^^^^^^^
Error: Unbound module Rresult
Hint: Did you mean Result?
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.opam_compiler.objs/byte -I /home/opam/.opam/4.14.3/lib/angstrom -I /home/opam/.opam/4.14.3/lib/astring -I /home/opam/.opam/4.14.3/lib/atdgen-runtime -I /home/opam/.opam/4.14.3/lib/bigstringaf -I /home/opam/.opam/4.14.3/lib/biniou -I /home/opam/.opam/4.14.3/lib/bos -I /home/opam/.opam/4.14.3/lib/camlp-streams -I /home/opam/.opam/4.14.3/lib/cmdliner -I /home/opam/.opam/4.14.3/lib/curly -I /home/opam/.opam/4.14.3/lib/easy-format -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/fpath -I /home/opam/.opam/4.14.3/lib/github-data -I /home/opam/.opam/4.14.3/lib/logs -I /home/opam/.opam/4.14.3/lib/ocaml-version -I /home/opam/.opam/4.14.3/lib/re -I /home/opam/.opam/4.14.3/lib/result -I /home/opam/.opam/4.14.3/lib/stringext -I /home/opam/.opam/4.14.3/lib/uri -I /home/opam/.opam/4.14.3/lib/yojson -no-alias-deps -opaque -open Opam_compiler -o lib/.opam_compiler.objs/byte/opam_compiler__Switch_name.cmi -c -intf lib/switch_name.mli)
File "lib/switch_name.mli", line 6, characters 26-39:
6 | val parse : string -> (t, Rresult.R.msg) result
                              ^^^^^^^^^^^^^
Error: Unbound module Rresult
Hint: Did you mean Result?
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 curly.0.3.0 dune.3.22.2 dune-configurator.3.22.2 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 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_52585_67701" "mount.devfs" "path=/obuilder/result/a1effebeb80a6e94d89f0e276128dea8ce13edc171453fd2b654342162d2e6cf/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='alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 atd.4.2.0 atdgen.4.2.0 atdgen-runtime.4.2.0 base-bigarray.base base-threads.base base-unix.base bigstringaf.0.10.0 biniou.1.2.2 bos.0.3.0 camlp-streams.5.0.1 cmdliner.2.1.1 csexp.1.5.2 curly.0.3.0 dune.3.22.2 dune-configurator.3.22.2 easy-format.1.3.4 either.1.0.0 fmt.0.11.0 fpath.0.7.3 github-data.4.5.1 logs.0.10.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 result.1.5 rresult.0.7.0 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uutf.1.0.4 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-26 14:30.07: Job failed: Failed: Build failed