2026-02-20 10:12.23: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/riscv64 (bc32ff1d7945d96f8ebdfda28feec7e8000e1323) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "riscv64" && cd "mirage-crypto" && git reset --hard bc32ff1dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-threads.base base-unix.base 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.2 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 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 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-mirage.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-20 10:12.23: Using cache hint "mirage/mirage-crypto-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-ce73986d8343203f8bd4c66996068067"2026-02-20 10:12.23: 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 d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && 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-threads.base base-unix.base 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.2 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 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 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-mirage.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 --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build")))2026-02-20 10:12.23: Waiting for resource in pool OCluster2026-02-20 10:48.58: Waiting for worker…2026-02-20 11:54.33: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at bc32ff1 Remove dead code (warning 32)(from freebsd-14.3-ocaml-4.14)2026-02-20 11:52.02 ---> 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-02-20 11:52.03 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-02-20 11:52.03 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-02-20 11:52.03 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-20 11:52.04 ---> 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 d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD71325ac6ed..d18d14011e master -> origin/masterd18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised 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.4.1- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.1"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-02-20 11:52.04 ---> using "3ad7b27b283ae9e5909ff0e21a08445bfa32bd75014361aab03058a44637374f" 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-20 11:52.05 ---> saved as "131c5432912f0964e7897d5dddd6434ebfd2b3b2897da00d5abdf9ce21d1131f"/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-20 11:52.11 ---> saved as "a8c1775fa7471f19c55faf2de43d44e28dfd4d9f980a98bd5a236b13264758ef"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-20 11:52.12 ---> saved as "1afb8d7ddc04d0e4b82f7f515866a6c4180c939d8d3ed669d7c800014e052883"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base 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.2 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 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 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-mirage.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-mirage.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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed: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. 36702 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: .......... done2026-02-20 11:52.36 ---> saved as "af5e8a948ab6b9bb42f45f7cd575929329d4b397c2f8a0daeaf5d86eac4a09a2"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 47 packages∗ alcotest 1.9.1∗ asn1-combinators 0.3.2∗ astring 0.8.5∗ base-bytes base∗ 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.2∗ logs 0.10.0∗ lwt 5.9.2∗ macaddr 5.6.2∗ mirage-mtime 5.2.0∗ mirage-runtime 4.10.4∗ mirage-sleep 4.1.0∗ mirage-unix 5.0.1∗ mtime 2.1.0∗ ocaml-compiler-libs v0.12.4∗ ocaml-syntax-shims 1.0.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ohex 0.2.0∗ ounit2 2.2.7∗ 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∗ 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 conf-gmp.5 (cached)⬇ retrieved conf-gmp-powm-sec.4 (cached)⬇ retrieved alcotest.1.9.1 (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.2, macaddr.5.6.2 (cached)⬇ retrieved logs.0.10.0 (cached)⬇ retrieved lwt.5.9.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 mtime.2.1.0 (cached)⬇ retrieved ocaml-compiler-libs.v0.12.4 (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 digestif.1.3.0 (cached)⬇ retrieved ohex.0.2.0 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved ppx_deriving.6.1.1 (cached)⬇ retrieved ounit2.2.2.7 (cached)⬇ retrieved ppx_deriving_yojson.3.10.0 (cached)⬇ retrieved ptime.1.2.0 (cached)⬇ retrieved randomconv.0.2.0 (cached)⬇ retrieved re.1.14.0 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved ppxlib.0.37.0 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved zarith.1.14 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)∗ 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 uutf.1.0.4∗ installed mtime.2.1.0∗ installed ptime.1.2.0∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed dune.3.21.1∗ installed duration.0.2.1∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.17.0∗ installed yojson.3.0.0∗ installed randomconv.0.2.0∗ installed re.1.14.0∗ installed ppx_derivers.1.2.1∗ installed ohex.0.2.0∗ installed ocaml-syntax-shims.1.0.0∗ installed ocaml-compiler-libs.v0.12.4∗ installed mirage-mtime.5.2.0∗ installed macaddr.5.6.2∗ installed eqaf.0.10∗ installed domain-name.0.5.0∗ installed cppo.1.8.0∗ installed asn1-combinators.0.3.2∗ installed ocplib-endian.1.2∗ installed ipaddr.5.6.2∗ installed ounit2.2.2.7∗ installed dune-configurator.3.21.1∗ installed digestif.1.3.0∗ installed alcotest.1.9.1∗ 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.0Done.2026-02-20 11:54.08 ---> saved as "df58f511827399d91eadab3ec46c3c4d253fb8ff09e79c6553bc07542c4357fa"/src: (copy (src .) (dst /src))2026-02-20 11:54.11 ---> saved as "ff0c7c07a3fb6e2ac8363d7f67a6113c160b2e17917f2fcb6e28c48667b1822e"/src: (run (shell "opam exec -- dune build --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build"))File "rng/unix/dune", lines 16-26, characters 0-330:16 | (library17 | (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_stubs22 | (language c)23 | (include_dirs ../../src/native)24 | (names mc_getrandom_stubs))25 | (c_library_flags26 | (:include rng_c_flags.sexp)))(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlmklib.opt -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 | (library2 | (name mirage_crypto)3 | (public_name mirage-crypto)....18 | (flags19 | (:standard)20 | (:include cflags.sexp))))(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlmklib.opt -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 aes_aesni.c:368 (native/aes_aesni.c:368)>>> src/aes_aesni.o:(mc_aes_rk_size)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 aes_aesni.c:376 (native/aes_aesni.c:376)>>> src/aes_aesni.o:(mc_aes_derive_e_key)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 aes_aesni.c:386 (native/aes_aesni.c:386)>>> src/aes_aesni.o:(mc_aes_derive_d_key)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 aes_aesni.c:397 (native/aes_aesni.c:397)>>> src/aes_aesni.o:(mc_aes_enc)ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c:356 (native/aes_aesni.c:356)>>> src/aes_aesni.o:(mc_aes_enc)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 aes_aesni.c:409 (native/aes_aesni.c:409)>>> src/aes_aesni.o:(mc_aes_dec)ld: error: relocation R_X86_64_32S cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c:360 (native/aes_aesni.c:360)>>> src/aes_aesni.o:(mc_aes_dec)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 aes_aesni.c:421 (native/aes_aesni.c:421)>>> src/aes_aesni.o:(mc_aes_mode)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x0)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x8)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x10)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x18)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x20)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x28)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x30)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x38)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x40)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x48)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x50)ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC>>> defined in src/aes_aesni.o>>> referenced by aes_aesni.c>>> src/aes_aesni.o:(.rodata+0x58)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 | (library2 | (name mirage_crypto_ec)3 | (public_name mirage-crypto-ec)....10 | (flags11 | (:standard -DNDEBUG)12 | (:include cflags_optimized.sexp))))(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlmklib.opt -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_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:27 (native/np256_stubs.c:27)>>> ec/np256_stubs.o:(mc_np256_inv)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:29 (native/np256_stubs.c:29)>>> ec/np256_stubs.o:(mc_np256_inv)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:34 (native/np256_stubs.c:34)>>> ec/np256_stubs.o:(mc_np256_mul)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:36 (native/np256_stubs.c:36)>>> ec/np256_stubs.o:(mc_np256_mul)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:41 (native/np256_stubs.c:41)>>> ec/np256_stubs.o:(mc_np256_add)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:48 (native/np256_stubs.c:48)>>> ec/np256_stubs.o:(mc_np256_one)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:55 (native/np256_stubs.c:55)>>> ec/np256_stubs.o:(mc_np256_from_bytes)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:62 (native/np256_stubs.c:62)>>> ec/np256_stubs.o:(mc_np256_to_bytes)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:64 (native/np256_stubs.c:64)>>> ec/np256_stubs.o:(mc_np256_to_bytes)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:69 (native/np256_stubs.c:69)>>> ec/np256_stubs.o:(mc_np256_from_montgomery)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by np256_stubs.c:76 (native/np256_stubs.c:76)>>> ec/np256_stubs.o:(mc_np256_to_montgomery)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:30 (native/p384_stubs.c:30)>>> ec/p384_stubs.o:(mc_p384_sub)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:32 (native/p384_stubs.c:32)>>> ec/p384_stubs.o:(mc_p384_sub)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:37 (native/p384_stubs.c:37)>>> ec/p384_stubs.o:(mc_p384_add)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:39 (native/p384_stubs.c:39)>>> ec/p384_stubs.o:(mc_p384_add)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:44 (native/p384_stubs.c:44)>>> ec/p384_stubs.o:(mc_p384_mul)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:46 (native/p384_stubs.c:46)>>> ec/p384_stubs.o:(mc_p384_mul)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:51 (native/p384_stubs.c:51)>>> ec/p384_stubs.o:(mc_p384_from_bytes)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:58 (native/p384_stubs.c:58)>>> ec/p384_stubs.o:(mc_p384_to_bytes)ld: error: relocation R_X86_64_PC32 cannot be used against symbol 'Caml_state'; recompile with -fPIC>>> defined in ec/p521_stubs.o>>> referenced by p384_stubs.c:60 (native/p384_stubs.c:60)>>> ec/p384_stubs.o:(mc_p384_to_bytes)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-threads.base base-unix.base 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.2 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 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 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 --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build': failed"jail" "-c" "name=obuilder_56181_164698" "mount.devfs" "path=/obuilder/result/ce793d5855bcd398998cf99a897d3512edd5653817632b0ba46ac031b8dd62bd/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-threads.base base-unix.base 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.2 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 mirage-mtime.5.2.0 mirage-runtime.4.10.4 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ohex.0.2.0 ounit2.2.2.7 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 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 --only-packages=mirage-crypto,mirage-crypto-rng,mirage-crypto-rng-mirage,mirage-crypto-pk,mirage-crypto-ec @install @check @runtest && rm -rf _build'" failed with exit status 12026-02-20 11:56.53: Job failed: Failed: Build failed