2025-11-05 15:31.53: New job: test mirage/irmin-watcher https://github.com/mirage/irmin-watcher.git#refs/heads/master (a25ae6d0f53cf87c62d96cc4c881d922fa31d433) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/irmin-watcher.git" -b "master" && cd "irmin-watcher" && git reset --hard a25ae6d0cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 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.5.9.2 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 --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-BLOCK2025-11-05 15:31.53: Using cache hint "mirage/irmin-watcher-ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52-fedora-43-4.14_opam-2.4-c9e840cff6ae613e3d1cd6a9e6126e6c"2025-11-05 15:31.53: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)(comment fedora-43-4.14_opam-2.4)(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.4 /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 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && 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-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 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.5.9.2 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 --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")))2025-11-05 15:31.53: Waiting for resource in pool OCluster2025-11-05 22:29.28: Waiting for worker…2025-11-05 22:32.09: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at a25ae6d Merge pull request #36 from art-w/odoc-cycle(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f74281c30f6a8c4817ab69eac6866ac072273427ed8dde9ee56fec4b9ad0cb52)2025-11-05 22:32.10 ---> using "eff1ce5e32c7f8b8343a5c02e7f09c1f2495c9a1c7103f693d04375f30e30d11" from cache/: (comment fedora-43-4.14_opam-2.4)/: (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 100% | 52.9 KiB/s | 17.9 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 4.3 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 162.0 KiB/s | 20.1 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-11-05 22:32.10 ---> using "539b6860d861916654a676969490f4b634b158f259c18d3ac592c3c997eba783" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-05 22:32.10 ---> using "e12cefea2f2f5b469e179585d2c765ac2baf9332734082a245c7c52002bc9c65" 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] Initialised2025-11-05 22:32.10 ---> using "b2bbe53b4d2b95275e2c0bbaf344efd40767d651ade22efbcfb773f281af0097" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 4.14.22.4.12025-11-05 22:32.10 ---> using "2a9a612fdb4247c5cf9861b29cc7abeaa727473dda457b6ddcd5e0a27cc54521" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-05 22:32.10 ---> using "b7cd289f8f3fabdf5bb02ef230944cf9bf6d73f3ebc44c0711329c4bea2cde87" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 || git fetch origin master) && git reset -q --hard 70d1dfb3b86d9aa841c74aa97359dc7639d3a8c6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..70d1dfb3b8 master -> origin/master70d1dfb3b8 Merge pull request #28838 from dbuenzli/b0-publish-logs.0.10.0<><> 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.4.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)2025-11-05 22:32.10 ---> using "d74613464fa39f89302c88bec9be0bdac0aee4f584dd089e76e88a78265948e1" from cache/src: (copy (src irmin-watcher.opam) (dst ./))2025-11-05 22:32.10 ---> saved as "6e21235b49bbde3a456f0178465c00f5d0df6333f743fbcb297ab2addee52beb"/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)2025-11-05 22:32.12 ---> saved as "89cc508cff383a1f2ef12d9ac2e5e08e221608b7bc4b0dd36c5e53720fbdc9f2"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-05 22:32.13 ---> saved as "2d3776ae606786d81d035e1e02f9b66c2c2f442adb0ea634b0d81c6c378ba680"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 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.5.9.2 mtime.2.1.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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.4 --depext-only -y irmin-watcher.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 43 - x86_64 - Updates 100% | 140.5 KiB/s | 20.1 KiB | 00m00s- 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-devel<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "libffi-devel"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Installing:- libffi-devel x86_64 3.5.1-2.fc43 fedora 33.9 KiB-- Transaction Summary:- Installing: 1 package-- Total size of inbound packages is 30 KiB. Need to download 30 KiB.- After this operation, 34 KiB extra will be used (install 34 KiB, remove 0 B).- [1/1] libffi-devel-0:3.5.1-2.fc43.x86_6 100% | 673.1 KiB/s | 29.6 KiB | 00m00s- --------------------------------------------------------------------------------- [1/1] Total 100% | 165.4 KiB/s | 29.6 KiB | 00m00s- Running transaction- [1/3] Verify package files 100% | 1.0 KiB/s | 1.0 B | 00m00s- [2/3] Prepare transaction 100% | 52.0 B/s | 1.0 B | 00m00s- [3/3] Installing libffi-devel-0:3.5.1-2 100% | 462.0 KiB/s | 35.6 KiB | 00m00s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel"- libffi-devel-3.5.1-2.fc43.x86_642025-11-05 22:32.37 ---> saved as "9401e5794cd07dbb9febd24a6eb1e716d5097ef3eb11d9c92bee322155357aae"/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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 31 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install bigarray-compat 1.1.0- 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.23.0- install ctypes-foreign 0.23.0- install dune 3.20.2- install dune-configurator 3.20.2- 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 5.9.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 bigarray-compat.1.1.0 (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.23.0, ctypes-foreign.0.23.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 mtime.2.1.0 (cached)-> retrieved lwt.5.9.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.20.2, dune-configurator.3.20.2 (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 mtime.2.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed bigarray-compat.1.1.0-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.14.0-> installed integers.0.7.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed inotify.2.6-> installed logs.0.10.0-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.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)2025-11-05 22:34.51 ---> saved as "70f733a0fac5a8b1130c1c83566c113afa2bb51fa18debdce693f6848e4e8e75"/src: (copy (src .) (dst /src))2025-11-05 22:34.51 ---> saved as "f3a59eb951911dcc6bf9584b492c6dff6ca91309f37f3335c43c80cc0e04692d"/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 `4MV71ZVI'.[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 7.675s. 3 tests run.2025-11-05 22:35.02 ---> saved as "887a52957b3e8c84026d14503130977f152227deb29014a385ac03850ce1940f"Job succeeded2025-11-05 22:35.02: Job succeeded