2025-10-27 15:51.03: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/607/head (75b5ad1de25721004723267951a1d00b70c3c4a4) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/607/head" && git reset --hard 75b5ad1d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f # debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam ./ RUN opam pin add -yn ppxlib.dev './' && \ opam pin add -yn ppxlib-tools.dev './' && \ opam pin add -yn ppxlib-bench.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base cinaps.v0.12.1 cmdliner.1.3.0 conf-m4.1 dune.3.10.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.0 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.2.2.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y ppxlib.dev ppxlib-tools.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build --only-packages=ppxlib,ppxlib-tools @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-27 15:51.03: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f-debian-13-4.08_opam-2.4-3bf455d3bdacbc2a9c65028f0dc8659d" 2025-10-27 15:51.03: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f) (comment debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base cinaps.v0.12.1 cmdliner.1.3.0 conf-m4.1 dune.3.10.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.0 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.2.2.2") (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 ppxlib.dev ppxlib-tools.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 --only-packages=ppxlib,ppxlib-tools @install @check @runtest && rm -rf _build")) ) 2025-10-27 15:51.03: Waiting for resource in pool OCluster 2025-10-27 15:51.03: Waiting for worker… 2025-10-27 15:51.04: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 75b5ad1d Add support for labeled tuple expressions (from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f) Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locally docker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer 820d433882fc: Waiting f34ea90e6bf7: Pulling fs layer 8f6112f72fa5: Waiting f06108004adb: Waiting b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f34ea90e6bf7: Waiting f76df728146d: Pulling fs layer b44a65709156: Waiting 4c25908bbac9: Waiting 1fee769dfcf3: Pulling fs layer 9089a7f69af3: Pulling fs layer f76df728146d: Waiting 6f758b47b2a0: Pulling fs layer 1fee769dfcf3: Waiting 16b225bbb395: Pulling fs layer 9089a7f69af3: Waiting abbf3ec39b68: Pulling fs layer 6f758b47b2a0: Waiting 16b225bbb395: Waiting 1a61521655a9: Pulling fs layer 6a8565a9e443: Pulling fs layer c059a4cbd7b9: Pulling fs layer abbf3ec39b68: Waiting 1a61521655a9: Waiting 3a00fdc9e291: Pulling fs layer 6a8565a9e443: Waiting c059a4cbd7b9: Waiting a0b62589bd38: Pulling fs layer 6e8d713bf843: Pulling fs layer bca1fd5341ba: Pulling fs layer 34b9849c2772: Pulling fs layer a0b62589bd38: Waiting 6e8d713bf843: Waiting 4f4fb700ef54: Pulling fs layer bca1fd5341ba: Waiting 3a00fdc9e291: Waiting d8d3d0744e38: Pulling fs layer 34b9849c2772: Waiting 788c7ce0e0e5: Pulling fs layer 4f4fb700ef54: Waiting d8d3d0744e38: Waiting a297eab0ca3b: Pulling fs layer 2e79af39acdb: Pulling fs layer 788c7ce0e0e5: Waiting a297eab0ca3b: Waiting 8858e600236c: Pulling fs layer 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 8858e600236c: Waiting 64a949a6caff: Pulling fs layer 2e79af39acdb: Waiting 9efe23d1fe7d: Waiting 47d185934312: Waiting c9d6a7c18bb1: Pulling fs layer e4fde4815f0c: Pulling fs layer 64a949a6caff: Waiting d1f759c16950: Pulling fs layer f3dd45bf195f: Pulling fs layer 3985a6049101: Pulling fs layer aae849592418: Pulling fs layer e4fde4815f0c: Waiting f3dd45bf195f: Waiting c9d6a7c18bb1: Waiting 6173459dc6b2: Pulling fs layer d1f759c16950: Waiting 3985a6049101: Waiting aae849592418: Waiting 7f16ef63bee0: Pulling fs layer fe355de6a899: Pulling fs layer b0bc5a15bc9d: Pulling fs layer 0ba06c753f01: Pulling fs layer f7e4070f86bb: Pulling fs layer b0bc5a15bc9d: Waiting 7f16ef63bee0: Waiting 6173459dc6b2: Waiting a16d954bd2d3: Pulling fs layer fe355de6a899: Waiting 6583f21da642: Pulling fs layer f7e4070f86bb: Waiting 0ba06c753f01: Waiting a16d954bd2d3: Waiting 6583f21da642: Waiting 820d433882fc: Verifying Checksum 820d433882fc: Download complete 820d433882fc: Pull complete 8f6112f72fa5: Download complete 8f6112f72fa5: Pull complete f06108004adb: Verifying Checksum f06108004adb: Download complete f06108004adb: Pull complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete f34ea90e6bf7: Pull complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete f76df728146d: Verifying Checksum f76df728146d: Download complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete 9089a7f69af3: Download complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete abbf3ec39b68: Verifying Checksum abbf3ec39b68: Download complete 1a61521655a9: Verifying Checksum 1a61521655a9: Download complete 6a8565a9e443: Verifying Checksum 6a8565a9e443: Download complete c059a4cbd7b9: Download complete 3a00fdc9e291: Verifying Checksum 3a00fdc9e291: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete 6e8d713bf843: Download complete bca1fd5341ba: Download complete b44a65709156: Verifying Checksum 788c7ce0e0e5: Verifying Checksum 788c7ce0e0e5: Download complete d8d3d0744e38: Download complete 2e79af39acdb: Download complete a297eab0ca3b: Download complete 9efe23d1fe7d: Download complete 8858e600236c: Download complete 47d185934312: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete c9d6a7c18bb1: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete d1f759c16950: Download complete 1fee769dfcf3: Pull complete 9089a7f69af3: Pull complete e4fde4815f0c: Download complete 6f758b47b2a0: Pull complete 16b225bbb395: Pull complete f3dd45bf195f: 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 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete aae849592418: Download complete 6173459dc6b2: Verifying Checksum 6173459dc6b2: Download complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete 7f16ef63bee0: Verifying Checksum 7f16ef63bee0: Download complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete b0bc5a15bc9d: Verifying Checksum b0bc5a15bc9d: Download complete 3985a6049101: Pull complete aae849592418: Pull complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 0ba06c753f01: Verifying Checksum 0ba06c753f01: Download complete f7e4070f86bb: Download complete 6583f21da642: Verifying Checksum 6583f21da642: Download complete a16d954bd2d3: Verifying Checksum a16d954bd2d3: Download complete 0ba06c753f01: Pull complete f7e4070f86bb: Pull complete a16d954bd2d3: Pull complete 6583f21da642: Pull complete Digest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f Status: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f 2025-10-27 15:51.05 ---> using "8a3fb29dc134ae8cb5011e033937cdf0919031452506a2a7eeab7ea43cc7fe2e" from cache /: (comment debian-13-4.08_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-27 15:51.05 ---> using "7134e21d81f07b88d496fc7d9fd04fcb845e713e71c7127239ae60f709c1f819" 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-27 15:51.05 ---> using "0de99fe1fc7db47f0d213e483cd4c74c50dc88c047d676e7b3e663d490603d03" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-10-27 15:51.05 ---> using "7f5b4185ab939079de06e4b6702889016fe9034c4b93a6a5f33c92159947d2e0" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-27 15:51.05 ---> using "644bc905a4b4c723467d7709d79c77aaef4ff740a5c0ccc468070bae516b8a06" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u")) b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 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.3.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) 2025-10-27 15:51.05 ---> using "4c5845893e29388673c6da2c06864e978f9f9cfc58012c7dc97ee8a9c9b15f35" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2025-10-27 15:51.05 ---> using "0de56c4e396250066a6fc43e6153cff740070b24c6645c6ca1d8fc3ab583b6ae" from cache /src: (run (network host) (shell "opam pin add -yn ppxlib.dev './' && \ \nopam pin add -yn ppxlib-tools.dev './' && \ \nopam pin add -yn ppxlib-bench.dev './'")) [ppxlib.dev] synchronised (file:///src) ppxlib is now pinned to file:///src (version dev) [ppxlib-tools.dev] synchronised (file:///src) ppxlib-tools is now pinned to file:///src (version dev) [NOTE] Package ppxlib-bench does not exist in opam repositories registered in the current switch. [ppxlib-bench.dev] synchronised (file:///src) ppxlib-bench is now pinned to file:///src (version dev) 2025-10-27 15:51.05 ---> using "7f3e47c664cd7ae552f383faab0a16b58e25cab0b51605bb4995a57eb6a8559d" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-27 15:51.05 ---> using "b8206da5bec8e8d1bb5f06332d8342f0e9ad748308d165491fbe73d68856afd1" from cache /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cinaps.v0.12.1 cmdliner.1.3.0 conf-m4.1 dune.3.10.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocamlfind.1.8.0 ppx_derivers.1.0 re.1.9.0 seq.0.3 sexplib0.v0.15.0 stdlib-shims.0.1.0 yojson.2.2.2") /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 ppxlib.dev ppxlib-tools.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 [63.5 kB] - Fetched 154 kB in 0s (1837 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-tools.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base). The following system packages will first need to be installed: m4 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" - Selecting previously unselected package m4. - (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 ... 20622 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-8_amd64.deb ... - Unpacking m4 (1.4.19-8) ... - Setting up m4 (1.4.19-8) ... 2025-10-27 15:51.05 ---> using "9daa5c76911f5ec1c74c6f95603fa647a1ca577259848569956470f9846fc2b3" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.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-bigarray is already installed (current version is base). The following actions will be performed: === install 13 packages - install cinaps v0.12.1 - install cmdliner 1.3.0 - install conf-m4 1 - install dune 3.10.0 - install jbuilder 1.0+beta20.1 (deprecated) - install ocaml-compiler-libs v0.11.0 - install ocamlfind 1.8.0 - install ppx_derivers 1.0 - install re 1.9.0 - install seq 0.3 - install sexplib0 v0.15.0 - install stdlib-shims 0.1.0 - install yojson 2.2.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cinaps.v0.12.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-m4.1 -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved dune.3.10.0 (cached) -> retrieved ocamlfind.1.8.0 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved re.1.9.0 (cached) -> retrieved seq.0.3 (cached) -> retrieved sexplib0.v0.15.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> installed cmdliner.1.3.0 -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.8.0 -> installed jbuilder.1.0+beta20.1 -> installed ppx_derivers.1.0 -> installed ocaml-compiler-libs.v0.11.0 -> installed dune.3.10.0 -> installed seq.0.3 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.15.0 -> installed re.1.9.0 -> installed yojson.2.2.2 -> installed cinaps.v0.12.1 Done. <><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><> => Note: This package is deprecated. # To update the current shell environment, run: eval $(opam env) 2025-10-27 15:51.05 ---> using "9c8436f985b978c70775db9a339c6a609b053eb58f12ee9a4886a679e1fb336d" from cache /src: (copy (src .) (dst /src)) 2025-10-27 15:51.06 ---> saved as "5665d709e18886ede8dd02af3cc88226cd3844a5fed0174d44ea7c5540060dfa" /src: (run (shell "opam exec -- dune build --only-packages=ppxlib,ppxlib-tools @install @check @runtest && rm -rf _build")) File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. 2025-10-27 15:51.17 ---> saved as "ada6015ad96970ba0da1473123681e33c0df49b42d626164c67803beaff74cd0" Job succeeded 2025-10-27 15:51.18: Job succeeded