2025-10-14 14:30.41: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (154ff24042394d73222935a3cc332a897a9058af) (linux-x86_64:debian-13-5.4~alpha1_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard 154ff240 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b # debian-13-5.4~alpha1_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.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 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.0 mirage-mtime.5.2.0 mirage-runtime.4.10.2 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-14 14:30.41: Using cache hint "mirage/mirage-crypto-ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b-debian-13-5.4~alpha1_opam-2.4-63985a47ea80cda60321c954253ac4c1" 2025-10-14 14:30.41: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b) (comment debian-13-5.4~alpha1_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.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 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.0 mirage-mtime.5.2.0 mirage-runtime.4.10.2 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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-10-14 14:30.41: Waiting for resource in pool OCluster 2025-10-14 16:25.40: Waiting for worker… 2025-10-14 16:27.53: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 154ff24 changes for 2.0.2 (from ocaml/opam:debian-13-ocaml-5.4-alpha1@sha256:5396767118678323afec8d18868ef6e4e121597d86df1d623652605126aa1a1b) 2025-10-14 16:27.56 ---> using "3f95d81d4822767d9dc599129c8ce8bc534ab02216a869abc23583d80d41a357" from cache /: (comment debian-13-5.4~alpha1_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-14 16:27.56 ---> using "c297e5790b4ce7401cade9c992adb0d74b2144108546ec7f38adf6e8c2609fcb" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] Initialised 2025-10-14 16:27.56 ---> using "176d5477f6f38657c9c223e003e7a16a585578b122ebb4ee9130505568775ad4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.4.0~alpha1 2.4.1 2025-10-14 16:27.56 ---> using "ac92732adaca17f989c8bc41a2514b34e9f3d6afcd57819041a848914cf46e24" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-14 16:27.56 ---> using "7f03a2f5f5de6daba403c6491d6e69d6bd69f5c2f6c526e2a95be5dc33974134" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..deb3de7fc5 master -> origin/master deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [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-base-compiler.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-14 16:27.56 ---> using "ce8b5aefdeb4049dcfb5d1497ed29473527c72b6a814d30d3fbc8940cd3e9b50" 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-10-14 16:27.56 ---> saved as "23055d07445f28bdf402f2f3ea9eb2801bb4e76dfc4a6a1c5210eeaef79e732b" /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-10-14 16:28.13 ---> saved as "6899deb4d6be5f8c6bcef2a260be350f54ae865977045f8ce7f8652d147c48da" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-14 16:28.13 ---> saved as "47ebb0b69de47f936895187fd27f445c0a6696aabc9986ee1a239635ec488dcf" /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 cmdliner.2.0.0 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 digestif.1.3.0 domain-name.0.5.0 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 eqaf.0.10 fmt.0.11.0 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 miou.0.5.0 mirage-mtime.5.2.0 mirage-runtime.4.10.2 mirage-sleep.4.1.0 mirage-unix.5.0.1 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 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.1.1 ppx_deriving_yojson.3.10.0 ppxlib.0.37.0 ptime.1.2.0 randomconv.0.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 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.4 --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" - Hit:1 http://deb.debian.org/debian trixie InRelease - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [53.8 kB] - Fetched 145 kB in 0s (675 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.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [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: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20653 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-12) ... 2025-10-14 16:28.45 ---> saved as "4cdb62d067717cbecf476c041b5869a9b74a51acc64f67928f412d142ec5c61e" /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~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [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 48 packages - install alcotest 1.9.1 - install asn1-combinators 0.3.2 - install astring 0.8.5 - install base-bytes base - install cmdliner 2.0.0 - install conf-gmp 5 - install conf-gmp-powm-sec 4 - 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.20.2 - install dune-configurator 3.20.2 - install duration 0.2.1 - install eqaf 0.10 - install fmt 0.11.0 - install ipaddr 5.6.1 - install logs 0.9.0 - install lwt 5.9.2 - install macaddr 5.6.1 - install miou 0.5.0 - install mirage-mtime 5.2.0 - install mirage-runtime 4.10.2 - install mirage-sleep 4.1.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.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 stdlib-shims 0.3.0 - install topkg 1.1.0 - 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 conf-gmp.5 (cached) -> retrieved conf-gmp-powm-sec.4 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved cmdliner.2.0.0 (cached) -> retrieved cppo.1.8.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 -> retrieved duration.0.2.1 (cached) -> retrieved eqaf.0.10 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved miou.0.5.0 (cached) -> retrieved mirage-mtime.5.2.0 (cached) -> retrieved mirage-runtime.4.10.2 (cached) -> retrieved mirage-sleep.4.1.0 (cached) -> retrieved mirage-unix.5.0.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.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 ounit2.2.2.7 (cached) -> retrieved digestif.1.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_deriving_yojson.3.10.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved randomconv.0.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> retrieved ppxlib.0.37.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved zarith.1.14 (cached) -> installed cmdliner.2.0.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed zarith.1.14 -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed randomconv.0.2.0 -> installed ohex.0.2.0 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed asn1-combinators.0.3.2 -> installed domain-name.0.5.0 -> installed eqaf.0.10 -> installed macaddr.5.6.1 -> installed mirage-mtime.5.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed cppo.1.8.0 -> installed ipaddr.5.6.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed re.1.14.0 -> installed ocplib-endian.1.2 -> installed yojson.3.0.0 -> installed digestif.1.3.0 -> installed ounit2.2.2.7 -> installed alcotest.1.9.1 -> installed dune-configurator.3.20.2 -> installed miou.0.5.0 -> installed lwt.5.9.2 -> installed mirage-sleep.4.1.0 -> installed logs.0.9.0 -> installed mirage-runtime.4.10.2 -> installed mirage-unix.5.0.1 -> installed ppxlib.0.37.0 -> installed ppx_deriving.6.1.1 -> installed ppx_deriving_yojson.3.10.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-14 16:32.30 ---> saved as "c39639efe5cd3a07fd97b8b69bd227c5c768963f76ea5a745f578a61e0a3f175" /src: (copy (src .) (dst /src)) 2025-10-14 16:32.31 ---> saved as "dcbb5d4e374395ae3f8b68c15b4cc2641855cf61344ad0e72fadc8e511b8a3f3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "ec/dune", line 7, characters 9-19: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o p256_stubs.o -c native/p256_stubs.c) In file included from native/p256_stubs.c:26: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors File "ec/dune", line 7, characters 20-31: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o np256_stubs.o -c native/np256_stubs.c) In file included from native/np256_stubs.c:23: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors (cd _build/default/tests && ./test_entropy.exe) test entropy OK (cd _build/default/tests && ./test_symmetric_runner.exe) accel: XOR AES GHASH ................................................................ Ran: 64 tests in: 0.22 seconds. OK (cd _build/default/tests && ./test_random_runner.exe) ......... Ran: 9 tests in: 0.18 seconds. OK File "ec/dune", line 7, characters 43-54: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o np384_stubs.o -c native/np384_stubs.c) In file included from native/np384_stubs.c:23: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors File "ec/dune", line 8, characters 4-20: 8 | curve25519_stubs) ^^^^^^^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o curve25519_stubs.o -c native/curve25519_stubs.c) In file included from native/curve25519_stubs.c:1802: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors File "ec/dune", line 7, characters 32-42: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o p384_stubs.o -c native/p384_stubs.c) In file included from native/p384_stubs.c:26: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors (cd _build/default/tests && ./test_entropy_collection.exe) reseeding: 000000 0008 5d8d f555 8281 f950 0108 2b1a 13ad ..]..U...P..+... 000010 fe37 25e8 02c8 865b 2367 2e71 1b75 ff78 .7%....[#g.q.u.x 000020 477c 857d 7d82 a28a 0c93 849c 8e9e 80a6 G|.}}........... 000030 a5ae 09b7 a2c0 e5c2 5acc c8cd 6bd3 1ede ........Z...k... 000040 e4e4 e1e7 69f3 46fe a505 0f0b 2414 cf14 ....i.F.....$... 000050 2417 da1e 9125 e129 7f2e 4334 5135 2039 $....%.)..C4Q5 9 000060 e13b 8444 4946 094d 4b50 5951 be55 345b .;.DIF.MKPYQ.U4[ 000070 e264 4c67 b06f ad78 877a d580 1583 5b8b .dLg.o.x.z....[. 000080 fa94 3c98 5399 739d 8aa1 3da6 22ac e8ac ..<.S.s...=."... 000090 12b0 a2b0 03b3 00bc 30bc 23bd 2ec1 f4c4 ........0.#..... 0000a0 24c8 edc8 20cc c5cc cfce dfd6 e8df a0eb $... ........... 0000b0 bcf6 41ff cd09 910f 3b1a 6421 a825 5e2a ..A.....;.d!.%^* 0000c0 ee30 1b34 c334 8d37 e242 c14b 7957 5662 .0.4.4.7.B.KyWVb 0000d0 156a f070 1474 a174 0b77 aa80 0b83 0308 .j.p.t.t.w...... 0000e0 19fb 70b6 ade0 05ce ..p..... accumulate: (src: [0] rdrand) 542c 07bc 6fc2 8259 entropy sources: [0] rdrand [1] timer accumulate: (src: [1] timer) 6ecd a861 accumulate: (src: [0] rdrand) 407d 0545 d7a0 4b9e accumulate: (src: [1] timer) 63b2 d8de accumulate: (src: [0] rdrand) 6220 9f4f 1a6d 4794 accumulate: (src: [1] timer) cb29 845c (cd _build/default/tests && ./test_miou_entropy_collection.exe) reseeding: 000000 0008 1c27 785b b4a4 1eaa 01c8 3166 806b ...'x[......1f.k 000010 4e73 557e d282 0e89 908e 6895 f298 ea9a NsU~......h..... 000020 f0a0 a0a5 2caa a2af 77b6 b6bf 03ca 7bd0 ....,...w.....{. 000030 e6d1 41d7 5ce0 76e1 47e6 feec 19f0 a9f0 ..A.\.v.G....... 000040 bcf2 a7fb 4506 480c 620d 4f11 d314 fe16 ....E.H.b.O..... 000050 c41d bf22 c92a 2d33 873c f23d 6042 7347 ...".*-3.<.=`BsG 000060 f34e b757 b562 5f6a 6771 0075 2d78 db78 .N.W.b_jgq.u-x.x 000070 967b b985 ae8a 1b93 099c 549c b99d f9a2 .{........T..... 000080 fcab aeb7 d3c2 accb 71d6 2dde 3ee5 76e9 ........q.-.>.v. 000090 5fee 6af5 c9f9 7bff a90a 5213 6a1c db1d _.j...{...R.j... 0000a0 0323 bc2a 3c32 2438 d538 9f3b a745 0e4b .#.*<2$8.8.;.E.K 0000b0 2753 c95c e15f 466a 6170 a271 2276 747b 'S.\._Fjap.q"vt{ 0000c0 4586 8c8a 0590 4190 6d91 a097 67a0 81a1 E.....A.m...g... 0000d0 a5a4 5ba6 0208 677f 7b76 5bee ec24 0380 ..[...g.{v[..$.. 0000e0 bef5 3ee9 6cd1 35ee 4c9e cba0 f5e1 fd9a ..>.l.5.L....... 0000f0 c6a7 57ac 793a 12db 89af 64d2 14e5 1a93 ..W.y:....d..... 000100 dce5 13b6 5f8d 208c 2dba 7abb 0cad 4a83 ...._. .-.z...J. 000110 e417 079e 7da5 347e dcb4 a06b 6403 f31a ....}.4~...kd... 000120 194e 6db4 4b40 b733 9903 744c 6cb9 bb80 .Nm.K@.3..tLl... 000130 4d35 a00a 9db1 5060 8626 8ed0 9753 bd30 M5....P`.&...S.0 000140 88f9 1fa0 05a4 3570 5997 b3e4 8569 3758 ......5pY....i7X 000150 e616 7270 d54a c4c4 e30a a0f3 6668 1cb0 ..rp.J......fh.. entropy sources: accumulate: (src: [0] rdrand) 3ad3 37cf b806 982b accumulate: (src: [1] getrandom) 6d21 d116 a78b 46fd accumulate: (src: [0] rdrand) 2c00 d88d 8456 f61e (cd _build/default/tests && ./test_miou_rng.exe) 32 bit random number: e5d513730c1e33df5a6fcd5a48b126c7d16c322b158a1c0d900a4962935bb888 16 bit random number: 8ce19db71654f989b07dc58bbe8232fa File "ec/dune", line 7, characters 55-65: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o p521_stubs.o -c native/p521_stubs.c) In file included from native/p521_stubs.c:26: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors File "ec/dune", line 7, characters 66-77: 7 | (names p256_stubs np256_stubs p384_stubs np384_stubs p521_stubs np521_stubs ^^^^^^^^^^^ (cd _build/default/ec && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Werror -DNDEBUG --std=c11 -Wall -Wextra -Wpedantic -O3 -DENTROPY -mrdrnd -mrdseed -DACCELERATE -mssse3 -maes -mpclmul -g -I /home/opam/.opam/5.4~alpha1/lib/ocaml -I /home/opam/.opam/5.4~alpha1/lib/digestif -I /home/opam/.opam/5.4~alpha1/lib/eqaf -I /home/opam/.opam/5.4~alpha1/lib/logs -I ../rng -I ../src -I ../src/native -o np521_stubs.o -c native/np521_stubs.c) In file included from native/np521_stubs.c:23: /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 89 | CAMLmalloc(caml_stat_free, 1, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:89:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 96 | CAMLmalloc(caml_stat_free, 1, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:96:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 105 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:105:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 112 | CAMLaligned_alloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:112:42: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 121 | CAMLcalloc(caml_stat_free, 1, 1, 2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:121:35: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:132:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 132 | CAMLrealloc(2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:138:14: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 138 | CAMLrealloc(2) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:149:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 149 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:155:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 155 | CAMLalloc(caml_stat_free, 1) | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 175 | CAMLmalloc(caml_stat_free, 1, 2) CAMLreturns_nonnull() | ^ /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:175:32: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] /home/opam/.opam/5.4~alpha1/lib/ocaml/caml/memory.h:184:28: error: ISO C99 requires at least one argument for the "..." in a variadic macro [-Werror] 184 | CAMLalloc(caml_stat_free, 1) CAMLreturns_nonnull() | ^ cc1: all warnings being treated as errors (cd _build/default/tests && ./test_pk_runner.exe) ....................................................................................................................................................................................................................................................................................................................................................................... Ran: 359 tests in: 12.50 seconds. OK "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-10-14 16:33.14: Job failed: Failed: Build failed