2025-10-15 10:12.42: New job: test mirage/ocaml-fsevents https://github.com/mirage/ocaml-fsevents.git#refs/heads/main (3ae27d983022d4a6ecf996436020bd2cf6ae3f72) (linux-x86_64:debian-13-5.3+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-fsevents.git" -b "main" && cd "ocaml-fsevents" && git reset --hard 3ae27d98cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8# debian-13-5.3+flambda_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.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 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+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.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y fsevents.dev fsevents-lwt.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-10-15 10:12.42: Using cache hint "mirage/ocaml-fsevents-ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8-debian-13-5.3+flambda_opam-2.4-26a547019db10f2f864b57e45fc4f953"2025-10-15 10:12.42: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8)(comment debian-13-5.3+flambda_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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 (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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.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 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+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.0 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 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")))2025-10-15 10:12.42: Waiting for resource in pool OCluster2025-10-15 10:18.13: Waiting for worker…2025-10-15 10:21.46: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 3ae27d9 Merge pull request #5 from samoht/cmdliner(from ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8' locallydocker.io/ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layerf34ea90e6bf7: Pulling fs layerb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf76df728146d: Pulling fs layer1fee769dfcf3: Pulling fs layer9089a7f69af3: Pulling fs layer6f758b47b2a0: Pulling fs layerf06108004adb: Waiting16b225bbb395: Pulling fs layerf34ea90e6bf7: Waitingabbf3ec39b68: Pulling fs layerb44a65709156: Waiting1a61521655a9: Pulling fs layer8f6112f72fa5: Waiting4c25908bbac9: Waiting6a8565a9e443: Pulling fs layer1fee769dfcf3: Waiting9089a7f69af3: Waitingc059a4cbd7b9: Pulling fs layerf76df728146d: Waiting6f758b47b2a0: Waiting3a00fdc9e291: Pulling fs layer16b225bbb395: Waitingabbf3ec39b68: Waitinga0b62589bd38: Pulling fs layer1a61521655a9: Waitingc059a4cbd7b9: Waiting6a8565a9e443: Waiting3a00fdc9e291: Waiting6e8d713bf843: Pulling fs layera0b62589bd38: Waitingbca1fd5341ba: Pulling fs layer6e8d713bf843: Waiting34b9849c2772: Pulling fs layer4f4fb700ef54: Pulling fs layerbca1fd5341ba: Waiting34b9849c2772: Waitingd8d3d0744e38: Pulling fs layer788c7ce0e0e5: Pulling fs layer4f4fb700ef54: Waitinga297eab0ca3b: Pulling fs layerd8d3d0744e38: Waiting2e79af39acdb: Pulling fs layer8858e600236c: Pulling fs layera297eab0ca3b: Waiting9efe23d1fe7d: Pulling fs layer2e79af39acdb: Waiting47d185934312: Pulling fs layer64a949a6caff: Pulling fs layer8858e600236c: Waiting9efe23d1fe7d: Waitingc9d6a7c18bb1: Pulling fs layere4fde4815f0c: Pulling fs layer64a949a6caff: Waitingd1f759c16950: Pulling fs layerc9d6a7c18bb1: Waiting47d185934312: Waitingf3dd45bf195f: Pulling fs layere4fde4815f0c: Waiting3985a6049101: Pulling fs layerd1f759c16950: Waitingaae849592418: Pulling fs layer6173459dc6b2: Pulling fs layer3985a6049101: Waiting7f16ef63bee0: Pulling fs layeraae849592418: Waiting6173459dc6b2: Waitingfe355de6a899: Pulling fs layer7f16ef63bee0: Waitingb0bc5a15bc9d: Pulling fs layer44879a4f7179: Pulling fs layer701c48fa4dd7: Pulling fs layer44879a4f7179: Waiting2a75638cee2b: Pulling fs layer997c97cdb63c: Pulling fs layerb9415e7c1b83: Pulling fs layer2b41f305b08e: Pulling fs layerb0bc5a15bc9d: Waiting281121058d5a: Pulling fs layer701c48fa4dd7: Waiting281121058d5a: Waitingb9415e7c1b83: Waiting2a75638cee2b: Waiting2b41f305b08e: Waiting997c97cdb63c: Waiting820d433882fc: Verifying Checksum820d433882fc: Download complete820d433882fc: Pull complete8f6112f72fa5: Download complete8f6112f72fa5: Pull completef06108004adb: Verifying Checksumf06108004adb: Download completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completef06108004adb: Pull completef34ea90e6bf7: Pull completeb44a65709156: Verifying Checksumb44a65709156: Download complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Verifying Checksum9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Download complete6a8565a9e443: Download completec059a4cbd7b9: Verifying Checksumc059a4cbd7b9: Download complete3a00fdc9e291: Verifying Checksum3a00fdc9e291: Download complete6e8d713bf843: Verifying Checksum6e8d713bf843: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download completebca1fd5341ba: Verifying Checksumbca1fd5341ba: Download complete34b9849c2772: Verifying Checksum34b9849c2772: Download completed8d3d0744e38: Verifying Checksumd8d3d0744e38: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download completea297eab0ca3b: Download complete2e79af39acdb: Verifying Checksum2e79af39acdb: Download complete8858e600236c: Verifying Checksum8858e600236c: Download complete9efe23d1fe7d: Verifying Checksum9efe23d1fe7d: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download complete47d185934312: Download completee4fde4815f0c: Verifying Checksume4fde4815f0c: Download completec9d6a7c18bb1: Verifying Checksumc9d6a7c18bb1: Download completed1f759c16950: Verifying Checksumd1f759c16950: Download completef3dd45bf195f: Verifying Checksumf3dd45bf195f: Download completeaae849592418: Verifying Checksumaae849592418: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull complete1fee769dfcf3: Pull complete3985a6049101: Verifying Checksum3985a6049101: Download complete9089a7f69af3: Pull complete7f16ef63bee0: Verifying Checksum7f16ef63bee0: Download complete6f758b47b2a0: Pull completefe355de6a899: Verifying Checksumfe355de6a899: Download complete16b225bbb395: Pull complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download completeb0bc5a15bc9d: Download completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete701c48fa4dd7: Verifying Checksum701c48fa4dd7: Download complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete44879a4f7179: Verifying Checksum44879a4f7179: Download complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull complete2a75638cee2b: Verifying Checksum2a75638cee2b: Download completeb9415e7c1b83: Verifying Checksumb9415e7c1b83: Download complete2b41f305b08e: Verifying Checksum2b41f305b08e: Download complete281121058d5a: Download complete997c97cdb63c: Verifying Checksum997c97cdb63c: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete44879a4f7179: Pull complete701c48fa4dd7: Pull complete2a75638cee2b: Pull complete997c97cdb63c: Pull completeb9415e7c1b83: Pull complete2b41f305b08e: Pull complete281121058d5a: Pull completeDigest: sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8Status: Downloaded newer image for ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa82025-10-15 10:21.48 ---> using "b1f0e1802d37e15d51a17ccc5965cfeaa3969238187c7b5a0498341cc9ec7b3e" from cache/: (comment debian-13-5.3+flambda_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-15 10:21.48 ---> using "fbe0eb32735b9e3bf7449a5e2a79a634bee6204f4bcd6f92a74aed4737fffdc8" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 10:21.48 ---> using "57268551c3e4fcea086593d74124966cb7fc62d48865d954a1730d48f98dd8a6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-156-genericThe OCaml toplevel, version 5.3.02.4.12025-10-15 10:21.48 ---> using "2a52583351cc7aa409c0cfa1a06bdae61470ed30f2b157d71379ca2d2769f5dd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 10:21.48 ---> using "48c0df6130c6244962d977c0af41ce3900101f1adb2ea5319e45422c9cbeefe8" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-15 10:21.48 ---> using "03d060873477e6710ca7285d579f19bfb1f7ae54e4d30424a26639ed5d17aed0" from cache/src: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./))2025-10-15 10:21.48 ---> using "3366715c309b9336e1ef949eaf0233b3f4cff37b862e3272495aa61a081c3079" from cache/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)2025-10-15 10:21.53 ---> saved as "f742dde7553f4e6ab6e23373ba453a096fb6826bdaf4376747e10657a0b934df"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 10:21.54 ---> saved as "615796d2faaae6ac2d5a878a56f07e42fb0e2126ea4225660f89942b9c235293"/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 bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.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 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.3.0+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.0 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 fsevents.dev fsevents-lwt.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 [53.8 kB]- Fetched 145 kB in 0s (872 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[fsevents.dev] synchronised (file:///src)[fsevents-lwt.dev] synchronised (file:///src)[NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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 ... 20653 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) ...2025-10-15 10:22.19 ---> saved as "718f78ed79772019428de9d3b1bf3a97b3f5fff37ef57688ccabcfd9db7e2069"/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.3.0+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.0).[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 26 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 2.0.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 integers 0.7.0- install lwt 5.9.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.0- 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 cppo.1.8.0 (cached)-> installed conf-pkg-config.4-> retrieved cmdliner.2.0.0 (cached)-> 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 integers.0.7.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.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.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed bigarray-compat.1.1.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed ocaml-syntax-shims.1.0.0-> installed cppo.1.8.0-> installed re.1.14.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed alcotest.1.9.1-> installed lwt.5.9.2-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed cf.0.5.0-> installed cf-lwt.0.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-15 10:24.11 ---> saved as "d14b6969d9102c62410c503f6e0099e03fe35d180a55b94f196d105c8034bcc7"/src: (copy (src .) (dst /src))2025-10-15 10:24.11 ---> saved as "1e92f2657bbf9fb7f21c115dc12b0d24b25c969b524e7bb27c955011c9b00eaf"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-10-15 10:24.12 ---> saved as "cecd2401182e85a3b598685b6161b33bc67b922df2155c627cb9fc16b28a3339"Job succeeded2025-10-15 10:24.12: Job succeeded