2026-01-16 13:59.10: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-x86_64:ubuntu-25.10-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-time.git" -b "main" && cd "mirage-time" && git reset --hard c68f199b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec # ubuntu-25.10-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --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-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 $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 2026-01-16 13:59.10: Using cache hint "mirage/mirage-time-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec-ubuntu-25.10-4.14_opam-2.5-431e9b8e82be6f6880b942d5e1131377" 2026-01-16 13:59.10: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec) (comment ubuntu-25.10-4.14_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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && 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 (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-01-16 13:59.10: Waiting for resource in pool OCluster 2026-01-16 18:28.02: Waiting for worker… 2026-01-16 18:30.58: Got resource from pool OCluster Building on clete All commits already cached HEAD is now at c68f199 changes for 3.0.0 (from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec) Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec' locally docker.io/ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec: Pulling from ocaml/opam 16c195d4c5e9: Already exists ea8d6f284f52: Already exists a590f1caf60c: Already exists 95a0aba17fe6: Already exists 24604fb30e30: Already exists bb7bc1b8d84e: Already exists b52bcdd4741a: Already exists 8c668707afec: Already exists c4692dd3f67a: Already exists 5eaf747da0d4: Already exists dacd9c5006da: Already exists f4da334a65ba: Already exists ac7668965f73: Already exists 34d1263af20a: Already exists a86b2aea8581: Already exists 32d4d471ed96: Already exists b77ed416f3dc: Already exists b77ed416f3dc: Already exists d1055a5d5025: Already exists 202c9ab5b2cc: Already exists 5c7364b10079: Already exists f1b0581b7244: Already exists 4f4fb700ef54: Already exists 9fa3330063e0: Already exists 2713ff50a5c7: Already exists 42b31df89324: Already exists cccb2a33229d: Already exists f9eb1b0ba386: Already exists cfa1b801ea0b: Already exists 731be0d7062d: Already exists 75483806616d: Already exists 61d580994fd0: Already exists 369979efbe7c: Already exists 3dcb2f554fbb: Already exists e1eaa3dbc066: Already exists bb45476b0f8e: Already exists 530fce115371: Already exists fb7cddf53135: Already exists fd3c4ec2a132: Already exists 809886565a24: Already exists b7adeb70e5d2: Already exists eadd9f1803a3: Pulling fs layer 0bebb82b5512: Pulling fs layer 88ef2e8c2c2e: Pulling fs layer c0847e5b776d: Pulling fs layer 6832235b99fe: Pulling fs layer c0847e5b776d: Waiting 6832235b99fe: Waiting 88ef2e8c2c2e: Download complete c0847e5b776d: Verifying Checksum c0847e5b776d: Download complete 6832235b99fe: Verifying Checksum 6832235b99fe: Download complete 0bebb82b5512: Verifying Checksum 0bebb82b5512: Download complete eadd9f1803a3: Verifying Checksum eadd9f1803a3: Download complete eadd9f1803a3: Pull complete 0bebb82b5512: Pull complete 88ef2e8c2c2e: Pull complete c0847e5b776d: Pull complete 6832235b99fe: Pull complete Digest: sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec Status: Downloaded newer image for ocaml/opam@sha256:f196fdde96e2d2ab463174a3fd909d35d2174726cd99ad8d090aae5fc21672ec 2026-01-16 18:30.58 ---> using "75df70da953d671714cf7970335f8c27515d2f02b005faf9feb62dfc11340dab" from cache /: (comment ubuntu-25.10-4.14_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-01-16 18:30.58 ---> using "0868f6818629c9b1fa57e9f1c50087daaf981ede9b3ef45b1cac6a45ce3b4ca0" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-01-16 18:30.58 ---> using "89677c0f84fccc82a17b3a8527b0294b759518be030b5c5a65a2fc0031b0a85c" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-90-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-01-16 18:30.58 ---> using "296a891161693ac3543b75e3b7cd7f7cf6580366f514416736fdfe515b00ffd0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-16 18:30.58 ---> using "fcaed8e9cab88da0ffb726db9094aacfbc5c85d997ff47780dee0c4350554c52" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..92679ed614 master -> origin/master 873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches Everything 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.4.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-01-16 18:30.58 ---> using "39defe92d95778e17f342e83d7489986e082573b183e1145409ad3d2115053ae" from cache /src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./)) 2026-01-16 18:30.59 ---> saved as "1eb974f2cae762d50ca2294fc094524cdbe4ab70323d9bd907280f26713105fc" /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-01-16 18:31.08 ---> saved as "ee635feb95aba1d15834fb9a1f9f4ab6a9064b664f6e1431152f53b4590422e9" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-16 18:31.09 ---> saved as "ac49d1ed36fd66dcd3a9ca16270606dd5cbce957997286e8cec24af39fb480c6" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.0 dune-configurator.3.21.0 duration.0.2.1 lwt.6.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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" - Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB] - Get:2 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB] - Get:3 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB] - Get:4 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB] - Hit:5 http://archive.ubuntu.com/ubuntu questing InRelease - Get:6 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB] - Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB] - Get:8 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB] - Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB] - Fetched 1277 kB in 1s (1894 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-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). # To update the current shell environment, run: eval $(opam env) 2026-01-16 18:31.56 ---> saved as "1d14855791663bf46df1a0afb66c282de183c971f3c18d33e4e9d59416ec7cfc" /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 9 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.21.0 - install dune-configurator 3.21.0 - install duration 0.2.1 - install lwt 6.0.0 - 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 dune.3.21.0, dune-configurator.3.21.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved lwt.6.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.21.0 -> installed duration.0.2.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.21.0 -> installed lwt.6.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-16 18:33.53 ---> saved as "dad2bbad71eef3a5f0f3b049ea9ef9b856189cd97c1efadec4a873b721fc02bd" /src: (copy (src .) (dst /src)) 2026-01-16 18:33.53 ---> saved as "cba763d88016b7da9787148777db0b58ef0fa81e5b520106136135e78332b55f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-01-16 18:33.54 ---> saved as "9dcb8cffe6eee0f94cc0946d35a5f2f58a09518b8f8400204a463b717d574b2d" Job succeeded 2026-01-16 18:33.54: Job succeeded