2025-10-29 07:20.20: New job: test mirage/mirage-crypto https://github.com/mirage/mirage-crypto.git#refs/heads/main (073e872ecf45688c8c06f27af9ca45a153f2651a) (linux-x86_64:ubuntu-25.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1babOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-crypto.git" -b "main" && cd "mirage-crypto" && git reset --hard 073e872ecat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab# ubuntu-25.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d7f7268816afb69b2cbae1753a589be542bc99dc || git fetch origin master) && git reset -q --hard d7f7268816afb69b2cbae1753a589be542bc99dc && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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 mirage-mtime.5.2.0 mirage-runtime.4.10.3 mirage-sleep.4.1.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.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-pk.dev mirage-crypto-ec.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN 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 _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-29 07:20.20: Using cache hint "mirage/mirage-crypto-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab-ubuntu-25.04-4.14_opam-2.4-544da167c2fbab5d887771bdfe804e47"2025-10-29 07:20.20: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab)(comment ubuntu-25.04-4.14_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 d7f7268816afb69b2cbae1753a589be542bc99dc || git fetch origin master) && git reset -q --hard d7f7268816afb69b2cbae1753a589be542bc99dc && 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-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 mirage-mtime.5.2.0 mirage-runtime.4.10.3 mirage-sleep.4.1.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.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-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-10-29 07:20.20: Waiting for resource in pool OCluster2025-10-29 07:38.45: Waiting for worker…2025-10-29 07:43.41: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 073e872 mirage_crypto.h, entropy_cpu_stubs.c: add powerpc macros (#269)(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab' locallydocker.io/ocaml/opam@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab: Pulling from ocaml/opamc62190a9ab61: Pulling fs layerc985a9864739: Pulling fs layer9ce098ab566c: Pulling fs layer1476b197f492: Pulling fs layer3c6ed04c0489: Pulling fs layer6c35591422f1: Pulling fs layerfd754953a4a4: Pulling fs layer582f1b7eb9db: Pulling fs layeree0bf2b6f429: Pulling fs layer44cfa07f70cf: Pulling fs layer0500902e0a7f: Pulling fs layer139102ffb691: Pulling fs layerc5d264c92501: Pulling fs layerfdb293292cd5: Pulling fs layerdd9629943482: Pulling fs layer668a585b085a: Pulling fs layer437905664ed1: Pulling fs layer43f45aaaac82: Pulling fs layer180a570ab61a: Pulling fs layer26a649eafa9d: Pulling fs layer4f4fb700ef54: Pulling fs layereb4fd44be1af: Pulling fs layer79badd8522e1: Pulling fs layer7fe338262e51: Pulling fs layerd1c847a73d62: Pulling fs layera87c4d039a6d: Pulling fs layerf257ac04b941: Pulling fs layer668a585b085a: Waitingc5d264c92501: Waiting978345f61ee1: Pulling fs layerfdb293292cd5: Waiting59c200edc318: Pulling fs layer437905664ed1: Waiting6f921f963f2a: Pulling fs layerdd9629943482: Waiting265e9497d570: Pulling fs layer43f45aaaac82: Waiting180a570ab61a: Waiting362513d0b5f7: Pulling fs layercfce339d2a35: Pulling fs layer26a649eafa9d: Waitingd1c847a73d62: Waitinga87c4d039a6d: Waiting6c72907716a8: Pulling fs layerfcafe65c09b9: Pulling fs layer4f4fb700ef54: Waitingf257ac04b941: Waiting9e8f3794dbc5: Pulling fs layer9fff2e6b0a74: Pulling fs layer6699b365f545: Pulling fs layer79badd8522e1: Waitingbb8edf0ef2db: Pulling fs layerb4bd5a779bf1: Pulling fs layerb22def43ea57: Pulling fs layer3c6ed04c0489: Waiting1476b197f492: Waiting5667844b3eba: Pulling fs layer6c35591422f1: Waiting80971aaa9950: Pulling fs layer582f1b7eb9db: Waitingfd754953a4a4: Waiting7fe338262e51: Waitingee0bf2b6f429: Waiting978345f61ee1: Waiting59c200edc318: Waiting44cfa07f70cf: Waitingb4bd5a779bf1: Waiting9e8f3794dbc5: Waiting0500902e0a7f: Waitingb22def43ea57: Waiting6f921f963f2a: Waitingbb8edf0ef2db: Waiting5667844b3eba: Waiting265e9497d570: Waiting139102ffb691: Waiting9fff2e6b0a74: Waiting80971aaa9950: Waitingfcafe65c09b9: Waiting6c72907716a8: Waiting6699b365f545: Waiting362513d0b5f7: Waitingcfce339d2a35: Waitingc62190a9ab61: Download completec985a9864739: Verifying Checksumc985a9864739: Download complete9ce098ab566c: Verifying Checksum9ce098ab566c: Download complete3c6ed04c0489: Verifying Checksum3c6ed04c0489: Download complete1476b197f492: Download complete582f1b7eb9db: Verifying Checksum582f1b7eb9db: Download completec62190a9ab61: Pull completefd754953a4a4: Verifying Checksumfd754953a4a4: Download completec985a9864739: Pull complete9ce098ab566c: Pull completeee0bf2b6f429: Verifying Checksumee0bf2b6f429: Download complete0500902e0a7f: Verifying Checksum44cfa07f70cf: Verifying Checksum44cfa07f70cf: Download complete1476b197f492: Pull complete3c6ed04c0489: Pull complete6c35591422f1: Verifying Checksum6c35591422f1: Download completec5d264c92501: Verifying Checksumc5d264c92501: Download completefdb293292cd5: Download completedd9629943482: Verifying Checksumdd9629943482: Download complete668a585b085a: Verifying Checksum668a585b085a: Download complete437905664ed1: Download complete139102ffb691: Verifying Checksum139102ffb691: Download complete180a570ab61a: Download complete26a649eafa9d: Verifying Checksum26a649eafa9d: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeb4fd44be1af: Verifying Checksumeb4fd44be1af: Download complete79badd8522e1: Download complete7fe338262e51: Verifying Checksum7fe338262e51: Download completed1c847a73d62: Download completea87c4d039a6d: Verifying Checksuma87c4d039a6d: Download completef257ac04b941: Verifying Checksumf257ac04b941: Download complete978345f61ee1: Verifying Checksum978345f61ee1: Download complete59c200edc318: Download complete6f921f963f2a: Verifying Checksum6f921f963f2a: Download complete265e9497d570: Verifying Checksum265e9497d570: Download complete362513d0b5f7: Verifying Checksum362513d0b5f7: Download completecfce339d2a35: Verifying Checksumcfce339d2a35: Download completefcafe65c09b9: Verifying Checksumfcafe65c09b9: Download complete9fff2e6b0a74: Download complete6699b365f545: Download completebb8edf0ef2db: Download completeb4bd5a779bf1: Verifying Checksumb4bd5a779bf1: Download completeb22def43ea57: Download complete6c35591422f1: Pull complete5667844b3eba: Download completefd754953a4a4: Pull complete80971aaa9950: Download complete9e8f3794dbc5: Verifying Checksum9e8f3794dbc5: Download complete582f1b7eb9db: Pull completeee0bf2b6f429: Pull complete44cfa07f70cf: Pull complete0500902e0a7f: Pull complete6c72907716a8: Verifying Checksum6c72907716a8: Download complete139102ffb691: Pull completec5d264c92501: Pull completefdb293292cd5: Pull completedd9629943482: Pull complete668a585b085a: Pull complete437905664ed1: Pull complete43f45aaaac82: Pull complete180a570ab61a: Pull complete26a649eafa9d: Pull complete4f4fb700ef54: Pull completeeb4fd44be1af: Pull complete79badd8522e1: Pull complete7fe338262e51: Pull completed1c847a73d62: Pull completea87c4d039a6d: Pull completef257ac04b941: Pull complete978345f61ee1: Pull complete59c200edc318: Pull complete6f921f963f2a: Pull complete265e9497d570: Pull complete362513d0b5f7: Pull completecfce339d2a35: Pull complete6c72907716a8: Pull completefcafe65c09b9: Pull complete9e8f3794dbc5: Pull complete9fff2e6b0a74: Pull complete6699b365f545: Pull completebb8edf0ef2db: Pull completeb4bd5a779bf1: Pull completeb22def43ea57: Pull complete5667844b3eba: Pull complete80971aaa9950: Pull completeDigest: sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1babStatus: Downloaded newer image for ocaml/opam@sha256:cd2c4f77800c6ac7546bed1b698c10e9920a9a5b7c7714d0bbedc5893fce1bab2025-10-29 07:44.01 ---> using "b3880acb1f044bad0fb715550e083a55c293cc9302e0d88f3f4362e442cf2403" from cache/: (comment ubuntu-25.04-4.14_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-29 07:44.05 ---> using "3a54d6c37d9b4b10f61e4c12146363ea387165bda287b441d1ecd8f386d85bd1" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-29 07:44.05 ---> using "648e7de9a7e1a60fca733bebce2d712538c29d2783341b4e988db1bf0a9cda38" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 4.14.22.4.12025-10-29 07:44.10 ---> using "7d928896428d274ef09c2c9be29981e3c2d2f9dfcd9cd552830be2b19852b02e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 07:44.20 ---> using "b1f6a6952165f99fd9f0233fb687e78974f17574e72b4c4a19bd9a2536d4415b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d7f7268816afb69b2cbae1753a589be542bc99dc || git fetch origin master) && git reset -q --hard d7f7268816afb69b2cbae1753a589be542bc99dc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD6c1b386202..3003310029 master -> origin/masterd7f7268816 Merge pull request #28785 from hannesm/release-mirage-v4.10.3<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-29 07:51.15 ---> saved as "9374b0a8d040512d4a1c51614e715384fd40347bf703aef5cfa29ae13dde1327"/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-29 07:52.40 ---> saved as "8d69f2e99ba76baf11099837b32b85695d7f9019beaed34b12def598455144fb"/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-29 07:53.37 ---> saved as "dad1c4883d4934266135941fdbe006a0098ddba5dff4533811e7911ad19ebaa5"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 07:54.03 ---> saved as "4dea7b80722f2fe252327d492c6e6bae44f251db06c4680d692dd9714fa27596"/src: (env DEPS "alcotest.1.9.1 asn1-combinators.0.3.2 astring.0.8.5 base-bigarray.base base-bytes.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 mirage-mtime.5.2.0 mirage-runtime.4.10.3 mirage-sleep.4.1.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.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-pk.dev mirage-crypto-ec.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [31.5 kB]- Get:6 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [344 kB]- Get:7 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [336 kB]- Get:8 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [225 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [487 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [364 kB]- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [299 kB]- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]- Fetched 2496 kB in 0s (11.6 MB/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-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 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"- 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 ... 16503 files and directories currently installed.)- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Selecting previously unselected package libgmp-dev:amd64.- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3ubuntu1_amd64.deb ...- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- 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-3ubuntu1) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3ubuntu1) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-6ubuntu1.2) ...2025-10-29 07:55.04 ---> saved as "1ce02e874462638f7c8464a57866d4d162abfe4525dfd875b48f7f37a8d328e0"/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.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 mirage-mtime 5.2.0- install mirage-runtime 4.10.3- install mirage-sleep 4.1.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.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 mirage-mtime.5.2.0 (cached)-> retrieved mirage-runtime.4.10.3 (cached)-> retrieved mirage-sleep.4.1.0 (cached)-> retrieved digestif.1.3.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)-> 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 ppx_derivers.1.2.1 (cached)-> retrieved ounit2.2.2.7 (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 dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved ppxlib.0.37.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zarith.1.14 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved yojson.3.0.0 (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 mtime.2.1.0-> installed fmt.0.11.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed duration.0.2.1-> installed randomconv.0.2.0-> installed ppx_derivers.1.2.1-> installed ohex.0.2.0-> installed csexp.1.5.2-> installed asn1-combinators.0.3.2-> installed cppo.1.8.0-> installed domain-name.0.5.0-> installed eqaf.0.10-> installed macaddr.5.6.1-> installed mirage-mtime.5.2.0-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed yojson.3.0.0-> installed ocplib-endian.1.2-> installed ipaddr.5.6.1-> installed digestif.1.3.0-> installed alcotest.1.9.1-> installed ounit2.2.2.7-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed mirage-sleep.4.1.0-> installed logs.0.9.0-> installed mirage-runtime.4.10.3-> installed mirage-unix.5.0.1-> installed ppxlib.0.37.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_yojson.3.10.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-29 07:56.46 ---> saved as "c9c869741a0d12d3242a9100f2dc324f4cf7e939cadc460828c976c9aaec548a"/src: (copy (src .) (dst /src))2025-10-29 08:43.41: Cancelling: Timeout (60.0 minutes)Job cancelled2025-10-29 08:52.07: Timeout (60.0 minutes)