2025-06-17 18:23.44: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/heads/main (f457572bfedb9586c8bf9eaa9ece7e53677856e3) (linux-x86_64:debian-12-4.10_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-clock.git" -b "main" && cd "mirage-clock" && git reset --hard f457572b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 # debian-12-4.10_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --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.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y mirage-clock.dev mirage-clock-unix.dev mirage-clock-solo5.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-06-17 18:23.44: Using cache hint "mirage/mirage-clock-ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17-debian-12-4.10_opam-2.3-b2cd60de0aae1133cf3052566ff81bb7" 2025-06-17 18:23.44: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) (comment debian-12-4.10_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.3 --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-06-17 18:23.44: Waiting for resource in pool OCluster 2025-06-17 18:24.00: Waiting for worker… 2025-06-17 18:26.15: Got resource from pool OCluster Building on doris.caelum.ci.dev hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialized empty Git repository in /var/cache/obuilder/ocluster/git/mirage-clock.git-6c37c64ce43b02fcf222a11d523020f64230e3d9/.git/ HEAD is now at f457572 Merge pull request #53 from samoht/CHANGES-v4.2 (from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17) Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17' locally docker.io/ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17: Pulling from ocaml/opam 78ad157e30a7: Already exists ed319ee133bb: Pulling fs layer c53d15f95ae6: Pulling fs layer 04ed5cf53e4f: Pulling fs layer 6cbcbda74859: Pulling fs layer c53d15f95ae6: Waiting ed319ee133bb: Waiting 6cbcbda74859: Waiting 04ed5cf53e4f: Waiting ed319ee133bb: Verifying Checksum ed319ee133bb: Download complete c53d15f95ae6: Verifying Checksum c53d15f95ae6: Download complete 04ed5cf53e4f: Verifying Checksum 04ed5cf53e4f: Download complete 6cbcbda74859: Verifying Checksum 6cbcbda74859: Download complete ed319ee133bb: Pull complete c53d15f95ae6: Pull complete 04ed5cf53e4f: Pull complete 6cbcbda74859: Pull complete Digest: sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 Status: Downloaded newer image for ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17 2025-06-17 18:26.17 ---> using "fac8329b29b16afaaebf81a27278ea871f6e7aaade2528ea8d095e17087bbfcd" from cache /: (comment debian-12-4.10_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-17 18:26.17 ---> using "1e01f9ade7f10db15327e3737256b9ae629aa9538672f93c595bcd2c5606d0c6" 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. Continue? [y/n] y This development 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. [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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-17 18:26.17 ---> using "a0e269b537a97ecd8c2d2bf578729b689696de91cbc38f0993f93a7c478c38a6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-141-generic The OCaml toplevel, version 4.10.2 2.3.0 2025-06-17 18:26.17 ---> using "828a66ec583e2e13910e53b4178889f6a883a12922d1b6d95aa7dddcd82bc24d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 18:26.17 ---> using "01cad0dc64648a2b4a536280a8d3a8c57aec8a090e05ddb10c82aada066d516a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [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, 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-06-17 18:26.17 ---> using "9341888c6109efd564397ccd29aaebbe1f4346786635957bd73dd7a2b4554488" from cache /src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam) (dst ./)) 2025-06-17 18:26.18 ---> saved as "bf6269063f2f5721e9a2691d96f71c000439e15c19d06add0f9f5072920e02cc" /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) [mirage-clock-solo5.dev] synchronised (file:///src) mirage-clock-solo5 is now pinned to file:///src (version dev) 2025-06-17 18:26.22 ---> saved as "66deaa1dedac6d47bce7193f268678daa2ccf32ab1d1742e8a178c4da07b9ed5" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 18:26.23 ---> saved as "61c0f03a5dd43d7d0723b678457af4c559241156341c3a88f15b3f8d57b2000f" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.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.3 --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 bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [263 kB] - Fetched 366 kB in 1s (536 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-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). 2025-06-17 18:26.39 ---> saved as "e0b76dd16577f9b5c0b5a9345e2ad70199d8126b4a5b6e1d4d48365662a70ff2" /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 3 packages - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.19.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-06-17 18:27.34 ---> saved as "6b807d35e6360b3b509e3fcffacca2e33b7bcb49d33f951e92cae84dba07a0c9" /src: (copy (src .) (dst /src)) 2025-06-17 18:27.35 ---> saved as "9306db2cd4686efd2613dc3c129531acaa5af259a843b74b0dc8a062b160f1e6" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib_test && ./portable.exe) Monotonic clock says: 90 nanoseconds The time is 20256 days and 66456341743072000 picoseconds since the epoch. The time is 20256 days and 66456341744845000 picoseconds since the epoch. The time is 20256 days and 66456341745386000 picoseconds since the epoch. The offset from UTC is 3600 minutes. The clock period is: 1000 picoseconds Monotonic clock says: 164128 nanoseconds Monotonic clock period unavailable 2025-06-17 18:27.36 ---> saved as "90deb83e7a4e43443cbefc74de3d2fa6f3f5d7a608af54defe4283913bbab50c" Job succeeded 2025-06-17 18:27.53: Job succeeded