2026-06-04 00:45.31: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/master (315ca449f80065ea20b9ca01408bd78a48edc1a1) (linux-riscv64:debian-13-4.14_riscv64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "master" && cd "irmin-watcher" && git reset --hard 315ca449 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 # debian-13-4.14_riscv64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e a28353a4e21fc21cac49f64f1d99064fc11ce3f9 || git fetch origin master) && git reset -q --hard a28353a4e21fc21cac49f64f1d99064fc11ce3f9 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-06-04 00:45.31: Using cache hint "mirage/irmin-watcher-ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148-debian-13-4.14_riscv64_opam-2.5-88cea9ca865d465d41168f159cf19292" 2026-06-04 00:45.31: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148) (comment debian-13-4.14_riscv64_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-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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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 OCluster 2026-06-04 12:19.44: Waiting for worker… 2026-06-05 02:21.12: Got resource from pool OCluster Building on riscv-qemu-orithia-1 hint: Using 'master' as the name for the initial branch. This default branch name hint: will change to "main" in Git 3.0. To configure the initial branch name hint: to use in all of your new repositories, which will suppress this warning, hint: call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /var/cache/obuilder/ocluster/git/irmin-watcher.git-aa0419963a9e8fc669b6133c80823179eccc9be4/.git/ HEAD is now at 315ca44 Prepare 0.5.1 release (from ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148) Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148' locally docker.io/ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148: Pulling from ocaml/opam 16def90c9320: Pulling fs layer 24962eb9bb70: Pulling fs layer 9228a6b99d0b: Pulling fs layer 757abf2776cc: Pulling fs layer eca8d6ac8a47: Pulling fs layer 0cfd154e1e5d: Pulling fs layer 4f4fb700ef54: Pulling fs layer abb5d92a5a6e: Pulling fs layer 90e88fab92d1: Pulling fs layer 63d4a5fad49f: Pulling fs layer 171b3f10d791: Pulling fs layer 147d6f7e3ac8: Pulling fs layer 4046ebec70f9: Pulling fs layer e5454370caa7: Pulling fs layer 9f25489b0b07: Pulling fs layer 7a17e2d8fc06: Pulling fs layer f44b4a5b92bf: Pulling fs layer abb5d92a5a6e: Pulling fs layer 07e5d6b3cb74: Pulling fs layer 8f948ee65c8c: Pulling fs layer 4ed8411f916d: Pulling fs layer a29ae65dad1a: Pulling fs layer 9fcd716da651: Pulling fs layer 77c9fb28163e: Pulling fs layer 0f824191c7cc: Pulling fs layer d0814598e157: Pulling fs layer e6cfbfba1b05: Pulling fs layer c602fc8ace5e: Pulling fs layer 0579cb6ab594: Pulling fs layer ce822b37f90d: Pulling fs layer e3857620b2e3: Pulling fs layer 6d5ea7e5e4af: Pulling fs layer c8e548f9b440: Pulling fs layer 5f5a05b1009d: Pulling fs layer 6d089a99df41: Pulling fs layer 98c684fb6d19: Pulling fs layer 23dd9958186a: Pulling fs layer c6c7822b3a69: Pulling fs layer 2a662ad093c5: Pulling fs layer 2fb6ad275801: Pulling fs layer 95892e90f5bd: Pulling fs layer 2b34933fa0a0: Pulling fs layer 0381acc2a8b0: Pulling fs layer 79abe6ba87ae: Pulling fs layer 4f4fb700ef54: Already exists 24962eb9bb70: Download complete 0cfd154e1e5d: Download complete 5f5a05b1009d: Download complete abb5d92a5a6e: Download complete 9228a6b99d0b: Download complete eca8d6ac8a47: Download complete f44b4a5b92bf: Download complete c602fc8ace5e: Download complete 147d6f7e3ac8: Download complete 07e5d6b3cb74: Download complete 9fcd716da651: Download complete e6cfbfba1b05: Download complete 7a17e2d8fc06: Download complete 8f948ee65c8c: Download complete 0579cb6ab594: Download complete d0814598e157: Download complete 90e88fab92d1: Download complete e5454370caa7: Download complete 0f824191c7cc: Download complete 6d5ea7e5e4af: Download complete 63d4a5fad49f: Download complete 2a662ad093c5: Download complete c6c7822b3a69: Download complete 2b34933fa0a0: Download complete c8e548f9b440: Download complete 6d089a99df41: Download complete 0381acc2a8b0: Download complete 95892e90f5bd: Download complete 171b3f10d791: Download complete 23dd9958186a: Download complete 98c684fb6d19: Download complete 757abf2776cc: Download complete e3857620b2e3: Download complete ce822b37f90d: Download complete 79abe6ba87ae: Download complete 4046ebec70f9: Download complete 2fb6ad275801: Download complete 16def90c9320: Download complete 77c9fb28163e: Download complete 9f25489b0b07: Download complete 16def90c9320: Pull complete 7a17e2d8fc06: Pull complete 0381acc2a8b0: Pull complete 2fb6ad275801: Pull complete 24962eb9bb70: Pull complete a29ae65dad1a: Download complete 4ed8411f916d: Download complete 9f25489b0b07: Pull complete 4046ebec70f9: Pull complete 171b3f10d791: Pull complete 79abe6ba87ae: Pull complete 63d4a5fad49f: Pull complete ce822b37f90d: Pull complete e3857620b2e3: Pull complete 2a662ad093c5: Pull complete 6d089a99df41: Pull complete 757abf2776cc: Pull complete abb5d92a5a6e: Pull complete 8f948ee65c8c: Pull complete 6d5ea7e5e4af: Pull complete 4f4fb700ef54: Pull complete 0cfd154e1e5d: Pull complete 9228a6b99d0b: Pull complete 147d6f7e3ac8: Pull complete 90e88fab92d1: Pull complete 2b34933fa0a0: Pull complete 95892e90f5bd: Pull complete 23dd9958186a: Pull complete 98c684fb6d19: Pull complete 5f5a05b1009d: Pull complete f44b4a5b92bf: Pull complete 0579cb6ab594: Pull complete c6c7822b3a69: Pull complete c8e548f9b440: Pull complete eca8d6ac8a47: Pull complete 4ed8411f916d: Pull complete 9fcd716da651: Pull complete 77c9fb28163e: Pull complete d0814598e157: Pull complete c602fc8ace5e: Pull complete 07e5d6b3cb74: Pull complete a29ae65dad1a: Pull complete 0f824191c7cc: Pull complete e6cfbfba1b05: Pull complete e5454370caa7: Pull complete Digest: sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 Status: Downloaded newer image for ocaml/opam@sha256:e4d71883366c6279a67ce607003226d8c0c8fb43e118d9eaa5ef0bf6dfc51148 2026-06-05 02:21.31 ---> using "e71f5e93635579aa375264ff191cd7628a76bff17fa38e70c7301fbe5a55a510" from cache /: (comment debian-13-4.14_riscv64_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-05 02:21.31 ---> using "0cf8b1f5e58dd7e6eb772897ce3a08791c101d5fcb5cd281143337c7032e9454" 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_HEAD fc08333d1b..53ade91562 master -> origin/master a28353a4e2 Merge pull request #29987 from ocaml/revert-29976-simpler-pkgconf 2026-06-05 02:21.31 ---> using "729187ed88cbfa9198a805fac4081f45a6d23e96c0aa0adf580efdedcba8f875" 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. [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 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-06-05 02:21.31 ---> using "13b6b73e5e28202bcda12dcbb2bcdddf647ccb7ca16d7f1723a47ac6ac741144" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 7.0.0-14-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-06-05 02:21.31 ---> using "3589cc3e6ec8721e0e36489c9d935511ccc154733ebf357a60d86f91ac3471b8" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-06-05 02:21.31 ---> using "d1b942e578e1207e6d19c04241ecfc38b57f1f9daccc95fd041ad6daaeb01826" 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-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 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-06-05 02:21.31 ---> using "5d6c9bd88e1704f0d8873a995aafc8ba827bb4f83cf9a2b348f20c5e8b21853e" from cache /src: (copy (src irmin-watcher.opam) (dst ./)) 2026-06-05 02:21.34 ---> saved as "294792964895e2543bc4063b7e6c8e1c0f722fde8d9e735609cf56d5b56e36db" /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-05 02:22.21 ---> saved as "6c4b081256afe4fe0e3b7e3ac4a8573b2d16d2759c382aa0dc32d61fbb163730" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-06-05 02:22.25 ---> saved as "c205c9570d464d9129e86647e9e5608cac16a18d9dbed6efd390ad82788cfdc6" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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" - 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 riscv64 Packages [9379 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [199 kB] - Fetched 9809 kB in 17s (564 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 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 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:riscv64. - (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 ... 20701 files and directories currently installed.) - Preparing to unpack .../libffi-dev_3.4.8-2_riscv64.deb ... - Unpacking libffi-dev:riscv64 (3.4.8-2) ... - Selecting previously unselected package libpkgconf3:riscv64. - Preparing to unpack .../libpkgconf3_1.8.1-4_riscv64.deb ... - Unpacking libpkgconf3:riscv64 (1.8.1-4) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-4_riscv64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:riscv64. - Preparing to unpack .../pkgconf_1.8.1-4_riscv64.deb ... - Unpacking pkgconf:riscv64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:riscv64. - Preparing to unpack .../pkg-config_1.8.1-4_riscv64.deb ... - Unpacking pkg-config:riscv64 (1.8.1-4) ... - Setting up libffi-dev:riscv64 (3.4.8-2) ... - Setting up libpkgconf3:riscv64 (1.8.1-4) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up pkgconf:riscv64 (1.8.1-4) ... - Setting up pkg-config:riscv64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-12+deb13u2) ... # To update the current shell environment, run: eval $(opam env) 2026-06-05 02:27.32 ---> saved as "fc8ea9912ae2fb0b65880bca73fe457992dede57411c47176e9790e5826c28b6" /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 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 mtime.2.1.0 (cached) -> retrieved lwt.6.1.2 (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 ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed mtime.2.1.0 -> installed dune.3.23.1 -> installed stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed integers.0.8.0 -> installed cppo.1.8.0 -> installed re.1.14.0 -> installed ocaml-syntax-shims.1.0.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.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-06-05 03:00.07 ---> saved as "8d7ab02a590c31b43436d234746f01311a2b560952d484672c3b1bd8b2febcd3" /src: (copy (src .) (dst /src)) 2026-06-05 03:00.11 ---> saved as "d6745bcf867ee8cdbecd3844fe9f4219ab95bcf7135c724bde0b2820497010db" /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 `D1VG3GLA'. [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 93.386s. 3 tests run. 2026-06-05 03:02.36 ---> saved as "5a644533874c457524bf0b459309d75af06588901328ff683866f19cdaad9fef" Job succeeded 2026-06-05 03:02.36: Job succeeded