2026-07-01 21:15.57: New job: test mirage/awa-ssh https://github.com/mirage/awa-ssh.git#refs/heads/main (7d7d21260ffbfb927d707ee0b3684f2f4bf7ba63) (freebsd-x86_64:freebsd-15.1-5.5_opam-2.5)Base: freebsd-15.1-ocaml-5.5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/awa-ssh.git" -b "main" && cd "awa-ssh" && git reset --hard 7d7d2126cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.1-ocaml-5.5# freebsd-15.1-5.5_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 cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && 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 awa.opam awa-mirage.opam ./RUN opam pin add -yn awa.dev './' && \opam pin add -yn awa-mirage.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 compiler-cloning.enabled conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.1.1 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y awa.dev awa-mirage.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-07-01 21:15.57: Using cache hint "mirage/awa-ssh-freebsd-15.1-ocaml-5.5-freebsd-15.1-5.5_opam-2.5-b24aabaf8d5f24d97518b4f8b9246a24"2026-07-01 21:15.57: Using OBuilder spec:((from freebsd-15.1-ocaml-5.5)(comment freebsd-15.1-5.5_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 cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && 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 awa.opam awa-mirage.opam) (dst ./))(run (network host)(shell "opam pin add -yn awa.dev './' && \\nopam pin add -yn awa-mirage.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 compiler-cloning.enabled conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.1.1 zarith.1.14")(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 awa.dev awa-mirage.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-07-01 21:15.57: Waiting for resource in pool OCluster2026-07-01 21:15.57: Waiting for worker…2026-07-02 02:51.30: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 7d7d212 changes for 0.6.1(from freebsd-15.1-ocaml-5.5)2026-07-02 02:42.38 ---> using "c0f2834d004ccad5a390ed71c5785576b6d31a2a28999ac127c85c24125a0047" from cache/: (comment freebsd-15.1-5.5_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-07-02 02:42.39 ---> using "6668f2248e2e0f4b0fd486b9a2d7e676978976da23faea9b5ce70e8bc0bac656" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cf4807d523aaef2df5a7174b29f7840ecc4cf5ea || git fetch origin master) && git reset -q --hard cf4807d523aaef2df5a7174b29f7840ecc4cf5ea && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD8cd35acddd..cf4807d523 master -> origin/mastercf4807d523 Merge pull request #30166 from hannesm/release-kdf-v1.1.02026-07-02 02:42.40 ---> using "f8bbfb02f415ad2935f378369614bd8d5c41ced76179890cb5e081c213f583bc" 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] synchronised from git+file:///home/opam/opam-repositorydefault (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)2026-07-02 02:42.41 ---> using "1b53701c02fbe86794b32dbf13aeed61cbf5b05eedce20841b85b82bf6d4dd85" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.1-RELEASEThe OCaml toplevel, version 5.5.02.5.02026-07-02 02:42.42 ---> using "8209bfe193de05787dc91575c0feb6c0a556bed9c1ce7d88905dbe02c3bde3f9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-07-02 02:42.42 ---> using "14452c7c5d8e713ea16f909b0936dca3277a8590568240981ee0ef0300954ace" 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.1However, 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-07-02 02:42.43 ---> using "f1f9d55cb7e8dd455d17d2cd8d5842f0c287e43765b6798dd50e0fd4299915eb" from cache/src: (copy (src awa.opam awa-mirage.opam) (dst ./))2026-07-02 02:42.49 ---> saved as "df41670fc93b0e22f3420d113b3b54ba845a0f985ac2ebe30ec43c177ca022e8"/src: (run (network host)(shell "opam pin add -yn awa.dev './' && \\nopam pin add -yn awa-mirage.dev './'"))[awa.dev] synchronised (file:///src)awa is now pinned to file:///src (version dev)[awa-mirage.dev] synchronised (file:///src)awa-mirage is now pinned to file:///src (version dev)2026-07-02 02:42.55 ---> saved as "c8037a6cb8287c9000c158488ece47949f75d8707e7ce308e4ca1cc83e07ded5"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-07-02 02:42.59 ---> saved as "2420420993235c1242f242f92165426e225503543847472096bc6f3ee4497bf7"/src: (env DEPS "asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 compiler-cloning.enabled conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.1.1 zarith.1.14")/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 awa.dev awa-mirage.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[awa-mirage.dev] synchronised (file:///src)[awa.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 system packages will first need to be installed:gmp<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "gmp"- Updating FreeBSD-ports repository catalogue...- [rosemary] Fetching data:- .- ..- ....... done- Processing entries:- .- .- .- .- ..- .- .- .- . done- FreeBSD-ports repository update completed. 37084 packages processed.- 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:- gmp: 6.3.0 [FreeBSD-ports]-- Number of packages to be installed: 1-- The process will require 2 MiB more space.- 504 KiB to be downloaded.- [rosemary] [1/1] Fetching gmp-6.3.0: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Installing gmp-6.3.0...- [rosemary] [1/1] Extracting gmp-6.3.0: .......... done2026-07-02 02:43.40 ---> saved as "01a45f2bd4dd853e7c92f554516d68b155b6983b424c9fa14127a5a46ef40950"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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∗ asn1-combinators 0.3.2∗ base-bytes base∗ base64 3.5.2∗ cmdliner 2.1.1∗ conf-gmp 5∗ conf-gmp-powm-sec 4∗ conf-pkg-config 5∗ cppo 1.8.0∗ csexp 1.5.2∗ cstruct 6.2.0∗ digestif 1.3.0∗ domain-name 0.5.0∗ dune 3.24.0∗ dune-configurator 3.24.0∗ duration 0.3.1∗ eqaf 0.10∗ fmt 0.11.0∗ gmap 0.3.0∗ ipaddr 5.6.2∗ kdf 1.1.0∗ logs 0.10.0∗ lwt 6.1.2∗ macaddr 5.6.2∗ mirage-crypto 2.1.0∗ mirage-crypto-ec 2.1.0∗ mirage-crypto-pk 2.1.0∗ mirage-crypto-rng 2.1.0∗ mirage-flow 5.0.0∗ mirage-mtime 5.2.0∗ mirage-sleep 4.1.0∗ mtime 2.1.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ohex 0.2.0∗ ptime 1.2.0∗ topkg 1.1.1∗ x509 1.1.1∗ zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved cmdliner.2.1.1 (cached)⬇ retrieved conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)⬇ retrieved conf-pkg-config.5 (cached)⬇ retrieved base64.3.5.2 (cached)⬇ retrieved csexp.1.5.2 (cached)∗ installed conf-gmp.5⬇ retrieved cppo.1.8.0 (cached)∗ installed conf-gmp-powm-sec.4⬇ retrieved cstruct.6.2.0 (cached)∗ installed conf-pkg-config.5⬇ retrieved asn1-combinators.0.3.2 (cached)⬇ retrieved domain-name.0.5.0 (cached)⬇ retrieved duration.0.3.1 (cached)⬇ retrieved eqaf.0.10 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved gmap.0.3.0 (cached)⬇ retrieved ipaddr.5.6.2, macaddr.5.6.2 (cached)⬇ retrieved kdf.1.1.0 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.6.1.2 (cached)⬇ retrieved digestif.1.3.0 (cached)⬇ retrieved mirage-flow.5.0.0 (cached)⬇ retrieved mirage-mtime.5.2.0 (cached)⬇ retrieved mirage-sleep.4.1.0 (cached)⬇ retrieved mtime.2.1.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ohex.0.2.0 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved mirage-crypto.2.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.0 (cached)⬇ retrieved x509.1.1.1 (cached)⬇ retrieved zarith.1.14 (cached)⬇ retrieved dune.3.24.0, dune-configurator.3.24.0 (cached)∗ installed cmdliner.2.1.1∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed zarith.1.14∗ installed topkg.1.1.1∗ installed mtime.2.1.0∗ installed fmt.0.11.0∗ installed ptime.1.2.0∗ installed dune.3.24.0∗ installed duration.0.3.1∗ installed csexp.1.5.2∗ installed ohex.0.2.0∗ installed mirage-mtime.5.2.0∗ installed macaddr.5.6.2∗ installed gmap.0.3.0∗ installed eqaf.0.10∗ installed domain-name.0.5.0∗ installed cstruct.6.2.0∗ installed cppo.1.8.0∗ installed base64.3.5.2∗ installed asn1-combinators.0.3.2∗ installed ocplib-endian.1.2∗ installed ipaddr.5.6.2∗ installed digestif.1.3.0[ERROR] The compilation of dune-configurator.3.24.0 failed at "dune build -p dune-configurator -j 39 @install".#=== ERROR while compiling dune-configurator.3.24.0 ===========================## context 2.5.0 | freebsd/x86_64 | ocaml-base-compiler.5.5.0 | git+file:///home/opam/opam-repository# path ~/.opam/5.5.0/.opam-switch/build/dune-configurator.3.24.0# command ~/.opam/5.5.0/bin/dune build -p dune-configurator -j 39 @install# exit-code 1# env-file ~/.opam/log/dune-configurator-76878-ba63e8.env# output-file ~/.opam/log/dune-configurator-76878-ba63e8.out### output #### File "otherlibs/configurator/src/.configurator.objs/byte/_unknown_", line 1, characters 0-0:# Error: Error trying to read targets after a rule was run:# - otherlibs/configurator/src/.configurator.objs/byte/configurator__V1.cmi: chmod(_build/default/otherlibs/configurator/src/.configurator.objs/byte/configurator__V1.cmi): Bad file descriptor<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>┌─ The following actions failed│ λ build dune-configurator 3.24.0└─┌─ The following changes have been performed (the rest was aborted)│ ∗ install asn1-combinators 0.3.2│ ∗ install base-bytes base│ ∗ install base64 3.5.2│ ∗ install cmdliner 2.1.1│ ∗ install conf-gmp 5│ ∗ install conf-gmp-powm-sec 4│ ∗ install conf-pkg-config 5│ ∗ install cppo 1.8.0│ ∗ install csexp 1.5.2│ ∗ install cstruct 6.2.0│ ∗ install digestif 1.3.0│ ∗ install domain-name 0.5.0│ ∗ install dune 3.24.0│ ∗ install duration 0.3.1│ ∗ install eqaf 0.10│ ∗ install fmt 0.11.0│ ∗ install gmap 0.3.0│ ∗ install ipaddr 5.6.2│ ∗ install macaddr 5.6.2│ ∗ install mirage-mtime 5.2.0│ ∗ install mtime 2.1.0│ ∗ install ocamlbuild 0.16.1│ ∗ install ocamlfind 1.9.8│ ∗ install ocplib-endian 1.2│ ∗ install ohex 0.2.0│ ∗ install ptime 1.2.0│ ∗ install topkg 1.1.1│ ∗ install zarith 1.14└─The former state can be restored with:/usr/local/bin/opam switch import "/home/opam/.opam/5.5.0/.opam-switch/backup/state-20260702024347.export"jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 compiler-cloning.enabled conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.1.1 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed"jail" "-c" "name=obuilder_61357_12807" "mount.fstab=/tmp/obuilder-jail-8f2251/fstab" "mount.devfs" "path=/obuilder/result/ef62e1c21e5e2b4982c1b68714c5f88a0f638c08951fb11c13bd9d16641f49e3/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='asn1-combinators.0.3.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.2 cmdliner.2.1.1 compiler-cloning.enabled conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.5 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 digestif.1.3.0 domain-name.0.5.0 dune.3.24.0 dune-configurator.3.24.0 duration.0.3.1 eqaf.0.10 fmt.0.11.0 gmap.0.3.0 ipaddr.5.6.2 kdf.1.1.0 logs.0.10.0 lwt.6.1.2 macaddr.5.6.2 mirage-crypto.2.1.0 mirage-crypto-ec.2.1.0 mirage-crypto-pk.2.1.0 mirage-crypto-rng.2.1.0 mirage-flow.5.0.0 mirage-mtime.5.2.0 mirage-sleep.4.1.0 mtime.2.1.0 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ptime.1.2.0 topkg.1.1.1 x509.1.1.1 zarith.1.14' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 12026-07-02 02:56.25: Job failed: Failed: Build failed