2026-04-29 00:35.40: New job: test mirage/ocaml-fsevents https://github.com/mirage/ocaml-fsevents.git#refs/heads/main (71552eec0259b9c1d280d329596b08b64b943b7c) (linux-x86_64:fedora-43-4.14_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935 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-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935 # fedora-43-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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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.22.2 dune-configurator.3.22.2 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-04-29 00:35.40: Using cache hint "mirage/ocaml-fsevents-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-2825c3d25f595239e4164c9d25b59d4c" 2026-04-29 00:35.40: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935) (comment fedora-43-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 dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && 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.22.2 dune-configurator.3.22.2 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-04-29 00:35.40: Waiting for resource in pool OCluster 2026-04-29 01:53.48: Waiting for worker… 2026-04-29 01:56.57: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 71552ee Merge branch 'samoht-fmt' (from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935) Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locally docker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: Pulling from ocaml/opam 5bc90b3315da: Already exists 80d71788ea9e: Already exists ad80df798a1c: Already exists cd85517f6ae1: Already exists a927948f92fa: Already exists 4433c52b5ab1: Already exists 8aa93bc8ca93: Already exists 7d31cd7e9a9b: Already exists 959a5be6bfab: Already exists 6569047248d7: Already exists a01a3ff02f3d: Already exists 8b1106fd8e03: Pulling fs layer 61c97bcc90cd: Pulling fs layer b9124a8b6c28: Pulling fs layer d2c94cd49c4c: Pulling fs layer 0e63679d7dbc: Pulling fs layer 6819a31cdb14: Pulling fs layer d2c94cd49c4c: Waiting 1d67c4c09922: Pulling fs layer 0e63679d7dbc: Waiting 3f456f1cc39a: Pulling fs layer 6819a31cdb14: Waiting 6afff2ae07da: Pulling fs layer 1d67c4c09922: Waiting 4f4fb700ef54: Pulling fs layer 6afff2ae07da: Waiting 3f456f1cc39a: Waiting 90c294795090: Pulling fs layer 4f4fb700ef54: Waiting d7c6287626d1: Pulling fs layer 90c294795090: Waiting 0e6719fd9f6d: Pulling fs layer d7c6287626d1: Waiting 53830a3a67c9: Pulling fs layer 0e6719fd9f6d: Waiting b407be133f08: Pulling fs layer 951a5932e150: Pulling fs layer 53830a3a67c9: Waiting b407be133f08: Waiting dcc0f382cd80: Pulling fs layer d3cdec43bf88: Pulling fs layer dcc0f382cd80: Waiting d69ff9f37121: Pulling fs layer 951a5932e150: Waiting d3cdec43bf88: Waiting cfcfca2848c7: Pulling fs layer 08269f8e9f88: Pulling fs layer cfcfca2848c7: Waiting 3e59769da2fa: Pulling fs layer a1004eb1842a: Pulling fs layer 3a6ed7e0720e: Pulling fs layer 5503bfbdb082: Pulling fs layer 4685c134845d: Pulling fs layer a1004eb1842a: Waiting 3a6ed7e0720e: Waiting 08269f8e9f88: Waiting 3e59769da2fa: Waiting 5503bfbdb082: Waiting 67f122543075: Pulling fs layer d60a75d560f5: Pulling fs layer 67f122543075: Waiting 4685c134845d: Waiting d18a54147636: Pulling fs layer 933e64a11ba6: Pulling fs layer d60a75d560f5: Waiting d18a54147636: Waiting f36483d78a79: Pulling fs layer 35267044a36f: Pulling fs layer 933e64a11ba6: Waiting 75b654a3d9d2: Pulling fs layer 35267044a36f: Waiting f36483d78a79: Waiting b9124a8b6c28: Verifying Checksum b9124a8b6c28: Download complete 8b1106fd8e03: Verifying Checksum 8b1106fd8e03: Download complete 61c97bcc90cd: Verifying Checksum 61c97bcc90cd: Download complete 0e63679d7dbc: Verifying Checksum 0e63679d7dbc: Download complete 8b1106fd8e03: Pull complete 6819a31cdb14: Download complete 1d67c4c09922: Download complete 3f456f1cc39a: Verifying Checksum 3f456f1cc39a: Download complete 61c97bcc90cd: Pull complete b9124a8b6c28: Pull complete 6afff2ae07da: Download complete 4f4fb700ef54: Download complete d2c94cd49c4c: Download complete d2c94cd49c4c: Pull complete 0e63679d7dbc: Pull complete 6819a31cdb14: Pull complete 1d67c4c09922: Pull complete 3f456f1cc39a: Pull complete 6afff2ae07da: Pull complete 4f4fb700ef54: Pull complete 90c294795090: Verifying Checksum 90c294795090: Download complete 90c294795090: Pull complete d7c6287626d1: Verifying Checksum d7c6287626d1: Download complete d7c6287626d1: Pull complete 0e6719fd9f6d: Download complete 0e6719fd9f6d: Pull complete 53830a3a67c9: Download complete 53830a3a67c9: Pull complete b407be133f08: Verifying Checksum b407be133f08: Download complete b407be133f08: Pull complete 951a5932e150: Download complete 951a5932e150: Pull complete dcc0f382cd80: Verifying Checksum dcc0f382cd80: Download complete dcc0f382cd80: Pull complete d3cdec43bf88: Verifying Checksum d3cdec43bf88: Download complete d3cdec43bf88: Pull complete d69ff9f37121: Download complete d69ff9f37121: Pull complete cfcfca2848c7: Download complete 08269f8e9f88: Verifying Checksum 08269f8e9f88: Download complete cfcfca2848c7: Pull complete 08269f8e9f88: Pull complete 3e59769da2fa: Download complete 3e59769da2fa: Pull complete 3a6ed7e0720e: Verifying Checksum 3a6ed7e0720e: Download complete 4685c134845d: Verifying Checksum 4685c134845d: Download complete 67f122543075: Verifying Checksum 67f122543075: Download complete d60a75d560f5: Verifying Checksum d60a75d560f5: Download complete a1004eb1842a: Verifying Checksum a1004eb1842a: Download complete d18a54147636: Verifying Checksum d18a54147636: Download complete f36483d78a79: Download complete 35267044a36f: Verifying Checksum 35267044a36f: Download complete 75b654a3d9d2: Download complete 933e64a11ba6: Verifying Checksum 933e64a11ba6: Download complete 5503bfbdb082: Verifying Checksum 5503bfbdb082: Download complete a1004eb1842a: Pull complete 3a6ed7e0720e: Pull complete 5503bfbdb082: Pull complete 4685c134845d: Pull complete 67f122543075: Pull complete d60a75d560f5: Pull complete d18a54147636: Pull complete 933e64a11ba6: Pull complete f36483d78a79: Pull complete 35267044a36f: Pull complete 75b654a3d9d2: Pull complete Digest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935 Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935 2026-04-29 01:56.57 ---> using "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618" from cache /: (comment fedora-43-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 43 - x86_64 - Updates 100% | 18.7 KiB/s | 11.4 KiB | 00m01s Fedora 43 - x86_64 100% | 69.3 KiB/s | 20.8 KiB | 00m00s Fedora 43 openh264 (From Cisco) - x86_ 100% | 6.6 KiB/s | 986.0 B | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-04-29 01:56.57 ---> using "1a8c422457ca43273c120d41b99eceaf5146711b71420e35a2bee4d81364b1a5" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-29 01:56.57 ---> using "f67c481a1daa386f6430f66eef705f2c3e718af0cca248ff8d8a2fe5f109817f" 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-04-29 01:56.57 ---> using "bc829d8a618f2e3092457d9785bca8fbf68fdeb24e20105fc3a383cae7a6c00a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.3 2.5.0 2026-04-29 01:56.57 ---> using "84ee295ef92075699b3be334bcafee05db7a203f6059e3b9b39cbe4faefef15a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-29 01:56.57 ---> using "5d31372e0e59d5a520b30695d22f10f0053c544e25e0f7f722eaf7806eb253db" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..dd592986d4 master -> origin/master dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 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-04-29 01:56.57 ---> using "11b2c1d2255ef5255a23d9695e9760592a70aa7ee5212806b739eb9576538fea" from cache /src: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./)) 2026-04-29 01:56.58 ---> saved as "bd685ebd58c78aec4cfcd2e56de5c2921fbaf60e85b335ce94f68a4345354a43" /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-04-29 01:56.59 ---> saved as "1c9d4c58e3ed24d39ea8951201a7e53b1717de296ae9d2159fc04f52a521ec7e" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-29 01:56.59 ---> saved as "ba2b212e5681854cc4782202d153cf2939c225be6d84d26dff92f4144e50aee5" /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.22.2 dune-configurator.3.22.2 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: - Fedora 43 - x86_64 - Updates 100% | 9.4 KiB/s | 11.4 KiB | 00m01s - 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.5.2-1.fc43 updates 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.2-1.fc43.x86_6 100% | 10.0 KiB/s | 29.7 KiB | 00m03s - -------------------------------------------------------------------------------- - [1/1] Total 100% | 8.7 KiB/s | 29.7 KiB | 00m03s - Running transaction - [1/3] Verify package files 100% | 0.0 B/s | 1.0 B | 00m00s - [2/3] Prepare transaction 100% | 90.0 B/s | 1.0 B | 00m00s - [3/3] Installing libffi-devel-0:3.5.2-1 100% | 847.0 KiB/s | 35.6 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "libffi-devel" - libffi-devel-3.5.2-1.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-04-29 01:57.13 ---> saved as "49ec6ada8ca1b0c2e99b950afb4c0023375b6ed22663a74f41a75d0b4b71da73" /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.22.2 - install dune-configurator 3.22.2 - 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.22.2, dune-configurator.3.22.2 (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.22.2 -> 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.22.2 -> 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-04-29 01:57.57 ---> saved as "8f98e8b1299f171e1c19d58893dba55ac7fa9d6e269156adf9794eb1cd5b1cac" /src: (copy (src .) (dst /src)) 2026-04-29 01:57.58 ---> saved as "c4623140bfb7269cef6b1824e89592e5df110fee1d777db0c56fe293818298c7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-29 01:57.58 ---> saved as "2b638f854596700224f5c6caba6e639a22125b07d19689c5cbd18a4987142eb4" Job succeeded 2026-04-29 01:57.58: Job succeeded