Organisationsmiragemirage-cryptobc32ff (riscv64)opensuse-16.0-5.4_opam-2.5

opensuse-16.0-5.4_opam-2.5

Logs

Show full logs
2026-02-20 10:12.23: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/riscv64 (bc32ff1d7945d96f8ebdfda28feec7e8000e1323) (linux-x86_64:opensuse-16.0-5.4_opam-2.5)
Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69
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:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69
# opensuse-16.0-5.4_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 d18d14011e4188f5c398421e2e99b297dd8150fb || git fetch origin master) && git reset -q --hard d18d14011e4188f5c398421e2e99b297dd8150fb && 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-libseccomp.1 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 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 miou.0.5.4 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-20 10:12.23: Using cache hint "mirage/mirage-crypto-ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69-opensuse-16.0-5.4_opam-2.5-b29697564cb3d57063f3cf228c8fdb11"
2026-02-20 10:12.23: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69)
 (comment opensuse-16.0-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/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 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-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-libseccomp.1 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 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 miou.0.5.4 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-20 10:12.23: Waiting for resource in pool OCluster
2026-02-20 12:14.54: Waiting for worker…
2026-02-20 12:16.01: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at bc32ff1 Remove dead code (warning 32)

(from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69)
Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69' locally
docker.io/ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69: Pulling from ocaml/opam
64cfa2a65095: Already exists
692f5537ba42: Already exists
43d4ccad78cf: Already exists
70070cd3c955: Already exists
ec78a4ac80e5: Already exists
eefb9793fafd: Already exists
4c43fcde2d96: Already exists
f8ebe3d69c53: Already exists
5701de31e7b4: Already exists
6f0d4e876bbd: Already exists
514a778e56ac: Already exists
6f18741b08bc: Already exists
b55a7ea2c456: Already exists
2feb3e941e06: Already exists
653f3a3f03c4: Already exists
c33d44c2fe4b: Already exists
4fea671b1885: Already exists
b9f264b7c21f: Already exists
6d5265cd7803: Already exists
4f4fb700ef54: Already exists
7d8fef25b78c: Already exists
6b0aa9646d3b: Already exists
10db3a3b9be6: Already exists
2d2da8b6b9b7: Already exists
1ec924573b5f: Already exists
6073c773f2c4: Already exists
bb3927dba7ec: Already exists
2fe1303967bb: Already exists
8f6ca5296dbb: Already exists
a3cfb92e75bb: Already exists
a8021b72a568: Already exists
1ec42febf652: Already exists
a97cb0151adc: Already exists
49c1029be156: Already exists
89e146cf2a15: Already exists
c205ee7826da: Already exists
a1bc65435ed6: Already exists
42d855c8ca83: Already exists
3b96cdb92533: Pulling fs layer
37908c05cc2e: Pulling fs layer
873e394a55db: Pulling fs layer
8b0427d054f2: Pulling fs layer
72f823d6b15a: Pulling fs layer
fb8fd7f6e601: Pulling fs layer
72f823d6b15a: Waiting
19a31680e4c0: Pulling fs layer
fb8fd7f6e601: Waiting
19a31680e4c0: Waiting
3b96cdb92533: Download complete
3b96cdb92533: Pull complete
873e394a55db: Verifying Checksum
873e394a55db: Download complete
37908c05cc2e: Verifying Checksum
37908c05cc2e: Download complete
72f823d6b15a: Download complete
fb8fd7f6e601: Verifying Checksum
fb8fd7f6e601: Download complete
19a31680e4c0: Verifying Checksum
19a31680e4c0: Download complete
8b0427d054f2: Verifying Checksum
8b0427d054f2: Download complete
37908c05cc2e: Pull complete
873e394a55db: Pull complete
8b0427d054f2: Pull complete
72f823d6b15a: Pull complete
fb8fd7f6e601: Pull complete
19a31680e4c0: Pull complete
Digest: sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69
Status: Downloaded newer image for ocaml/opam@sha256:8625a6aa1c636216dc18e3edec937ce5aeecd6378664ff55abe6489cb3a9de69
2026-02-20 12:16.02 ---> using "419c12b0131530436bc1bd48eab089d969cd7499a1b30cd0ecb7539b421b3066" from cache

/: (comment opensuse-16.0-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/bin/opam-2.5 /usr/bin/opam"))
2026-02-20 12:16.02 ---> using "ef213f399cc4d5c706edb3a99f4e50fe95ee55fb51fad1a114f982145bd6536f" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-20 12:16.02 ---> using "3df2a4a78106de8bcda7f77ce97c50d3c362968946e23a385ee92c4860e0712a" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-20 12:16.02 ---> using "ef045a8760c3ad3282e100aa8a177fda66de0681d3d0e41b68ede5a302634434" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-20 12:16.02 ---> using "74cf57ef77fcc32f8ee9cbb81cc36465a75db8b329cf3f359312df60b986c7b0" 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_HEAD
   3109384a92..d18d14011e  master     -> origin/master
d18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2

<><> 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.1"), 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-20 12:16.02 ---> using "f63a1e40957fd2b7510ebe6f9ea18fde284917f23a2dd00af7b7bd249b371530" 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 12:16.02 ---> saved as "7856c1868e9437ee0c81d3d076f6b9541c748ebb2db6a2b94845ceb81dff9faf"

/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 12:16.10 ---> saved as "c6092bc711c353dd72c395d7e32237f245726f786b8c490b0acba428275613ce"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-20 12:16.10 ---> saved as "a8016a7f4c559ddf3fd67d2673032585990449327fcece152a30872d385ba65d"

/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-libseccomp.1 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 jsont.0.2.0 logs.0.10.0 lwt.5.9.2 macaddr.5.6.2 miou.0.5.4 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"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- .
- .........
- ..........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ......
- ..........
- ..........
- ..done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.

<><> 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-miou-unix.dev] synchronised (file:///src)
[mirage-crypto-rng.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-devel libseccomp-devel

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

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "libseccomp-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 3 NEW packages are going to be installed:
-   gmp-devel libgmpxx4 libseccomp-devel
- 
- 3 new packages to install.
- 
- Package download size:   412.8 KiB
- 
- Package install size change:
-               |       1.2 MiB  required by packages that will be installed
-      1.2 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [..
- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- 
- Preloading: libseccomp-devel-2.6.0-160000.2.2.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libseccomp-devel-2.6.0-160000.2.2.x86_64.rpm [done]
- .done]
- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (1/3),  32.3 KiB    
- Retrieving: libseccomp-devel-2.6.0-160000.2.2.x86_64 (repo-oss (16.0)) (2/3),  59.8 KiB    
- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (3/3), 320.7 KiB    
- 
- Checking for file conflicts: [..done]
- (1/3) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [.
- .done]
- (2/3) Installing: libseccomp-devel-2.6.0-160000.2.2.x86_64 [..done]
- (3/3) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]
- Running post-transaction scripts [...done]
# To update the current shell environment, run: eval $(opam env)
2026-02-20 12:17.04 ---> saved as "8a4ee7c428478969eaa4c23e154628b3d850151772adb7be8888906998333d36"

/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 58 packages
  - install alcotest            1.9.1
  - install asn1-combinators    0.3.2
  - install astring             0.8.5
  - install base-bytes          base
  - install bstr                0.0.4
  - install bytesrw             0.3.0
  - install cmdliner            2.1.0
  - install conf-gmp            5
  - install conf-gmp-powm-sec   4
  - install conf-libseccomp     1
  - install conf-pkg-config     4
  - install cppo                1.8.0
  - install csexp               1.5.2
  - install digestif            1.3.0
  - install domain-name         0.5.0
  - install dune                3.21.1
  - install dune-configurator   3.21.1
  - install duration            0.2.1
  - install eqaf                0.10
  - install fmt                 0.11.0
  - install ipaddr              5.6.2
  - install jsont               0.2.0
  - install logs                0.10.0
  - install lwt                 5.9.2
  - install macaddr             5.6.2
  - install miou                0.5.4
  - install mirage-mtime        5.2.0
  - install mirage-runtime      4.10.4
  - install mirage-sleep        4.1.0
  - install mirage-unix         5.0.1
  - install mkernel             0.0.1
  - install mtime               2.1.0
  - install ocaml-compiler-libs v0.17.0
  - install ocaml-solo5         1.2.0
  - install ocaml-src           5.4.0
  - install ocaml-syntax-shims  1.0.0
  - install ocamlbuild          0.16.1
  - install ocamlfind           1.9.8
  - install ocplib-endian       1.2
  - install ohex                0.2.0
  - install opatch              3.1.0
  - install ounit2              2.2.7
  - install patch               3.1.0
  - install ppx_derivers        1.2.1
  - install ppx_deriving        6.1.1
  - install ppx_deriving_yojson 3.10.0
  - install ppxlib              0.37.0
  - install ptime               1.2.0
  - install randomconv          0.2.0
  - install re                  1.14.0
  - install seq                 base
  - install sexplib0            v0.17.0
  - install solo5               0.10.0
  - install stdlib-shims        0.3.0
  - install topkg               1.1.1
  - install uutf                1.0.4
  - install yojson              3.0.0
  - install zarith              1.14

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (cached)
-> retrieved asn1-combinators.0.3.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved bytesrw.0.3.0  (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libseccomp.1
-> 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 jsont.0.2.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.5.9.2  (cached)
-> retrieved miou.0.5.4  (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 dune.3.21.1, dune-configurator.3.21.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved randomconv.0.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved solo5.0.10.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved topkg.1.1.1  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed ocaml-src.5.4.0
-> installed ocamlbuild.0.16.1
-> installed seq.base
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.1.1
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed bytesrw.0.3.0
-> installed zarith.1.14
-> installed jsont.0.2.0
-> installed solo5.0.10.0
-> installed dune.3.21.1
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed bstr.0.0.4
-> installed cppo.1.8.0
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed macaddr.5.6.2
-> installed mirage-mtime.5.2.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ohex.0.2.0
-> installed patch.3.1.0
-> installed ppx_derivers.1.2.1
-> installed randomconv.0.2.0
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed ipaddr.5.6.2
-> installed opatch.3.1.0
-> installed digestif.1.3.0
-> installed alcotest.1.9.1
-> installed ounit2.2.2.7
-> installed dune-configurator.3.21.1
-> installed miou.0.5.4
-> 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.
# To update the current shell environment, run: eval $(opam env)
2026-02-20 12:24.25 ---> saved as "7fd2d9a0c33610cc062f023a15a47fbef6984856b39d928066ecbd5c338c6570"

/src: (copy (src .) (dst /src))
2026-02-20 12:24.25 ---> saved as "84832a48fce048d091f6eec7c9da130d02c9b2ba5efc11f7d191cf1c9761debe"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
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/bin/ocamlmklib -g -o rng/unix/mirage_crypto_rng_unix_stubs rng/unix/mc_getrandom_stubs.o)
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rng/unix/mc_getrandom_stubs.o: relocation R_X86_64_32 against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
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/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)
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: src/des_generic.o: relocation R_X86_64_32S against `.rodata' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
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/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)
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: ec/p521_stubs.o: relocation R_X86_64_32S against `.data' can not be used when making a shared object; recompile with -fPIC
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: failed to set dynamic section sizes: bad value
collect2: error: ld returned 1 exit status
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2026-02-20 12:24.58: Job failed: Failed: Build failed