2026-05-19 17:08.38: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (49d2639fade7f05eb9556731ac2313984353eb75) (linux-x86_64:fedora-43-5.4_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 49d2639f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 # fedora-43-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-19 17:08.38: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874-fedora-43-5.4_opam-2.5-b66640535634494ff3041c37cc49ba3f" 2026-05-19 17:08.38: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874) (comment fedora-43-5.4_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline")) (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 "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 (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0") (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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.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-05-19 17:08.38: Waiting for resource in pool OCluster 2026-05-19 22:22.43: Waiting for worker… 2026-05-19 22:26.08: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 49d2639f Merge pull request #641 from copy/main (from ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874' locally docker.io/ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874: Pulling from ocaml/opam 50ce27f2221c: Pulling fs layer 3ccb16ecd06a: Pulling fs layer 18a377ee2211: Pulling fs layer 24696ad16a7d: Pulling fs layer 8744e7b07a32: Pulling fs layer 7bb3c32a1cba: Pulling fs layer 407809b63881: Pulling fs layer 93e4376c7f0b: Pulling fs layer a9781f583df7: Pulling fs layer 6a612b43d6db: Pulling fs layer dc75ae048963: Pulling fs layer 35cbd27d0514: Pulling fs layer 22141018b4f2: Pulling fs layer b88d98f22507: Pulling fs layer 1ccefcc2ece8: Pulling fs layer 4b4d0cfd5290: Pulling fs layer 63fddb858358: Pulling fs layer 24696ad16a7d: Waiting 168eefde11ec: Pulling fs layer d43a1a2ad4c2: Pulling fs layer 8744e7b07a32: Waiting 0633fabe4ce0: Pulling fs layer 4f4fb700ef54: Pulling fs layer d05a2a92d8f7: Pulling fs layer da5a1948f35d: Pulling fs layer 6a612b43d6db: Waiting 2403e2a2896b: Pulling fs layer f3a145d0fc03: Pulling fs layer f0937c333384: Pulling fs layer 4b4d0cfd5290: Waiting a9781f583df7: Waiting 63fddb858358: Waiting 5df5e3a70f0f: Pulling fs layer d43a1a2ad4c2: Waiting 7bb3c32a1cba: Waiting 407809b63881: Waiting 168eefde11ec: Waiting ee6c4434e3e1: Pulling fs layer dc75ae048963: Waiting d05a2a92d8f7: Waiting 0633fabe4ce0: Waiting 5fb00e330173: Pulling fs layer 2403e2a2896b: Waiting b88d98f22507: Waiting 4f4fb700ef54: Waiting f0937c333384: Waiting 1ccefcc2ece8: Waiting 20bbedf126b4: Pulling fs layer 35cbd27d0514: Waiting 90488d4c4d0f: Pulling fs layer ee6c4434e3e1: Waiting 20bbedf126b4: Waiting 73f23c0cf8dc: Pulling fs layer 5df5e3a70f0f: Waiting a0803eefe864: Pulling fs layer 90488d4c4d0f: Waiting 73f23c0cf8dc: Waiting 7ddf6bdb86f4: Pulling fs layer a0803eefe864: Waiting 7ddf6bdb86f4: Waiting c211357ca529: Pulling fs layer 5fb00e330173: Waiting 754c7b41bb02: Pulling fs layer c211357ca529: Waiting 3bf8fe8afe28: Pulling fs layer 22141018b4f2: Waiting 754c7b41bb02: Waiting 924d806d8f3a: Pulling fs layer 221cb26b7b33: Pulling fs layer 3bf8fe8afe28: Waiting f706145ebab3: Pulling fs layer 93e4376c7f0b: Waiting 924d806d8f3a: Waiting 5553cc79478e: Pulling fs layer 221cb26b7b33: Waiting 18af54990458: Pulling fs layer da5a1948f35d: Waiting 5553cc79478e: Waiting de3805f0b04d: Pulling fs layer f706145ebab3: Waiting f57a34f59c38: Pulling fs layer de3805f0b04d: Waiting f57a34f59c38: Waiting 18af54990458: Waiting 3ccb16ecd06a: Verifying Checksum 3ccb16ecd06a: Download complete 50ce27f2221c: Verifying Checksum 50ce27f2221c: Download complete 8744e7b07a32: Verifying Checksum 8744e7b07a32: Download complete 7bb3c32a1cba: Verifying Checksum 7bb3c32a1cba: Download complete 407809b63881: Verifying Checksum 407809b63881: Download complete 93e4376c7f0b: Verifying Checksum 93e4376c7f0b: Download complete 50ce27f2221c: Pull complete 3ccb16ecd06a: Pull complete a9781f583df7: Verifying Checksum a9781f583df7: Download complete 24696ad16a7d: Verifying Checksum 24696ad16a7d: Download complete 6a612b43d6db: Verifying Checksum 6a612b43d6db: Download complete dc75ae048963: Download complete 22141018b4f2: Verifying Checksum 22141018b4f2: Download complete 35cbd27d0514: Verifying Checksum 35cbd27d0514: Download complete b88d98f22507: Verifying Checksum b88d98f22507: Download complete 4b4d0cfd5290: Download complete 1ccefcc2ece8: Verifying Checksum 1ccefcc2ece8: Download complete 168eefde11ec: Verifying Checksum 168eefde11ec: Download complete d43a1a2ad4c2: Verifying Checksum d43a1a2ad4c2: Download complete 0633fabe4ce0: Verifying Checksum 0633fabe4ce0: Download complete 63fddb858358: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete d05a2a92d8f7: Verifying Checksum d05a2a92d8f7: Download complete da5a1948f35d: Verifying Checksum da5a1948f35d: Download complete 2403e2a2896b: Download complete f3a145d0fc03: Verifying Checksum f3a145d0fc03: Download complete 5df5e3a70f0f: Verifying Checksum 5df5e3a70f0f: Download complete f0937c333384: Verifying Checksum f0937c333384: Download complete ee6c4434e3e1: Download complete 5fb00e330173: Download complete 20bbedf126b4: Verifying Checksum 20bbedf126b4: Download complete 90488d4c4d0f: Verifying Checksum 90488d4c4d0f: Download complete 73f23c0cf8dc: Verifying Checksum 73f23c0cf8dc: Download complete a0803eefe864: Download complete c211357ca529: Download complete 7ddf6bdb86f4: Verifying Checksum 7ddf6bdb86f4: Download complete 18a377ee2211: Verifying Checksum 18a377ee2211: Download complete 924d806d8f3a: Verifying Checksum 924d806d8f3a: Download complete 221cb26b7b33: Verifying Checksum 221cb26b7b33: Download complete 3bf8fe8afe28: Verifying Checksum 3bf8fe8afe28: Download complete 18a377ee2211: Pull complete 754c7b41bb02: Verifying Checksum 754c7b41bb02: Download complete 18af54990458: Download complete 5553cc79478e: Verifying Checksum 5553cc79478e: Download complete f57a34f59c38: Download complete de3805f0b04d: Download complete 24696ad16a7d: Pull complete 8744e7b07a32: Pull complete 7bb3c32a1cba: Pull complete 407809b63881: Pull complete 93e4376c7f0b: Pull complete a9781f583df7: Pull complete 6a612b43d6db: Pull complete dc75ae048963: Pull complete 35cbd27d0514: Pull complete 22141018b4f2: Pull complete b88d98f22507: Pull complete 1ccefcc2ece8: Pull complete 4b4d0cfd5290: Pull complete 63fddb858358: Pull complete 168eefde11ec: Pull complete d43a1a2ad4c2: Pull complete 0633fabe4ce0: Pull complete 4f4fb700ef54: Pull complete d05a2a92d8f7: Pull complete da5a1948f35d: Pull complete 2403e2a2896b: Pull complete f3a145d0fc03: Pull complete f0937c333384: Pull complete 5df5e3a70f0f: Pull complete ee6c4434e3e1: Pull complete 5fb00e330173: Pull complete 20bbedf126b4: Pull complete 90488d4c4d0f: Pull complete 73f23c0cf8dc: Pull complete a0803eefe864: Pull complete f706145ebab3: Verifying Checksum f706145ebab3: Download complete 7ddf6bdb86f4: Pull complete c211357ca529: Pull complete 754c7b41bb02: Pull complete 3bf8fe8afe28: Pull complete 924d806d8f3a: Pull complete 221cb26b7b33: Pull complete f706145ebab3: Pull complete 5553cc79478e: Pull complete 18af54990458: Pull complete de3805f0b04d: Pull complete f57a34f59c38: Pull complete Digest: sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 Status: Downloaded newer image for ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 2026-05-19 22:26.09 ---> using "9dc57a7973a8cf52e2c77a71b039db54cd1be09dc3e288515e93363704d1c22c" from cache /: (comment fedora-43-5.4_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 43 - x86_64 100% | 14.9 KiB/s | 19.7 KiB | 00m01s Fedora 43 openh264 (From Cisco) - x86_ 100% | 1.3 KiB/s | 986.0 B | 00m01s Fedora 43 - x86_64 - Updates 100% | 62.1 KiB/s | 18.3 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-05-19 22:26.09 ---> using "e4956fae3ad3479dfebb332b8f28b764344dda0f845c39efffda146283f234b1" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-19 22:26.09 ---> using "4696a8f9dee00a1ad60ef39abff71e6eb302a0a8b128ba5a6089cc7bc0ff8b8e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..df6ab556b4 master -> origin/master df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1 2026-05-19 22:26.09 ---> using "6cf9ee51dd5e6eee697f74026c48f36e327994350b6f9598c71731e22e3b7dff" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. [NOTE] The 'jobs' option was reset, its value was 1 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=1 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-19 22:26.09 ---> using "710881a3241e53436d6e1b5b07413f15e4a172f8e6f343d10fbbeea256972b11" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-19 22:26.09 ---> using "e31f83e2c15c0565944f48d4448abe05e406cf9a2f934cada85af6f0f71eceb4" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-19 22:26.09 ---> using "12df62886991ac8b244ad910c8f259626dae50a0e33b0f8015f1756f0ce92d93" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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-05-19 22:26.09 ---> using "86c93f33ffe42a5fb0feb9a03ef3620d1ff1eba6d448a22baf7423ba1c96d73c" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-05-19 22:26.10 ---> saved as "5b4343238e60225fdc340da4c484be8e65a8f7c7d81d916b5dd387f50d59d5b7" /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) 2026-05-19 22:26.12 ---> saved as "0c0da70f7f24d4f674aa528493b708127f6bf26e21f81c89e3a5fb4d18d731ed" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-19 22:26.13 ---> saved as "3cee3445309c711e9ab8762df9be45b19f726cd1ffc06a782e7262f6af3618fe" /src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cinaps.v0.15.1 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.2 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.17.0 yojson.3.0.0") /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 ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [ppxlib.dev] synchronised (file:///src) [ppxlib-bench.dev] synchronised (file:///src) [ppxlib-tools.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). # To update the current shell environment, run: eval $(opam env) 2026-05-19 22:26.20 ---> saved as "94a5e75af2be57d7b3bd45b068e709b180c98e461da291dea27517ac17c64f9d" /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 13 packages - install base v0.17.3 - install cinaps v0.15.1 - install cmdliner 2.1.1 - install csexp 1.5.2 - install dune 3.23.1 - install dune-configurator 3.23.1 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.17.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.3 (cached) -> retrieved cinaps.v0.15.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached) -> installed cmdliner.2.1.1 -> installed ocamlfind.1.9.8 -> installed dune.3.23.1 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed re.1.14.0 -> installed sexplib0.v0.17.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.23.1 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-19 22:27.06 ---> saved as "7f4a4b82ec59264806cc567af5cc2a462127616f749264c255887e55fc55c2c2" /src: (copy (src .) (dst /src)) 2026-05-19 22:27.07 ---> saved as "e602eb5a2bbaae94837a97dd22d97177d697b10254b7f562a5186796dc5be24e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "dune-project", line 21, characters 2-42: 21 | (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning: Duplicate dependency on package (sexplib0 (and :with-test (>= v0.15))) in 'depends' field. If you want to specify multiple constraints, combine them using (and ...). Hint: To disable this warning, add the following to your dune-project file: (warnings (duplicate_deps disabled)) 2026-05-19 22:27.26 ---> saved as "1ddbb9ada6c95e06147c5a15fbb2377499ee4db53f424135be26cfa3e71cef53" Job succeeded 2026-05-19 22:27.26: Job succeeded