2026-06-04 00:45.31: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/master (315ca449f80065ea20b9ca01408bd78a48edc1a1) (linux-x86_64:debian-13-5.4+flambda_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "master" && cd "irmin-watcher" && git reset --hard 315ca449cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9# debian-13-5.4+flambda_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.8.0 logs.0.10.0 lwt.6.1.2 mtime.2.1.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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-06-04 00:45.31: Using cache hint "mirage/irmin-watcher-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9-debian-13-5.4+flambda_opam-2.5-4282e31759d4c1e80feac8639ea48078"2026-06-04 00:45.31: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)(comment debian-13-5.4+flambda_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && 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 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 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.8.0 logs.0.10.0 lwt.6.1.2 mtime.2.1.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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-06-04 00:45.31: Waiting for resource in pool OCluster2026-06-04 01:41.12: Waiting for worker…2026-06-04 01:45.49: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 315ca44 Prepare 0.5.1 release(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9' locallydocker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opamf32f49ce655a: Pulling fs layerfd21ad20ea72: Pulling fs layer350fea6fdd1f: Pulling fs layeree1c6e6495fe: Pulling fs layerca3f7d195dd8: Pulling fs layer2db963a7a6c4: Pulling fs layerf32f49ce655a: Waiting097f281792a9: Pulling fs layere1179adf7e6f: Pulling fs layerfd21ad20ea72: Waiting350fea6fdd1f: Waiting9910f5ef2330: Pulling fs layer56254a8cc260: Pulling fs layer2db963a7a6c4: Waiting097f281792a9: Waitingc25ffc1034a2: Pulling fs layere1179adf7e6f: Waiting9910f5ef2330: Waiting56254a8cc260: Waiting2f984283cef7: Pulling fs layerc25ffc1034a2: Waiting65afd386c6bd: Pulling fs layer69e32d325951: Pulling fs layer1fbcbf284526: Pulling fs layer2f984283cef7: Waiting69e32d325951: Waiting65afd386c6bd: Waitingf06818f9d74c: Pulling fs layer1fbcbf284526: Waitingda36d673ac3a: Pulling fs layerf06818f9d74c: Waiting938d32f4a9c3: Pulling fs layere8b60f8dbe46: Pulling fs layerda36d673ac3a: Waiting938d32f4a9c3: Waitingc7dfee8223c7: Pulling fs layere8b60f8dbe46: Waitingd3255826ed1a: Pulling fs layerc7dfee8223c7: Waiting4f4fb700ef54: Pulling fs layerd3255826ed1a: Waiting3e510ecd1a29: Pulling fs layer4f4fb700ef54: Waitingcbac9186cbdc: Pulling fs layer3e510ecd1a29: Waiting6c607cb9312a: Pulling fs layercbac9186cbdc: Waitingf220bcb43b84: Pulling fs layer2c97950df42a: Pulling fs layer6c607cb9312a: Waitingf220bcb43b84: Waitinge06ff79658b8: Pulling fs layer2c97950df42a: Waitingfc86d2d179bb: Pulling fs layercfc21adeca13: Pulling fs layere06ff79658b8: Waiting88f8a5f78fe6: Pulling fs layercfc21adeca13: Waitinga68949be79e8: Pulling fs layer6be6ee7bfec5: Pulling fs layer6ed8cb715fa8: Pulling fs layer6be6ee7bfec5: Waitingb3e3e6b7c11c: Pulling fs layer438c528cea8d: Pulling fs layer6ed8cb715fa8: Waitinga68949be79e8: Waitingc8af8023de66: Pulling fs layerb3e3e6b7c11c: Waitingde29ca428654: Pulling fs layerfc86d2d179bb: Waitingab951542eba7: Pulling fs layerc8af8023de66: Waiting88f8a5f78fe6: Waitingdb047cfd8365: Pulling fs layerab951542eba7: Waitinga89316b3efdd: Pulling fs layer8601ac07e880: Pulling fs layer1c1e8b5aa2d6: Pulling fs layer8601ac07e880: Waitinga89316b3efdd: Waiting888f8ca97020: Pulling fs layerdb047cfd8365: Waiting1c1e8b5aa2d6: Waiting2e0139e636e6: Pulling fs layer888f8ca97020: Waiting438c528cea8d: Waitingec64e8d20974: Pulling fs layer2e0139e636e6: Waitinge44c3547185b: Pulling fs layerec64e8d20974: Waitinge44c3547185b: Waitingf32f49ce655a: Verifying Checksumf32f49ce655a: Download completefd21ad20ea72: Download complete350fea6fdd1f: Verifying Checksum350fea6fdd1f: Download completeee1c6e6495fe: Verifying Checksumee1c6e6495fe: Download completeca3f7d195dd8: Download completef32f49ce655a: Pull completefd21ad20ea72: Pull complete350fea6fdd1f: Pull completeee1c6e6495fe: Pull completeca3f7d195dd8: Pull complete097f281792a9: Verifying Checksum097f281792a9: Download completee1179adf7e6f: Verifying Checksume1179adf7e6f: Download complete9910f5ef2330: Verifying Checksum9910f5ef2330: Download complete56254a8cc260: Verifying Checksum56254a8cc260: Download completec25ffc1034a2: Verifying Checksumc25ffc1034a2: Download complete2f984283cef7: Verifying Checksum2f984283cef7: Download complete2db963a7a6c4: Verifying Checksum2db963a7a6c4: Download complete65afd386c6bd: Verifying Checksum65afd386c6bd: Download complete69e32d325951: Download completef06818f9d74c: Verifying Checksumf06818f9d74c: Download complete1fbcbf284526: Verifying Checksum1fbcbf284526: Download completeda36d673ac3a: Download completee8b60f8dbe46: Download complete938d32f4a9c3: Verifying Checksum938d32f4a9c3: Download completec7dfee8223c7: Verifying Checksumc7dfee8223c7: Download completed3255826ed1a: Verifying Checksumd3255826ed1a: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete3e510ecd1a29: Download complete6c607cb9312a: Download completef220bcb43b84: Download complete2c97950df42a: Download completee06ff79658b8: Verifying Checksume06ff79658b8: Download completefc86d2d179bb: Verifying Checksumfc86d2d179bb: Download completecfc21adeca13: Download completea68949be79e8: Verifying Checksuma68949be79e8: Download complete88f8a5f78fe6: Verifying Checksum88f8a5f78fe6: Download complete6ed8cb715fa8: Verifying Checksum6ed8cb715fa8: Download complete6be6ee7bfec5: Verifying Checksum6be6ee7bfec5: Download complete438c528cea8d: Download complete2db963a7a6c4: Pull complete097f281792a9: Pull completee1179adf7e6f: Pull complete9910f5ef2330: Pull complete56254a8cc260: Pull completec25ffc1034a2: Pull complete2f984283cef7: Pull completede29ca428654: Verifying Checksumde29ca428654: Download complete65afd386c6bd: Pull complete69e32d325951: Pull complete1fbcbf284526: Pull completef06818f9d74c: Pull completeda36d673ac3a: Pull complete938d32f4a9c3: Pull completee8b60f8dbe46: Pull completec7dfee8223c7: Pull completed3255826ed1a: Pull complete4f4fb700ef54: Pull complete3e510ecd1a29: Pull completecbac9186cbdc: Pull complete6c607cb9312a: Pull completef220bcb43b84: Pull complete2c97950df42a: Pull completee06ff79658b8: Pull completefc86d2d179bb: Pull completecfc21adeca13: Pull complete88f8a5f78fe6: Pull completea68949be79e8: Pull complete6be6ee7bfec5: Pull complete6ed8cb715fa8: Pull completeab951542eba7: Download completedb047cfd8365: Verifying Checksumdb047cfd8365: Download completea89316b3efdd: Download complete8601ac07e880: Verifying Checksum8601ac07e880: Download complete1c1e8b5aa2d6: Verifying Checksum1c1e8b5aa2d6: Download complete888f8ca97020: Verifying Checksum888f8ca97020: Download complete2e0139e636e6: Download completeec64e8d20974: Download completee44c3547185b: Verifying Checksume44c3547185b: Download completec8af8023de66: Verifying Checksumc8af8023de66: Download completeb3e3e6b7c11c: Verifying Checksumb3e3e6b7c11c: Download completeb3e3e6b7c11c: Pull complete438c528cea8d: Pull completec8af8023de66: Pull completede29ca428654: Pull completeab951542eba7: Pull completedb047cfd8365: Pull completea89316b3efdd: Pull complete8601ac07e880: Pull complete1c1e8b5aa2d6: Pull complete888f8ca97020: Pull complete2e0139e636e6: Pull completeec64e8d20974: Pull completee44c3547185b: Pull completeDigest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a92026-06-04 01:45.53 ---> using "6fc637dd7aead0e25b5413fc7c453961c6a66b0075b09c406ad013dd09c7d95a" from cache/: (comment debian-13-5.4+flambda_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-06-04 01:45.53 ---> using "4d0bd359b6ff63c6ff07ca1dcdd19b10974423245f2f05a4cc47a1259ca44d35" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADd6a960ed95..5e37987930 master -> origin/mastera28353a4e2 Merge pull request #29987 from ocaml/revert-29976-simpler-pkgconf2026-06-04 01:45.53 ---> using "ceb1a4ac50165c64830ef9d23c052cf6a7dd3ac393cd6b6f0bb174e1244c8e1c" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-06-04 01:45.53 ---> using "8d45a405d37963329833891c3d18b8919d71089daaa1d1338507f4b9e2c6b310" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-06-04 01:45.53 ---> using "e43824be428ebd46935096160b888441c5ce1e151357266d6915d958ccff296f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-04 01:45.53 ---> using "1b57f591ba0f692521d164f105295d00510dbad8cbc2664534f0c29ec57769fe" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1+lrgrep-- ocaml-variants.5.4.1+options is installed and requires ocaml-compiler = 5.4.1However, 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-06-04 01:45.53 ---> using "56ad6ad2a5674038e4b3772ce688406d2c149afcf593d8035ecb084c43e2d8a3" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2026-06-04 01:45.54 ---> saved as "2d0a1c504e8ce2c0768f337e4ceea5dc79355c4aad7f2f06c48373e9a6a37498"/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-06-04 01:45.58 ---> saved as "4f3ad4a04d0e8c59a2363984de23541848e0b0557cc5cc74ca4e37da24417b19"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-04 01:45.59 ---> saved as "b72e8e240c624c98048fc7822dd47f6b21cbf0abe69675fcbfb7c004598394e9"/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 cf.0.5.0 cf-lwt.0.5.0 cmdliner.1.3.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.8.0 logs.0.10.0 lwt.6.1.2 mtime.2.1.0 ocaml.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.1+options ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main amd64 Packages [207 kB]- Fetched 297 kB in 0s (1621 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[irmin-watcher.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 system packages will first need to be installed:libffi-dev pkg-config<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "pkg-config"- Selecting previously unselected package libffi-dev:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20654 files and directories currently installed.)- Preparing to unpack .../libffi-dev_3.4.8-2_amd64.deb ...- Unpacking libffi-dev:amd64 (3.4.8-2) ...- Selecting previously unselected package libpkgconf3:amd64.- Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4) ...- Setting up libffi-dev:amd64 (3.4.8-2) ...- Setting up libpkgconf3:amd64 (1.8.1-4) ...- Setting up pkgconf-bin (1.8.1-4) ...- Setting up pkgconf:amd64 (1.8.1-4) ...- Setting up pkg-config:amd64 (1.8.1-4) ...- Processing triggers for libc-bin (2.41-12+deb13u3) ...# To update the current shell environment, run: eval $(opam env)2026-06-04 01:46.24 ---> saved as "441882f31de2cb4f175b896c715a305f528b2bbe1dd595ee3c191abb79a4393b"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.1+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.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-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 30 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install cf 0.5.0- install cf-lwt 0.5.0- install cmdliner 1.3.0- install conf-libffi 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.23.1- install dune-configurator 3.23.1- install fmt 0.11.0- install fsevents 0.3.0- install fsevents-lwt 0.3.0- install inotify 2.6- install integers 0.8.0- install logs 0.10.0- install lwt 6.1.2- 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 re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-libffi.2.0.0-> retrieved fmt.0.11.0 (cached)-> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0 (cached)-> retrieved inotify.2.6 (cached)-> retrieved integers.0.8.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.1.2 (cached)-> retrieved mtime.2.1.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed cmdliner.1.3.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.23.1-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed cppo.1.8.0-> installed re.1.14.0-> installed integers.0.8.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.23.1-> installed alcotest.1.9.1-> installed lwt.6.1.2-> installed inotify.2.6-> installed logs.0.10.0-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed cf.0.5.0-> installed fsevents.0.3.0-> installed cf-lwt.0.5.0-> installed fsevents-lwt.0.3.0Done.# To update the current shell environment, run: eval $(opam env)2026-06-04 01:48.21 ---> saved as "b5d1aa4f729496a7b692758aac4fd40addce94e0b6b524213a0431aa11c1616a"/src: (copy (src .) (dst /src))2026-06-04 01:48.23 ---> saved as "370c86ef9f175cfdab8ab7e2f40ee66e59a82c37233a0b13bd33976699408e30"/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 `VNZG3RF5'.[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 4.470s. 3 tests run.2026-06-04 01:48.29 ---> saved as "11786913d16fcfd04bf2b588fe5f4b917efa0b506e97f00123a9ecef72bfcc75"Job succeeded2026-06-04 01:48.29: Job succeeded