2025-06-17 18:27.15: New job: test mirage/mirage-clock https://github.com/mirage/mirage-clock.git#refs/heads/main (f457572bfedb9586c8bf9eaa9ece7e53677856e3) (linux-arm64:debian-12-4.14_arm32_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02 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.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02 # debian-12-4.14_arm32_opam-2.3 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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.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.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:27.15: Using cache hint "mirage/mirage-clock-ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02-debian-12-4.14_arm32_opam-2.3-e96f25abfb528401800d5860f109b609" 2025-06-17 18:27.15: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02) (comment debian-12-4.14_arm32_opam-2.3) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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.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.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:27.15: Waiting for resource in pool OCluster 2025-06-17 20:58.11: Waiting for worker… 2025-06-17 22:01.39: Got resource from pool OCluster Building on okypous.caelum.ci.dev All commits already cached HEAD is now at f457572 Merge pull request #53 from samoht/CHANGES-v4.2 (from ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02' locally docker.io/ocaml/opam@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02: Pulling from ocaml/opam 018eba474665: Pulling fs layer 018eba474665: Verifying Checksum 018eba474665: Download complete 018eba474665: Pull complete Digest: sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02 Status: Downloaded newer image for ocaml/opam@sha256:0a8742b00ce36c518893436bb0b50d8699851b5b8a8025a322420f78d991fe02 WARNING: The requested image's platform (linux/arm/v7) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested 2025-06-17 22:01.41 ---> using "6a56bde6b67d1c3b49077599e93aee064e4245a9a89baa9929eca6dc6914ea1b" from cache /: (comment debian-12-4.14_arm32_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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 22:01.41 ---> using "56384273a8fd9130d7e1fade839f70a58d05234685d6586342138a7e1c0ff67f" 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-17 22:01.41 ---> using "9bc34ab244d95a13145f5cceef96132d5abce62b4b3236ef9d13942554127376" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-138-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-17 22:01.42 ---> using "044d8d8ab7597d172f0e8218877c2da4b747775a1359f2446b7dd5756eb106db" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-17 22:01.42 ---> using "4b8f0fe691ca882ac062df4940365bceeb66d2d2d55e2089605f0559bd52410c" 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 22:01.42 ---> using "1c614fded2a5ebe1855951a3b9aa2c562bca05086f33fc128d265eedac95da39" from cache /src: (copy (src mirage-clock.opam mirage-clock-unix.opam mirage-clock-solo5.opam) (dst ./)) 2025-06-17 22:01.43 ---> saved as "ca4a82891c8a77a112de3ede7081f5a9865581e9c82f695e8ff78368a9748f37" /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 22:01.56 ---> saved as "cabbae460180fa3fdc7291f076e3760d57c3f22e2873915dd76bf5927c854136" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-17 22:01.57 ---> saved as "8045d5479d372c278b82b8bd03eb6ddbbe9b96ec4c436902d2d4c48e29610058" /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.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.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 armhf Packages [248 kB] - Fetched 352 kB in 2s (221 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-06-17 22:02.16 ---> saved as "de22740b5f687c9e323ce9890ef330a3aa65040876791b465538c0d3455e5aee" /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.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 22:05.59 ---> saved as "bc446fcc9263c75255bf3cd68d62d5951d067c0b4b5381f6658177ae2f5d8a2f" /src: (copy (src .) (dst /src)) 2025-06-17 22:06.02 ---> saved as "7f4e74fc78fb673a877b649415e8e2b4d8f6b427fca30f09f8467da181cde931" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib_test && ./portable.exe) Monotonic clock says: 680 nanoseconds The time is 20256 days and 79574111992041000 picoseconds since the epoch. The time is 20256 days and 79574111994641000 picoseconds since the epoch. The time is 20256 days and 79574111995681000 picoseconds since the epoch. The offset from UTC is 3600 minutes. The clock period is: 1000 picoseconds Monotonic clock says: 303842 nanoseconds Monotonic clock period unavailable 2025-06-17 22:06.14 ---> saved as "33bb4926645be26495cb9d7e4fb17d922fb38cdacd60a2d3d0e7b94d655cf0ac" Job succeeded 2025-06-17 22:06.15: Job succeeded