Organisationsmiragemirage-cryptobc32ff (riscv64)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-02-13 11:09.56: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/riscv64 (bc32ff1d7945d96f8ebdfda28feec7e8000e1323) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "riscv64" && cd "mirage-crypto" && git reset --hard bc32ff1d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
# debian-13-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/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 486f2fca09bebd00a92caeb3b72234b6cb14cd17 || git fetch origin master) && git reset -q --hard 486f2fca09bebd00a92caeb3b72234b6cb14cd17 && 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.0.1 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-which.1 cppo.1.6.1 cstruct.3.3.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 eqaf.0.8 fmt.0.8.8 functoria-runtime.4.0.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.1.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 yojson.1.6.0 zarith.1.13"
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 $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN 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


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-02-13 11:09.56: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-debian-13-4.14_opam-2.5-ee5e1295fb93e92dcd44fdc0c9641156"
2026-02-13 11:09.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
(comment debian-13-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/bin/opam-2.5 /usr/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 486f2fca09bebd00a92caeb3b72234b6cb14cd17 || git fetch origin master) && git reset -q --hard 486f2fca09bebd00a92caeb3b72234b6cb14cd17 && 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.0.1 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-which.1 cppo.1.6.1 cstruct.3.3.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 eqaf.0.8 fmt.0.8.8 functoria-runtime.4.0.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.1.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 yojson.1.6.0 zarith.1.13")
(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-13 11:09.56: Waiting for resource in pool OCluster
2026-02-13 11:09.56: Waiting for worker…
2026-02-13 11:10.29: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at bc32ff1 Remove dead code (warning 32)


(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
2026-02-13 11:10.30 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" from cache


/: (comment debian-13-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/bin/opam-2.5 /usr/bin/opam"))
2026-02-13 11:10.30 ---> using "79daebcbc5520475ef698774e191c2a976dee11cab06586599f03b4faa88b4c1" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-13 11:10.30 ---> using "6734ef203e8f94c3ede62661c6e533fbb1535b4bc07d5d9fe6b8569888ce349b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-13 11:10.30 ---> using "b7ba28dbe9695a097e10b97905022268a49d0b8258c7f907e34f92cb165b8c35" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-13 11:10.30 ---> using "ddbc61ab1d56844dc9a98d35bc99291d379fecdaddc6324eb024a9b4c538c925" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 486f2fca09bebd00a92caeb3b72234b6cb14cd17 || git fetch origin master) && git reset -q --hard 486f2fca09bebd00a92caeb3b72234b6cb14cd17 && git log --no-decorate -n1 --oneline && opam update -u"))
486f2fca09 Merge pull request #29297 from hannesm/mirage-runtime-not-lwt-6+


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-02-13 11:10.53 ---> saved as "0213dd33af57848ae4af50e48ecb865647364c5058409090d2e0cc0c44bb04c5"


/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 11:10.54 ---> saved as "1b890798fd81a7027fda28ac217fdd67f7ee2173ab2a617c098588effcb131e3"


/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)
[NOTE] Package mirage-crypto-rng-mkernel does not exist in opam repositories registered in the current switch.
[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 11:11.13 ---> saved as "f4546b74114ad5e5d2371ea203db8236bafdcf06e03104234e65aa4fa26eb75c"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-13 11:11.13 ---> saved as "45624ec8c177ec2ddafbf24258aeefb15fa02a2088904a6081299a0eaffa8c83"


/src: (env DEPS "alcotest.1.0.1 asn1-combinators.0.3.1 astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cmdliner.1.3.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-which.1 cppo.1.6.1 cstruct.3.3.0 digestif.1.3.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 eqaf.0.8 fmt.0.8.8 functoria-runtime.4.0.0 ipaddr.5.6.0 jbuilder.1.0+beta20.1 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.0.0 mirage-sleep.4.0.0 mirage-unix.5.0.1 mmap.1.1.0 mtime.2.1.0 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocplib-endian.1.0 ohex.0.2.0 ounit2.2.2.0 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_deriving_yojson.3.6.1 ppxlib.0.24.0 ptime.1.2.0 randomconv.0.2.0 re.1.7.2 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8 uuidm.0.9.7 yojson.1.6.0 zarith.1.13")


/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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [108 kB]
- Fetched 198 kB in 0s (998 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-crypto.dev] synchronised (file:///src)
[mirage-crypto-ec.dev] synchronised (file:///src)
[mirage-crypto-pk.dev] synchronised (file:///src)
[mirage-crypto-rng-mirage.dev] synchronised (file:///src)
[mirage-crypto-rng.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:
libgmp-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
# To update the current shell environment, run: eval $(opam env)
2026-02-13 11:11.41 ---> saved as "76f056bf435945f57e9292f0e512e253b34690828bbdc0cc8c1127709c07cb8b"


/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 57 packages
- install alcotest            1.0.1
- install asn1-combinators    0.3.1
- install astring             0.8.5
- install base                v0.14.2
- install base-bytes          base
- install biniou              1.2.0
- install cmdliner            1.3.0
- install conf-gmp            5
- install conf-gmp-powm-sec   4
- install conf-which          1
- install cppo                1.6.1
- install cstruct             3.3.0
- install digestif            1.3.0
- install domain-name         0.3.0
- install dune                3.5.0
- install dune-configurator   2.5.1
- install dune-private-libs   2.5.1
- install duration            0.2.1
- install easy-format         1.0.1
- install eqaf                0.8
- install fmt                 0.8.8
- install functoria-runtime   4.0.0 (deprecated)
- install ipaddr              5.6.0
- install jbuilder            1.0+beta20.1 (deprecated)
- install logs                0.7.0
- install lwt                 5.4.0
- install macaddr             5.6.0
- install mirage-mtime        5.0.0
- install mirage-runtime      4.0.0
- install mirage-sleep        4.0.0
- install mirage-unix         5.0.1
- install mmap                1.1.0
- install mtime               2.1.0
- install num                 1.5
- install ocaml-compiler-libs v0.11.0
- install ocamlbuild          0.14.0
- install ocamlfind           1.9.1
- install ocplib-endian       1.0
- install ohex                0.2.0
- install ounit2              2.2.0
- install parsexp             v0.14.1
- install ppx_derivers        1.0
- install ppx_deriving        5.2
- install ppx_deriving_yojson 3.6.1
- install ppxlib              0.24.0
- install ptime               1.2.0
- install randomconv          0.2.0
- install re                  1.7.2
- install result              1.5
- install seq                 0.3
- install sexplib             v0.14.0
- install sexplib0            v0.14.0
- install stdlib-shims        0.1.0
- install topkg               1.0.8
- install uuidm               0.9.7
- install yojson              1.6.0
- install zarith              1.13


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.0.1  (cached)
-> retrieved asn1-combinators.0.3.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved base.v0.14.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-gmp.5
-> installed conf-which.1
-> retrieved cstruct.3.3.0  (cached)
-> retrieved domain-name.0.3.0  (cached)
-> installed conf-gmp-powm-sec.4
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved digestif.1.3.0  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved eqaf.0.8  (cached)
-> retrieved fmt.0.8.8  (cached)
-> retrieved ipaddr.5.6.0, macaddr.5.6.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved functoria-runtime.4.0.0, mirage-runtime.4.0.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt.5.4.0  (cached)
-> retrieved mirage-mtime.5.0.0  (cached)
-> retrieved mirage-sleep.4.0.0  (cached)
-> retrieved mirage-unix.5.0.1  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved ohex.0.2.0  (cached)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_deriving_yojson.3.6.1  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved re.1.7.2  (cached)
-> installed cmdliner.1.3.0
-> retrieved ppxlib.0.24.0  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uuidm.0.9.7  (cached)
-> retrieved yojson.1.6.0  (cached)
-> retrieved zarith.1.13  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed zarith.1.13
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed re.1.7.2
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed topkg.1.0.8
-> installed uuidm.0.9.7
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed dune.3.5.0
-> installed ocplib-endian.1.0
-> installed asn1-combinators.0.3.1
-> installed duration.0.2.1
-> installed macaddr.5.6.0
-> installed mirage-mtime.5.0.0
-> installed mmap.1.1.0
-> installed ohex.0.2.0
-> installed randomconv.0.2.0
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.14.0
-> installed stdlib-shims.0.1.0
-> installed yojson.1.6.0
-> installed dune-private-libs.2.5.1
-> installed fmt.0.8.8
-> installed ounit2.2.2.0
-> installed functoria-runtime.4.0.0
-> installed domain-name.0.3.0
-> installed alcotest.1.0.1
-> installed ipaddr.5.6.0
-> installed dune-configurator.2.5.1
-> installed lwt.5.4.0
-> installed mirage-sleep.4.0.0
-> installed logs.0.7.0
-> installed mirage-runtime.4.0.0
-> installed mirage-unix.5.0.1
-> installed base.v0.14.2
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppxlib.0.24.0
-> installed cstruct.3.3.0
-> installed eqaf.0.8
-> installed digestif.1.3.0
-> installed ppx_deriving.5.2
-> installed ppx_deriving_yojson.3.6.1
Done.


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.


<><> functoria-runtime.4.0.0 installed successfully <><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-02-13 11:15.14 ---> saved as "52f36c445e54ba7495432fcc20a7c5ff8fa14ad8dcefbcec1069908f2cd4b067"


/src: (copy (src .) (dst /src))
2026-02-13 11:15.15 ---> saved as "6baeb6cca3e34df95f2b7f5b1fefc3ef0dc1d622c08f20c196a56ed6530f8fde"


/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 "/home/opam/.opam/4.14/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/re.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/emacs/re.emacs.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/glob/re.glob.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/pcre/re.pcre.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/perl/re.perl.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/posix/re.posix.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/re/str/re.str.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.14/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "src/dune", line 1, 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/4.14/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)
/usr/bin/ld: src/aes_aesni.o: warning: relocation against `mc_detected_cpu_features' in read-only section `.text'
/usr/bin/ld: src/misc_sse.o: relocation R_X86_64_PC32 against symbol `mc_detected_cpu_features' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
File "ec/dune", line 1, 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/4.14/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)
/usr/bin/ld: ec/curve25519_stubs.o: warning: relocation against `Caml_state' in read-only section `.text'
/usr/bin/ld: ec/p521_stubs.o: relocation R_X86_64_PC32 against undefined symbol `Caml_state' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
"/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 1
2026-02-13 11:15.37: Job failed: Failed: Build failed