2026-05-05 14:39.34: New job: test mirage/ocaml-fsevents https://github.com/mirage/ocaml-fsevents.git#refs/heads/main (71552eec0259b9c1d280d329596b08b64b943b7c) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-fsevents.git" -b "main" && cd "ocaml-fsevents" && git reset --hard 71552eec cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 fsevents.opam fsevents-lwt.opam ./ RUN opam pin add -yn fsevents.dev './' && \ opam pin add -yn fsevents-lwt.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.2.1.1 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.0 dune-configurator.3.23.0 fmt.0.11.0 integers.0.7.0 lwt.6.1.2 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 fsevents.dev fsevents-lwt.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-05-05 14:39.34: Using cache hint "mirage/ocaml-fsevents-ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06-fedora-42-4.14_opam-2.5-3ba8af0510c101165252d6d8e7640302" 2026-05-05 14:39.34: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) (comment fedora-42-4.14_opam-2.5) (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.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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src fsevents.opam fsevents-lwt.opam) (dst ./)) (run (network host) (shell "opam pin add -yn fsevents.dev './' && \ \nopam pin add -yn fsevents-lwt.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.2.1.1 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.0 dune-configurator.3.23.0 fmt.0.11.0 integers.0.7.0 lwt.6.1.2 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 fsevents.dev fsevents-lwt.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-05-05 14:39.34: Waiting for resource in pool OCluster 2026-05-05 16:12.17: Waiting for worker… 2026-05-05 16:15.02: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at 71552ee Merge branch 'samoht-fmt' (from ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06) Unable to find image 'ocaml/opam:fedora-42-ocaml-4.14@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06' locally docker.io/ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06: Pulling from ocaml/opam bcbfb8588268: Already exists 73b2408747f6: Pulling fs layer 9801aa370cb0: Pulling fs layer e2db682e1091: Pulling fs layer 35ce4f3a1d8f: Pulling fs layer 0c758f381927: Pulling fs layer 331d2e83f975: Pulling fs layer 587b7a9d2fa5: Pulling fs layer 6f5d85344b5e: Pulling fs layer 0bf270c8c680: Pulling fs layer b8a710b2793e: Pulling fs layer 102e4eb337f9: Pulling fs layer 8074f360636b: Pulling fs layer 35ce4f3a1d8f: Waiting 0c758f381927: Waiting 331d2e83f975: Waiting e2e6e0c8e26d: Pulling fs layer 587b7a9d2fa5: Waiting 523ea61dbc78: Pulling fs layer fdc7142430a4: Pulling fs layer bd9c320da6c3: Pulling fs layer 84da89250dcb: Pulling fs layer 14965138aadf: Pulling fs layer 423340f710ae: Pulling fs layer a8ded4eff573: Pulling fs layer 4f4fb700ef54: Pulling fs layer b0088e840ba0: Pulling fs layer 8af4a5e4bfe7: Pulling fs layer 47714dafabe1: Pulling fs layer 6f5d85344b5e: Waiting 7d178f126a38: Pulling fs layer fdc7142430a4: Waiting 0bf270c8c680: Waiting bd9c320da6c3: Waiting b8a710b2793e: Waiting 84da89250dcb: Waiting 102e4eb337f9: Waiting 1e25091b9328: Pulling fs layer 14965138aadf: Waiting 8074f360636b: Waiting e7334ffd00ee: Pulling fs layer e2e6e0c8e26d: Waiting 423340f710ae: Waiting b0d0fb29e996: Pulling fs layer a8ded4eff573: Waiting 523ea61dbc78: Waiting 4f4fb700ef54: Waiting 8af4a5e4bfe7: Waiting 47714dafabe1: Waiting b0088e840ba0: Waiting 7d178f126a38: Waiting 1e25091b9328: Waiting e7334ffd00ee: Waiting b514f69d4736: Pulling fs layer b0d0fb29e996: Waiting cc65440c3c3b: Pulling fs layer 92a35f6a24ed: Pulling fs layer 9913b5eb2db3: Pulling fs layer 164a98ef7bc0: Pulling fs layer ebe09a1e10fd: Pulling fs layer cd30e6adea74: Pulling fs layer b864cbae0a9c: Pulling fs layer ba3fe2c0fbfd: Pulling fs layer 164a98ef7bc0: Waiting 889dd894e69f: Pulling fs layer 29224cb56fda: Pulling fs layer ebe09a1e10fd: Waiting 9913b5eb2db3: Waiting 92a35f6a24ed: Waiting 6c44a2ff139a: Pulling fs layer cc65440c3c3b: Waiting 6b234c7a28b8: Pulling fs layer b514f69d4736: Waiting cd30e6adea74: Waiting cd3978b92ac3: Pulling fs layer 536dada2d351: Pulling fs layer 889dd894e69f: Waiting ba3fe2c0fbfd: Waiting 67fc0ef3a1ba: Pulling fs layer 29224cb56fda: Waiting b864cbae0a9c: Waiting 6b234c7a28b8: Waiting 536dada2d351: Waiting cd3978b92ac3: Waiting 6c44a2ff139a: Waiting 67fc0ef3a1ba: Waiting 73b2408747f6: Verifying Checksum 73b2408747f6: Pull complete 35ce4f3a1d8f: Verifying Checksum 35ce4f3a1d8f: Download complete 0c758f381927: Download complete 9801aa370cb0: Verifying Checksum 9801aa370cb0: Download complete 331d2e83f975: Download complete 6f5d85344b5e: Verifying Checksum 6f5d85344b5e: Download complete 0bf270c8c680: Verifying Checksum 0bf270c8c680: Download complete 9801aa370cb0: Pull complete 587b7a9d2fa5: Download complete b8a710b2793e: Verifying Checksum b8a710b2793e: Download complete e2db682e1091: Verifying Checksum e2db682e1091: Download complete e2e6e0c8e26d: Verifying Checksum e2e6e0c8e26d: Download complete 8074f360636b: Verifying Checksum 8074f360636b: Download complete 523ea61dbc78: Verifying Checksum 523ea61dbc78: Download complete fdc7142430a4: Verifying Checksum fdc7142430a4: Download complete 84da89250dcb: Verifying Checksum 84da89250dcb: Download complete 102e4eb337f9: Verifying Checksum 102e4eb337f9: Download complete bd9c320da6c3: Verifying Checksum bd9c320da6c3: Download complete 14965138aadf: Verifying Checksum 14965138aadf: Download complete 423340f710ae: Verifying Checksum 423340f710ae: Download complete b0088e840ba0: Verifying Checksum b0088e840ba0: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a8ded4eff573: Download complete 47714dafabe1: Download complete 7d178f126a38: Verifying Checksum 7d178f126a38: Download complete 8af4a5e4bfe7: Verifying Checksum 8af4a5e4bfe7: Download complete 1e25091b9328: Verifying Checksum 1e25091b9328: Download complete e7334ffd00ee: Verifying Checksum e7334ffd00ee: Download complete b0d0fb29e996: Verifying Checksum b0d0fb29e996: Download complete b514f69d4736: Verifying Checksum b514f69d4736: Download complete cc65440c3c3b: Verifying Checksum cc65440c3c3b: Download complete 92a35f6a24ed: Verifying Checksum 92a35f6a24ed: Download complete 164a98ef7bc0: Verifying Checksum 164a98ef7bc0: Download complete 9913b5eb2db3: Verifying Checksum 9913b5eb2db3: Download complete cd30e6adea74: Download complete ba3fe2c0fbfd: Verifying Checksum ba3fe2c0fbfd: Download complete 889dd894e69f: Verifying Checksum 889dd894e69f: Download complete 29224cb56fda: Verifying Checksum 29224cb56fda: Download complete e2db682e1091: Pull complete 35ce4f3a1d8f: Pull complete 0c758f381927: Pull complete 331d2e83f975: Pull complete 587b7a9d2fa5: Pull complete ebe09a1e10fd: Verifying Checksum ebe09a1e10fd: Download complete 6f5d85344b5e: Pull complete 0bf270c8c680: Pull complete b8a710b2793e: Pull complete 102e4eb337f9: Pull complete 8074f360636b: Pull complete e2e6e0c8e26d: Pull complete 523ea61dbc78: Pull complete fdc7142430a4: Pull complete bd9c320da6c3: Pull complete 84da89250dcb: Pull complete 14965138aadf: Pull complete 423340f710ae: Pull complete a8ded4eff573: Pull complete 4f4fb700ef54: Pull complete b0088e840ba0: Pull complete 8af4a5e4bfe7: Pull complete 47714dafabe1: Pull complete 7d178f126a38: Pull complete 1e25091b9328: Pull complete e7334ffd00ee: Pull complete b0d0fb29e996: Pull complete b514f69d4736: Pull complete cc65440c3c3b: Pull complete 92a35f6a24ed: Pull complete 9913b5eb2db3: Pull complete 164a98ef7bc0: Pull complete 6c44a2ff139a: Verifying Checksum 6c44a2ff139a: Download complete cd3978b92ac3: Download complete 536dada2d351: Download complete 67fc0ef3a1ba: Verifying Checksum 67fc0ef3a1ba: Download complete b864cbae0a9c: Verifying Checksum b864cbae0a9c: Download complete 6b234c7a28b8: Verifying Checksum 6b234c7a28b8: Download complete ebe09a1e10fd: Pull complete cd30e6adea74: Pull complete b864cbae0a9c: Pull complete ba3fe2c0fbfd: Pull complete 889dd894e69f: Pull complete 29224cb56fda: Pull complete 6c44a2ff139a: Pull complete 6b234c7a28b8: Pull complete cd3978b92ac3: Pull complete 536dada2d351: Pull complete 67fc0ef3a1ba: Pull complete Digest: sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 Status: Downloaded newer image for ocaml/opam@sha256:c17b94646c202b954d55cd66538268d1f3cdacf1f508bb06165d32089a6d2a06 2026-05-05 16:15.34 ---> using "a2138dc0ef62f001e023e4416ed486d1206cfe1a8119b44d0145c01c1c705900" from cache /: (comment fedora-42-4.14_opam-2.5) /: (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 42 - x86_64 - Updates 100% | 9.5 KiB/s | 15.7 KiB | 00m02s Fedora 42 - x86_64 100% | 63.4 KiB/s | 21.3 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-05-05 16:15.35 ---> using "58803695cc6abc3d549c4df51963f984b5dc2f86724a3b4c1a28f3f1782c5a76" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-05 16:15.36 ---> using "ced88770838d03c64fb8e716497a3ccad63e4841e26fed6a10facd47fb2a012b" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] Initialised 2026-05-05 16:15.37 ---> using "6e9a9535e319472b2a29a3d4d48cb6a6b3073ad99d1208d8351c4cf8850bdca8" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-05 16:15.40 ---> using "0700f36ed8d4644f121891f73c39da1608a342d69989cbde0acdecf4bda422d7" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 16:15.41 ---> using "bf3690f6247c9aaf56d24d330855d609682cc634cb3f28d0fd9a7765d012f469" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..a70af20c71 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches Everything 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-05-05 16:15.43 ---> using "70fd25cb512e865cc06f96ee27c66244bdb3e3e39f0753f4394ec5d7321101c0" from cache /src: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./)) 2026-05-05 16:15.53 ---> saved as "f4378a310d6b6473ede9cfc8bb055220c8681ce75266432067a398f3cf0fcf68" /src: (run (network host) (shell "opam pin add -yn fsevents.dev './' && \ \nopam pin add -yn fsevents-lwt.dev './'")) [fsevents.dev] synchronised (file:///src) fsevents is now pinned to file:///src (version dev) [fsevents-lwt.dev] synchronised (file:///src) fsevents-lwt is now pinned to file:///src (version dev) 2026-05-05 16:16.09 ---> saved as "13ab27e0643580ea221d5bee2987af2afd4d9a9ea1517090d3298070ff313c52" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 16:16.24 ---> saved as "ffe108ec88fbf639be71be13c4de4c701435ea647314c7bada79e822e9d457cf" /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.2.1.1 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.0 dune-configurator.3.23.0 fmt.0.11.0 integers.0.7.0 lwt.6.1.2 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 fsevents.dev fsevents-lwt.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [fsevents.dev] synchronised (file:///src) [fsevents-lwt.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-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.4.6-5.fc42 fedora 33.1 KiB - - Transaction Summary: - Installing: 1 package - - Total size of inbound packages is 29 KiB. Need to download 29 KiB. - After this operation, 33 KiB extra will be used (install 33 KiB, remove 0 B). - [1/1] libffi-devel-0:3.4.6-5.fc42.x86_6 100% | 126.2 KiB/s | 28.8 KiB | 00m00s - -------------------------------------------------------------------------------- - [1/1] Total 100% | 73.4 KiB/s | 28.8 KiB | 00m00s - Running transaction - [1/3] Verify package files 100% | 1.0 KiB/s | 1.0 B | 00m00s - [2/3] Prepare transaction 100% | 31.0 B/s | 1.0 B | 00m00s - [3/3] Installing libffi-devel-0:3.4.6-5 100% | 490.0 KiB/s | 34.8 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" - libffi-devel-3.4.6-5.fc42.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-05-05 16:16.55 ---> saved as "78563865c9d0e23f5dd6a7e11200370fb8ca68ea905289dba17bd70109c97581" /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 25 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 2.1.1 - 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.0 - install dune-configurator 3.23.0 - install fmt 0.11.0 - install integers 0.7.0 - install lwt 6.1.2 - 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.2.1.1 (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 integers.0.7.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved lwt.6.1.2 (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.23.0, dune-configurator.3.23.0 (cached) -> installed cmdliner.2.1.1 -> 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 dune.3.23.0 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed re.1.14.0 -> installed stdlib-shims.0.3.0 -> installed ocplib-endian.1.2 -> installed integers.0.7.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.23.0 -> installed lwt.6.1.2 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 -> installed cf.0.5.0 -> installed cf-lwt.0.5.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-05 16:18.20 ---> saved as "e61ccee60f4b213bcaea3cd10fd3ffc75f269a21e9b81730c9420b08ac7613d7" /src: (copy (src .) (dst /src)) 2026-05-05 16:19.12 ---> saved as "6482b4f06a5a67ca8c072ccc521776690924e7ad023da201b714967c329a0fe3" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-05-05 16:19.29 ---> saved as "f6afca3a313637e8943be90190ad2db36c5d962883d12ddf181571c611c0c694" Job succeeded 2026-05-05 16:19.47: Job succeeded