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:opensuse-16.0-5.4_opam-2.5) Base: ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01 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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01 # opensuse-16.0-5.4_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 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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01-opensuse-16.0-5.4_opam-2.5-30f516c52ea78a603dc572c7cf545b36" 2026-04-29 00:35.40: Using OBuilder spec: ((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01) (comment opensuse-16.0-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 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-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 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.46: Waiting for worker… 2026-04-29 01:56.53: 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:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01) Unable to find image 'ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01' locally docker.io/ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01: Pulling from ocaml/opam 64cfa2a65095: Already exists 204ffcf2f1fe: Pulling fs layer f6fa4529cc6b: Pulling fs layer 97af65095748: Pulling fs layer b802a6057f6d: Pulling fs layer 47b045e79836: Pulling fs layer 2ce8a10bf29f: Pulling fs layer 781ee767d1c7: Pulling fs layer 2271c058ae3a: Pulling fs layer 2e5754ca2c40: Pulling fs layer de21e4dabd9c: Pulling fs layer f047029589c4: Pulling fs layer 0f454d36be04: Pulling fs layer 04ab44a2df2c: Pulling fs layer ad401f078830: Pulling fs layer 47b045e79836: Waiting 096a51bccb57: Pulling fs layer e7134f98c78b: Pulling fs layer afc7c35ee433: Pulling fs layer 2ce8a10bf29f: Waiting 7bfa5dba7952: Pulling fs layer 4f4fb700ef54: Pulling fs layer f6b6a751bb6a: Pulling fs layer 781ee767d1c7: Waiting f71dccae2ee7: Pulling fs layer fe37a54a1499: Pulling fs layer 1815b99ebc09: Pulling fs layer de21e4dabd9c: Waiting 363d1f23b2cf: Pulling fs layer 2271c058ae3a: Waiting 4bb0990bd121: Pulling fs layer ac4f9c652c6c: Pulling fs layer f047029589c4: Waiting ab5409fef174: Pulling fs layer e7134f98c78b: Waiting afc7c35ee433: Waiting 5e58ee45c6c7: Pulling fs layer ee06219176b1: Pulling fs layer 34fd31afeec8: Pulling fs layer c7a97b361486: Pulling fs layer fc2b6e5cc5d9: Pulling fs layer 1c145dfb6c8a: Pulling fs layer f1bb600e92a6: Pulling fs layer b802a6057f6d: Waiting 7bfa5dba7952: Waiting 97457e4bb83c: Pulling fs layer f6b6a751bb6a: Waiting f71dccae2ee7: Waiting f443344b6027: Pulling fs layer ad401f078830: Waiting 899babe8d9b2: Pulling fs layer fe37a54a1499: Waiting 0782628cdc8a: Pulling fs layer 5f180230ef97: Pulling fs layer 1815b99ebc09: Waiting f013892c68c1: Pulling fs layer 2e5754ca2c40: Waiting 04ab44a2df2c: Waiting 3c9c3f15c70f: Pulling fs layer 4bb0990bd121: Waiting ab5409fef174: Waiting 5e58ee45c6c7: Waiting dc2d418c83c6: Pulling fs layer f1bb600e92a6: Waiting ee06219176b1: Waiting 977e732b88fa: Pulling fs layer 97457e4bb83c: Waiting 45baf3280147: Pulling fs layer 34fd31afeec8: Waiting c7a97b361486: Waiting 0f454d36be04: Waiting 0782628cdc8a: Waiting fc2b6e5cc5d9: Waiting 4f4fb700ef54: Waiting 1c145dfb6c8a: Waiting 45baf3280147: Waiting dc2d418c83c6: Waiting 5f180230ef97: Waiting f443344b6027: Waiting 977e732b88fa: Waiting 3c9c3f15c70f: Waiting 899babe8d9b2: Waiting ac4f9c652c6c: Waiting 363d1f23b2cf: Waiting 096a51bccb57: Waiting f013892c68c1: Waiting 204ffcf2f1fe: Verifying Checksum 204ffcf2f1fe: Download complete 204ffcf2f1fe: Pull complete b802a6057f6d: Download complete 47b045e79836: Verifying Checksum 47b045e79836: Download complete 2ce8a10bf29f: Verifying Checksum 2ce8a10bf29f: Download complete 97af65095748: Verifying Checksum 97af65095748: Download complete 2271c058ae3a: Verifying Checksum 2271c058ae3a: Download complete 2e5754ca2c40: Verifying Checksum 2e5754ca2c40: Download complete 781ee767d1c7: Verifying Checksum 781ee767d1c7: Download complete de21e4dabd9c: Verifying Checksum de21e4dabd9c: Download complete 0f454d36be04: Verifying Checksum 0f454d36be04: Download complete f047029589c4: Verifying Checksum f047029589c4: Download complete 04ab44a2df2c: Download complete ad401f078830: Verifying Checksum ad401f078830: Download complete 096a51bccb57: Verifying Checksum 096a51bccb57: Download complete e7134f98c78b: Verifying Checksum e7134f98c78b: Download complete afc7c35ee433: Download complete 7bfa5dba7952: Verifying Checksum 7bfa5dba7952: Download complete 4f4fb700ef54: Download complete f71dccae2ee7: Verifying Checksum f71dccae2ee7: Download complete f6b6a751bb6a: Verifying Checksum f6b6a751bb6a: Download complete fe37a54a1499: Verifying Checksum fe37a54a1499: Download complete 1815b99ebc09: Verifying Checksum 1815b99ebc09: Download complete f6fa4529cc6b: Verifying Checksum f6fa4529cc6b: Download complete 4bb0990bd121: Download complete ac4f9c652c6c: Verifying Checksum ac4f9c652c6c: Download complete ab5409fef174: Verifying Checksum ab5409fef174: Download complete 363d1f23b2cf: Verifying Checksum 363d1f23b2cf: Download complete ee06219176b1: Download complete 5e58ee45c6c7: Verifying Checksum 5e58ee45c6c7: Download complete 34fd31afeec8: Verifying Checksum 34fd31afeec8: Download complete 1c145dfb6c8a: Download complete c7a97b361486: Verifying Checksum c7a97b361486: Download complete 97457e4bb83c: Download complete f443344b6027: Verifying Checksum f443344b6027: Download complete 899babe8d9b2: Verifying Checksum 899babe8d9b2: Download complete 0782628cdc8a: Download complete f6fa4529cc6b: Pull complete f1bb600e92a6: Verifying Checksum f1bb600e92a6: Download complete 5f180230ef97: Verifying Checksum 5f180230ef97: Download complete f013892c68c1: Verifying Checksum f013892c68c1: Download complete dc2d418c83c6: Download complete 977e732b88fa: Verifying Checksum 977e732b88fa: Download complete 45baf3280147: Verifying Checksum 45baf3280147: Download complete 3c9c3f15c70f: Verifying Checksum 3c9c3f15c70f: Download complete 97af65095748: Pull complete b802a6057f6d: Pull complete 47b045e79836: Pull complete 2ce8a10bf29f: Pull complete 781ee767d1c7: Pull complete 2271c058ae3a: Pull complete 2e5754ca2c40: Pull complete de21e4dabd9c: Pull complete f047029589c4: Pull complete 0f454d36be04: Pull complete 04ab44a2df2c: Pull complete ad401f078830: Pull complete 096a51bccb57: Pull complete e7134f98c78b: Pull complete afc7c35ee433: Pull complete 7bfa5dba7952: Pull complete 4f4fb700ef54: Pull complete f6b6a751bb6a: Pull complete f71dccae2ee7: Pull complete fe37a54a1499: Pull complete 1815b99ebc09: Pull complete 363d1f23b2cf: Pull complete 4bb0990bd121: Pull complete ac4f9c652c6c: Pull complete ab5409fef174: Pull complete 5e58ee45c6c7: Pull complete ee06219176b1: Pull complete 34fd31afeec8: Pull complete c7a97b361486: Pull complete fc2b6e5cc5d9: Verifying Checksum fc2b6e5cc5d9: Download complete fc2b6e5cc5d9: Pull complete 1c145dfb6c8a: Pull complete f1bb600e92a6: Pull complete 97457e4bb83c: Pull complete f443344b6027: Pull complete 899babe8d9b2: Pull complete 0782628cdc8a: Pull complete 5f180230ef97: Pull complete f013892c68c1: Pull complete 3c9c3f15c70f: Pull complete dc2d418c83c6: Pull complete 977e732b88fa: Pull complete 45baf3280147: Pull complete Digest: sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01 Status: Downloaded newer image for ocaml/opam@sha256:78cddc7af8976e354fc2ba208848413e0ad967cd1a5c7e891947641916892c01 2026-04-29 01:56.53 ---> using "ae84376c8ea64c3b44609ae7ddbc6e3c1ee969d9d31c6d20fd5399e1219d3141" from cache /: (comment opensuse-16.0-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-04-29 01:56.53 ---> using "1ee9c1e317a25924020f89502dbdbad8fdf3f56681bfee7edfc8d0ed6348d80e" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-29 01:56.53 ---> using "7805bba59b7c6e676aabbcb51933844eaffb2f4bb1fab3f2094053a973466463" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 5.4.1 2.5.0 2026-04-29 01:56.53 ---> using "8368f41d2b7f9e27edfe538453b7a35ef59ae347249d166d59db90c1ae6552fb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-29 01:56.53 ---> using "7811d14c159e034d2d2bb93679fdcd7e841dee20d8ba648dad9e05a22f63897b" 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 ><><><><><><><><><><><><><><><><><><><><><><> [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 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.53 ---> using "525fabd1cf71562b06c88e46e58768dfc77b873ce02b8b0c4327f2053ce62639" from cache /src: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./)) 2026-04-29 01:56.54 ---> saved as "c2af8adf5ed313a39d5ff3e190bcbf9eb74c884d7bbc79d6b632b3b2f20acbd6" /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.55 ---> saved as "243e07b403198d2e79a34210fc8755a54192c87b6d4ba871e0d85517c2bab3d8" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-29 01:56.55 ---> saved as "e74d8372375397a7dd0a70aee58a12edb2da13331abae1674e0397e4d668fa83" /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.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 fsevents.dev fsevents-lwt.dev $DEPS")) + /usr/bin/sudo "zypper" "--non-interactive" "refresh" - Repository 'repo-openh264 (16.0)' is up to date. - Retrieving repository 'repo-oss (16.0)' metadata [.. - Looking for gpg keys in repository repo-oss (16.0). - gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key - ... - ....... - ..........done] - Building repository 'repo-oss (16.0)' cache [.. - ..done] - All repositories have been refreshed. <><> 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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml-base-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-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" - Refreshing service 'openSUSE'. - Loading repository data... - Reading installed packages... - Resolving package dependencies... - - The following NEW package is going to be installed: - libffi-devel - - 1 new package to install. - - Package download size: 30.8 KiB - - Package install size change: - | 32.0 KiB required by packages that will be installed - 32.0 KiB | - 0 B released by packages that will be removed - - Backend: classic_rpmtrans - Continue? [y/n/v/...? shows all options] (y): y - Preloading Packages [.. - Preloading: libffi-devel-3.4.6-160000.2.2.x86_64.rpm [done] - .done] - Retrieving: libffi-devel-3.4.6-160000.2.2.x86_64 (repo-oss (16.0)) (1/1), 30.8 KiB - - Checking for file conflicts: [..done] - (1/1) Installing: libffi-devel-3.4.6-160000.2.2.x86_64 [. - .done] - Running post-transaction scripts [...done] # To update the current shell environment, run: eval $(opam env) 2026-04-29 01:57.16 ---> saved as "2672a9a3d5f60fbecea03870c64e9b0012ecd6e2979b1c51ae44d65eff2d3f93" /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.1). [NOTE] Package ocaml-base-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 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:58.04 ---> saved as "948c5548ef15d2a44f3246273135f96e1c76febf7199b26c86bd1452df1f76e8" /src: (copy (src .) (dst /src)) 2026-04-29 01:58.04 ---> saved as "c85fb9023dc24dc0bceb418f1db18782d39d56923793f03d1dffefbd5e956cab" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-29 01:58.05 ---> saved as "18aff45a72228d480bdff8e60aaa6c89332a89652e210a31dd43a1fae8eb064e" Job succeeded 2026-04-29 01:58.05: Job succeeded