2025-03-12 19:50.03: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/260/head (1a262040a841c0731201a611d210e97ecd630a59) (linux-s390x:debian-12-4.14_s390x_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" && cd "mirage-crypto" && git fetch origin "refs/pull/260/head" && git reset --hard 1a262040 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486 # debian-12-4.14_s390x_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-crypto.opam mirage-crypto-rng.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-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.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.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.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 zarith.1.14" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --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 2025-03-12 19:50.03: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486-debian-12-4.14_s390x_opam-2.3-f2dbdad94b4191665810cb55961773d4" 2025-03-12 19:50.03: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486) (comment debian-12-4.14_s390x_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-crypto.opam mirage-crypto-rng.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-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.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.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.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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.3 --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")) ) 2025-03-12 19:50.03: Waiting for resource in pool OCluster 2025-03-13 01:17.52: Waiting for worker… 2025-03-13 05:13.50: Got resource from pool OCluster Building on s390x-worker-01.marist.ci.dev All commits already cached HEAD is now at 1a26204 mirage-crypto-ec: add Brainpool curves with 254/384/512 bits (from ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486' locally docker.io/ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486: Pulling from ocaml/opam 92bc3bb38690: Already exists 8ceea505e23e: Already exists 2a468ae4380f: Already exists aa8529ea5f7b: Already exists 2b524421cb76: Already exists fdd13dbf1385: Already exists 418bd7fb5220: Already exists a697c88e27b6: Already exists 29170f2f11a8: Already exists 89631b220465: Already exists 614fe0af4fa9: Already exists 62fdeff9be28: Already exists 44d385b51a2f: Already exists 0d688d5bd50a: Already exists 8a125ef5be23: Already exists 6c5ab01e5a0d: Already exists 6fab5f0bf733: Already exists 180e8911179f: Already exists 4a45c7004a22: Already exists 2b14abf96826: Already exists 4f4fb700ef54: Already exists 447f7be7f978: Already exists b5ee5e1d61f3: Already exists 417161a572cb: Already exists 0be9056d674d: Already exists 41c69ad1a0ee: Already exists 163d7c2c8e4d: Already exists 4a389bcf29e3: Already exists e96da4d8a88b: Already exists 877959eb4894: Already exists b87450fa55e3: Already exists fc278563bc78: Already exists f9ab0fcf0a5a: Already exists 46302a739d14: Already exists d17223feb1b8: Already exists a83498163f75: Already exists 480cc0d757c1: Already exists 63aa40114802: Already exists 097dd1f6a19a: Already exists 707b17222586: Pulling fs layer fa9ee5562399: Pulling fs layer 61afff5781c8: Pulling fs layer 33ad073fd216: Pulling fs layer 33ad073fd216: Waiting 61afff5781c8: Verifying Checksum 61afff5781c8: Download complete fa9ee5562399: Verifying Checksum fa9ee5562399: Download complete 33ad073fd216: Verifying Checksum 33ad073fd216: Download complete 707b17222586: Verifying Checksum 707b17222586: Download complete 707b17222586: Pull complete fa9ee5562399: Pull complete 61afff5781c8: Pull complete 33ad073fd216: Pull complete Digest: sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486 Status: Downloaded newer image for ocaml/opam@sha256:eaf748009a89a3d403c00020f693f0ebeb0722fcc60f2239ac3d6c17ca658486 2025-03-13 05:13.50 ---> using "d50dd471fbb41d8ca626a6a2873fb75611100b95abf6d9adbc93e54a0ced6cf0" from cache /: (comment debian-12-4.14_s390x_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-03-13 05:13.50 ---> using "3f3030ca645435d7ed6ae4b0a89db142d229003a7ad870c7672480ce1a408e16" 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 development 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-13 05:13.50 ---> using "f4eb1de23b28fd6f755b42cb4bf9579256a8fb0f42a946c81c240118753be5bd" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-52-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-03-13 05:13.50 ---> using "f9262904c24d76016f318d9efecd2bc853866d4a08b5b9639d7796ec149ef7be" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-13 05:13.50 ---> using "af0c15365cc1e9dc4eca424a961725b6c14e4ccf21134b3dc14bdc9014ca739c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 || git fetch origin master) && git reset -q --hard 3a07c5ca803c46e8ff2d2c9842211cf9a226c774 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 94514fa0d0..a3d20148ad master -> origin/master 3a07c5ca80 Merge pull request #27604 from dbuenzli/b0-publish-topkg-care.1.0.8-etc-34b29252ad1a6aca <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-03-13 05:13.51 ---> using "9f101f35bbdf5752d015d3e5e24d5f20ffda358e875aa6e4ecdcd3f3c08bb3f0" from cache /src: (copy (src mirage-crypto.opam mirage-crypto-rng.opam mirage-crypto-rng-mirage.opam mirage-crypto-rng-miou-unix.opam mirage-crypto-pk.opam mirage-crypto-ec.opam) (dst ./)) 2025-03-13 05:13.51 ---> using "75ca9af00eda9f4772f9d9045973a65164b3d06979a5de51cf68ae73a9cbb323" from cache /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-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-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) 2025-03-13 05:13.51 ---> using "9575b22a355d5fbac73156f92b70a80a5e2ffb40c7b572e02c0c0604f5e8b1d4" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-13 05:13.51 ---> using "426ffe139a618eb050b95553c2050353df59e8d2f9702d9ebd2adfe4a12ca970" from cache /src: (env DEPS "alcotest.1.8.0 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 conf-gmp.4 conf-gmp-powm-sec.3 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.2.0 domain-name.0.4.1 dune.3.17.2 dune-configurator.3.17.2 duration.0.2.1 eqaf.0.10 fmt.0.10.0 ipaddr.5.6.0 logs.0.7.0 lwt.5.9.0 macaddr.5.6.0 mirage-mtime.5.0.0 mirage-runtime.4.9.0 mirage-sleep.4.0.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.0.3 ppx_deriving_yojson.3.9.1 ppxlib.0.35.0 ptime.1.2.0 randomconv.0.2.0 re.1.12.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8 uutf.1.0.4 yojson.2.2.2 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.3 --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 bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [212 kB] - Fetched 316 kB in 1s (442 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 pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:s390x. - (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 ... 18518 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_s390x.deb ... - Unpacking libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:s390x. - Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_s390x.deb ... - Unpacking libgmp-dev:s390x (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:s390x. - Preparing to unpack .../2-libpkgconf3_1.8.1-1_s390x.deb ... - Unpacking libpkgconf3:s390x (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-1_s390x.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:s390x. - Preparing to unpack .../4-pkgconf_1.8.1-1_s390x.deb ... - Unpacking pkgconf:s390x (1.8.1-1) ... - Selecting previously unselected package pkg-config:s390x. - Preparing to unpack .../5-pkg-config_1.8.1-1_s390x.deb ... - Unpacking pkg-config:s390x (1.8.1-1) ... - Setting up libpkgconf3:s390x (1.8.1-1) ... - Setting up libgmpxx4ldbl:s390x (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libgmp-dev:s390x (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf:s390x (1.8.1-1) ... - Setting up pkg-config:s390x (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-03-13 05:13.51 ---> using "2ccd673327b6f81f90b5bafb2fa94f130c9fe5d11b311351906f39bbaab4a5ce" from cache /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 - install alcotest 1.8.0 - install asn1-combinators 0.3.2 - install astring 0.8.5 - install base-bytes base - install cmdliner 1.3.0 - install conf-gmp 4 - install conf-gmp-powm-sec 3 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install digestif 1.2.0 - install domain-name 0.4.1 - install dune 3.17.2 - install dune-configurator 3.17.2 - install duration 0.2.1 - install eqaf 0.10 - install fmt 0.10.0 - install ipaddr 5.6.0 - install logs 0.7.0 - install lwt 5.9.0 - install macaddr 5.6.0 - install mirage-mtime 5.0.0 - install mirage-runtime 4.9.0 - install mirage-sleep 4.0.0 - install mirage-unix 5.0.1 - install mtime 2.1.0 - install ocaml-compiler-libs v0.12.4 - 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 ounit2 2.2.7 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_deriving_yojson 3.9.1 - install ppxlib 0.35.0 - install ptime 1.2.0 - install randomconv 0.2.0 - install re 1.12.0 - install seq base - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.8 - install uutf 1.0.4 - install yojson 2.2.2 - install zarith 1.14 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved asn1-combinators.0.3.2 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved digestif.1.2.0 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> installed conf-gmp.4 -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved fmt.0.10.0 (cached) -> installed conf-gmp-powm-sec.3 -> retrieved logs.0.7.0 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (cached) -> retrieved lwt.5.9.0 (cached) -> retrieved mirage-mtime.5.0.0 (cached) -> retrieved mirage-runtime.4.9.0 (cached) -> retrieved mirage-sleep.4.0.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) -> installed cmdliner.1.3.0 -> 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 ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_deriving_yojson.3.9.1 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved seq.base (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zarith.1.14 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed ptime.1.2.0 -> installed dune.3.17.2 -> installed csexp.1.5.2 -> installed domain-name.0.4.1 -> installed asn1-combinators.0.3.2 -> installed cppo.1.8.0 -> installed duration.0.2.1 -> installed macaddr.5.6.0 -> installed eqaf.0.10 -> installed dune-configurator.3.17.2 -> installed mirage-mtime.5.0.0 -> installed ipaddr.5.6.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed ocplib-endian.1.2 -> installed ohex.0.2.0 -> installed ppx_derivers.1.2.1 -> installed randomconv.0.2.0 -> installed digestif.1.2.0 -> installed sexplib0.v0.17.0 -> installed re.1.12.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed alcotest.1.8.0 -> installed ounit2.2.2.7 -> installed lwt.5.9.0 -> installed mirage-sleep.4.0.0 -> installed logs.0.7.0 -> installed mirage-runtime.4.9.0 -> installed mirage-unix.5.0.1 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed ppx_deriving_yojson.3.9.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-13 05:13.51 ---> using "78aa82843ad5133326e22d7fc1d5aec148f16f86293d81aa84a4eae55e57b9e3" from cache /src: (copy (src .) (dst /src)) 2025-03-13 05:14.12 ---> saved as "f331b4a4637b3a6cb4d26915d2cc251716eb6b578fcdc7882c4171d95a03398c" /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")) (cd _build/default/tests && ./test_entropy.exe) no CPU RNG available test entropy OK (cd _build/default/tests && ./test_symmetric_runner.exe) accel: ................................................................ Ran: 64 tests in: 0.13 seconds. OK (cd _build/default/tests && ./test_random_runner.exe) ......... Ran: 9 tests in: 0.22 seconds. OK (cd _build/default/tests && ./test_entropy_collection.exe) reseeding: 000000 00c8 4b24 4b26 4b28 4b2a 4b2c 4b2e 4b30 ..K$K&K(K*K,K.K0 000010 4b32 4b34 4b36 4b38 4b3a 4b3c 4b3e 4b40 K2K4K6K8K:K<K>K@ 000020 4b42 4b44 4b46 4b48 4b4a 4b4c 4b4e 4b50 KBKDKFKHKJKLKNKP 000030 4b52 4b54 4b56 4b58 4b5a 4b5c 4b5e 4b60 KRKTKVKXKZK\K^K` 000040 4b62 4b64 4b66 4b68 4b6a 4b6c 4b6e 4b70 KbKdKfKhKjKlKnKp 000050 4b72 4b74 4b76 4b78 4b7a 4b7c 4b7e 4b80 KrKtKvKxKzK|K~K. 000060 4b82 4b84 4b86 4b88 4b8a 4b8c 4b8e 4b90 K.K.K.K.K.K.K.K. 000070 4b92 4b94 4b96 4b98 4b9a 4b9c 4b9e 4ba0 K.K.K.K.K.K.K.K. 000080 4ba2 4ba4 4ba6 4ba8 4baa 4bac 4bae 4bb0 K.K.K.K.K.K.K.K. 000090 4bb2 4bb4 4bb6 4bb8 4bba 4bbc 4bbe 4bc0 K.K.K.K.K.K.K.K. 0000a0 4bc2 4bc4 4bc6 4bc8 4bca 4bcc 4bce 4bd0 K.K.K.K.K.K.K.K. 0000b0 4bd2 4bd4 4bd6 4bd8 4bda 4bdc 4bde 4be0 K.K.K.K.K.K.K.K. 0000c0 4be2 4be4 4be6 4be8 4bea 01c8 4bec 4bee K.K.K.K.K...K.K. 0000d0 4bf0 4bf2 4bf4 4bf6 4bf8 4bfa 4bfc 4bfe K.K.K.K.K.K.K.K. 0000e0 4b00 4b02 4b04 4b06 4b08 4b0a 4b0c 4b0e K.K.K.K.K.K.K.K. 0000f0 4b10 4b12 4b14 4b16 4b18 4b1a 4b1c 4b1e K.K.K.K.K.K.K.K. 000100 4b20 4b22 4b24 4b26 4b28 4b2a 4b2c 4b2e K K"K$K&K(K*K,K. 000110 4b30 4b32 4b34 4b36 4b38 4b3a 4b3c 4b3e K0K2K4K6K8K:K<K> 000120 4b40 4b42 4b44 4b46 4b48 4b4a 4b4c 4b4e K@KBKDKFKHKJKLKN 000130 4b50 4b52 4b54 4b56 4b58 4b5a 4b5c 4b5e KPKRKTKVKXKZK\K^ 000140 4b60 4b62 4b64 4b66 4b68 4b6a 4b6c 4b6e K`KbKdKfKhKjKlKn 000150 4b70 4b72 4b74 4b76 4b78 4b7a 4b7c 4b7e KpKrKtKvKxKzK|K~ 000160 4b80 4b82 4b84 4b86 4b88 4b8a 4b8c 4b8e K.K.K.K.K.K.K.K. 000170 4b90 4b92 4b94 4b96 4b98 4b9a 4b9c 4b9e K.K.K.K.K.K.K.K. 000180 4ba0 4ba2 4ba4 4ba6 4ba8 4baa 4bac 4bae K.K.K.K.K.K.K.K. 000190 4bb0 4bb2 02c8 4bb4 4bb6 4bb8 4bba 4bbc K.K...K.K.K.K.K. 0001a0 4bbe 4bc0 4bc2 4bc4 4bc6 4bc8 4bca 4bcc K.K.K.K.K.K.K.K. 0001b0 4bce 4bd0 4bd2 4bd4 4bd6 4bd8 4bda 4bdc K.K.K.K.K.K.K.K. 0001c0 4bde 4be0 4be2 4be4 4be6 4be8 4bea 4bec K.K.K.K.K.K.K.K. 0001d0 4bee 4bf0 4bf2 4bf4 4bf6 4bf8 4bfa 4bfc K.K.K.K.K.K.K.K. 0001e0 4bfe 4b00 4b02 4b04 4b06 4b08 4b0a 4b0c K.K.K.K.K.K.K.K. 0001f0 4b0e 4b10 4b12 4b14 4b16 4b18 4b1a 4b1c K.K.K.K.K.K.K.K. 000200 4b1e 4b20 4b22 4b24 4b26 4b28 4b2a 4b2c K.K K"K$K&K(K*K, 000210 4b2e 4b30 4b32 4b34 4b36 4b38 4b3a 4b3c K.K0K2K4K6K8K:K< 000220 4b3e 4b40 4b42 4b44 4b46 4b48 4b4a 4b4c K>K@KBKDKFKHKJKL 000230 4b4e 4b50 4b52 4b54 4b56 4b58 4b5a 4b5c KNKPKRKTKVKXKZK\ 000240 4b5e 4b60 4b62 4b64 4b66 4b68 4b6a 4b6c K^K`KbKdKfKhKjKl 000250 4b6e 4b70 4b72 4b74 4b76 4b78 4b7a 03c8 KnKpKrKtKvKxKz.. 000260 4b7c 4b7e 4b80 4b82 4b84 4b86 4b88 4b8a K|K~K.K.K.K.K.K. 000270 4b8c 4b8e 4b90 4b92 4b94 4b96 4b98 4b9a K.K.K.K.K.K.K.K. 000280 4b9c 4b9e 4ba0 4ba2 4ba4 4ba6 4ba8 4baa K.K.K.K.K.K.K.K. 000290 4bac 4bae 4bb0 4bb2 4bb4 4bb6 4bb8 4bba K.K.K.K.K.K.K.K. 0002a0 4bbc 4bbe 4bc0 4bc2 4bc4 4bc6 4bc8 4bca K.K.K.K.K.K.K.K. 0002b0 4bcc 4bce 4bd0 4bd2 4bd4 4bd6 4bd8 4bda K.K.K.K.K.K.K.K. 0002c0 4bdc 4bde 4be0 4be2 4be4 4be6 4be8 4bea K.K.K.K.K.K.K.K. 0002d0 4bec 4bee 4bf0 4bf2 4bf4 4bf6 4bf8 4bfa K.K.K.K.K.K.K.K. 0002e0 4bfc 4bfe 4b00 4b02 4b04 4b06 4b08 4b0a K.K.K.K.K.K.K.K. 0002f0 4b0c 4b0e 4b10 4b12 4b14 4b16 4b18 4b1a K.K.K.K.K.K.K.K. 000300 4b1c 4b1e 4b20 4b22 4b24 4b26 4b28 4b2a K.K.K K"K$K&K(K* 000310 4b2c 4b2e 4b30 4b32 4b34 4b36 4b38 4b3a K,K.K0K2K4K6K8K: 000320 4b3c 4b3e 4b40 4b42 K<K>K@KB entropy sources: [0] timer accumulate: (src: [0] timer) 4be4 2b14 File "tests/dune", line 48, characters 7-25: 48 | (name test_ec_wycheproof) ^^^^^^^^^^^^^^^^^^ (cd _build/default/tests && ./test_ec_wycheproof.exe) Fatal error: exception Sys_error("ecdsa_brainpoolp512r1_sha512_test.json: No such file or directory") (cd _build/default/tests && ./test_ec.exe) Testing `EC'. This run has ID `QMZ2I26X'. [OK] P256 Key exchange 0 b*A. [OK] P256 Key exchange 1 a*B. [OK] P256 Key exchange 2 a*A. [OK] P256 Key exchange 3 b*B. [OK] P256 Low level scalar mult 0 Scalar mu... [OK] P256 Low level scalar mult 1 Scalar mu... [OK] P256 Low level scalar mult 2 Scalar mu... [OK] P256 Low level scalar mult 3 Scalar mu... [OK] P256 Low level scalar mult 4 Scalar mu... [OK] P256 Low level scalar mult 5 Scalar mu... [OK] P256 Point validation 0 Ok. [OK] P256 Point validation 1 P=0. [OK] P256 Point validation 2 (0, sqrt(... [OK] P256 Point validation 3 out of ra... [OK] P256 Scalar validation when generating 0 0. [OK] P256 Scalar validation when generating 1 1. [OK] P256 Scalar validation when generating 2 n-1. [OK] P256 Scalar validation when generating 3 n. [OK] ECDSA NIST 0 ECDSA gen. [OK] ECDSA NIST 1 ECDSA sign. [OK] ECDSA NIST 2 ECDSA ver... [OK] ECDSA RFC 6979 P256 0 public ke... [OK] ECDSA RFC 6979 P256 1 public ke... [OK] ECDSA RFC 6979 P256 2 RFC 6979 ... [OK] ECDSA RFC 6979 P256 3 RFC 6979 ... [OK] ECDSA RFC 6979 P256 4 RFC 6979 ... [OK] ECDSA RFC 6979 P256 5 RFC 6979 ... [OK] ECDSA RFC 6979 P256 6 RFC 6979 ... [OK] ECDSA RFC 6979 P256 7 RFC 6979 ... [OK] ECDSA RFC 6979 P256 8 RFC 6979 ... [OK] ECDSA RFC 6979 P256 9 RFC 6979 ... [OK] ECDSA RFC 6979 P256 10 RFC 6979 ... [OK] ECDSA RFC 6979 P256 11 RFC 6979 ... [OK] ECDSA RFC 6979 P384 0 public ke... [OK] ECDSA RFC 6979 P384 1 public ke... [OK] ECDSA RFC 6979 P384 2 RFC 6979 ... [OK] ECDSA RFC 6979 P384 3 RFC 6979 ... [OK] ECDSA RFC 6979 P384 4 RFC 6979 ... [OK] ECDSA RFC 6979 P384 5 RFC 6979 ... [OK] ECDSA RFC 6979 P384 6 RFC 6979 ... [OK] ECDSA RFC 6979 P384 7 RFC 6979 ... [OK] ECDSA RFC 6979 P384 8 RFC 6979 ... [OK] ECDSA RFC 6979 P384 9 RFC 6979 ... [OK] ECDSA RFC 6979 P384 10 RFC 6979 ... [OK] ECDSA RFC 6979 P384 11 RFC 6979 ... [OK] ECDSA RFC 6979 P521 0 public ke... [OK] ECDSA RFC 6979 P521 1 public ke... [OK] ECDSA RFC 6979 P521 2 RFC 6979 ... [OK] ECDSA RFC 6979 P521 3 RFC 6979 ... [OK] ECDSA RFC 6979 P521 4 RFC 6979 ... [OK] ECDSA RFC 6979 P521 5 RFC 6979 ... [OK] ECDSA RFC 6979 P521 6 RFC 6979 ... [OK] ECDSA RFC 6979 P521 7 RFC 6979 ... [OK] ECDSA RFC 6979 P521 8 RFC 6979 ... [OK] ECDSA RFC 6979 P521 9 RFC 6979 ... [OK] ECDSA RFC 6979 P521 10 RFC 6979 ... [OK] ECDSA RFC 6979 P521 11 RFC 6979 ... [OK] X25519 0 RFC 7748. [OK] ED25519 0 RFC 8032 1. [OK] ED25519 1 RFC 8032 2. [OK] ED25519 2 RFC 8032 3. [OK] ED25519 3 RFC 8032 4. [OK] ED25519 4 RFC 8032 5. [OK] ECDSA P521 regression 0 regression1. [OK] secp256k1 ECDSA 0 ECDSA gen. [OK] secp256k1 ECDSA 1 ECDSA ver... [OK] secp256k1 ECDSA sign 0 ECDSA sig... [OK] secp256k1 ECDSA sign 1 ECDSA sig... [OK] secp256k1 ECDSA sign 2 ECDSA sig... [OK] secp256k1 ECDSA sign 3 ECDSA sig... [OK] secp256k1 ECDSA sign 4 ECDSA sig... [OK] secp256k1 ECDSA sign 5 ECDSA sig... [OK] secp256k1 ECDSA sign 6 ECDSA sig... [OK] brainpoolP256r1 ECDSA 0 ECDSA gen. [OK] brainpoolP256r1 ECDSA 1 ECDSA sign. [OK] brainpoolP256r1 ECDSA 2 ECDSA ver... [OK] brainpoolP384r1 ECDSA 0 ECDSA gen. [OK] brainpoolP384r1 ECDSA 1 ECDSA sign. [OK] brainpoolP384r1 ECDSA 2 ECDSA ver... [OK] brainpoolP512r1 ECDSA 0 ECDSA gen. [OK] brainpoolP512r1 ECDSA 1 ECDSA sign. [OK] brainpoolP512r1 ECDSA 2 ECDSA ver... Full test results in `/src/_build/default/tests/_build/_tests/EC'. Test Successful in 0.093s. 82 tests run. (cd _build/default/tests && ./test_pk_runner.exe) ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 5.27 seconds. OK "/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 2025-03-13 05:15.53: Job failed: Failed: Build failed