2026-03-17 13:50.15: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/eio2 (8b64fd89eb923a5915c8b5eb5a483a5436acb523) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "eio2" && cd "irmin-watcher" && git reset --hard 8b64fd89cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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-effects.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.1 dune-configurator.3.21.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.5 --depext-only -y irmin-watcher.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-03-17 13:50.15: Using cache hint "mirage/irmin-watcher-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-84f4a727051fdeb3fd56e1f896569940"2026-03-17 13:50.15: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)(comment fedora-43-5.4_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 (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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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 (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-effects.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.1 dune-configurator.3.21.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.5 --depext-only -y irmin-watcher.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-03-17 13:50.15: Waiting for resource in pool OCluster2026-03-17 14:52.56: Waiting for worker…2026-03-17 15:04.57: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 8b64fd8 ocamlformat(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locallydocker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam5bc90b3315da: Already exists33cde4bdcf90: Pulling fs layerb5955b8be52e: Pulling fs layerfbf1b27930a6: Pulling fs layerb347f3d8654c: Pulling fs layer612ce5ee7018: Pulling fs layer39a0083c72b4: Pulling fs layer2a32d726bc66: Pulling fs layere11ae392722c: Pulling fs layerb347f3d8654c: Waiting8d611bf8a252: Pulling fs layer0e1351173a64: Pulling fs layerf8d564b68b69: Pulling fs layer39a0083c72b4: Waiting0e1646b50296: Pulling fs layer612ce5ee7018: Waiting2a32d726bc66: Waiting2801b00e97cb: Pulling fs layer0e1351173a64: Waiting8d611bf8a252: Waitingf8d564b68b69: Waiting4043da018e76: Pulling fs layer0e1646b50296: Waitinge11ae392722c: Waiting2801b00e97cb: Waiting78d7c0bec0d9: Pulling fs layer3b3b2404c3c9: Pulling fs layer78d7c0bec0d9: Waiting4043da018e76: Waiting8467b570f768: Pulling fs layeraf1b4ee1a3ae: Pulling fs layerd8dfc440aace: Pulling fs layer8467b570f768: Waiting49b2a8e5a461: Pulling fs layeraf1b4ee1a3ae: Waiting4f4fb700ef54: Pulling fs layer8be6bee5bc68: Pulling fs layer49b2a8e5a461: Waitingd8dfc440aace: Waiting4f4fb700ef54: Waiting3c9a56c64991: Pulling fs layer8be6bee5bc68: Waitinge80b01b68140: Pulling fs layer3c9a56c64991: Waitingfef37f6a2418: Pulling fs layer2585abb9d55d: Pulling fs layere80b01b68140: Waiting120374638853: Pulling fs layer2585abb9d55d: Waiting63dfb60472ab: Pulling fs layerfef37f6a2418: Waitingabc6281a8a2d: Pulling fs layer120374638853: Waitingeed1b7440d1e: Pulling fs layer63dfb60472ab: Waitingabc6281a8a2d: Waiting0a3bf2765d2e: Pulling fs layer886ab5bf800e: Pulling fs layera46169c2e251: Pulling fs layer80ef96b71029: Pulling fs layereed1b7440d1e: Waiting895656fb7a7a: Pulling fs layer886ab5bf800e: Waitingfa1d27dc8eab: Pulling fs layer0a3bf2765d2e: Waiting3813748e3271: Pulling fs layer895656fb7a7a: Waiting80ef96b71029: Waiting55d32576fd82: Pulling fs layerfa1d27dc8eab: Waiting3813748e3271: Waiting77f643b56c63: Pulling fs layerce0f0971e20d: Pulling fs layer9e039d85a4d4: Pulling fs layer4000d2b4aa9a: Pulling fs layerce0f0971e20d: Waiting9e039d85a4d4: Waiting55d32576fd82: Waiting26f209a0e652: Pulling fs layer135e05105094: Pulling fs layer26f209a0e652: Waiting135e05105094: Waiting4000d2b4aa9a: Waiting33cde4bdcf90: Verifying Checksum33cde4bdcf90: Download complete33cde4bdcf90: Pull completeb347f3d8654c: Verifying Checksumb347f3d8654c: Download completeb5955b8be52e: Verifying Checksumb5955b8be52e: Download complete612ce5ee7018: Verifying Checksum612ce5ee7018: Download complete39a0083c72b4: Verifying Checksum39a0083c72b4: Download completeb5955b8be52e: Pull completee11ae392722c: Verifying Checksume11ae392722c: Download complete2a32d726bc66: Verifying Checksum2a32d726bc66: Download complete0e1351173a64: Verifying Checksum0e1351173a64: Download complete8d611bf8a252: Verifying Checksum8d611bf8a252: Download completef8d564b68b69: Verifying Checksumf8d564b68b69: Download complete0e1646b50296: Verifying Checksum0e1646b50296: Download complete2801b00e97cb: Verifying Checksum2801b00e97cb: Download complete4043da018e76: Verifying Checksum4043da018e76: Download complete78d7c0bec0d9: Verifying Checksum78d7c0bec0d9: Download complete3b3b2404c3c9: Verifying Checksum3b3b2404c3c9: Download complete8467b570f768: Verifying Checksum8467b570f768: Download completeaf1b4ee1a3ae: Download completed8dfc440aace: Verifying Checksumd8dfc440aace: Download complete49b2a8e5a461: Verifying Checksum49b2a8e5a461: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8be6bee5bc68: Download complete3c9a56c64991: Verifying Checksum3c9a56c64991: Download completee80b01b68140: Verifying Checksume80b01b68140: Download complete2585abb9d55d: Verifying Checksum2585abb9d55d: Download completefef37f6a2418: Download complete120374638853: Download complete63dfb60472ab: Download completeeed1b7440d1e: Download completeabc6281a8a2d: Download completefbf1b27930a6: Verifying Checksumfbf1b27930a6: Download complete0a3bf2765d2e: Download complete886ab5bf800e: Download completea46169c2e251: Download complete895656fb7a7a: Download complete3813748e3271: Verifying Checksum3813748e3271: Download completefbf1b27930a6: Pull complete55d32576fd82: Verifying Checksum55d32576fd82: Download completeb347f3d8654c: Pull complete612ce5ee7018: Pull complete39a0083c72b4: Pull complete2a32d726bc66: Pull complete77f643b56c63: Verifying Checksum77f643b56c63: Download completee11ae392722c: Pull complete8d611bf8a252: Pull complete0e1351173a64: Pull completef8d564b68b69: Pull complete0e1646b50296: Pull complete2801b00e97cb: Pull complete4043da018e76: Pull complete78d7c0bec0d9: Pull complete3b3b2404c3c9: Pull complete8467b570f768: Pull completeaf1b4ee1a3ae: Pull completed8dfc440aace: Pull complete49b2a8e5a461: Pull complete4f4fb700ef54: Pull complete8be6bee5bc68: Pull complete3c9a56c64991: Pull completee80b01b68140: Pull completefef37f6a2418: Pull complete2585abb9d55d: Pull complete120374638853: Pull complete63dfb60472ab: Pull completeabc6281a8a2d: Pull completeeed1b7440d1e: Pull complete0a3bf2765d2e: Pull complete886ab5bf800e: Pull completea46169c2e251: Pull completece0f0971e20d: Verifying Checksumce0f0971e20d: Download completefa1d27dc8eab: Verifying Checksumfa1d27dc8eab: Download complete4000d2b4aa9a: Verifying Checksum4000d2b4aa9a: Download complete26f209a0e652: Verifying Checksum26f209a0e652: Download complete135e05105094: Download complete80ef96b71029: Verifying Checksum80ef96b71029: Download complete9e039d85a4d4: Verifying Checksum9e039d85a4d4: Download complete80ef96b71029: Pull complete895656fb7a7a: Pull completefa1d27dc8eab: Pull complete3813748e3271: Pull complete55d32576fd82: Pull complete77f643b56c63: Pull completece0f0971e20d: Pull complete9e039d85a4d4: Pull complete4000d2b4aa9a: Pull complete26f209a0e652: Pull complete135e05105094: Pull completeDigest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc02026-03-17 15:04.58 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache/: (comment fedora-43-5.4_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 43 - x86_64 - Updates 100% | 117.3 KiB/s | 16.4 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-03-17 15:04.58 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-17 15:04.58 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" 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[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-17 15:04.58 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.5.02026-03-17 15:04.58 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 15:04.58 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> 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-03-17 15:04.58 ---> using "e5a831d19c71a479d976cd7d05d73ad48687c9af23b629a16033161b90d8c18b" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2026-03-17 15:04.58 ---> saved as "ec7073dd2fa1003500b71ff47a130ac57e0a143b65559e3b7dd0d1a87eca083e"/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-03-17 15:04.59 ---> saved as "bd8ae4512a58f066859ac6def217fea08be50a93ae0aca4db4f906328843b536"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 15:04.59 ---> saved as "aebaa2a958c235989aa02baaabd9e17caaf641abd95f9726a8cdb1adfdc700f7"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.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.1 dune-configurator.3.21.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 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.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 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.5 --depext-only -y irmin-watcher.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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-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).# To update the current shell environment, run: eval $(opam env)2026-03-17 15:05.06 ---> saved as "f61ccefc27e77ca8d2c37d29fb54a12d5ba0aab4491fcdf77f4e470d43144c2c"/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 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.1- install dune-configurator 3.21.1- install eio 1.3- install eio_linux 1.3- install eio_main 1.3- install eio_posix 1.3- 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 alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved cppo.1.8.0 (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.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (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 stdlib-shims.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved uutf.1.0.4 (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 uutf.1.0.4-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.21.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed cstruct.6.2.0-> installed lwt-dllist.1.1.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.1-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed eio.1.3-> installed uring.2.7.0-> installed lwt.5.9.2-> installed lwt_eio.0.5.1-> installed inotify.2.6-> installed inotify-eio.2.6-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed logs.0.10.0Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 15:05.41 ---> saved as "be9b993f16c8c43f090877b9f2bf562fa052b35e38784252cc73c92b3f899c28"/src: (copy (src .) (dst /src))2026-03-17 15:05.41 ---> saved as "445f89594e7cd4eead8db23978b69396fd89d4ef1a8cc9bd5d427e5bd180d7b2"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe -q --color=always)Testing `irmin-watch'.This run has ID `NR1YG56V'.[OK] inotify 0 enoent.[OK] inotify 1 basic.[OK] inotify 2 100s.[SKIP] inotify 3 1000s.Full test results in `/src/_build/default/test/_build/_tests/irmin-watch'.Test Successful in 14.655s. 3 tests run.2026-03-17 15:05.56 ---> saved as "4b216381e3f8c9d99634759f0e45f18824c639b59240950fe26ad3f4cc1edec0"Job succeeded2026-03-17 15:05.57: Job succeeded