2025-10-27 22:43.00: New job: test mirage/mirage-time https://github.com/mirage/mirage-time.git#refs/heads/main (c68f199b1952f0656526a3212f82afd2a49c1f00) (linux-x86_64:ubuntu-22.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-time.git" -b "main" && cd "mirage-time" && git reset --hard c68f199bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06# ubuntu-22.04-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 lwt.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --depext-only -y mirage-time.dev mirage-time-unix.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-27 22:43.00: Using cache hint "mirage/mirage-time-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06-ubuntu-22.04-5.4_opam-2.4-6ab33c5098a9c4107e8f9bafcdbe3e98"2025-10-27 22:43.00: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)(comment ubuntu-22.04-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 lwt.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --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")))2025-10-27 22:43.00: Waiting for resource in pool OCluster2025-10-28 00:06.51: Waiting for worker…2025-10-28 00:09.03: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at c68f199 changes for 3.0.0(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06' locallydocker.io/ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06: Pulling from ocaml/opamaf6eca94c810: Already exists35874924aa0a: Already exists1addcd43e9a2: Already exists4f73c2db8363: Already exists4386d8dbb832: Already exists4e40c047c9eb: Already existse02efa5fbeb0: Already existsddb408812e3f: Already exists3122a3b1669b: Already existsa394d8c5d250: Already existsdeae410034d9: Already existse17c1588711b: Already existsda8af7f5fb44: Already existsbfd2caa5d08a: Already exists6674449ba421: Already exists18743c2bcc1d: Already exists18743c2bcc1d: Already exists4f4fb700ef54: Already exists841888816ae9: Already exists18d400b6558e: Already existsf8a56eb6c4e2: Already exists4f4fb700ef54: Already exists354be8b6a247: Already existsa4ee84fc0560: Already exists3ab29b33bf13: Already exists715dd9367ae6: Already exists0060360391df: Already exists6fb01c13bb1d: Already exists0471be7f3e23: Already exists83424cbee6cd: Already exists3e0dde388c17: Already exists5e876cc3ea93: Already exists8a56b0f3a658: Already existsa038a235e8ed: Already existsb16488f1f0cc: Already existse979953453c3: Already existsb9538eec7973: Already existsb8bddb841adb: Already exists9b69d238a3b5: Already existsfc04645d1583: Already exists65ab179b94ad: Already existsd38ca75d3d80: Already existsdf883b603c31: Already exists8c9bbc0e6dc0: Already exists8bd34f75a024: Already exists6c8931cda24b: Already exists48a972d49be7: Already existsDigest: sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be06Status: Downloaded newer image for ocaml/opam@sha256:4b849845cac64c924f2ba1b34ab28e692c38f93013d93f780f8f12566ab7be062025-10-28 00:09.03 ---> using "375f7ea603b3a165957a286115e0ff93cc1b4b2b25160efeed90a01ee65cdc60" from cache/: (comment ubuntu-22.04-5.4_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-28 00:09.03 ---> using "ea97c2a0fb232af302182b803f58e26f48ac3bed2d39105664bd3b7048eea6f6" 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-28 00:09.03 ---> using "733761f0461ddddd36484d772896e4743caba423d1992f7c57256b627f5ca729" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.4.12025-10-28 00:09.03 ---> using "54f907621342151627fc36ab9ba6f1563e6a61cbbdde4baff5ef5406a73bd577" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-28 00:09.03 ---> using "8778e6eee76774959ee29badf06d7a137a05001eb132b558ca8edbf37fa8fd2a" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-28 00:09.03 ---> using "406bd4a547d269e4b99e8ce7af3fdb412f40407b2d89c7f844a4b14b6570aac1" from cache/src: (copy (src mirage-time.opam mirage-time-unix.opam) (dst ./))2025-10-28 00:09.03 ---> saved as "ceb90cf161d68a4f70bc381f5e65b6db8488250267fc7b176f750ce3e8c38649"/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)2025-10-28 00:09.10 ---> saved as "2dd0d4f1b33af2ca6744e272eb448fbd9e257fe948fa576ab4340e4e4f217b14"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-28 00:09.10 ---> saved as "f9e8da6b306de9c0823b6f026ce646efda3d42722e8f5ccfac626d39069ffaf0"/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 duration.0.2.1 lwt.5.9.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 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.4 --depext-only -y mirage-time.dev mirage-time-unix.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:3 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [5878 kB]- Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [69.2 kB]- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1594 kB]- Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3805 kB]- Get:9 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3479 kB]- Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [60.9 kB]- Get:11 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1288 kB]- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6064 kB]- Fetched 22.6 MB in 9min 38s (39.2 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-28 00:19.05 ---> saved as "da8398572f9a50f56d19a6c2ffcfbaa6ca2eb13a32520f4198c1c4916eceffcd"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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.20.2- install dune-configurator 3.20.2- install duration 0.2.1- install lwt 5.9.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.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed duration.0.2.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed lwt.5.9.2Done.# To update the current shell environment, run: eval $(opam env)2025-10-28 00:20.11 ---> saved as "9af76f5029cf541e30df8ee9a2586c3dc149fba2855c48c20cd2b31ec8ec2f67"/src: (copy (src .) (dst /src))2025-10-28 00:20.11 ---> saved as "50743bb8dfdbdaed76579281b18f4c851706d5cf960423a720814f94abec0b36"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-28 00:20.12 ---> saved as "0d76dbcdd979e2fce821c365e233afdf79c0850a6822350205963d9d25fcd61e"Job succeeded2025-10-28 00:20.12: Job succeeded