2025-03-17 10:27.33: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/pull/260/head (1a59d8b975dc7279c29cfce5eb8db910c506c93b) (linux-ppc64:debian-12-5.3_ppc64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d 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 1a59d8b9 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d # debian-12-5.3_ppc64_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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && 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-domains.base base-effects.base base-nnp.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.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-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 2025-03-17 10:27.33: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d-debian-12-5.3_ppc64_opam-2.3-4394cad40b67fdb53bee543690a4564d" 2025-03-17 10:27.33: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d) (comment debian-12-5.3_ppc64_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 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && 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-domains.base base-effects.base base-nnp.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.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-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")) ) 2025-03-17 10:27.33: Waiting for resource in pool OCluster 2025-03-17 12:16.59: Waiting for worker… 2025-03-17 13:18.42: Got resource from pool OCluster Building on orithia.caelum.ci.dev All commits already cached HEAD is now at 1a59d8b mirage-crypto-ec: add Brainpool curves with 254/384/512 bits (from ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d' locally docker.io/ocaml/opam@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d: Pulling from ocaml/opam Digest: sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d Status: Downloaded newer image for ocaml/opam@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d 2025-03-17 13:18.42 ---> using "f3507cfdd9cda6c78222b1c8f3d9d43d96f1c1996e9ce4244e4686d98b61ddea" from cache /: (comment debian-12-5.3_ppc64_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-17 13:18.42 ---> using "168c19cef79c05107b538c528fc3d832750d5bdbc3a7b41711e551bb0d81ac6c" 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-17 13:18.42 ---> using "487dda2baaa2465ab82cf99926f729a3b76add6939c52a1d289f6ad7f6b0925b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-17 13:18.42 ---> using "c89ad6ce61f54a4ad08e979d853a815df404db7508b2b5f802fe6ab8f9e363a7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-17 13:18.42 ---> using "f0c24e2883a704076675cde5e8701aeb7f9a6cf487764304401841caf4880948" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 || git fetch origin master) && git reset -q --hard 08baa0f29f1cd773e5e4418210c71e5ce4e45c85 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 862a7640b1..4f8517f5b7 master -> origin/master 08baa0f29f Merge pull request #27602 from dbuenzli/b0-publish-logs.0.8.0 <><> 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-17 13:18.42 ---> using "b2efb94031fcc8519a97792b093f613ef6ef7b9b157662c2f917cfbd1c9625af" 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-17 13:18.42 ---> using "693e49919a31c1f526705f0094660333e907d778747d9b6c0ffde7b6fd39c3aa" 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-17 13:18.42 ---> using "0d01a8afeba55e1c99bdab962bc7f3b020c5127cac6ce0fe7680d3b9d2e3ed8a" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-17 13:18.42 ---> using "de23a0bd5647395bf5f8f4908e0c495c9d99582810de052e122291121ede8d0b" 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-domains.base base-effects.base base-nnp.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.8.0 lwt.5.9.1 macaddr.5.6.0 miou.0.3.1 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.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 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-rng-miou-unix.dev mirage-crypto-pk.dev mirage-crypto-ec.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main ppc64el Packages [8629 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [233 kB] - Fetched 9116 kB in 4s (2532 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.dev] synchronised (file:///src) [mirage-crypto-rng-miou-unix.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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: 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:ppc64el. - (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 ... 18718 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ... - Unpacking libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:ppc64el. - Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_ppc64el.deb ... - Unpacking libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:ppc64el. - Preparing to unpack .../2-libpkgconf3_1.8.1-1_ppc64el.deb ... - Unpacking libpkgconf3:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:ppc64el. - Preparing to unpack .../4-pkgconf_1.8.1-1_ppc64el.deb ... - Unpacking pkgconf:ppc64el (1.8.1-1) ... - Selecting previously unselected package pkg-config:ppc64el. - Preparing to unpack .../5-pkg-config_1.8.1-1_ppc64el.deb ... - Unpacking pkg-config:ppc64el (1.8.1-1) ... - Setting up libpkgconf3:ppc64el (1.8.1-1) ... - Setting up libgmpxx4ldbl:ppc64el (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libgmp-dev:ppc64el (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf:ppc64el (1.8.1-1) ... - Setting up pkg-config:ppc64el (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... 2025-03-17 13:18.42 ---> using "154c46d8e9e378705d7d4f65cfa374685d5883a07c6586e8e32c7eb8614ee28b" 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 48 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.8.0 - install lwt 5.9.1 - install macaddr 5.6.0 - install miou 0.3.1 - 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.17.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 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 asn1-combinators.0.3.2 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved conf-gmp.4 (cached) -> retrieved conf-gmp-powm-sec.3 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved alcotest.1.8.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-gmp.4 -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.4.1 (cached) -> installed conf-gmp-powm-sec.3 -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved ipaddr.5.6.0, macaddr.5.6.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved digestif.1.2.0 (cached) -> retrieved mirage-mtime.5.0.0 (cached) -> retrieved miou.0.3.1 (cached) -> retrieved mirage-sleep.4.0.0 (cached) -> retrieved mirage-unix.5.0.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved mirage-runtime.4.9.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved dune.3.17.2, dune-configurator.3.17.2 (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 ounit2.2.2.7 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> installed cmdliner.1.3.0 -> 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) -> installed seq.base -> retrieved randomconv.0.2.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved re.1.12.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 ocamlbuild.0.16.1 -> installed zarith.1.14 -> installed topkg.1.0.8 -> installed mtime.2.1.0 -> installed uutf.1.0.4 -> installed fmt.0.10.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed dune.3.17.2 -> installed duration.0.2.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed cppo.1.8.0 -> installed domain-name.0.4.1 -> installed eqaf.0.10 -> installed macaddr.5.6.0 -> installed miou.0.3.1 -> installed mirage-mtime.5.0.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ohex.0.2.0 -> installed randomconv.0.2.0 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.0 -> installed digestif.1.2.0 -> installed alcotest.1.8.0 -> installed ounit2.2.2.7 -> installed dune-configurator.3.17.2 -> installed lwt.5.9.1 -> installed mirage-sleep.4.0.0 -> installed logs.0.8.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-17 13:18.42 ---> using "25f3e4d44cce82921739903cdf1f817eb634123e8a5e51fd5aae8e05424fe26b" from cache /src: (copy (src .) (dst /src)) 2025-03-17 13:19.13 ---> saved as "046392ce7632f4edf8b694981072a4847a134fa45d59a94f8f22d6c812c81298" /src: (run (shell "opam exec -- dune build @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_random_runner.exe) ......... Ran: 9 tests in: 0.12 seconds. OK (cd _build/default/tests && ./test_symmetric_runner.exe) accel: ................................................................ Ran: 64 tests in: 0.12 seconds. OK (cd _build/default/tests && ./test_miou_entropy_collection.exe) reseeding: 000000 00c8 0dc0 59c0 9dc0 0ec1 c9c1 fac2 f1c4 ....Y........... 000010 98c5 aac6 6cc8 c0c8 48c9 27ca 95cb eecd ....l...H.'..... 000020 3acf 59d1 45d2 c6d3 3ed6 bcd7 2dda a2db :.Y.E...>...-... 000030 02de 59df 8ae1 95e2 48e4 85e4 e6e4 85e5 ..Y.....H....... 000040 8be6 37e8 69e8 b7e8 3ae9 0eea 6ceb aaed ..7.i...:...l... 000050 c7ee 9af0 09f1 c0f1 ebf2 d6f4 6cf5 62f6 ............l.b. 000060 f5f7 8afa 38fc 68fc b8fc 3afd 10fe 70ff ....8.h...:...p. 000070 b101 d302 b004 2d05 fb05 4d07 7909 770a ......-...M.y.w. 000080 190c 360c 660c b50c 340d 090e 650f 9d11 ..6.f...4...e... 000090 b512 7d14 da14 7415 7116 0d18 2218 4418 ..}...t.q...".D. 0000a0 7e18 db18 7419 6e1a 0a1c 1d1c 3c1c 711c ~...t.n.....<.q. 0000b0 c51c 521d 361e ad1f 1622 7823 bd25 e826 ..R.6...."x#.%.& 0000c0 d128 6329 552a df2b 662e 01c8 7e30 ec30 .(c)U*.+f...~0.0 0000d0 9131 9e32 5734 9b34 0b35 c435 f336 e238 .1.2W4.4.5.5.6.8 0000e0 8139 843a 2c3c 573c 993c 093d c03d eb3e .9.:,<W<.<.=.=.> 0000f0 d740 6d41 6442 f443 7e46 1b48 3948 6948 .@mAdB.C~F.H9HiH 000100 b848 3849 094a 5c4b 874d 8a4e 3150 5a50 .H8I.J\K.M.N1PZP 000110 9f50 1251 ca51 f652 e054 7855 7256 0858 .P.Q.Q.R.TxUrV.X 000120 1858 3558 6258 ab58 2459 e759 265b 2c5d .X5XbX.X$Y.Y&[,] 000130 f55d 3c5f 5261 3262 a063 f265 3867 4969 .]<_Ra2b.c.e8gIi 000140 256a 886b cb6d f86e e170 7971 7372 0974 %j.k.m.n.pyqsr.t 000150 1974 3674 6574 b174 2b75 f475 3977 4b79 .t6tet.t+u.u9wKy 000160 277a 8d7b d57d 087f fd80 a981 c182 8984 'z.{.}.......... 000170 ea84 8985 8d86 3588 6388 ae88 2789 0c8b ......5.c...'... 000180 ae8f 1796 0d99 7c9a 449e 1ba1 88a2 a8a5 ......|.D....... 000190 b4a7 4bac 02c8 59ae 55b1 59b3 11b9 f6ba ..K...Y.U.Y..... 0001a0 cfbe a2c0 13c1 ccc1 f1c3 f4c9 57cd 78cf ............W.x. 0001b0 68d4 1ed5 86d6 b2d9 d2db 8de0 4ae1 f0e2 h...........J... 0001c0 a1e6 38ea 17ee a9f1 c4f2 8cf4 f9f4 a2f5 ..8............. 0001d0 b4f6 72f8 c7f8 50f9 30fa 9bfb ecfd 2dff ..r...P.0.....-. 0001e0 3901 0a02 5d03 8805 8b06 3208 5d08 a508 9...].....2.]... 0001f0 1809 d609 0a0b 010d ac0d c80e 9410 fe10 ................ 000200 aa11 c312 8c14 f114 9515 a016 5318 9518 ............S... 000210 fd18 a919 c11a 891c ea1c 891d 8c1e 3320 ..............3 000220 6020 a920 1e21 dd21 1723 1425 cc25 f926 ` . .!.!.#.%.%.& 000230 e428 8129 7c2a 182c 342c 612c a92c 202d .(.)|*.,4,a,., - 000240 e12d 1a2f 1a31 d631 0a33 fe34 aa35 c236 .-./.1.1.3.4.5.6 000250 8b38 ed38 8e39 943a 3f3c 743c c83c 0380 .8.8.9.:?<t<.<.. 000260 9c41 5263 b078 f9ac dbae 8d99 90ce 79db .ARc.x........y. 000270 5895 ce23 a6de e1ca 6646 57a3 efc3 34df X..#....fFW...4. 000280 2555 a309 771e f12a a773 a065 798f e216 %U..w..*.s.ey... 000290 9d7e e585 3033 a8a1 d263 1a64 84b0 9bfd .~..03...c.d.... 0002a0 436f 3c7e 99e1 81b5 d06d d0cc d3a5 ff71 Co<~.....m.....q 0002b0 8cfa 9a95 934f e449 cf7d e102 122b df7f .....O.I.}...+.. 0002c0 9e4f 51be 1210 842d ff15 5aef 728b 08ac .OQ....-..Z.r... 0002d0 5f00 2314 7bd4 ecb1 a0cd ea85 71cb 2840 _.#.{.......q.(@ entropy sources: accumulate: (src: [0] getrandom) 7e89 83cb 9a79 fdc1 accumulate: (src: [0] getrandom) 8e1e 0baa e437 6f22 (cd _build/default/tests && ./test_miou_rng.exe) 32 bit random number: db01d88aadf41b3bd2d7fb0e762ac929c17a3099ffeb91e097abc49da8e453ff 16 bit random number: c3ef51560526ceae033b51066f88d5b4 (cd _build/default/tests && ./test_entropy_collection.exe) reseeding: 000000 00c8 6bec 00ed b3ed d7ee b5f0 36f1 0af2 ..k.........6... 000010 66f3 a1f5 b9f6 85f8 e7f8 88f9 91fa 44fc f.............D. 000020 7bfc d7fc 6dfd 65fe faff 9602 4c04 8a04 {...m.e.....L... 000030 f004 9705 a906 6b08 bc08 4209 1d0a 870b ......k...B..... 000040 d80d 130f 1911 da11 1713 2015 e515 2817 .......... ...(. 000050 3b19 121a 731b b61d da1e bb20 4121 1a22 ;...s...... A!." 000060 8023 c925 fa26 ee28 9429 a42a 622c ac2c .#.%.&.(.).*b,., 000070 272d f22d 3d2f 5d31 4a32 ce33 4b36 d237 '-.-=/]1J2.3K6.7 000080 523a db3b 633e f83f 9342 4744 8144 e144 R:.;c>.?.BGD.D.D 000090 7d45 8046 2848 4e48 8d48 f548 9e49 b54a }E.F(HNH.H.H.I.J 0000a0 804c dd4c 794d 784e 1a50 3850 6850 b750 .L.LyMxN.P8PhP.P 0000b0 3951 1052 6e53 af55 d156 ab58 2659 ee59 9Q.RnS.U.V.X&Y.Y 0000c0 385b 555d 3b5e b65f 2362 01c8 b263 2566 8[U];^._#b...c%f 0000d0 9167 e769 2a6b 3d6d 176e 796f c171 ed72 .g.i*k=m.nyo.q.r 0000e0 da74 7375 6d76 0878 1a78 3778 6878 b778 .tsumv.x.x7xhx.x 0000f0 3979 0e7a 6d7b ad7d cd7e a880 2081 e681 9y.zm{.}.~.. ... 000100 2b83 4185 1b86 8487 d389 0b8b 0d8d c68d +.A............. 000110 f68e e990 8c91 9792 4c94 8a94 f094 9695 ........L....... 000120 a796 6898 b798 3899 0d9a 6b9b a99d c59e ..h...8...k..... 000130 98a0 07a1 bba1 e5a2 caa4 59a5 43a6 c2a7 ..........Y.C... 000140 37aa aeab 17ae 7baf c3b1 f2b2 e2b4 7fb5 7.....{......... 000150 82b6 2ab8 52b8 94b8 feb8 aeb9 d0ba aabc ..*.R........... 000160 25bd ecbd 36bf 54c1 3bc2 b7c3 27c6 96c7 %...6.T.;...'... 000170 f1c9 3ccb 5dcd 4ace cecf 4dd2 d4d3 56d6 ..<.].J...M...V. 000180 e2d7 6cda 06dc 17dc 32dc 5ddc a8dc 20dd ..l.....2.]... . 000190 e5dd 28df 02c8 cce1 ffe2 f7e4 a3e5 bbe6 ..(............. 0001a0 87e8 eae8 8ce9 97ea 4cec 8aec f0ec 96ed ........L....... 0001b0 a7ee 67f0 b5f0 36f1 0af2 66f3 a1f5 b9f6 ..g...6...f..... 0001c0 85f8 e7f8 88f9 90fa 43fc 79fc d5fc 6afd ........C.y...j. 0001d0 60fe f3ff 8a02 3804 6804 b904 3b05 1306 `.....8.h...;... 0001e0 7607 bb09 e50a cd0c 5e0d 4c0e d30f 5312 v.......^.L...S. 0001f0 dd13 6516 fb17 961a 4a1c 861c e91c 8a1d ..e.....J....... 000200 931e 4620 8120 e120 7b21 7b22 2024 4024 ..F . . {!{" $@$ 000210 7624 cd24 5d25 4a26 cd27 492a cd2b 492e v$.$]%J&.'I*.+I. 000220 cd2f 4a32 ce33 4c36 d337 553a e13b 6b3e ./J2.3L6.7U:.;k> 000230 0640 1640 3240 5d40 a640 1d41 e241 2543 .@.@2@]@.@.A.A%C 000240 3745 0b46 6947 a649 c24a 944c 014d b24d 7E.FiG.I.J.L.M.M 000250 d64e b550 3551 0852 6353 9b55 b056 03c8 .N.P5Q.RcS.U.V.. 000260 9258 0559 b859 e05a c45c 4d5d 315e a45f .X.Y.Y.Z.\M]1^._ 000270 0662 5c63 9265 a066 5968 9f68 1269 cd69 .b\c.e.fYh.h.i.i 000280 036b fc6c ab6d c96e a170 1471 d271 0973 .k.l.m.n.p.q.q.s 000290 0875 bd75 e976 d478 6879 5c7a ec7b 807e .u.u.v.xhy\z.{.~ 0002a0 2780 4c80 8a80 f180 9781 aa82 6d84 c184 '.L.........m... 0002b0 4985 2a86 9a87 f889 488b 718d 6a8e 0490 I.*.....H.q.j... 0002c0 1490 2c90 5690 9990 0991 bf91 ea92 d694 ..,.V........... 0002d0 6c95 6396 f797 8d9a 3d9c 719c c69c 519d l.c.....=.q...Q. 0002e0 369e ac9f 14a2 75a3 b8a5 dea6 c2a8 49a9 6.....u.......I. 0002f0 29aa 98ab f3ad 3faf 62b1 51b2 dab3 60b6 ).....?.b.Q...`. 000300 f3b7 89ba 36bc 66bc b4bc 35bd 08be 63bf ....6.f...5...c. 000310 9ec1 b5c2 80c4 dec4 7ac5 7ac6 1ec8 3ec8 ........z.z...>. 000320 74c8 cac8 58c9 44ca t...X.D. entropy sources: [0] timer accumulate: (src: [0] timer) abec 079d (cd _build/default/tests && ./test_pk_runner.exe) ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 2.45 seconds. OK 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 `CW1WTAZY'. [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.167s. 82 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-03-17 13:19.28: Job failed: Failed: Build failed