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:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-fsevents.git" -b "main" && cd "ocaml-fsevents" && git reset --hard 3ae27d98 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3-flambda@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8 # debian-13-5.3+flambda_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && 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 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 $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 2025-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 OCluster 2025-10-15 10:18.13: Waiting for worker… 2025-10-15 10:21.46: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f76df728146d: Pulling fs layer 1fee769dfcf3: Pulling fs layer 9089a7f69af3: Pulling fs layer 6f758b47b2a0: Pulling fs layer f06108004adb: Waiting 16b225bbb395: Pulling fs layer f34ea90e6bf7: Waiting abbf3ec39b68: Pulling fs layer b44a65709156: Waiting 1a61521655a9: Pulling fs layer 8f6112f72fa5: Waiting 4c25908bbac9: Waiting 6a8565a9e443: Pulling fs layer 1fee769dfcf3: Waiting 9089a7f69af3: Waiting c059a4cbd7b9: Pulling fs layer f76df728146d: Waiting 6f758b47b2a0: Waiting 3a00fdc9e291: Pulling fs layer 16b225bbb395: Waiting abbf3ec39b68: Waiting a0b62589bd38: Pulling fs layer 1a61521655a9: Waiting c059a4cbd7b9: Waiting 6a8565a9e443: Waiting 3a00fdc9e291: Waiting 6e8d713bf843: Pulling fs layer a0b62589bd38: Waiting bca1fd5341ba: Pulling fs layer 6e8d713bf843: Waiting 34b9849c2772: Pulling fs layer 4f4fb700ef54: Pulling fs layer bca1fd5341ba: Waiting 34b9849c2772: Waiting d8d3d0744e38: Pulling fs layer 788c7ce0e0e5: Pulling fs layer 4f4fb700ef54: Waiting a297eab0ca3b: Pulling fs layer d8d3d0744e38: Waiting 2e79af39acdb: Pulling fs layer 8858e600236c: Pulling fs layer a297eab0ca3b: Waiting 9efe23d1fe7d: Pulling fs layer 2e79af39acdb: Waiting 47d185934312: Pulling fs layer 64a949a6caff: Pulling fs layer 8858e600236c: Waiting 9efe23d1fe7d: Waiting c9d6a7c18bb1: Pulling fs layer e4fde4815f0c: Pulling fs layer 64a949a6caff: Waiting d1f759c16950: Pulling fs layer c9d6a7c18bb1: Waiting 47d185934312: Waiting f3dd45bf195f: Pulling fs layer e4fde4815f0c: Waiting 3985a6049101: Pulling fs layer d1f759c16950: Waiting aae849592418: Pulling fs layer 6173459dc6b2: Pulling fs layer 3985a6049101: Waiting 7f16ef63bee0: Pulling fs layer aae849592418: Waiting 6173459dc6b2: Waiting fe355de6a899: Pulling fs layer 7f16ef63bee0: Waiting b0bc5a15bc9d: Pulling fs layer 44879a4f7179: Pulling fs layer 701c48fa4dd7: Pulling fs layer 44879a4f7179: Waiting 2a75638cee2b: Pulling fs layer 997c97cdb63c: Pulling fs layer b9415e7c1b83: Pulling fs layer 2b41f305b08e: Pulling fs layer b0bc5a15bc9d: Waiting 281121058d5a: Pulling fs layer 701c48fa4dd7: Waiting 281121058d5a: Waiting b9415e7c1b83: Waiting 2a75638cee2b: Waiting 2b41f305b08e: Waiting 997c97cdb63c: Waiting 820d433882fc: Verifying Checksum 820d433882fc: Download complete 820d433882fc: Pull complete 8f6112f72fa5: Download complete 8f6112f72fa5: Pull complete f06108004adb: Verifying Checksum f06108004adb: Download complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete f06108004adb: Pull complete f34ea90e6bf7: Pull complete b44a65709156: Verifying Checksum b44a65709156: Download complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete f76df728146d: Verifying Checksum f76df728146d: Download complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete 9089a7f69af3: Verifying Checksum 9089a7f69af3: Download complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete abbf3ec39b68: Verifying Checksum abbf3ec39b68: Download complete 1a61521655a9: Download complete 6a8565a9e443: Download complete c059a4cbd7b9: Verifying Checksum c059a4cbd7b9: Download complete 3a00fdc9e291: Verifying Checksum 3a00fdc9e291: Download complete 6e8d713bf843: Verifying Checksum 6e8d713bf843: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete bca1fd5341ba: Verifying Checksum bca1fd5341ba: Download complete 34b9849c2772: Verifying Checksum 34b9849c2772: Download complete d8d3d0744e38: Verifying Checksum d8d3d0744e38: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 788c7ce0e0e5: Verifying Checksum 788c7ce0e0e5: Download complete a297eab0ca3b: Download complete 2e79af39acdb: Verifying Checksum 2e79af39acdb: Download complete 8858e600236c: Verifying Checksum 8858e600236c: Download complete 9efe23d1fe7d: Verifying Checksum 9efe23d1fe7d: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete 47d185934312: Download complete e4fde4815f0c: Verifying Checksum e4fde4815f0c: Download complete c9d6a7c18bb1: Verifying Checksum c9d6a7c18bb1: Download complete d1f759c16950: Verifying Checksum d1f759c16950: Download complete f3dd45bf195f: Verifying Checksum f3dd45bf195f: Download complete aae849592418: Verifying Checksum aae849592418: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete 1fee769dfcf3: Pull complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete 9089a7f69af3: Pull complete 7f16ef63bee0: Verifying Checksum 7f16ef63bee0: Download complete 6f758b47b2a0: Pull complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete 16b225bbb395: Pull complete 6173459dc6b2: Verifying Checksum 6173459dc6b2: Download complete b0bc5a15bc9d: Download complete abbf3ec39b68: Pull complete 1a61521655a9: Pull complete 6a8565a9e443: Pull complete c059a4cbd7b9: Pull complete 3a00fdc9e291: Pull complete a0b62589bd38: Pull complete 6e8d713bf843: Pull complete bca1fd5341ba: Pull complete 701c48fa4dd7: Verifying Checksum 701c48fa4dd7: Download complete 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 44879a4f7179: Verifying Checksum 44879a4f7179: Download complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete 2a75638cee2b: Verifying Checksum 2a75638cee2b: Download complete b9415e7c1b83: Verifying Checksum b9415e7c1b83: Download complete 2b41f305b08e: Verifying Checksum 2b41f305b08e: Download complete 281121058d5a: Download complete 997c97cdb63c: Verifying Checksum 997c97cdb63c: Download complete 3985a6049101: Pull complete aae849592418: Pull complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 44879a4f7179: Pull complete 701c48fa4dd7: Pull complete 2a75638cee2b: Pull complete 997c97cdb63c: Pull complete b9415e7c1b83: Pull complete 2b41f305b08e: Pull complete 281121058d5a: Pull complete Digest: sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8 Status: Downloaded newer image for ocaml/opam@sha256:750d162c2446aba3ab398a2e82cbdc97d403b6ade197fcf998fd49019363bfa8 2025-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] y 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. Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-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-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-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-repository Already 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.0 Done. # 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 succeeded 2025-10-15 10:24.12: Job succeeded