Organisationsmirageirmin-watcher315ca4 (lwt)debian-13-5.4+flambda_opam-2.5

debian-13-5.4+flambda_opam-2.5

Logs

Show full logs
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:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
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-5.4-flambda@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
# debian-13-5.4+flambda_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-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 $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-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 OCluster
2026-06-04 01:41.12: Waiting for worker…
2026-06-04 01:45.49: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9: Pulling from ocaml/opam
f32f49ce655a: Pulling fs layer
fd21ad20ea72: Pulling fs layer
350fea6fdd1f: Pulling fs layer
ee1c6e6495fe: Pulling fs layer
ca3f7d195dd8: Pulling fs layer
2db963a7a6c4: Pulling fs layer
f32f49ce655a: Waiting
097f281792a9: Pulling fs layer
e1179adf7e6f: Pulling fs layer
fd21ad20ea72: Waiting
350fea6fdd1f: Waiting
9910f5ef2330: Pulling fs layer
56254a8cc260: Pulling fs layer
2db963a7a6c4: Waiting
097f281792a9: Waiting
c25ffc1034a2: Pulling fs layer
e1179adf7e6f: Waiting
9910f5ef2330: Waiting
56254a8cc260: Waiting
2f984283cef7: Pulling fs layer
c25ffc1034a2: Waiting
65afd386c6bd: Pulling fs layer
69e32d325951: Pulling fs layer
1fbcbf284526: Pulling fs layer
2f984283cef7: Waiting
69e32d325951: Waiting
65afd386c6bd: Waiting
f06818f9d74c: Pulling fs layer
1fbcbf284526: Waiting
da36d673ac3a: Pulling fs layer
f06818f9d74c: Waiting
938d32f4a9c3: Pulling fs layer
e8b60f8dbe46: Pulling fs layer
da36d673ac3a: Waiting
938d32f4a9c3: Waiting
c7dfee8223c7: Pulling fs layer
e8b60f8dbe46: Waiting
d3255826ed1a: Pulling fs layer
c7dfee8223c7: Waiting
4f4fb700ef54: Pulling fs layer
d3255826ed1a: Waiting
3e510ecd1a29: Pulling fs layer
4f4fb700ef54: Waiting
cbac9186cbdc: Pulling fs layer
3e510ecd1a29: Waiting
6c607cb9312a: Pulling fs layer
cbac9186cbdc: Waiting
f220bcb43b84: Pulling fs layer
2c97950df42a: Pulling fs layer
6c607cb9312a: Waiting
f220bcb43b84: Waiting
e06ff79658b8: Pulling fs layer
2c97950df42a: Waiting
fc86d2d179bb: Pulling fs layer
cfc21adeca13: Pulling fs layer
e06ff79658b8: Waiting
88f8a5f78fe6: Pulling fs layer
cfc21adeca13: Waiting
a68949be79e8: Pulling fs layer
6be6ee7bfec5: Pulling fs layer
6ed8cb715fa8: Pulling fs layer
6be6ee7bfec5: Waiting
b3e3e6b7c11c: Pulling fs layer
438c528cea8d: Pulling fs layer
6ed8cb715fa8: Waiting
a68949be79e8: Waiting
c8af8023de66: Pulling fs layer
b3e3e6b7c11c: Waiting
de29ca428654: Pulling fs layer
fc86d2d179bb: Waiting
ab951542eba7: Pulling fs layer
c8af8023de66: Waiting
88f8a5f78fe6: Waiting
db047cfd8365: Pulling fs layer
ab951542eba7: Waiting
a89316b3efdd: Pulling fs layer
8601ac07e880: Pulling fs layer
1c1e8b5aa2d6: Pulling fs layer
8601ac07e880: Waiting
a89316b3efdd: Waiting
888f8ca97020: Pulling fs layer
db047cfd8365: Waiting
1c1e8b5aa2d6: Waiting
2e0139e636e6: Pulling fs layer
888f8ca97020: Waiting
438c528cea8d: Waiting
ec64e8d20974: Pulling fs layer
2e0139e636e6: Waiting
e44c3547185b: Pulling fs layer
ec64e8d20974: Waiting
e44c3547185b: Waiting
f32f49ce655a: Verifying Checksum
f32f49ce655a: Download complete
fd21ad20ea72: Download complete
350fea6fdd1f: Verifying Checksum
350fea6fdd1f: Download complete
ee1c6e6495fe: Verifying Checksum
ee1c6e6495fe: Download complete
ca3f7d195dd8: Download complete
f32f49ce655a: Pull complete
fd21ad20ea72: Pull complete
350fea6fdd1f: Pull complete
ee1c6e6495fe: Pull complete
ca3f7d195dd8: Pull complete
097f281792a9: Verifying Checksum
097f281792a9: Download complete
e1179adf7e6f: Verifying Checksum
e1179adf7e6f: Download complete
9910f5ef2330: Verifying Checksum
9910f5ef2330: Download complete
56254a8cc260: Verifying Checksum
56254a8cc260: Download complete
c25ffc1034a2: Verifying Checksum
c25ffc1034a2: Download complete
2f984283cef7: Verifying Checksum
2f984283cef7: Download complete
2db963a7a6c4: Verifying Checksum
2db963a7a6c4: Download complete
65afd386c6bd: Verifying Checksum
65afd386c6bd: Download complete
69e32d325951: Download complete
f06818f9d74c: Verifying Checksum
f06818f9d74c: Download complete
1fbcbf284526: Verifying Checksum
1fbcbf284526: Download complete
da36d673ac3a: Download complete
e8b60f8dbe46: Download complete
938d32f4a9c3: Verifying Checksum
938d32f4a9c3: Download complete
c7dfee8223c7: Verifying Checksum
c7dfee8223c7: Download complete
d3255826ed1a: Verifying Checksum
d3255826ed1a: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
3e510ecd1a29: Download complete
6c607cb9312a: Download complete
f220bcb43b84: Download complete
2c97950df42a: Download complete
e06ff79658b8: Verifying Checksum
e06ff79658b8: Download complete
fc86d2d179bb: Verifying Checksum
fc86d2d179bb: Download complete
cfc21adeca13: Download complete
a68949be79e8: Verifying Checksum
a68949be79e8: Download complete
88f8a5f78fe6: Verifying Checksum
88f8a5f78fe6: Download complete
6ed8cb715fa8: Verifying Checksum
6ed8cb715fa8: Download complete
6be6ee7bfec5: Verifying Checksum
6be6ee7bfec5: Download complete
438c528cea8d: Download complete
2db963a7a6c4: Pull complete
097f281792a9: Pull complete
e1179adf7e6f: Pull complete
9910f5ef2330: Pull complete
56254a8cc260: Pull complete
c25ffc1034a2: Pull complete
2f984283cef7: Pull complete
de29ca428654: Verifying Checksum
de29ca428654: Download complete
65afd386c6bd: Pull complete
69e32d325951: Pull complete
1fbcbf284526: Pull complete
f06818f9d74c: Pull complete
da36d673ac3a: Pull complete
938d32f4a9c3: Pull complete
e8b60f8dbe46: Pull complete
c7dfee8223c7: Pull complete
d3255826ed1a: Pull complete
4f4fb700ef54: Pull complete
3e510ecd1a29: Pull complete
cbac9186cbdc: Pull complete
6c607cb9312a: Pull complete
f220bcb43b84: Pull complete
2c97950df42a: Pull complete
e06ff79658b8: Pull complete
fc86d2d179bb: Pull complete
cfc21adeca13: Pull complete
88f8a5f78fe6: Pull complete
a68949be79e8: Pull complete
6be6ee7bfec5: Pull complete
6ed8cb715fa8: Pull complete
ab951542eba7: Download complete
db047cfd8365: Verifying Checksum
db047cfd8365: Download complete
a89316b3efdd: Download complete
8601ac07e880: Verifying Checksum
8601ac07e880: Download complete
1c1e8b5aa2d6: Verifying Checksum
1c1e8b5aa2d6: Download complete
888f8ca97020: Verifying Checksum
888f8ca97020: Download complete
2e0139e636e6: Download complete
ec64e8d20974: Download complete
e44c3547185b: Verifying Checksum
e44c3547185b: Download complete
c8af8023de66: Verifying Checksum
c8af8023de66: Download complete
b3e3e6b7c11c: Verifying Checksum
b3e3e6b7c11c: Download complete
b3e3e6b7c11c: Pull complete
438c528cea8d: Pull complete
c8af8023de66: Pull complete
de29ca428654: Pull complete
ab951542eba7: Pull complete
db047cfd8365: Pull complete
a89316b3efdd: Pull complete
8601ac07e880: Pull complete
1c1e8b5aa2d6: Pull complete
888f8ca97020: Pull complete
2e0139e636e6: Pull complete
ec64e8d20974: Pull complete
e44c3547185b: Pull complete
Digest: sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
Status: Downloaded newer image for ocaml/opam@sha256:7ec693ec9fc828e1ee6849b50d217d41d0d212638b3b84a6a8f383f69e2f30a9
2026-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_HEAD
   d6a960ed95..5e37987930  master     -> origin/master
a28353a4e2 Merge pull request #29987 from ocaml/revert-29976-simpler-pkgconf
2026-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 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-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-generic
The OCaml toplevel, version 5.4.1
2.5.1
2026-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-repository

Everything as up-to-date as possible

The 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.1
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-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.0
Done.
# 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 succeeded
2026-06-04 01:48.29: Job succeeded