2025-10-27 18:53.51: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/611/head (3573eeab338c6b14237df405c592f5d94f47af19) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/611/head" && git reset --hard 3573eeabcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f# debian-13-4.08_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=ppxlib,ppxlib-tools @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-27 18:53.51: 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 18:53.51: 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 18:53.51: Waiting for resource in pool OCluster2025-10-27 18:53.51: Waiting for worker…2025-10-27 18:53.51: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 3573eeab Add Mod.apply_unit Signed-off-by: christophe Raffalli <christophe@raffallu.eu>(from ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f)Unable to find image 'ocaml/opam:debian-13-ocaml-4.08@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f' locallydocker.io/ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f: Pulling from ocaml/opamcae3b572364a: Already exists820d433882fc: Pulling fs layer8f6112f72fa5: Pulling fs layerf06108004adb: Pulling fs layer820d433882fc: Waitingf34ea90e6bf7: Pulling fs layer8f6112f72fa5: Waitingf06108004adb: Waitingb44a65709156: Pulling fs layer4c25908bbac9: Pulling fs layerf34ea90e6bf7: Waitingf76df728146d: Pulling fs layerb44a65709156: Waiting4c25908bbac9: Waiting1fee769dfcf3: Pulling fs layer9089a7f69af3: Pulling fs layerf76df728146d: Waiting6f758b47b2a0: Pulling fs layer1fee769dfcf3: Waiting16b225bbb395: Pulling fs layer9089a7f69af3: Waitingabbf3ec39b68: Pulling fs layer6f758b47b2a0: Waiting16b225bbb395: Waiting1a61521655a9: Pulling fs layer6a8565a9e443: Pulling fs layerc059a4cbd7b9: Pulling fs layerabbf3ec39b68: Waiting1a61521655a9: Waiting3a00fdc9e291: Pulling fs layer6a8565a9e443: Waitingc059a4cbd7b9: Waitinga0b62589bd38: Pulling fs layer6e8d713bf843: Pulling fs layerbca1fd5341ba: Pulling fs layer34b9849c2772: Pulling fs layera0b62589bd38: Waiting6e8d713bf843: Waiting4f4fb700ef54: Pulling fs layerbca1fd5341ba: Waiting3a00fdc9e291: Waitingd8d3d0744e38: Pulling fs layer34b9849c2772: Waiting788c7ce0e0e5: Pulling fs layer4f4fb700ef54: Waitingd8d3d0744e38: Waitinga297eab0ca3b: Pulling fs layer2e79af39acdb: Pulling fs layer788c7ce0e0e5: Waitinga297eab0ca3b: Waiting8858e600236c: Pulling fs layer9efe23d1fe7d: Pulling fs layer47d185934312: Pulling fs layer8858e600236c: Waiting64a949a6caff: Pulling fs layer2e79af39acdb: Waiting9efe23d1fe7d: Waiting47d185934312: Waitingc9d6a7c18bb1: Pulling fs layere4fde4815f0c: Pulling fs layer64a949a6caff: Waitingd1f759c16950: Pulling fs layerf3dd45bf195f: Pulling fs layer3985a6049101: Pulling fs layeraae849592418: Pulling fs layere4fde4815f0c: Waitingf3dd45bf195f: Waitingc9d6a7c18bb1: Waiting6173459dc6b2: Pulling fs layerd1f759c16950: Waiting3985a6049101: Waitingaae849592418: Waiting7f16ef63bee0: Pulling fs layerfe355de6a899: Pulling fs layerb0bc5a15bc9d: Pulling fs layer0ba06c753f01: Pulling fs layerf7e4070f86bb: Pulling fs layerb0bc5a15bc9d: Waiting7f16ef63bee0: Waiting6173459dc6b2: Waitinga16d954bd2d3: Pulling fs layerfe355de6a899: Waiting6583f21da642: Pulling fs layerf7e4070f86bb: Waiting0ba06c753f01: Waitinga16d954bd2d3: Waiting6583f21da642: Waiting820d433882fc: Verifying Checksum820d433882fc: Download complete820d433882fc: Pull complete8f6112f72fa5: Download complete8f6112f72fa5: Pull completef06108004adb: Verifying Checksumf06108004adb: Download completef06108004adb: Pull completef34ea90e6bf7: Verifying Checksumf34ea90e6bf7: Download completef34ea90e6bf7: Pull complete4c25908bbac9: Verifying Checksum4c25908bbac9: Download completef76df728146d: Verifying Checksumf76df728146d: Download complete1fee769dfcf3: Verifying Checksum1fee769dfcf3: Download complete9089a7f69af3: Download complete6f758b47b2a0: Verifying Checksum6f758b47b2a0: Download complete16b225bbb395: Verifying Checksum16b225bbb395: Download completeabbf3ec39b68: Verifying Checksumabbf3ec39b68: Download complete1a61521655a9: Verifying Checksum1a61521655a9: Download complete6a8565a9e443: Verifying Checksum6a8565a9e443: Download completec059a4cbd7b9: Download complete3a00fdc9e291: Verifying Checksum3a00fdc9e291: Download completea0b62589bd38: Verifying Checksuma0b62589bd38: Download complete6e8d713bf843: Download completebca1fd5341ba: Download completeb44a65709156: Verifying Checksum788c7ce0e0e5: Verifying Checksum788c7ce0e0e5: Download completed8d3d0744e38: Download complete2e79af39acdb: Download completea297eab0ca3b: Download complete9efe23d1fe7d: Download complete8858e600236c: Download complete47d185934312: Download complete64a949a6caff: Verifying Checksum64a949a6caff: Download completec9d6a7c18bb1: Download completeb44a65709156: Pull complete4c25908bbac9: Pull completef76df728146d: Pull completed1f759c16950: Download complete1fee769dfcf3: Pull complete9089a7f69af3: Pull completee4fde4815f0c: Download complete6f758b47b2a0: Pull complete16b225bbb395: Pull completef3dd45bf195f: Download completeabbf3ec39b68: Pull complete1a61521655a9: Pull complete6a8565a9e443: Pull completec059a4cbd7b9: Pull complete3a00fdc9e291: Pull completea0b62589bd38: Pull complete6e8d713bf843: Pull completebca1fd5341ba: Pull complete34b9849c2772: Pull complete4f4fb700ef54: Pull completed8d3d0744e38: Pull complete788c7ce0e0e5: Pull completea297eab0ca3b: Pull complete2e79af39acdb: Pull complete8858e600236c: Pull complete9efe23d1fe7d: Pull complete47d185934312: Pull complete64a949a6caff: Pull completec9d6a7c18bb1: Pull completee4fde4815f0c: Pull completed1f759c16950: Pull completef3dd45bf195f: Pull completeaae849592418: Download complete6173459dc6b2: Verifying Checksum6173459dc6b2: Download complete3985a6049101: Verifying Checksum3985a6049101: Download complete7f16ef63bee0: Verifying Checksum7f16ef63bee0: Download completefe355de6a899: Verifying Checksumfe355de6a899: Download completeb0bc5a15bc9d: Verifying Checksumb0bc5a15bc9d: Download complete3985a6049101: Pull completeaae849592418: Pull complete6173459dc6b2: Pull complete7f16ef63bee0: Pull completefe355de6a899: Pull completeb0bc5a15bc9d: Pull complete0ba06c753f01: Verifying Checksum0ba06c753f01: Download completef7e4070f86bb: Download complete6583f21da642: Verifying Checksum6583f21da642: Download completea16d954bd2d3: Verifying Checksuma16d954bd2d3: Download complete0ba06c753f01: Pull completef7e4070f86bb: Pull completea16d954bd2d3: Pull complete6583f21da642: Pull completeDigest: sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480fStatus: Downloaded newer image for ocaml/opam@sha256:d8500c15c97ddcfabe40e74b26beae4dbdf65385f70ca81d97f44f1a6556480f2025-10-27 18:53.53 ---> 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 18:53.53 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-27 18:53.53 ---> using "0de99fe1fc7db47f0d213e483cd4c74c50dc88c047d676e7b3e663d490603d03" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-85-genericThe OCaml toplevel, version 4.08.12.4.12025-10-27 18:53.53 ---> using "7f5b4185ab939079de06e4b6702889016fe9034c4b93a6a5f33c92159947d2e0" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 18:53.53 ---> 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-repositoryEverything 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 18:53.53 ---> using "4c5845893e29388673c6da2c06864e978f9f9cfc58012c7dc97ee8a9c9b15f35" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-10-27 18:53.53 ---> using "35738d4f7366ee27545c2725086d5a661b022231f0cad923257608ce18faaf59" 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 18:53.53 ---> using "6e8907f1dc0eabf388f0ce6dd818d8da80c713324732106cb133c295d6b2f834" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 18:53.53 ---> using "6e1cdde62e18d12309c40f9e4a1d13f84bcb42a6012a55bcc9b74052e29cdb04" 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 [65.1 kB]- Fetched 156 kB in 0s (1757 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 18:53.53 ---> using "1ada78bd9897f9362f68d30ac06660b968fb51a9ebce983446810fd9ee6d450c" 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.1Done.<><> 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 18:53.53 ---> using "6c064d25115d5a66c31d5841a2b3a8116b1f75442566fd2f34ca6cb57cb779b4" from cache/src: (copy (src .) (dst /src))2025-10-27 18:53.53 ---> using "69fa101de92eff001414e302238f35015bd377a37f030f05057830b037a45165" from cache/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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary 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 thislibrary provides.2025-10-27 18:53.53 ---> using "420d33c232e0471cee0e72e0b261e326eaf4e5544fa1adde42e380aa75a13f86" from cacheJob succeeded2025-10-27 18:53.53: Job succeeded