2025-10-15 10:20.41: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/heads/main (f457572bfedb9586c8bf9eaa9ece7e53677856e3) (linux-x86_64:debian-13-4.14_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-clock.git" -b "main" && cd "mirage-clock" && git reset --hard f457572bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353# debian-13-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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam ./RUN opam pin add -yn mirage-clock.dev './' && \opam pin add -yn mirage-clock-unix.dev './' && \opam pin add -yn mirage-clock-solo5.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-clock.dev mirage-clock-unix.dev mirage-clock-solo5.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-15 10:20.41: Using cache hint "mirage/mirage-clock-ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353-debian-13-4.14_opam-2.4-243c4888509701a1bcada7c40d3959f2"2025-10-15 10:20.41: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)(comment debian-13-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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)(dst ./))(run (network host)(shell "opam pin add -yn mirage-clock.dev './' && \\nopam pin add -yn mirage-clock-unix.dev './' && \\nopam pin add -yn mirage-clock-solo5.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")(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-clock.dev mirage-clock-unix.dev mirage-clock-solo5.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-15 10:20.41: Waiting for resource in pool OCluster2025-10-15 12:35.15: Waiting for worker…2025-10-15 12:38.09: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at f457572 Merge pull request #53 from samoht/CHANGES-v4.2(from ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353' locallydocker.io/ocaml/opam@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Already exists8f6112f72fa5: Already existsf06108004adb: Already existsf34ea90e6bf7: Already existsb44a65709156: Already exists4c25908bbac9: Already existsf76df728146d: Already exists1fee769dfcf3: Already exists9089a7f69af3: Already exists6f758b47b2a0: Already exists16b225bbb395: Already existsabbf3ec39b68: Already exists1a61521655a9: Already exists6a8565a9e443: Already existsc059a4cbd7b9: Already exists3a00fdc9e291: Already existsa0b62589bd38: Already exists6e8d713bf843: Already existsbca1fd5341ba: Already exists34b9849c2772: Already exists4f4fb700ef54: Already existsd8d3d0744e38: Already exists788c7ce0e0e5: Already existsa297eab0ca3b: Already exists2e79af39acdb: Already exists8858e600236c: Already exists9efe23d1fe7d: Already exists47d185934312: Already exists64a949a6caff: Already existsc9d6a7c18bb1: Already existse4fde4815f0c: Already existsd1f759c16950: Already existsf3dd45bf195f: Already exists3985a6049101: Already existsaae849592418: Already exists6173459dc6b2: Already exists7f16ef63bee0: Already existsfe355de6a899: Already existsb0bc5a15bc9d: Already exists201f0a91f2b8: Pulling fs layerede583f8e36a: Pulling fs layer87d55f5091c6: Pulling fs layer0cd07c061663: Pulling fs layer0cd07c061663: Waitingede583f8e36a: Verifying Checksumede583f8e36a: Download complete87d55f5091c6: Verifying Checksum87d55f5091c6: Download complete0cd07c061663: Verifying Checksum0cd07c061663: Download complete201f0a91f2b8: Verifying Checksum201f0a91f2b8: Download complete201f0a91f2b8: Pull completeede583f8e36a: Pull complete87d55f5091c6: Pull complete0cd07c061663: Pull completeDigest: sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee6353Status: Downloaded newer image for ocaml/opam@sha256:98309c1e2473597c2dc9d3b5a7210fdb30819763cf2e4b3868de1513deee63532025-10-15 12:38.09 ---> using "ae5a35edb2df2fe59cb4e5cafe5ca62fb7d5b04088064e015fa744b1be849aae" from cache/: (comment debian-13-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-15 12:38.09 ---> using "c709841406782d6ce39e710beb594eeb96196224c9fd4a7a15a32a5de91b4f12" 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-15 12:38.09 ---> using "4db9c823b3333c708dd5eb5ecfeabad7d76c6397e3f7220965831fb792c960cc" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.14.22.4.12025-10-15 12:38.09 ---> using "073fa9dcb716ac78a23e1ef269723b3002d2f61f1cdc56c519d0be5cd2ab2f31" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 12:38.09 ---> using "88f0ef42fc0352811aa4593507a82ab5f3e2e266d4af9769949fa0bbed8a3c6e" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> 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.3.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-15 12:38.09 ---> using "80b3dbefb8c993ab03d141907b364cdabe3e1dc41ae130b4d6351dbc97966faa" from cache/src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam)(dst ./))2025-10-15 12:38.10 ---> saved as "c56bab6f9b0d658e671b042aabca26bc2e6e87f566b3528e63e625d69cbc177d"/src: (run (network host)(shell "opam pin add -yn mirage-clock.dev './' && \\nopam pin add -yn mirage-clock-unix.dev './' && \\nopam pin add -yn mirage-clock-solo5.dev './'"))[mirage-clock.dev] synchronised (file:///src)mirage-clock is now pinned to file:///src (version dev)[mirage-clock-unix.dev] synchronised (file:///src)mirage-clock-unix is now pinned to file:///src (version dev)[NOTE] Package mirage-clock-solo5 does not exist in opam repositories registered in the current switch.[mirage-clock-solo5.dev] synchronised (file:///src)mirage-clock-solo5 is now pinned to file:///src (version dev)2025-10-15 12:38.19 ---> saved as "c1f73daea6ec0c6705e6be18ffbf640f55731764f89fdbb84f907fcfbbe18686"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 12:38.19 ---> saved as "eea8d55b2fc533517304746aadf2b3367ade6fffa3bafa9ef967395a471b5f3c"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")/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-clock.dev mirage-clock-unix.dev mirage-clock-solo5.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 (851 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-clock.dev] synchronised (file:///src)[mirage-clock-solo5.dev] synchronised (file:///src)[mirage-clock-unix.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).2025-10-15 12:38.41 ---> saved as "a985184345667fd5d0a3a17b9085b57dd3a93b0245d5759923aea155284b4c2d"/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 3 packages- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed dune.3.20.2-> installed csexp.1.5.2-> installed dune-configurator.3.20.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 12:40.11 ---> saved as "c0a7d35e2a9690a768e63000f61b4364266babcee957b3dfaa1e6b5c0c356e33"/src: (copy (src .) (dst /src))2025-10-15 12:40.11 ---> saved as "1559e8f4c1408688487bb526a54d738d747985be744e3cb9d32f20750def6b2e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && ./portable.exe)Monotonic clock says: 130 nanosecondsThe time is 20376 days and 45613702773436000 picoseconds since the epoch.The time is 20376 days and 45613702779820000 picoseconds since the epoch.The time is 20376 days and 45613702780906000 picoseconds since the epoch.The offset from UTC is 3600 minutes.The clock period is: 1000 picosecondsMonotonic clock says: 169234 nanosecondsMonotonic clock period unavailable2025-10-15 12:40.13 ---> saved as "6c44d6d7ac705081c6a1ba76042fe1caab6808f45d1bbb05648e49f68f6a6145"Job succeeded2025-10-15 12:40.14: Job succeeded