2026-03-17 17:59.52: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/eio2 (8b64fd89eb923a5915c8b5eb5a483a5436acb523) (linux-arm64:debian-13-5.4_arm32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83fOpam 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:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f# debian-13-5.4_arm32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 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-option-bytecode-only.1 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 17:59.52: Using cache hint "mirage/irmin-watcher-ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f-debian-13-5.4_arm32_opam-2.5-c48fd9946fc34789379e09a7a119d61c"2026-03-17 17:59.52: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)(comment debian-13-5.4_arm32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 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-option-bytecode-only.1 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 17:59.52: Waiting for resource in pool OCluster2026-03-17 18:38.40: Waiting for worker…2026-03-17 18:57.39: Got resource from pool OClusterBuilding on molpadia.caelum.ci.devHEAD is now at efe1a9e Merge pull request #45 from ElectreAAS/masterHEAD is now at 8b64fd8 ocamlformat(from ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f' locallydocker.io/ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f: Pulling from ocaml/opame7e4c87ce695: Already exists098244b1fe4f: Already exists94a818ec2cdc: Already exists29e77b813c7f: Already existsb9dc986333a7: Already exists023a3b8ea315: Already exists2684ea5ea2fe: Already exists93c319c970b2: Already exists03f63d243d48: Already exists237874024f5b: Already exists954f264158bf: Already exists85f6eb6723bd: Already exists2882e9da3bb0: Already exists4aabbd87a4c4: Already exists4f386ee1e947: Already exists76eac5355b1e: Already exists7732af2249d2: Already exists0864fc6233a3: Already exists74a602ddff51: Already existseff8656d1a08: Already exists480ead97e7de: Already exists71d9c83b5938: Already exists4f4fb700ef54: Already exists46ffbb314b18: Already exists9ad678cce639: Already existscee0ad8655f3: Already existsd7a6444c98ec: Already existsfb7ac70d48b8: Already exists9e9d8c0fc63b: Already exists4fd15bd8b00c: Already existscfb25ffd51ce: Already existsa1d4a67b1423: Already existsb5f05950c5d7: Already existsffaeb3c9d76d: Already exists4c3b6722757e: Already exists0f58a95c7a9b: Already existsc3e40142c411: Already exists7f8475cb6605: Already exists05a50efaf303: Already exists6b01dec062a8: Already exists9fd1e9989233: Already exists0dba846700e5: Pulling fs layerbf52bc4812dd: Pulling fs layer1b2b9281aa17: Pulling fs layerbd50ec9d8592: Pulling fs layer68e2e1973b70: Pulling fs layer57cf45132733: Pulling fs layer265accc134f8: Pulling fs layer68e2e1973b70: Waiting57cf45132733: Waiting265accc134f8: Waitingbd50ec9d8592: Waitingbf52bc4812dd: Download complete0dba846700e5: Download complete1b2b9281aa17: Verifying Checksum1b2b9281aa17: Download complete0dba846700e5: Pull completebf52bc4812dd: Pull complete1b2b9281aa17: Pull complete68e2e1973b70: Verifying Checksum68e2e1973b70: Download complete265accc134f8: Download completebd50ec9d8592: Verifying Checksumbd50ec9d8592: Download completebd50ec9d8592: Pull complete68e2e1973b70: Pull complete57cf45132733: Pull complete265accc134f8: Pull completeDigest: sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83fStatus: Downloaded newer image for ocaml/opam@sha256:c95f25fc7bfaa76edc45bc23c42aceff342f8dc6089f36316509a8ee6536f83f2026-03-17 18:57.39 ---> using "842f1388ec2987f766804552c28c55560fa02e4f2d5abda53e3e17755e9377f6" from cache/: (comment debian-13-5.4_arm32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-17 18:57.39 ---> using "31a637d3ffc126cf7c2729460fbec892bf55ac79b4daff141bf583ec77f82ccc" 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-03-17 18:57.39 ---> using "5e3bb750d4a3705f652ac3696160f6a8088de8234782d1bda9cd0992dfa53d9a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 5.4.02.5.02026-03-17 18:57.39 ---> using "b18de138a17c6cfa2b5b59b8db794ad05d2cb9d570de9183cbe4813ac7e72863" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-17 18:57.39 ---> using "9ee8fa979758edc80fcebbfcda0841c728a5039b9781dcd179914cfacba3fa0b" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADffb54b9bdd..b1e61d3ad1 master -> origin/master31462e7d24 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 18:57.39 ---> using "a35f326eff735ffa26a75f66772a56305ee3616def8810545d59ec43378749cc" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2026-03-17 18:57.40 ---> saved as "fddb5b73c8ec95b4b6466e1a753500a976fe20a47f5b7c49f122c316977e683a"/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 18:57.42 ---> saved as "969b28f6804d7ad02db5ebb0d74acba4ee75f55f06f068c4b99d7d96400212e9"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-17 18:57.42 ---> saved as "83dbdd47c00e0af3845e64bdb64c9d0749ccc4d6f475a912ac90f78b778f9f95"/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-option-bytecode-only.1 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/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 armhf Packages [9237 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main armhf Packages [105 kB]- Fetched 9573 kB in 1s (6979 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-option-bytecode-only 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 18:57.54 ---> saved as "7d0ee6e3a58e86e57c2437562a25eff6c67fe14aace126de2ba752cd7bcc8bf4"/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-option-bytecode-only 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 eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached)-> retrieved iomux.0.4 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt-dllist.1.1.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved dune.3.21.1, dune-configurator.3.21.1 (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)-> installed cmdliner.2.1.0-> retrieved optint.0.3.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved psq.0.2.1 (cached)-> retrieved re.1.14.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uring.2.7.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.21.1-> installed lwt-dllist.1.1.0-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed optint.0.3.0-> installed psq.0.2.1-> installed cppo.1.8.0-> installed re.1.14.0-> installed thread-table.1.0.0-> installed ocplib-endian.1.2-> installed domain-local-await.1.0.1-> installed ocaml-syntax-shims.1.0.0-> installed dune-configurator.3.21.1-> installed alcotest.1.9.1-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed uring.2.7.0-> installed lwt.5.9.2-> installed eio.1.3-> installed inotify.2.6-> installed inotify-eio.2.6-> installed lwt_eio.0.5.1-> installed eio_linux.1.3-> installed logs.0.10.0-> installed eio_posix.1.3-> installed eio_main.1.3Done.# To update the current shell environment, run: eval $(opam env)2026-03-17 18:59.14 ---> saved as "f968ba5d685ce73c4de80b734ef8dcd8e86860e7a08742bf7e579a10a9813017"/src: (copy (src .) (dst /src))2026-03-17 18:59.14 ---> saved as "02662eb58c66a704a3d4266717f93b6f5a6a166ff3900036f9bcf111f18a5a36"/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 `4JLOFMGN'.[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 29.120s. 3 tests run.2026-03-17 18:59.47 ---> saved as "67b385b28e5c6b8bde1314ce9eb916240c0c91b54084b6a116473dce6ca94e95"Job succeeded2026-03-17 18:59.47: Job succeeded