2026-01-16 13:58.01: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/master (efe1a9e240dfdb660f6e5022ecf6cea70d003e26) (linux-x86_64:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "master" && cd "irmin-watcher" && git reset --hard efe1a9e2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d# ubuntu-25.10-5.4_opam-2.5USER 1000:1000ENV 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 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-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.21.0 dune-configurator.3.21.0 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.7.0 logs.0.10.0 lwt.6.0.0 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 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-01-16 13:58.01: Using cache hint "mirage/irmin-watcher-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d-ubuntu-25.10-5.4_opam-2.5-602de1191bf5d8bc17483558ebdd9211"2026-01-16 13:58.01: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)(comment ubuntu-25.10-5.4_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 (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-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.21.0 dune-configurator.3.21.0 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.7.0 logs.0.10.0 lwt.6.0.0 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 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-01-16 13:58.01: Waiting for resource in pool OCluster2026-01-16 17:42.07: Waiting for worker…2026-01-16 17:45.51: Got resource from pool OClusterBuilding on cleteAll commits already cachedHEAD is now at efe1a9e Merge pull request #45 from ElectreAAS/master(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d' locallydocker.io/ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d: Pulling from ocaml/opam16c195d4c5e9: Already existsea8d6f284f52: Already existsa590f1caf60c: Already exists95a0aba17fe6: Already exists24604fb30e30: Already existsbb7bc1b8d84e: Already existsb52bcdd4741a: Already exists8c668707afec: Already existsc4692dd3f67a: Already exists5eaf747da0d4: Already existsdacd9c5006da: Already existsf4da334a65ba: Already existsac7668965f73: Already exists34d1263af20a: Already existsa86b2aea8581: Already exists32d4d471ed96: Already existsb77ed416f3dc: Already existsb77ed416f3dc: Already existsd1055a5d5025: Already exists202c9ab5b2cc: Already exists5c7364b10079: Already existsf1b0581b7244: Already exists4f4fb700ef54: Already exists9fa3330063e0: Already exists2713ff50a5c7: Already exists42b31df89324: Already existscccb2a33229d: Already existsf9eb1b0ba386: Already existscfa1b801ea0b: Already exists731be0d7062d: Already exists75483806616d: Already exists61d580994fd0: Already exists369979efbe7c: Already exists3dcb2f554fbb: Already existse1eaa3dbc066: Already existsbb45476b0f8e: Already exists530fce115371: Already existsfb7cddf53135: Already existsfd3c4ec2a132: Already exists809886565a24: Already existsb7adeb70e5d2: Already exists93d6b25a0f2c: Already existsb7f94c26092e: Already exists2f3c581aea92: Already exists7c0e80be0075: Already exists75b2f1ee103f: Already exists5b17a385367e: Already existsd4ded4b7f699: Already existsDigest: sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164dStatus: Downloaded newer image for ocaml/opam@sha256:eab03cfc154e050134afb9324bfc335dd0f5cb340f1eb8b13fc682ed6f42164d2026-01-16 17:45.52 ---> using "af32c03474fe19e80e592c8693340c8ce6655469affb5fd3412b6c6978beb304" from cache/: (comment ubuntu-25.10-5.4_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-01-16 17:45.52 ---> using "48ca1be731ec09fa9fcf51eb3c760bbe808657f16675c4adc3c7616d0ca1628a" 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-01-16 17:45.52 ---> using "54834730e5f1ef7889eb8abe62f024973502919b990d0be6ecd40fc47d38fbbf" 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-01-16 17:45.52 ---> using "3e6a607d767caf9a7be377c7cbb1abf80ab9aacf5c9cbcdd190a786907db7f65" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-16 17:45.52 ---> using "1203abad3b4e5797f4c1fa2491ba5736556317f6d5986a0b7b75b6407db4b5a4" 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_HEADa6b2f19780..92679ed614 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-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-01-16 17:45.52 ---> using "faccaacc4ef9fb2c3c44ad662cd923586e88f3a431cbaa949a4dde291382b397" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2026-01-16 17:45.52 ---> saved as "cae7e5b1ffb5ba07cda83d583a13091f1a681523863535809b5b87840063dc23"/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-01-16 17:45.56 ---> saved as "b492fb5546f7d059033c7f9f32ae9143ea23589cbf47d2185e4ca5c456143981"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-16 17:45.56 ---> saved as "199ccaff4524e6cac0a8d7c211bfd04126916980ff027303eb3ecc5f9a5f1d6c"/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.21.0 dune-configurator.3.21.0 fmt.0.11.0 fsevents.0.3.0 fsevents-lwt.0.3.0 inotify.2.6 integers.0.7.0 logs.0.10.0 lwt.6.0.0 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 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://archive.ubuntu.com/ubuntu questing InRelease- Get:2 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:3 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Get:4 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [120 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [174 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-updates/universe amd64 Packages [169 kB]- Get:8 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [114 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/main amd64 Packages [295 kB]- Fetched 1277 kB in 0s (4554 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-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 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 libpkgconf3: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 ... 18746 files and directories currently installed.)- Preparing to unpack .../libpkgconf3_1.8.1-4build1_amd64.deb ...- Unpacking libpkgconf3:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkgconf-bin.- Preparing to unpack .../pkgconf-bin_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf-bin (1.8.1-4build1) ...- Selecting previously unselected package pkgconf:amd64.- Preparing to unpack .../pkgconf_1.8.1-4build1_amd64.deb ...- Unpacking pkgconf:amd64 (1.8.1-4build1) ...- Selecting previously unselected package pkg-config:amd64.- Preparing to unpack .../pkg-config_1.8.1-4build1_amd64.deb ...- Unpacking pkg-config:amd64 (1.8.1-4build1) ...- Selecting previously unselected package libffi-dev:amd64.- Preparing to unpack .../libffi-dev_3.5.2-1build1_amd64.deb ...- Unpacking libffi-dev:amd64 (3.5.2-1build1) ...- Setting up libffi-dev:amd64 (3.5.2-1build1) ...- Setting up libpkgconf3:amd64 (1.8.1-4build1) ...- Setting up pkgconf-bin (1.8.1-4build1) ...- Setting up pkgconf:amd64 (1.8.1-4build1) ...- Setting up pkg-config:amd64 (1.8.1-4build1) ...- Processing triggers for libc-bin (2.42-0ubuntu3) ...# To update the current shell environment, run: eval $(opam env)2026-01-16 17:46.25 ---> saved as "078ab1aa893751b9b49462809b6ff5f2083c30d80274f5c1e2886da112c9b049"/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 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.21.0- install dune-configurator 3.21.0- install fmt 0.11.0- install fsevents 0.3.0- install fsevents-lwt 0.3.0- install inotify 2.6- install integers 0.7.0- install logs 0.10.0- install lwt 6.0.0- 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.7.0 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved lwt.6.0.0 (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 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.21.0, dune-configurator.3.21.0 (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 mtime.2.1.0-> installed astring.0.8.5-> installed dune.3.21.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed integers.0.7.0-> installed alcotest.1.9.1-> installed dune-configurator.3.21.0-> installed lwt.6.0.0-> 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-01-16 17:48.33 ---> saved as "289b745266185733531781e524cfbd15728d8733de1617781e0d674b65d4d96f"/src: (copy (src .) (dst /src))2026-01-16 17:48.33 ---> saved as "666ebd0cdd119f4f6ca703f0ddcaa0e6e78b272b1417c2c7ff017a1478002135"/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 `F8E7REEB'.[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 6.925s. 3 tests run.2026-01-16 17:48.42 ---> saved as "f353455725ac20f1c3a11d2f7bb8f67d6a917aa2f7cb04971ebdde6052968894"Job succeeded2026-01-16 17:48.42: Job succeeded