2026-06-26 09:18.38: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-riscv64:debian-13-5.5_riscv64_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-time.git" -b "main" && cd "mirage-time" && git reset --hard c68f199bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111# debian-13-5.5_riscv64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 mirage-time.opam mirage-time-unix.opam ./RUN opam pin add -yn mirage-time.dev './' && \opam pin add -yn mirage-time-unix.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-time.dev mirage-time-unix.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-06-26 09:18.38: Using cache hint "mirage/mirage-time-ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111-debian-13-5.5_riscv64_opam-2.5-335cd7843124db79026bdd379f197585"2026-06-26 09:18.38: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)(comment debian-13-5.5_riscv64_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-time.dev './' && \\nopam pin add -yn mirage-time-unix.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")(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 mirage-time.dev mirage-time-unix.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-06-26 09:18.38: Waiting for resource in pool OCluster2026-06-26 14:26.54: Waiting for worker…2026-06-26 21:26.17: Got resource from pool OClusterBuilding on riscv-qemu-navajo-1hint: Using 'master' as the name for the initial branch. This default branch namehint: will change to "main" in Git 3.0. To configure the initial branch namehint: to use in all of your new repositories, which will suppress this warning,hint: call:hint:hint: git config --global init.defaultBranch <name>hint:hint: Names commonly chosen instead of 'master' are 'main', 'trunk' andhint: 'development'. The just-created branch can be renamed via this command:hint:hint: git branch -m <name>hint:hint: Disable this message with "git config set advice.defaultBranchName false"Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-time.git-4f95990109e42d17d9979cd286eff7eb10777c20/.git/HEAD is now at c68f199 changes for 3.0.0(from ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111)Unable to find image 'ocaml/opam:debian-13-ocaml-5.5@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111' locallydocker.io/ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111: Pulling from ocaml/opam4f4fb700ef54: Pulling fs layer18a3ea756c71: Pulling fs layerf4815e65d53d: Pulling fs layeredd5acc31bfe: Pulling fs layer9283915bce3c: Pulling fs layer08f014a3c1e9: Pulling fs layera9b397ad0c9f: Pulling fs layerd3cd9ccb7f42: Pulling fs layerdc663b1a4563: Pulling fs layer04fcaeb0c71f: Pulling fs layer5d8285550722: Pulling fs layer264b93ba6956: Pulling fs layerd74b5b7a32b6: Pulling fs layer8f6c0f6fd7f4: Pulling fs layer3c0cf53d758a: Pulling fs layer134238d1e80b: Pulling fs layer1a813672e600: Pulling fs layerf14afe7dac01: Pulling fs layer88620af90ff5: Pulling fs layerba61830b098d: Pulling fs layer0e9b33b2c46f: Pulling fs layer0c4dce3c73a9: Pulling fs layer8317fb0f98fe: Pulling fs layerab751bbfd899: Pulling fs layer0e564b0ba511: Pulling fs layer01798b3efeb4: Pulling fs layerb159708ab9de: Pulling fs layer6f3f21bd5a2a: Pulling fs layere27365945df1: Pulling fs layer21f89444e2c7: Pulling fs layer611387e3fe2f: Pulling fs layere39667ddf2b5: Pulling fs layera22396c7b2e8: Pulling fs layer23b1160432a3: Pulling fs layer7a93ffb18421: Pulling fs layer9d871c9a1c5e: Pulling fs layer157390685fdf: Pulling fs layer576d5322ac3b: Pulling fs layer4b8db0f87d6e: Pulling fs layeraecf56ebc668: Pulling fs layer5b5e04c300be: Pulling fs layercc6a652e4633: Pulling fs layer7fd017dd3de0: Pulling fs layera44534316ae1: Pulling fs layer0b0d5be280c3: Pulling fs layer7e0fde4c4c00: Pulling fs layer46edfa3ac778: Pulling fs layer7e0fde4c4c00: Download completed3cd9ccb7f42: Download complete1a813672e600: Download complete04fcaeb0c71f: Download complete4b8db0f87d6e: Download complete18a3ea756c71: Download complete264b93ba6956: Download complete0e9b33b2c46f: Download complete7a93ffb18421: Download complete4f4fb700ef54: Download completef4815e65d53d: Download completeedd5acc31bfe: Download complete9d871c9a1c5e: Download complete46edfa3ac778: Download complete3c0cf53d758a: Download completed74b5b7a32b6: Download completeab751bbfd899: Download complete576d5322ac3b: Download completecc6a652e4633: Download complete0c4dce3c73a9: Download complete23b1160432a3: Download completedc663b1a4563: Download complete611387e3fe2f: Download complete88620af90ff5: Download completef14afe7dac01: Download complete157390685fdf: Download complete01798b3efeb4: Download completee27365945df1: Download completeba61830b098d: Download complete0e564b0ba511: Download completeb159708ab9de: Download completee39667ddf2b5: Download complete0b0d5be280c3: Download completeaecf56ebc668: Download complete08f014a3c1e9: Download completea22396c7b2e8: Download completea44534316ae1: Download complete9283915bce3c: Download complete6f3f21bd5a2a: Download complete21f89444e2c7: Download complete8f6c0f6fd7f4: Download completea9b397ad0c9f: Download complete5d8285550722: Download complete5b5e04c300be: Download complete8317fb0f98fe: Download complete7fd017dd3de0: Download complete5d8285550722: Pull completed3cd9ccb7f42: Pull completef4815e65d53d: Pull complete134238d1e80b: Download completea9b397ad0c9f: Pull completedc663b1a4563: Pull complete7fd017dd3de0: Pull complete8f6c0f6fd7f4: Pull completea22396c7b2e8: Pull complete6f3f21bd5a2a: Pull complete9283915bce3c: Pull complete08f014a3c1e9: Pull completea44534316ae1: Pull complete21f89444e2c7: Pull completee39667ddf2b5: Pull complete9d871c9a1c5e: Pull complete157390685fdf: Pull complete0b0d5be280c3: Pull complete1a813672e600: Pull complete88620af90ff5: Pull completef14afe7dac01: Pull completeba61830b098d: Pull complete18a3ea756c71: Pull complete4f4fb700ef54: Pull complete3c0cf53d758a: Pull complete01798b3efeb4: Pull completee27365945df1: Pull complete23b1160432a3: Pull complete611387e3fe2f: Pull complete7a93ffb18421: Pull complete576d5322ac3b: Pull completecc6a652e4633: Pull complete4b8db0f87d6e: Pull completed74b5b7a32b6: Pull complete0c4dce3c73a9: Pull complete134238d1e80b: Pull complete0e9b33b2c46f: Pull complete8317fb0f98fe: Pull completeab751bbfd899: Pull complete0e564b0ba511: Pull completeb159708ab9de: Pull completeedd5acc31bfe: Pull complete04fcaeb0c71f: Pull completeaecf56ebc668: Pull complete5b5e04c300be: Pull complete46edfa3ac778: Pull complete7e0fde4c4c00: Pull complete264b93ba6956: Pull completeDigest: sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce111Status: Downloaded newer image for ocaml/opam@sha256:2d93e3955ad532feebf8a5f6114c21ac959bc9441707c8e7637bc576df8ce1112026-06-26 21:26.47 ---> using "abda6c898290fbf724a812b8e5adcee51509e8308c979cd32fba27ae644f7181" from cache/: (comment debian-13-5.5_riscv64_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-06-26 21:26.47 ---> using "fb2c59f120512fa46b0b05174d5bb9341050635536b109d154f0ef5c50e26dd3" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..10b9bc8242 master -> origin/master10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-242026-06-26 21:26.47 ---> using "89aada2ff312a17fa33f83c87624ae97e85d991e0a3604bbb9e618acfe619a1d" 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.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-26 21:26.47 ---> using "0e7b8cfa99ca0502bd41054be2d6cabd21af5353c68497e383a63674bfc7fb50" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 7.0.0-14-genericThe OCaml toplevel, version 5.5.02.5.12026-06-26 21:26.47 ---> using "defa534bf4d932f75bc266964b79eddca1b3f18a32ff6fd8735e578dadbbad0e" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-26 21:26.47 ---> using "84237fde952ce07a83921a1ee81d46442aeb249a821b5117a65795a82a1080ac" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryThe following actions will be performed:=== recompile 7 packages- recompile base-domains base [uses ocaml]- recompile base-effects base [uses ocaml]- recompile base-nnp base [uses base-domains]- recompile ocaml 5.5.0 [uses ocaml-base-compiler]- recompile ocaml-base-compiler 5.5.0 (pinned) [uses ocaml-compiler]- recompile ocaml-compiler 5.5.0 [upstream or system changes]- recompile opam-depext 1.2.3 [uses ocaml]=== install 1 package- install compiler-cloning enabled [required by ocaml-compiler]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml.5.5.0 (cached)-> removed base-effects.base-> removed base-nnp.base-> removed base-domains.base-> installed compiler-cloning.enabled-> retrieved ocaml-compiler.5.5.0 (cached)-> retrieved opam-depext.1.2.3 (cached)-> removed opam-depext.1.2.3-> removed ocaml.5.5.0-> removed ocaml-base-compiler.5.5.0-> removed ocaml-compiler.5.5.0-> installed ocaml-compiler.5.5.0-> installed ocaml-base-compiler.5.5.0-> installed ocaml.5.5.0-> installed base-domains.base-> installed base-effects.base-> installed base-nnp.base-> installed opam-depext.1.2.3Done.<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead<><> ocaml-compiler.5.5.0 installed successfully ><><><><><><><><><><><><><><><>=> This switch had to be compiled from sources, but future switches with the 🐌same compiler version and configuration should assemble instantly.# To update the current shell environment, run: eval $(opam env)2026-06-26 21:26.47 ---> using "3b619838d11e2f44d9504a7e864b647c19ac6be0c1f43a7000bf0f4d6bf30963" from cache/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))2026-06-26 21:26.53 ---> saved as "73558d17655ff6dd55de6bc4829b69010e6ca4a9dcdcc9ca770300c9764aedda"/src: (run (network host)(shell "opam pin add -yn mirage-time.dev './' && \\nopam pin add -yn mirage-time-unix.dev './'"))[mirage-time.dev] synchronised (file:///src)mirage-time is now pinned to file:///src (version dev)[mirage-time-unix.dev] synchronised (file:///src)mirage-time-unix is now pinned to file:///src (version dev)2026-06-26 21:29.12 ---> saved as "22b8b7a2403f69aba442b6e271b3c7b25e64609609cb2159619814975a6551bf"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-26 21:29.16 ---> saved as "2e90acadf1f609836729c89203c2ea2e7ad7a98eba9d1258e25c1872babe450d"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base compiler-cloning.enabled cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.5.5.0 ocaml-base-compiler.5.5.0 ocaml-compiler.5.5.0 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2")/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 mirage-time.dev mirage-time-unix.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 riscv64 Packages [213 kB]- Fetched 304 kB in 6s (51.0 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-time.dev] synchronised (file:///src)[mirage-time-unix.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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).# To update the current shell environment, run: eval $(opam env)2026-06-26 21:35.34 ---> saved as "4a88c920285e39843ebed4fbd20655cace3c0ce52dd7cff3afe3dce622a0347c"/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-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 9 packages- install base-bytes base- install cppo 1.8.0- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- install duration 0.3.1- install lwt 6.1.2- install ocamlfind 1.9.8- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cppo.1.8.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved duration.0.3.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.23.1-> installed csexp.1.5.2-> installed duration.0.3.1-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.23.1-> installed lwt.6.1.2Done.# To update the current shell environment, run: eval $(opam env)2026-06-26 22:31.46 ---> saved as "9918170b87d7b03cbd35287726774ee482f358b07f4858d6c460c6352a8be630"/src: (copy (src .) (dst /src))2026-06-26 22:31.51 ---> saved as "bd16a9170e86f7a7ca5e43110c58941c0e16a717a89237cdfff7aed87102a6ef"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-06-26 22:32.21 ---> saved as "65e86baa14a3106056e32b81e662cbb85cfc790bbc31de566908181b09b7b087"Job succeeded2026-06-26 22:32.21: Job succeeded