2026-02-13 10:09.14: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/riscv64 (b73b82e1d956563810742c87b9a1f5903c6ed5fe) (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/mirage/mirage-crypto.git" -b "riscv64" && cd "mirage-crypto" && git reset --hard b73b82e1 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam ./ RUN opam pin add -yn mirage-crypto.dev './' && \ opam pin add -yn mirage-crypto-rng.dev './' && \ opam pin add -yn mirage-crypto-rng-mkernel.dev './' && \ opam pin add -yn mirage-crypto-rng-mirage.dev './' && \ opam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ opam pin add -yn mirage-crypto-pk.dev './' && \ opam pin add -yn mirage-crypto-ec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.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-02-13 10:09.14: Using cache hint "mirage/mirage-crypto-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-757c5a473adff07cdb92871964f6bd97" 2026-02-13 10:09.14: 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mkernel.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.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-02-13 10:09.14: Waiting for resource in pool OCluster 2026-02-13 10:09.14: Waiting for worker… 2026-02-13 10:09.20: Got resource from pool OCluster Building on rosemary HEAD is now at ec40f43 Try riscv && arch_sixtyfour over riscv64 HEAD is now at b73b82e Upgrade to dune 3.2 (from freebsd-14.3-ocaml-5.4) 2026-02-13 10:09.53 ---> 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-02-13 10:09.54 ---> 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-02-13 10:09.54 ---> 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.0 2.5.0 2026-02-13 10:09.55 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-13 10:09.56 ---> 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 71325ac6ed..302e116c40 master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2026-02-13 10:09.56 ---> using "d30540afdb85e52c7eab75f161aefefbbb01b3baf595bdd11283a6d8d1c457dc" from cache /src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mkernel.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) 2026-02-13 10:09.58 ---> saved as "445fb38ffdce516acee2ab4bbdc32857d346c1954a97af23540f3e5de0bd593c" /src: (run (network host) (shell "opam pin add -yn mirage-crypto.dev './' && \ \nopam pin add -yn mirage-crypto-rng.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mkernel.dev './' && \ \nopam pin add -yn mirage-crypto-rng-mirage.dev './' && \ \nopam pin add -yn mirage-crypto-rng-miou-unix.dev './' && \ \nopam pin add -yn mirage-crypto-pk.dev './' && \ \nopam pin add -yn mirage-crypto-ec.dev './'")) [mirage-crypto.dev] synchronised (file:///src) mirage-crypto is now pinned to file:///src (version dev) [mirage-crypto-rng.dev] synchronised (file:///src) mirage-crypto-rng is now pinned to file:///src (version dev) [mirage-crypto-rng-mkernel.dev] synchronised (file:///src) mirage-crypto-rng-mkernel is now pinned to file:///src (version dev) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) mirage-crypto-rng-mirage is now pinned to file:///src (version dev) [mirage-crypto-rng-miou-unix.dev] synchronised (file:///src) mirage-crypto-rng-miou-unix is now pinned to file:///src (version dev) [mirage-crypto-pk.dev] synchronised (file:///src) mirage-crypto-pk is now pinned to file:///src (version dev) [mirage-crypto-ec.dev] synchronised (file:///src) mirage-crypto-ec is now pinned to file:///src (version dev) 2026-02-13 10:10.06 ---> saved as "dbc04e4109ec65db8d1d1b8a09ddd830cfcf513d8ef8a38a09df8f58d34f431c" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-13 10:10.08 ---> saved as "4a39eb8ede94de18506001e51ea86e3c30ba2d093055aee1662c920136142429" /src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 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 mirage-crypto.dev mirage-crypto-rng.dev mirage-crypto-rng-mkernel.dev mirage-crypto-rng-mirage.dev mirage-crypto-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-crypto-pk.dev] synchronised (file:///src) [mirage-crypto-ec.dev] synchronised (file:///src) [mirage-crypto.dev] synchronised (file:///src) [mirage-crypto-rng.dev] synchronised (file:///src) [mirage-crypto-rng-miou-unix.dev] synchronised (file:///src) [mirage-crypto-rng-mirage.dev] synchronised (file:///src) [mirage-crypto-rng-mkernel.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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 repository catalogue... - [rosemary] Fetching data.pkg: - . - ..... - .... done - Processing entries: - .. - . - . - . - . - . - .. - . done - FreeBSD repository update completed. 36700 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~3e6c778e22.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: - gmp: 6.3.0 [FreeBSD] - - Number of packages to be installed: 1 - - The process will require 3 MiB more space. - 500 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: .......... done 2026-02-13 10:10.44 ---> saved as "1b5cdb6f809a7c81a0d1b5d307c91e52569afae509f1395950fde203b22e25e7" /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.0). [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 57 packages ∗ alcotest 1.9.1 ∗ asn1-combinators 0.3.2 ∗ astring 0.8.5 ∗ base-bytes base ∗ bstr 0.0.4 ∗ bytesrw 0.3.0 ∗ cmdliner 2.1.0 ∗ conf-gmp 5 ∗ conf-gmp-powm-sec 4 ∗ conf-pkg-config 4 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ digestif 1.3.0 ∗ domain-name 0.5.0 ∗ dune 3.21.1 ∗ dune-configurator 3.21.1 ∗ duration 0.2.1 ∗ eqaf 0.10 ∗ fmt 0.11.0 ∗ ipaddr 5.6.1 ∗ jsont 0.2.0 ∗ logs 0.10.0 ∗ lwt 5.9.2 ∗ macaddr 5.6.1 ∗ miou 0.5.2 ∗ mirage-mtime 5.2.0 ∗ mirage-runtime 4.10.4 ∗ mirage-sleep 4.1.0 ∗ mirage-unix 5.0.1 ∗ mkernel 0.0.1 ∗ mtime 2.1.0 ∗ ocaml-compiler-libs v0.17.0 ∗ ocaml-solo5 1.2.0 ∗ ocaml-src 5.4.0 ∗ ocaml-syntax-shims 1.0.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ocplib-endian 1.2 ∗ ohex 0.2.0 ∗ opatch 3.1.0 ∗ ounit2 2.2.7 ∗ patch 3.1.0 ∗ ppx_derivers 1.2.1 ∗ ppx_deriving 6.1.1 ∗ ppx_deriving_yojson 3.10.0 ∗ ppxlib 0.37.0 ∗ ptime 1.2.0 ∗ randomconv 0.2.0 ∗ re 1.14.0 ∗ seq base ∗ sexplib0 v0.17.0 ∗ solo5 0.10.0 ∗ stdlib-shims 0.3.0 ∗ topkg 1.1.1 ∗ uutf 1.0.4 ∗ yojson 3.0.0 ∗ zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved astring.0.8.5 (cached) ⬇ retrieved asn1-combinators.0.3.2 (cached) ⬇ retrieved alcotest.1.9.1 (cached) ⬇ retrieved bytesrw.0.3.0 (cached) ⬇ retrieved conf-gmp.5 (cached) ⬇ retrieved conf-gmp-powm-sec.4 (cached) ⬇ retrieved bstr.0.0.4 (cached) ∗ installed conf-pkg-config.4 ∗ installed conf-gmp.5 ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-gmp-powm-sec.4 ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved cmdliner.2.1.0 (cached) ⬇ retrieved domain-name.0.5.0 (cached) ⬇ retrieved duration.0.2.1 (cached) ⬇ retrieved eqaf.0.10 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) ⬇ retrieved jsont.0.2.0 (cached) ⬇ retrieved logs.0.10.0 (cached) ⬇ retrieved lwt.5.9.2 (cached) ⬇ retrieved miou.0.5.2 (cached) ⬇ retrieved mirage-mtime.5.2.0 (cached) ⬇ retrieved mirage-runtime.4.10.4 (cached) ⬇ retrieved mirage-sleep.4.1.0 (cached) ⬇ retrieved mirage-unix.5.0.1 (cached) ⬇ retrieved mkernel.0.0.1 (cached) ⬇ retrieved mtime.2.1.0 (cached) ⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached) ⬇ retrieved ocaml-solo5.1.2.0 (cached) ⬇ retrieved digestif.1.3.0 (cached) ⬇ retrieved ocaml-syntax-shims.1.0.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 opatch.3.1.0, patch.3.1.0 (cached) ⬇ retrieved ounit2.2.2.7 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving.6.1.1 (cached) ⬇ retrieved ppx_deriving_yojson.3.10.0 (cached) ⬇ retrieved ocaml-src.5.4.0 (cached) ⬇ retrieved ptime.1.2.0 (cached) ⬇ retrieved randomconv.0.2.0 (cached) ⬇ retrieved ppxlib.0.37.0 (cached) ⬇ retrieved seq.base (cached) ⬇ retrieved re.1.14.0 (cached) ⬇ retrieved sexplib0.v0.17.0 (cached) ⬇ retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved solo5.0.10.0 (cached) ⬇ retrieved zarith.1.14 (cached) ⬇ retrieved yojson.3.0.0 (cached) ⬇ retrieved uutf.1.0.4 (cached) ∗ installed ocaml-src.5.4.0 ∗ installed seq.base ∗ installed ocamlbuild.0.16.1 ∗ installed cmdliner.2.1.0 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed zarith.1.14 ∗ installed topkg.1.1.1 ∗ installed mtime.2.1.0 ∗ installed uutf.1.0.4 ∗ installed ptime.1.2.0 ∗ installed fmt.0.11.0 ∗ installed bytesrw.0.3.0 ∗ installed astring.0.8.5 ∗ installed jsont.0.2.0 ∗ installed solo5.0.10.0 ∗ installed dune.3.21.1 ∗ installed duration.0.2.1 ∗ installed ohex.0.2.0 ∗ installed csexp.1.5.2 ∗ installed stdlib-shims.0.3.0 ∗ installed sexplib0.v0.17.0 ∗ installed randomconv.0.2.0 ∗ installed yojson.3.0.0 ∗ installed re.1.14.0 ∗ installed ppx_derivers.1.2.1 ∗ installed patch.3.1.0 ∗ installed ocaml-syntax-shims.1.0.0 ∗ installed ocaml-compiler-libs.v0.17.0 ∗ installed mirage-mtime.5.2.0 ∗ installed macaddr.5.6.1 ∗ installed eqaf.0.10 ∗ installed domain-name.0.5.0 ∗ installed cppo.1.8.0 ∗ installed bstr.0.0.4 ∗ installed asn1-combinators.0.3.2 ∗ installed opatch.3.1.0 ∗ installed ocplib-endian.1.2 ∗ installed ounit2.2.2.7 ∗ installed ipaddr.5.6.1 ∗ installed dune-configurator.3.21.1 ∗ installed digestif.1.3.0 ∗ installed alcotest.1.9.1 ∗ installed miou.0.5.2 ∗ installed lwt.5.9.2 ∗ installed mirage-sleep.4.1.0 ∗ installed logs.0.10.0 ∗ installed mirage-runtime.4.10.4 ∗ installed mirage-unix.5.0.1 ∗ installed ppxlib.0.37.0 ∗ installed ppx_deriving.6.1.1 ∗ installed ppx_deriving_yojson.3.10.0 ∗ installed ocaml-solo5.1.2.0 ∗ installed mkernel.0.0.1 Done. 2026-02-13 10:13.18 ---> saved as "fbc46e6f4c40711264351f34cb4ba36e1850c0c9a43393320363725b62c979bf" /src: (copy (src .) (dst /src)) 2026-02-13 10:13.18 ---> saved as "ab6fd4247c21132ebeb096c1e9797826b528a7430f700442c2a119070504903e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.4.0/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 ec/gen_tables/.gen_tables.eobjs/byte -I /home/opam/.opam/5.4.0/lib/digestif/c -I /home/opam/.opam/5.4.0/lib/eqaf -I /home/opam/.opam/5.4.0/lib/logs -I ec/.mirage_crypto_ec.objs/byte -H rng/.mirage_crypto_rng.objs/byte -I rng/.mirage_crypto_rng.objs/public_cmi -H src/.mirage_crypto.objs/byte -I src/.mirage_crypto.objs/public_cmi -cmi-file ec/gen_tables/.gen_tables.eobjs/byte/dune__exe__Gen_tables.cmi -no-alias-deps -opaque -o ec/gen_tables/.gen_tables.eobjs/byte/dune__exe__Gen_tables.cmo -c -impl ec/gen_tables/gen_tables.ml) File "ec/gen_tables/gen_tables.ml", line 24, characters 4-16: 24 | let div_round_up a b = (a / b) + if a mod b = 0 then 0 else 1 ^^^^^^^^^^^^ Error (warning 32 [unused-value-declaration]): unused value div_round_up. File "ec/gen_tables/gen_tables.ml", line 101, characters 4-6: 101 | let go = ^^ Error (warning 32 [unused-value-declaration]): unused value go. File "rng/unix/dune", lines 16-26, characters 0-330: 16 | (library 17 | (name mirage_crypto_rng_unix) 18 | (public_name mirage-crypto-rng.unix) 19 | (modules mirage_crypto_rng_unix urandom getentropy) 20 | (libraries mirage-crypto-rng unix logs threads.posix) 21 | (foreign_stubs 22 | (language c) 23 | (include_dirs ../../src/native) 24 | (names mc_getrandom_stubs)) 25 | (c_library_flags 26 | (:include rng_c_flags.sexp))) (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlmklib -g -o rng/unix/mirage_crypto_rng_unix_stubs rng/unix/mc_getrandom_stubs.o) ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC >>> defined in rng/unix/mc_getrandom_stubs.o >>> referenced by mc_getrandom_stubs.c:55 >>> rng/unix/mc_getrandom_stubs.o:(raw_getrandom) cc: error: linker command failed with exit code 1 (use -v to see invocation) File "src/dune", lines 1-20, characters 0-536: 1 | (library 2 | (name mirage_crypto) 3 | (public_name mirage-crypto) .... 18 | (flags 19 | (:standard) 20 | (:include cflags.sexp)))) (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlmklib -g -o src/mirage_crypto_stubs src/poly1305-donna.o src/misc_sse.o src/misc.o src/ghash_pclmul.o src/ghash_generic.o src/ghash_ctmul.o src/entropy_cpu_stubs.o src/detect_cpu_features.o src/des_generic.o src/chacha_generic.o src/chacha.o src/aes_generic.o src/aes_aesni.o) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by detect_cpu_features.c:62 (native/detect_cpu_features.c:62) >>> src/detect_cpu_features.o:(mc_detect_cpu_features) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by detect_cpu_features.c:64 (native/detect_cpu_features.c:64) >>> src/detect_cpu_features.o:(mc_detect_cpu_features) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by detect_cpu_features.c:66 (native/detect_cpu_features.c:66) >>> src/detect_cpu_features.o:(mc_detect_cpu_features) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by detect_cpu_features.c:68 (native/detect_cpu_features.c:68) >>> src/detect_cpu_features.o:(mc_detect_cpu_features) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by misc_sse.c:44 (native/misc_sse.c:44) >>> src/misc_sse.o:(mc_xor_into_bytes) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by detect_cpu_features.c:73 (native/detect_cpu_features.c:73) >>> src/detect_cpu_features.o:(mc_detect_cpu_features) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by misc_sse.c:59 (native/misc_sse.c:59) >>> src/misc_sse.o:(mc_count_16_be_4) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by ghash_pclmul.c:193 (native/ghash_pclmul.c:193) >>> src/ghash_pclmul.o:(mc_ghash_key_size) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:64 (native/des_generic.c:64) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by misc_sse.c:63 (native/misc_sse.c:63) >>> src/misc_sse.o:(mc_misc_mode) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by ghash_pclmul.c:200 (native/ghash_pclmul.c:200) >>> src/ghash_pclmul.o:(mc_ghash_init_key) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:65 (native/des_generic.c:65) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by ghash_pclmul.c:208 (native/ghash_pclmul.c:208) >>> src/ghash_pclmul.o:(mc_ghash) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:64 (native/des_generic.c:64) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'mc_detected_cpu_features'; recompile with -fPIC >>> defined in src/detect_cpu_features.o >>> referenced by ghash_pclmul.c:217 (native/ghash_pclmul.c:217) >>> src/ghash_pclmul.o:(mc_ghash_mode) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:65 (native/des_generic.c:65) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:0 (native/des_generic.c:0) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:83 (native/des_generic.c:83) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:83 (native/des_generic.c:83) >>> src/des_generic.o:(mc_deskey) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in src/des_generic.o >>> referenced by des_generic.c:84 (native/des_generic.c:84) >>> src/des_generic.o:(mc_deskey) ld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) File "ec/dune", lines 1-12, characters 0-344: 1 | (library 2 | (name mirage_crypto_ec) 3 | (public_name mirage-crypto-ec) .... 10 | (flags 11 | (:standard -DNDEBUG) 12 | (:include cflags_optimized.sexp)))) (cd _build/default && /home/opam/.opam/5.4.0/bin/ocamlmklib -g -o ec/mirage_crypto_ec_stubs ec/p521_stubs.o ec/p384_stubs.o ec/p256_stubs.o ec/np521_stubs.o ec/np384_stubs.o ec/np256_stubs.o ec/curve25519_stubs.o) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/p256_stubs.o >>> referenced by point_operations.h:225 (native/point_operations.h:225) >>> ec/p256_stubs.o:(table_select) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/p256_stubs.o >>> referenced by point_operations.h:225 (native/point_operations.h:225) >>> ec/p256_stubs.o:(table_select) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/p384_stubs.o >>> referenced by point_operations.h:225 (native/point_operations.h:225) >>> ec/p384_stubs.o:(table_select) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/p384_stubs.o >>> referenced by point_operations.h:225 (native/point_operations.h:225) >>> ec/p384_stubs.o:(table_select) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:802 (native/curve25519_64.h:802) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:806 (native/curve25519_64.h:806) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:807 (native/curve25519_64.h:807) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:808 (native/curve25519_64.h:808) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:812 (native/curve25519_64.h:812) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:813 (native/curve25519_64.h:813) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:814 (native/curve25519_64.h:814) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:818 (native/curve25519_64.h:818) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:821 (native/curve25519_64.h:821) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:827 (native/curve25519_64.h:827) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:828 (native/curve25519_64.h:828) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:830 (native/curve25519_64.h:830) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:829 (native/curve25519_64.h:829) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:822 (native/curve25519_64.h:822) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:823 (native/curve25519_64.h:823) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC >>> defined in ec/curve25519_stubs.o >>> referenced by curve25519_64.h:824 (native/curve25519_64.h:824) >>> ec/curve25519_stubs.o:(mc_25519_scalar_mult_base) ld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors) cc: error: linker command failed with exit code 1 (use -v to see invocation) jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14' 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_56181_137003" "mount.devfs" "path=/obuilder/result/d0649cbade48a501ee3addb23d4833f5647213d4ec90c71e27d9fe8cefa93701/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 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bstr.0.0.4 bytesrw.0.3.0 cmdliner.2.1.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.21.1 dune-configurator.3.21.1 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mkernel.0.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-solo5.1.2.0 ocaml-src.5.4.0 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 opatch.3.1.0 ounit2.2.2.7 patch.3.1.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 solo5.0.10.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0 zarith.1.14' 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-02-13 10:16.09: Job failed: Failed: Build failed