2026-03-19 08:07.43: New job: test mirage/cowabloga https://github.com/mirage/cowabloga.git#refs/heads/master (2c256a92258f012c095bb72edcb639ad2fe164b3) (linux-x86_64:debian-13-4.10_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4efOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/cowabloga.git" -b "master" && cd "cowabloga" && git reset --hard 2c256a92cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef# debian-13-4.10_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 cowabloga.opam ./RUN opam pin add -yn cowabloga.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.1.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-autoconf.0.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cow.2.5.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.9 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hex.1.5.0 http.6.0.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 logs.0.8.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 omd.2.0.0~alpha3 parsexp.v0.15.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdcompat.19 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uucp.15.0.0 uunf.15.0.0 uutf.1.0.4 x509.0.16.5 xmlm.1.4.0 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y cowabloga.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:07.43: Using cache hint "mirage/cowabloga-ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef-debian-13-4.10_opam-2.5-52c6b8300b2c8c2a2f8e7fcd116604b0"2026-03-19 08:07.43: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)(comment debian-13-4.10_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src cowabloga.opam) (dst ./))(run (network host)(shell "opam pin add -yn cowabloga.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.1.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-autoconf.0.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cow.2.5.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.9 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hex.1.5.0 http.6.0.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 logs.0.8.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 omd.2.0.0~alpha3 parsexp.v0.15.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdcompat.19 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uucp.15.0.0 uunf.15.0.0 uutf.1.0.4 x509.0.16.5 xmlm.1.4.0 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y cowabloga.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-03-19 08:07.43: Waiting for resource in pool OCluster2026-03-19 17:31.25: Waiting for worker…2026-03-19 17:34.45: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 2c256a9 lint opam file(from ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef)Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef' locallydocker.io/ocaml/opam@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef: Pulling from ocaml/opam866771c43bf5: Already exists1e49bea09367: Already existse793768537e6: Already existsed323d3d481a: Already exists7df34a5cd5f1: Already existsfd712d3eb935: Already exists4b9fb8c99118: Already exists9d9a01948b94: Already exists0f1514f90b32: Already existse1ec5a753447: Already exists03cc323e2f71: Already existsc09c08ea9749: Already existsb36b619f8e6b: Already exists195344ca5274: Already exists228ee78582a6: Already exists504bde1c25b3: Already exists9d8b1356c89f: Already exists9d8b1356c89f: Already exists568fb6dda155: Already existsc499c9198aea: Already exists048e5e358118: Already exists871ca48eb45d: Already exists4f4fb700ef54: Already existsa5a2568b9df9: Already exists068cf3106ac8: Already exists559f54ec9b29: Already exists798ffd96fde5: Already existse9a891bf80d7: Already existsd720cfe12674: Already existsc81c932f4a91: Already exists79f24fa3bb11: Already exists8c1debcd8c20: Already exists1bb2cfea7250: Already exists2b3d3ca75e4c: Already exists557cacaf263c: Already existsd10483022eef: Already exists7b62a90d8223: Already exists28ce8ea66e72: Already existsd975909ea717: Already exists5c215c69c247: Already existse7c082452a54: Already exists868b08b4407a: Pulling fs layer3c58a7d7d401: Pulling fs layere60db59c3d81: Pulling fs layer077c479df391: Pulling fs layer077c479df391: Waiting3c58a7d7d401: Verifying Checksum3c58a7d7d401: Download completee60db59c3d81: Verifying Checksume60db59c3d81: Download complete077c479df391: Verifying Checksum077c479df391: Download complete868b08b4407a: Verifying Checksum868b08b4407a: Download complete868b08b4407a: Pull complete3c58a7d7d401: Pull completee60db59c3d81: Pull complete077c479df391: Pull completeDigest: sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4efStatus: Downloaded newer image for ocaml/opam@sha256:568b0b812855432a8270123211f354430eb5bf2710c54bef2680b2509764a4ef2026-03-19 17:37.57 ---> using "a82dba32961c66fffb86953bb12cdd711004ffd74394bc571eefe8bc4451ff05" from cache/: (comment debian-13-4.10_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 17:38.33 ---> using "f2815c4c1c15a55296bf52713f98ed83b8322002034a4ec95f7ac691ec5c045d" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 17:39.09 ---> using "6983df341d6ed58452dab51bc37a160bb626a18ee26f15877136875ea7d219ea" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 4.10.22.5.02026-03-19 17:39.55 ---> using "85052a9cdfe86e30936b50234c5687b52ca515a9bdb5f8fe6296de4573fa2e0f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 17:40.27 ---> using "c53998ac23dc1ceeee9b8c084f7a06ce5a69652729a02b7de9da3ead1d34372f" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> 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.5.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)2026-03-19 17:41.14 ---> using "bdb6b4e6d078c66e3d61246296a42aa525cb14fedb9e4ba3dcf3dd87228b76fd" from cache/src: (copy (src cowabloga.opam) (dst ./))2026-03-19 17:45.05 ---> saved as "2b4f91f47c8a15dbe6ca568745c0d960064f70594b8b8c0dc547d8937a065e99"/src: (run (network host)(shell "opam pin add -yn cowabloga.dev './'"))[cowabloga.dev] synchronised (file:///src)cowabloga is now pinned to file:///src (version dev)2026-03-19 17:49.48 ---> saved as "a42b203eb399f7ffd962c58e68ed4149e039f9a3eeffbd3bf2ad0d9d72c8c6e3"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 17:55.44 ---> saved as "98ecc922e580ee8331d0f329c5a9c2c7a127904b50df8bc43916fbefee6c8f5b"/src: (env DEPS "angstrom.0.16.1 asn1-combinators.0.2.6 astring.0.8.5 base.v0.15.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 ca-certs.0.2.3 cmdliner.2.1.0 cohttp.6.0.0 cohttp-lwt.6.0.0 cohttp-lwt-unix.6.0.0 conduit.6.2.3 conduit-lwt.6.2.3 conduit-lwt-unix.6.2.3 conf-autoconf.0.2 conf-gmp.5 conf-gmp-powm-sec.4 conf-pkg-config.4 cow.2.5.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-name.0.5.0 dune.3.22.0 dune-build-info.3.22.0 dune-configurator.3.22.0 duration.0.2.1 eqaf.0.9 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 gmap.0.3.0 hex.1.5.0 http.6.0.0 ipaddr.5.6.2 ipaddr-sexp.5.6.2 jsonm.1.0.2 logs.0.8.0 lwt.5.9.2 macaddr.5.6.2 magic-mime.1.3.1 mirage-crypto.0.11.3 mirage-crypto-ec.0.11.3 mirage-crypto-pk.0.11.3 mirage-crypto-rng.0.11.3 num.1.6 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 omd.2.0.0~alpha3 parsexp.v0.15.0 pbkdf.1.2.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.15.1 ppxlib.0.35.0 ptime.1.2.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.15.1 sexplib0.v0.15.1 stdcompat.19 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.1 uri.4.4.0 uri-sexp.4.4.0 uucp.15.0.0 uunf.15.0.0 uutf.1.0.4 x509.0.16.5 xmlm.1.4.0 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y cowabloga.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- 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 trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB]- Fetched 10.0 MB in 1s (10.3 MB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[cowabloga.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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:autoconf libgmp-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "libgmp-dev" "pkg-config"- Selecting previously unselected package m4.- (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 ... 20623 files and directories currently installed.)- Preparing to unpack .../0-m4_1.4.19-8_amd64.deb ...- Unpacking m4 (1.4.19-8) ...- Selecting previously unselected package autoconf.- Preparing to unpack .../1-autoconf_2.72-3.1_all.deb ...- Unpacking autoconf (2.72-3.1) ...- Selecting previously unselected package autotools-dev.- Preparing to unpack .../2-autotools-dev_20240727.1_all.deb ...- Unpacking autotools-dev (20240727.1) ...- Selecting previously unselected package automake.- Preparing to unpack .../3-automake_1%3a1.17-4_all.deb ...- Unpacking automake (1:1.17-4) ...- Selecting previously unselected package libgmpxx4ldbl:amd64.- Preparing to unpack .../4-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 .../5-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 .../6-libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../7-pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../8-pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../9-pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up m4 (1.4.19-8) ...- Setting up autotools-dev (20240727.1) ...- 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 autoconf (2.72-3.1) ...- Setting up automake (1:1.17-4) ...- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode- 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+deb13u1) ...# To update the current shell environment, run: eval $(opam env)2026-03-19 18:06.49 ---> saved as "8b88eb1721c7ffc0d6695be53751118f3cd3e5e970ebf5d90eff32e2de0d225d"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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 77 packages- install angstrom 0.16.1- install asn1-combinators 0.2.6- install astring 0.8.5- install base v0.15.1- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install ca-certs 0.2.3- install cmdliner 2.1.0- install cohttp 6.0.0- install cohttp-lwt 6.0.0- install cohttp-lwt-unix 6.0.0- install conduit 6.2.3- install conduit-lwt 6.2.3- install conduit-lwt-unix 6.2.3- install conf-autoconf 0.2- install conf-gmp 5- install conf-gmp-powm-sec 4- install conf-pkg-config 4- install cow 2.5.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-name 0.5.0- install dune 3.22.0- install dune-build-info 3.22.0- install dune-configurator 3.22.0- install duration 0.2.1- install eqaf 0.9- install ezjsonm 1.3.0- install fmt 0.11.0- install fpath 0.7.3- install gmap 0.3.0- install hex 1.5.0- install http 6.0.0- install ipaddr 5.6.2- install ipaddr-sexp 5.6.2- install jsonm 1.0.2- install logs 0.8.0- install lwt 5.9.2- install macaddr 5.6.2- install magic-mime 1.3.1- install mirage-crypto 0.11.3- install mirage-crypto-ec 0.11.3- install mirage-crypto-pk 0.11.3- install mirage-crypto-rng 0.11.3- install num 1.6- 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 omd 2.0.0~alpha3- install parsexp v0.15.0- install pbkdf 1.2.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.15.1- install ppxlib 0.35.0- install ptime 1.2.0- install re 1.11.0- install rresult 0.7.0- install seq base- install sexplib v0.15.1- install sexplib0 v0.15.1- install stdcompat 19- install stdlib-shims 0.3.0- install stringext 1.6.0- install topkg 1.1.1- install uri 4.4.0- install uri-sexp 4.4.0- install uucp 15.0.0- install uunf 15.0.0- install uutf 1.0.4- install x509 0.16.5- install xmlm 1.4.0- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved asn1-combinators.0.2.6 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved base.v0.15.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved ca-certs.0.2.3 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved conf-gmp-powm-sec.4 (cached)-> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0 (cached)-> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3 (cached)-> retrieved cow.2.5.0 (cached)-> installed conf-autoconf.0.2-> installed conf-gmp.5-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> installed conf-gmp-powm-sec.4-> retrieved domain-name.0.5.0 (cached)-> retrieved duration.0.2.1 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved eqaf.0.9 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved gmap.0.3.0 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)-> retrieved logs.0.8.0 (cached)-> retrieved magic-mime.1.3.1 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved num.1.6 (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 omd.2.0.0~alpha3 (cached)-> retrieved parsexp.v0.15.0 (cached)-> retrieved pbkdf.1.2.0 (cached)-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3 (cached)-> retrieved dune.3.22.0, dune-build-info.3.22.0, dune-configurator.3.22.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.15.1 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved seq.base (cached)-> retrieved re.1.11.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.15.1 (cached)-> retrieved sexplib0.v0.15.1 (cached)-> retrieved stdcompat.19 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed cmdliner.2.1.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed seq.base-> retrieved stringext.1.6.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)-> retrieved uunf.15.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved xmlm.1.4.0 (cached)-> retrieved zarith.1.14 (cached)-> retrieved x509.0.16.5 (cached)-> retrieved uucp.15.0.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed zarith.1.14-> installed topkg.1.1.1-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed xmlm.1.4.0-> installed ptime.1.2.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed fpath.0.7.3-> installed uunf.15.0.0-> installed dune.3.22.0-> installed base64.3.5.2-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed domain-name.0.5.0-> installed dune-build-info.3.22.0-> installed duration.0.2.1-> installed gmap.0.3.0-> installed http.6.0.0-> installed macaddr.5.6.2-> installed magic-mime.1.3.1-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed re.1.11.0-> installed sexplib0.v0.15.1-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed asn1-combinators.0.2.6-> installed eqaf.0.9-> installed hex.1.5.0-> installed ipaddr.5.6.2-> installed ezjsonm.1.3.0-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed mirage-crypto.0.11.3-> installed pbkdf.1.2.0-> installed lwt.5.9.2-> installed uri.4.4.0-> installed logs.0.8.0-> installed uucp.15.0.0-> installed mirage-crypto-rng.0.11.3-> installed base.v0.15.1-> installed mirage-crypto-pk.0.11.3-> installed parsexp.v0.15.0-> installed bos.0.2.1-> installed stdcompat.19-> installed sexplib.v0.15.1-> installed mirage-crypto-ec.0.11.3-> installed omd.2.0.0~alpha3-> installed x509.0.16.5-> installed cow.2.5.0-> installed ca-certs.0.2.3-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.15.1-> installed uri-sexp.4.4.0-> installed ipaddr-sexp.5.6.2-> installed conduit.6.2.3-> installed cohttp.6.0.0-> installed conduit-lwt.6.2.3-> installed cohttp-lwt.6.0.0-> installed conduit-lwt-unix.6.2.3-> installed cohttp-lwt-unix.6.0.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-19 18:25.30 ---> saved as "bad5b2175c4547d481123a4d0ae83d8850362b2328ce6b39e3d68a7ca85ce60c"/src: (copy (src .) (dst /src))2026-03-19 18:34.45: Cancelling: Timeout (60.0 minutes)Job cancelled2026-03-19 18:48.17: Timeout (60.0 minutes)