2026-06-26 09:18.37: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-x86_64:fedora-44-4.14_opam-2.5) Base: ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 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:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 # fedora-44-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e 10b9bc82426ac6d613a21b70509373ed5b785d42 || git fetch origin master) && git reset -q --hard 10b9bc82426ac6d613a21b70509373ed5b785d42 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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-06-26 09:18.37: Using cache hint "mirage/mirage-time-ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350-fedora-44-4.14_opam-2.5-5f33341a59614012b7856b28cda30e5d" 2026-06-26 09:18.37: Using OBuilder spec: ((from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350) (comment fedora-44-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (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-threads.base base-unix.base 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.4.14.4 ocaml-base-compiler.4.14.4 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-06-26 09:18.37: Waiting for resource in pool OCluster 2026-06-26 13:20.44: Waiting for worker… 2026-06-26 13:20.52: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at c68f199 changes for 3.0.0 (from ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350) Unable to find image 'ocaml/opam:fedora-44-ocaml-4.14@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350' locally docker.io/ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350: Pulling from ocaml/opam 4dd84e24b4eb: Already exists c855aef692e0: Already exists d5db3ed9ed6c: Already exists 91473e4b2845: Already exists 6423b7893863: Already exists 68389201b7e3: Already exists ea2f6b01b9ca: Already exists 6070ebf1b19b: Already exists ed277bfd2fff: Already exists 10a4adf14481: Already exists 9282feaa3026: Already exists 1619cacdb462: Already exists 050ff808f0c8: Already exists 75d5447db8eb: Already exists e5435a7e206e: Already exists e5435a7e206e: Already exists 79abb75016fb: Already exists 36dcf63969d6: Already exists 5a58fba3b55e: Already exists 1aed4ee0db8c: Already exists 4f4fb700ef54: Already exists 74b39a71999b: Already exists 0f8139e3e078: Already exists c18524ece9d1: Already exists dc94c79af00f: Already exists 6894fa1e8dd5: Already exists 519a583e051f: Already exists ef65a66dc206: Already exists 9b0fc41cdcd8: Already exists b361b14d12ee: Already exists 6d1ddf02f483: Already exists 729f0c275cf6: Already exists 553958ba7135: Already exists 4ca2f8c8b3d6: Already exists f508247d566e: Already exists 33c89018572c: Already exists aae9b8b87fd3: Already exists ae57ac75a71b: Already exists 6c9249e03224: Already exists 389e26235972: Pulling fs layer d7481ffa811a: Pulling fs layer cb88921181c3: Pulling fs layer e9971572a615: Pulling fs layer 6a25e83ffc04: Pulling fs layer e9971572a615: Waiting 6a25e83ffc04: Waiting e9971572a615: Verifying Checksum 6a25e83ffc04: Download complete 389e26235972: Verifying Checksum 389e26235972: Download complete d7481ffa811a: Verifying Checksum d7481ffa811a: Download complete 389e26235972: Pull complete d7481ffa811a: Pull complete cb88921181c3: Pull complete e9971572a615: Pull complete 6a25e83ffc04: Pull complete Digest: sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 Status: Downloaded newer image for ocaml/opam@sha256:b831cc87b1dea87f58b10e358a0ab230354557f6f4b3a50d5c7d235d6a9ce350 2026-06-26 13:20.53 ---> using "59160c8e30f51ffba2a9060d9c2079ea1a0818d97311aa5d4d8d8ef3b72a71ee" from cache /: (comment fedora-44-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 44 - x86_64 - Updates 100% | 21.7 KiB/s | 4.9 KiB | 00m00s Fedora 44 - x86_64 100% | 119.5 KiB/s | 18.4 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-7.fc44.x86_64" is already installed. Nothing to do. 2026-06-26 13:20.53 ---> using "15517bc46a019ac2126eed35d3c3e71e8715eb0cdb95a212de5b12e3cad0dccb" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-06-26 13:20.53 ---> using "102a2ff81499b6cb7aae3e871609934284478b97443e096a517f434c0c3c0f7b" 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_HEAD b85f65c75d..10b9bc8242 master -> origin/master 10b9bc8242 Merge pull request #30143 from shonfeder/bound-on-dune-3-24 2026-06-26 13:20.53 ---> using "40e5d44438f1d4963a735f0e6449c1bc4322ad76b824f4dc7acf32e1e9acd316" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-06-26 13:20.53 ---> using "2354041e00746749e528fc02fac9c9fe3fc438ffc6be90a2baf0146f6b72fe0b" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-22-generic The OCaml toplevel, version 4.14.4 2.5.1 2026-06-26 13:20.53 ---> using "88dff69a0d7b86d582a0836ded95d95607da7dcc4e938a1767835f5eb8dce5c5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-26 13:20.53 ---> using "6b08bd514f1bdc8634cb8f51f9875f23cad0af262561103d2f2104ab33fed0a8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.1 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.1"), 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-06-26 13:20.53 ---> using "05defd636a022debb6fe00f3da552f2ed41093725821cc7e434a0a0423cba0ca" from cache /src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./)) 2026-06-26 13:20.54 ---> saved as "2e6b9755e049f11213a5b61e1b3f684f5163dbf0176631e13c1b70831eacfa64" /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 13:20.57 ---> saved as "a2aad512a4608d6e2b24a9b4e7d63dfc8f25208c33ead78b130d20f4d45e7b7d" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-26 13:20.58 ---> saved as "48c281a2e1c69151fb077463b68a66e4164bd79dc30f4f7c9da66d63ebdb089a" /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.23.1 dune-configurator.3.23.1 duration.0.3.1 lwt.6.1.2 ocaml.4.14.4 ocaml-base-compiler.4.14.4 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/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> 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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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-06-26 13:21.13 ---> saved as "82401501aa431ae1d73eb6c2416620e2e7b47741a4861188af738474a2c9ed79" /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.4). [NOTE] Package ocaml is already installed (current version is 4.14.4). [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.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 duration.0.3.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.23.1 -> installed lwt.6.1.2 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-26 13:22.37 ---> saved as "ecc3337132557a8c1c2715c92dbe6e5eaf9421daf4ee1826543aa6ff4a664428" /src: (copy (src .) (dst /src)) 2026-06-26 13:22.37 ---> saved as "33a51cf2dead187070c07d2400184fde3b1bae8afabaf9b6a8aeefda52e23c6f" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-06-26 13:22.38 ---> saved as "e6fb657c94a40f5af8677f9e9870c4709f9cf8282b3a0e4ffb0a7644ef604c0b" Job succeeded 2026-06-26 13:22.38: Job succeeded