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-5.4_opam-2.5) Base: freebsd-14.3-ocaml-5.4 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-5.4 # freebsd-14.3-5.4_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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-5.4-freebsd-14.3-5.4_opam-2.5-1fbf954dffa8dfd8c2d16c2dd5a6ed2a" 2026-04-26 14:01.03: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-5.4_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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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.26: 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-5.4) 2026-04-26 14:21.59 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-5.4_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:22.00 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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:22.00 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.1 2.5.0 2026-04-26 14:22.01 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-26 14:22.01 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" 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 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:22.02 ---> using "4884fda02760987379a59fbfedf6dd2c273bf089b5ab622452deccde05cf18f6" from cache /src: (copy (src opam-compiler.opam) (dst ./)) 2026-04-26 14:22.02 ---> using "439cc3d4763eb1ae95584c0949ec29266b06058f1f534131166b93245982737d" 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:22.03 ---> using "b12b0f8b33f087e305cabe07f3de56e18ba27bc0aebeed114b32633a772ce7dd" from cache /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-26 14:22.03 ---> using "1a62ff7fb251b01bbe19eb862dc46b5f5bba957c7539e8db9121926b45fa7033" 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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2026-04-26 14:22.03 ---> using "b3f9bd2b5fe5f0eb4f58c7d3e154c44f7516e0b61f1f93f23dc05ec513166ab5" 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains 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 camlp-streams.5.0.1 (cached) ⬇ retrieved bos.0.3.0 (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 topkg.1.1.1 (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 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:22.04 ---> using "adc6bcd25d428ed06504d148e97f96524530b8d8381ae00d496617d739ba4c2e" from cache /src: (copy (src .) (dst /src)) 2026-04-26 14:22.10 ---> saved as "2fa2a0f2cc45c11566f0558fe99fde4fe7f1ba8c3d69b11adcf3901fdd143b30" /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/5.4.1/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 -bin-annot-occurrences -I lib/.opam_compiler.objs/byte -I /home/opam/.opam/5.4.1/lib/angstrom -I /home/opam/.opam/5.4.1/lib/astring -I /home/opam/.opam/5.4.1/lib/atdgen-runtime -I /home/opam/.opam/5.4.1/lib/bigstringaf -I /home/opam/.opam/5.4.1/lib/biniou -I /home/opam/.opam/5.4.1/lib/bos -I /home/opam/.opam/5.4.1/lib/camlp-streams -I /home/opam/.opam/5.4.1/lib/cmdliner -I /home/opam/.opam/5.4.1/lib/curly -I /home/opam/.opam/5.4.1/lib/easy-format -I /home/opam/.opam/5.4.1/lib/fmt -I /home/opam/.opam/5.4.1/lib/fpath -I /home/opam/.opam/5.4.1/lib/github-data -I /home/opam/.opam/5.4.1/lib/logs -I /home/opam/.opam/5.4.1/lib/ocaml-version -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I /home/opam/.opam/5.4.1/lib/re -I /home/opam/.opam/5.4.1/lib/result -I /home/opam/.opam/5.4.1/lib/stringext -I /home/opam/.opam/5.4.1/lib/uri -I /home/opam/.opam/5.4.1/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-33: 6 | val parse : string -> (t, Rresult.R.msg) result ^^^^^^^ Error: Unbound module Rresult Hint: Did you mean Result? (cd _build/default && /home/opam/.opam/5.4.1/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 -bin-annot-occurrences -I lib/.opam_compiler.objs/byte -I /home/opam/.opam/5.4.1/lib/angstrom -I /home/opam/.opam/5.4.1/lib/astring -I /home/opam/.opam/5.4.1/lib/atdgen-runtime -I /home/opam/.opam/5.4.1/lib/bigstringaf -I /home/opam/.opam/5.4.1/lib/biniou -I /home/opam/.opam/5.4.1/lib/bos -I /home/opam/.opam/5.4.1/lib/camlp-streams -I /home/opam/.opam/5.4.1/lib/cmdliner -I /home/opam/.opam/5.4.1/lib/curly -I /home/opam/.opam/5.4.1/lib/easy-format -I /home/opam/.opam/5.4.1/lib/fmt -I /home/opam/.opam/5.4.1/lib/fpath -I /home/opam/.opam/5.4.1/lib/github-data -I /home/opam/.opam/5.4.1/lib/logs -I /home/opam/.opam/5.4.1/lib/ocaml-version -I /home/opam/.opam/5.4.1/lib/ocaml/unix -I /home/opam/.opam/5.4.1/lib/re -I /home/opam/.opam/5.4.1/lib/result -I /home/opam/.opam/5.4.1/lib/stringext -I /home/opam/.opam/5.4.1/lib/uri -I /home/opam/.opam/5.4.1/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-54: 30 | string -> ('a, [< error ]) result -> ('a, [> 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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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_67674" "mount.devfs" "path=/obuilder/result/c1200377091f8c2a9983a1a2f36f56fb2cf8af3c9b324c5f36c724e6c8e3ef25/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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 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:25.43: Job failed: Failed: Build failed