2026-05-27 07:19.58: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/637/head (d702aeccf0ce01a23edd17c59addb4a2074ec3f4) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/637/head" && git reset --hard d702aecc cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3 # ubuntu-25.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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-27 07:19.58: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3-ubuntu-25.04-4.14_opam-2.5-81efff2c1c42344052fa677b6055487c" 2026-05-27 07:19.58: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3) (comment ubuntu-25.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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-27 07:19.58: Waiting for resource in pool OCluster 2026-05-27 07:20.05: Waiting for worker… 2026-05-27 07:23.16: Got resource from pool OCluster Building on laodoke.caelum.ci.dev All commits already cached HEAD is now at d702aecc Tests behaviour of extension check and traversal on encodings (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3' locally docker.io/ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3: Pulling from ocaml/opam c62190a9ab61: Already exists 3ffa5fa4c338: Pulling fs layer 1ad98d62710f: Pulling fs layer 32b7f1733f93: Pulling fs layer 60b6d784b3f1: Pulling fs layer 5a2a6d451e1f: Pulling fs layer 60b6d784b3f1: Waiting 6331cc613db1: Pulling fs layer cd17da539bcb: Pulling fs layer 5a2a6d451e1f: Waiting a78785a8707a: Pulling fs layer 6331cc613db1: Waiting 017a8e839984: Pulling fs layer a78785a8707a: Waiting cd17da539bcb: Waiting 017a8e839984: Waiting 269878e77d3e: Pulling fs layer d105ce9936af: Pulling fs layer 6a816e31a608: Pulling fs layer c561c5e7e836: Pulling fs layer 269878e77d3e: Waiting 6a816e31a608: Waiting 2c2bead92061: Pulling fs layer d105ce9936af: Waiting c561c5e7e836: Waiting 2c2bead92061: Waiting 181b5e50467a: Pulling fs layer 181b5e50467a: Waiting e1747048878a: Pulling fs layer 9964000ee5c2: Pulling fs layer e1747048878a: Waiting 2f528d56ff17: Pulling fs layer 0cae2e739013: Pulling fs layer 9964000ee5c2: Waiting 4f4fb700ef54: Pulling fs layer 0cae2e739013: Waiting 2f528d56ff17: Waiting 7b56ac9ded88: Pulling fs layer 4f4fb700ef54: Waiting 02acd4f922b8: Pulling fs layer 7b56ac9ded88: Waiting 5820f3f0ac5b: Pulling fs layer 02acd4f922b8: Waiting 565d3d2f91e3: Pulling fs layer 5820f3f0ac5b: Waiting 6011b75baccf: Pulling fs layer 565d3d2f91e3: Waiting aa679525444d: Pulling fs layer 6011b75baccf: Waiting 6233cfda6bc6: Pulling fs layer e337c50fadae: Pulling fs layer 68480da602a2: Pulling fs layer e337c50fadae: Waiting fe8455ef7fdd: Pulling fs layer aa679525444d: Waiting 68480da602a2: Waiting 6233cfda6bc6: Waiting 376ec1c1ff04: Pulling fs layer 62414c6876a0: Pulling fs layer fe8455ef7fdd: Waiting 376ec1c1ff04: Waiting e13152495ead: Pulling fs layer 7237efe4b8d6: Pulling fs layer dcb6948decd1: Pulling fs layer 62414c6876a0: Waiting 9ef3e7aa87ba: Pulling fs layer 7237efe4b8d6: Waiting dcb6948decd1: Waiting e13152495ead: Waiting 9ef3e7aa87ba: Waiting cd0bb5382221: Pulling fs layer 18f69dc7a237: Pulling fs layer cd0bb5382221: Waiting a2e0e75156e8: Pulling fs layer 18f69dc7a237: Waiting a2e0e75156e8: Waiting 8d2cef0a103d: Pulling fs layer 1ebb3eb77b53: Pulling fs layer 8d2cef0a103d: Waiting af2e6699089c: Pulling fs layer 1ebb3eb77b53: Waiting af2e6699089c: Waiting 3ffa5fa4c338: Verifying Checksum 3ffa5fa4c338: Download complete 3ffa5fa4c338: Pull complete 32b7f1733f93: Verifying Checksum 32b7f1733f93: Download complete 1ad98d62710f: Download complete 1ad98d62710f: Pull complete 60b6d784b3f1: Verifying Checksum 60b6d784b3f1: Download complete 32b7f1733f93: Pull complete 60b6d784b3f1: Pull complete 6331cc613db1: Verifying Checksum 6331cc613db1: Download complete a78785a8707a: Verifying Checksum a78785a8707a: Download complete 5a2a6d451e1f: Verifying Checksum 5a2a6d451e1f: Download complete 017a8e839984: Verifying Checksum 017a8e839984: Download complete cd17da539bcb: Verifying Checksum cd17da539bcb: Download complete 269878e77d3e: Verifying Checksum 269878e77d3e: Download complete d105ce9936af: Verifying Checksum d105ce9936af: Download complete 2c2bead92061: Download complete c561c5e7e836: Verifying Checksum c561c5e7e836: Download complete e1747048878a: Download complete 181b5e50467a: Verifying Checksum 181b5e50467a: Download complete 6a816e31a608: Verifying Checksum 6a816e31a608: Download complete 2f528d56ff17: Download complete 9964000ee5c2: Verifying Checksum 9964000ee5c2: Download complete 4f4fb700ef54: Download complete 0cae2e739013: Verifying Checksum 0cae2e739013: Download complete 02acd4f922b8: Verifying Checksum 02acd4f922b8: Download complete 7b56ac9ded88: Verifying Checksum 7b56ac9ded88: Download complete 5820f3f0ac5b: Verifying Checksum 5820f3f0ac5b: Download complete 6011b75baccf: Download complete 565d3d2f91e3: Verifying Checksum 565d3d2f91e3: Download complete aa679525444d: Verifying Checksum aa679525444d: Download complete 68480da602a2: Verifying Checksum 68480da602a2: Download complete 6233cfda6bc6: Download complete 376ec1c1ff04: Download complete e337c50fadae: Verifying Checksum e337c50fadae: Download complete fe8455ef7fdd: Verifying Checksum fe8455ef7fdd: Download complete 62414c6876a0: Download complete 7237efe4b8d6: Verifying Checksum 7237efe4b8d6: Download complete 9ef3e7aa87ba: Download complete cd0bb5382221: Download complete 5a2a6d451e1f: Pull complete 6331cc613db1: Pull complete cd17da539bcb: Pull complete e13152495ead: Verifying Checksum e13152495ead: Download complete a78785a8707a: Pull complete 017a8e839984: Pull complete 269878e77d3e: Pull complete d105ce9936af: Pull complete 6a816e31a608: Pull complete c561c5e7e836: Pull complete 2c2bead92061: Pull complete 181b5e50467a: Pull complete e1747048878a: Pull complete 9964000ee5c2: Pull complete 2f528d56ff17: Pull complete 0cae2e739013: Pull complete 4f4fb700ef54: Pull complete 7b56ac9ded88: Pull complete 02acd4f922b8: Pull complete 5820f3f0ac5b: Pull complete 565d3d2f91e3: Pull complete 6011b75baccf: Pull complete aa679525444d: Pull complete 6233cfda6bc6: Pull complete e337c50fadae: Pull complete 68480da602a2: Pull complete fe8455ef7fdd: Pull complete 376ec1c1ff04: Pull complete 62414c6876a0: Pull complete a2e0e75156e8: Verifying Checksum a2e0e75156e8: Download complete 8d2cef0a103d: Verifying Checksum 8d2cef0a103d: Download complete 1ebb3eb77b53: Verifying Checksum 1ebb3eb77b53: Download complete af2e6699089c: Verifying Checksum af2e6699089c: Download complete dcb6948decd1: Verifying Checksum dcb6948decd1: Download complete 18f69dc7a237: Verifying Checksum 18f69dc7a237: Download complete e13152495ead: Pull complete 7237efe4b8d6: Pull complete dcb6948decd1: Pull complete 9ef3e7aa87ba: Pull complete cd0bb5382221: Pull complete 18f69dc7a237: Pull complete a2e0e75156e8: Pull complete 8d2cef0a103d: Pull complete 1ebb3eb77b53: Pull complete af2e6699089c: Pull complete Digest: sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3 Status: Downloaded newer image for ocaml/opam@sha256:8d8c0e6495cfba3d2aec8694dca38e6297090534741b934f7effa0ac5df4e2a3 2026-05-27 07:23.18 ---> using "ba0b4e302ef2a5e9263f83048ac28906cbdea9e3c191aa9493eeacb40f39272f" from cache /: (comment ubuntu-25.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-27 07:23.18 ---> using "524407d8fe112b7bfa75e00567b985b67279940b6e7f65d5ed4175eb6d6baed4" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..d44435513c master -> origin/master c180e16309 Merge pull request #29907 from dra27/host-arch-fixes 2026-05-27 07:23.18 ---> using "27d2300354b056df6e51b252d753a0ac8b0e38e10a3dc22ff67544323b6fd49f" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "ocaml-patches-overlay": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com" [default] synchronised from git+file:///home/opam/opam-repository 2026-05-27 07:23.18 ---> using "ec2e3a1604e84cabcdff479fdca1c25eec16523a63e7b3ac2e26a20c104a8afa" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-27 07:23.18 ---> using "07668deda066b9814cc4dc383f9f5fe87dc3f770a5c3c27e64c6a01dcf283d05" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-27 07:23.18 ---> using "ca3dfa76342dcb74e7a0514dbdca2106a9ce2bb94239ee9439a6d00c1a0e5aac" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 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-27 07:23.18 ---> using "7f808911a116217e778dbb4cfbd068dd5fca1a3910058a56fe589a907437c5b8" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2026-05-27 07:23.20 ---> saved as "7a6a9e323d960367f28724b3763a670fba23e1fd9820304801b7e702e63417ad" /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-27 07:23.31 ---> saved as "b19eb8ac11e092b5b9489f90c60fdd194547ef51f20942179724042b67f800b5" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-27 07:23.33 ---> saved as "38c62f715ae6f84b48407889ef90a463ca024024952172240f0d97dc51e6b8a5" /src: (env DEPS "base.v0.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.0 stdlib-shims.0.3.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/bin/sudo "apt-get" "update" - Hit:1 http://security.ubuntu.com/ubuntu plucky-security InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Reading package lists... - <><> 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). # To update the current shell environment, run: eval $(opam env) 2026-05-27 07:23.58 ---> saved as "acb094a64acafcf120609450da66a7b435768d47f524a71e0df1197c24a8049b" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 base v0.16.5 - 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.12.4 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install re 1.14.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.16.5 (cached) -> retrieved cinaps.v0.15.1 (cached) -> retrieved cmdliner.2.1.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.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 stdlib-shims.0.3.0 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed yojson.3.0.0 -> installed cinaps.v0.15.1 -> installed dune-configurator.3.23.1 -> installed base.v0.16.5 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-27 07:26.17 ---> saved as "b5d95234c38a25e8652ed155d10d9ea6646926e48ab6a4a2151278f08f528789" /src: (copy (src .) (dst /src)) 2026-05-27 07:26.20 ---> saved as "df04c382bce5422543d83636567c77290703f07cd6814b63bde48dbb7e18cd2d" /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-27 07:27.21 ---> saved as "f779c9ee85e1122a8057742f77c953c8dd227c4903f969e748ae65c244a334ae" Job succeeded 2026-05-27 07:27.26: Job succeeded