2026-04-28 15:56.01: New job: test mirage/mirage-mtime https://github.com/mirage/mirage-mtime.git#refs/heads/main (4fc4a1b5c5f60c62772f59d1fd6f6968ef8e30d2) (linux-x86_64:ubuntu-24.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage-mtime.git" -b "main" && cd "mirage-mtime" && git reset --hard 4fc4a1b5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4# ubuntu-24.04-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage-mtime.opam ./RUN opam pin add -yn mirage-mtime.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.22.2 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mirage-mtime.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-28 15:56.01: Using cache hint "mirage/mirage-mtime-ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4-ubuntu-24.04-4.14_opam-2.5-f5a06aa69d0d5714441832c0eb06200d"2026-04-28 15:56.01: Using OBuilder spec:((from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)(comment ubuntu-24.04-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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage-mtime.opam) (dst ./))(run (network host)(shell "opam pin add -yn mirage-mtime.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.2 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 topkg.1.1.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.5 --depext-only -y mirage-mtime.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-04-28 15:56.01: Waiting for resource in pool OCluster2026-04-28 16:03.33: Waiting for worker…2026-04-28 16:06.38: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 4fc4a1b changes for 5.2.0(from ocaml/opam:ubuntu-24.04-ocaml-4.14@sha256:07889b712dc6e400e98c1f61dc102cfc3792715b297b8072af6cf2ecc288aeb4)2026-04-28 16:06.39 ---> using "f6983aa83ec90cbaf3229e60f783e3846dbf203b22126e1fa9deb5af4a02fea2" from cache/: (comment ubuntu-24.04-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-04-28 16:06.39 ---> using "cf6b682db0eb0265b50e065ef8ebeee7f5670b75b54916f04daec292c2291574" 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] Initialised2026-04-28 16:06.39 ---> using "e0d727a931986edce47e349acfbdfc661d9f8a156856352a318ba20ddbcc86dd" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 4.14.32.5.12026-04-28 16:06.39 ---> using "037700d65640b0cfa60eeade36e08c506355b33572f0baf2665b2b6f264049ce" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 16:06.39 ---> using "bd73055a33517574c09d1990315d9406b1b85284b6886c918f256834d1b2fdd9" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.5.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-04-28 16:07.07 ---> saved as "44215223cd1e38276bb56f7db30e896334611c842e07383bb64f1e3b10a009e5"/src: (copy (src mirage-mtime.opam) (dst ./))2026-04-28 16:07.07 ---> saved as "360b46e7a09ebdcf172fd3873f351e77fd0ffe3d2c32b04e4cc1d7f354aafaf6"/src: (run (network host)(shell "opam pin add -yn mirage-mtime.dev './'"))[mirage-mtime.dev] synchronised (file:///src)mirage-mtime is now pinned to file:///src (version dev)2026-04-28 16:07.12 ---> saved as "c58fc1eb30bc98ad7ed0721eb4763fb07e2dccd4afda01ab70d400b0b807d8ae"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 16:07.12 ---> saved as "58dfa5f37f4fe4f0c14a2365d11ae9674587eda89e10753dd02d03cd932d2fa4"/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.22.2 mtime.2.1.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 topkg.1.1.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.5 --depext-only -y mirage-mtime.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [2355 kB]- Get:5 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [3737 kB]- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [2142 kB]- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [54.1 kB]- Get:9 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1498 kB]- Get:10 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [1985 kB]- Get:11 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [3491 kB]- Fetched 15.6 MB in 2s (7965 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-mtime.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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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-04-28 16:07.44 ---> saved as "f09428b463dc2e688b2958a2035e18d1bf81c61193be2a901a7192be60cafd33"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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 5 packages- install dune 3.22.2- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved mtime.2.1.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.22.2 (cached)-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed mtime.2.1.0-> installed dune.3.22.2Done.# To update the current shell environment, run: eval $(opam env)2026-04-28 16:08.46 ---> saved as "7581a00f5fc5321b3cb0ef2e76a229c89b66cc6d40360ac2db3a8cff1170eeae"/src: (copy (src .) (dst /src))2026-04-28 16:08.46 ---> saved as "f1ce7054d7787a04ed4aa9fe9cda6c11aa941bcfdf1a2f47d902a6bd97b135f7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib_test && ./portable.exe)Monotonic clock says: 3411 nanosecondsMonotonic clock says: 24053 nanosecondsThe monotonic clock period is: 1 nanoseconds2026-04-28 16:08.47 ---> saved as "2148ba4256d754186ab1653efd67b580b01c0853877a88c9b81718c88e303303"Job succeeded2026-04-28 16:08.47: Job succeeded