2026-02-05 01:05.01: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/eio2 (6949608a07f18459096f57d53132cf0581b4cf04) (linux-x86_64:(lint-doc))Base: ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5bOpam project lint documentationTo reproduce locally:git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "eio2" && cd "irmin-watcher" && git reset --hard 6949608acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b# debian-13-5.1_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /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 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 irmin-watcher.opam ./RUN opam pin add -yn irmin-watcher.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.2 eio_linux.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.11.0 hmap.0.8.1 inotify.2.6 inotify-eio.2.6 iomux.0.4 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mtime.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y irmin-watcher.dev $DEPSRUN opam install $DEPSRUN opam install --yes dune 'odoc>=1.5.0'COPY --chown=1000:1000 . /src/RUN ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo "dune build @doc failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-05 01:05.01: Using cache hint "mirage/irmin-watcher-ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b-debian-13-5.1_opam-2.5-746ecbe373294722d934e4966f5285a0"2026-02-05 01:05.01: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)(comment debian-13-5.1_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.2 /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 irmin-watcher.opam) (dst ./))(run (network host)(shell "opam pin add -yn irmin-watcher.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.2 eio_linux.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.11.0 hmap.0.8.1 inotify.2.6 inotify-eio.2.6 iomux.0.4 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mtime.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uutf.1.0.4")(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.2 --depext-only -y irmin-watcher.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))(copy (src .) (dst /src/))(run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)")))2026-02-05 01:05.01: Waiting for resource in pool OCluster2026-02-05 01:05.01: Waiting for worker…2026-02-05 01:05.02: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at 6949608 add more ocaml versions to ci(from ocaml/opam:debian-13-ocaml-5.1@sha256:f294625544466e7500ffcfe7dbb6cbcbe07e8248a4c53d6af8e32d74a8b56b5b)2026-02-05 01:05.03 ---> using "deb7339621d5d29ffcbc6f18592db655941c3ffa61703058bdf27cb277812b74" from cache/: (comment debian-13-5.1_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.2 /usr/bin/opam"))2026-02-05 01:05.03 ---> using "0f1e0ed35a3a670664cfa84acfb79a46f9b15ec1878c5782cc0fb2217cfbe8d2" 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 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.Continue? [y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-02-05 01:05.03 ---> using "c69e88d01f58d3f6d3e864c5b3c363b6a75d47751aded5aa6e7b5061e3617976" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.1.12.2.12026-02-05 01:05.03 ---> using "af833db100a81520a7f65534cb4bbe7d988abdaa54cddf3189c6f73629528b62" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-05 01:05.03 ---> using "2e863ada84f641d203568cb72f1ead5d4b90dfe28b4514773b43eb39ec10870f" 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_HEAD16d9c0eb87..74f2f20e57 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> 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, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-02-05 01:05.03 ---> using "a44e97b2b711f3ce61e87fade870021ee4f908694474b3a896f1e599d907ad76" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2026-02-05 01:05.03 ---> using "365a2183a3a1b9183ff3bfe238cae2ed6e6fdeef3b0a320b4c83bc85f27a0022" from cache/src: (run (network host)(shell "opam pin add -yn irmin-watcher.dev './'"))[irmin-watcher.dev] synchronised (file:///src)irmin-watcher is now pinned to file:///src (version dev)2026-02-05 01:05.03 ---> using "53bd450740daa6411f56bb88d9938310771394b6c47ebe6b928074bd206c674e" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-05 01:05.03 ---> using "638550af5fddc9b004ae04dd10a9d6250756f65632d337177ec5362c5fad8748" from cache/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cmdliner.2.1.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.21.0 dune-configurator.3.21.0 eio.1.2 eio_linux.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.11.0 hmap.0.8.1 inotify.2.6 inotify-eio.2.6 iomux.0.4 logs.0.10.0 lwt.5.9.2 lwt-dllist.1.1.0 lwt_eio.0.5.1 mtime.2.1.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 psq.0.2.1 re.1.14.0 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.1.1 uring.2.7.0 uutf.1.0.4")/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.2 --depext-only -y irmin-watcher.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [98.8 kB]- Fetched 10.0 MB in 2s (5822 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[irmin-watcher.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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2026-02-05 01:05.03 ---> using "8b7a24b5e838b601dae153aedb63fdb28b33823d97fa0b99526e9212ca8abd2a" from cache/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-base-compiler is already installed (current version is 5.1.1).[NOTE] Package ocaml is already installed (current version is 5.1.1).[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-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 38 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install bigstringaf 0.10.0- install cmdliner 2.1.0- install cppo 1.8.0- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.21.0- install dune-configurator 3.21.0- install eio 1.2- install eio_linux 1.2- install eio_main 1.2- install eio_posix 1.2- install fmt 0.11.0- install hmap 0.8.1- install inotify 2.6- install inotify-eio 2.6- install iomux 0.4- install logs 0.10.0- install lwt 5.9.2- install lwt-dllist 1.1.0- install lwt_eio 0.5.1- install mtime 2.1.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install optint 0.3.0- install psq 0.2.1- install re 1.14.0- install seq base- install stdlib-shims 0.3.0- install thread-table 1.0.0- install topkg 1.1.1- install uring 2.7.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigstringaf.0.10.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved inotify.2.6, inotify-eio.2.6 (cached)-> retrieved iomux.0.4 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved eio.1.2, eio_linux.1.2, eio_main.1.2, eio_posix.1.2 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt_eio.0.5.1 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved optint.0.3.0 (cached)-> retrieved psq.0.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0 (cached)-> retrieved uring.2.7.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.21.0-> installed lwt-dllist.1.1.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed ocaml-syntax-shims.1.0.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed thread-table.1.0.0-> installed ocplib-endian.1.2-> installed domain-local-await.1.0.1-> installed alcotest.1.9.1-> installed dune-configurator.3.21.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed eio.1.2-> installed uring.2.7.0-> installed lwt.5.9.2-> installed inotify.2.6-> installed lwt_eio.0.5.1-> installed inotify-eio.2.6-> installed eio_posix.1.2-> installed eio_linux.1.2-> installed eio_main.1.2-> installed logs.0.10.0Done.# Run eval $(opam env) to update the current shell environment2026-02-05 01:05.03 ---> using "7924a18b3c6bb75f122831d04f6a2f3168990804bb08899ae013132496b9c808" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install --yes dune 'odoc>=1.5.0'"))[NOTE] Package dune is already installed (current version is 3.21.0).The following actions will be performed:=== install 7 packages- install camlp-streams 5.0.1 [required by odoc-parser]- install crunch 4.0.0 [required by odoc]- install fpath 0.7.3 [required by odoc]- install odoc 3.1.0- install odoc-parser 3.1.0 [required by odoc]- install ptime 1.2.0 [required by crunch]- install tyxml 4.6.0 [required by odoc]<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved camlp-streams.5.0.1 (cached)-> retrieved crunch.4.0.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ptime.1.2.0 (cached)-> retrieved tyxml.4.6.0 (cached)-> installed camlp-streams.5.0.1-> retrieved odoc.3.1.0, odoc-parser.3.1.0 (cached)-> installed fpath.0.7.3-> installed ptime.1.2.0-> installed crunch.4.0.0-> installed odoc-parser.3.1.0-> installed tyxml.4.6.0-> installed odoc.3.1.0Done.# Run eval $(opam env) to update the current shell environment2026-02-05 01:05.03 ---> using "350b1fd5d78da919aac57226f263e0d307e468cab9217bc94d03ab37daf7d381" from cache/src: (copy (src .) (dst /src/))2026-02-05 01:05.03 ---> saved as "e4e520d064ab188071082edf177fe7cf3de060cdcbe92d45bc71396543178395"/src: (run (shell "ODOC_WARN_ERROR=false opam exec -- dune build @doc || (echo \"dune build @doc failed\"; exit 2)"))2026-02-05 01:05.03 ---> saved as "9a0762614ab41bd9a65d87d2a2ad2f8cee33204ed04f9152f6bf22cba0ea5d09"Job succeeded2026-02-05 01:05.04: Job succeeded