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:ubuntu-25.10-5.4_opam-2.5)Base: ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 49d2639fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208# ubuntu-25.10-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-05-19 17:08.38: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208-ubuntu-25.10-5.4_opam-2.5-b66640535634494ff3041c37cc49ba3f"2026-05-19 17:08.38: Using OBuilder spec:((from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)(comment ubuntu-25.10-5.4_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 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 OCluster2026-05-19 22:22.23: Waiting for worker…2026-05-19 22:26.02: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 49d2639f Merge pull request #641 from copy/main(from ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208)Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-5.4@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208' locallydocker.io/ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208: Pulling from ocaml/opam16c195d4c5e9: Already exists5d5ae59f12bf: Pulling fs layer2a1bdaff57b1: Pulling fs layer4f0da68efc03: Pulling fs layerddae77db6783: Pulling fs layer5d5ae59f12bf: Waitingfdb5e27abf0f: Pulling fs layer2a1bdaff57b1: Waiting93a3171e4fee: Pulling fs layer4f0da68efc03: Waitingddae77db6783: Waitingdbf7af4bbc5e: Pulling fs layer5f7df1a633be: Pulling fs layerfdb5e27abf0f: Waiting93a3171e4fee: Waiting91c5054ad467: Pulling fs layerdbf7af4bbc5e: Waiting5f7df1a633be: Waitingf85e33539fc1: Pulling fs layer91c5054ad467: Waiting60715424f1f3: Pulling fs layer3d928beeeddb: Pulling fs layer60715424f1f3: Waitingf85e33539fc1: Waitingad721eb63d8e: Pulling fs layer6423a1c6a219: Pulling fs layer3d928beeeddb: Waitingad721eb63d8e: Waiting5b5461462268: Pulling fs layerd0115271718d: Pulling fs layer6423a1c6a219: Waiting5b5461462268: Waitingd0115271718d: Waiting9fd788776761: Pulling fs layeree0541408fb9: Pulling fs layer3710803c65d7: Pulling fs layer9fd788776761: Waitingce2c52193d43: Pulling fs layer4f4fb700ef54: Pulling fs layer3710803c65d7: Waitinga2f980d0b98b: Pulling fs layeree0541408fb9: Waiting4f4fb700ef54: Waitingce2c52193d43: Waiting410070a2f222: Pulling fs layerd3816a848673: Pulling fs layera2f980d0b98b: Waiting7c855ca71d74: Pulling fs layer410070a2f222: Waiting1528501eaf16: Pulling fs layerd3816a848673: Waiting7c855ca71d74: Waiting23228c2200ea: Pulling fs layer54f128346b20: Pulling fs layer76cf7939a21f: Pulling fs layer23228c2200ea: Waiting1528501eaf16: Waiting54f128346b20: Waitingebfcf91f683f: Pulling fs layer76cf7939a21f: Waitingaba3e293a4a1: Pulling fs layer5f6c0c42c902: Pulling fs layerebfcf91f683f: Waiting266bc6609d9e: Pulling fs layeraba3e293a4a1: Waiting9ba70185e826: Pulling fs layer892f7eadbfc9: Pulling fs layer266bc6609d9e: Waiting5f6c0c42c902: Waiting9ba70185e826: Waiting81c302137335: Pulling fs layer892f7eadbfc9: Waitinga255dc714083: Pulling fs layerda091890895b: Pulling fs layer81c302137335: Waitinga255dc714083: Waiting4c6a2849596a: Pulling fs layerda091890895b: Waiting0343135a3782: Pulling fs layerc21a0230fcf8: Pulling fs layere48cf951d0ab: Pulling fs layerc21a0230fcf8: Waitingdc26cc1f446d: Pulling fs layer0343135a3782: Waitinge48cf951d0ab: Waiting42d8b162a3a3: Pulling fs layerdc26cc1f446d: Waiting3341088c39b8: Pulling fs layer42d8b162a3a3: Waiting3341088c39b8: Waiting5d5ae59f12bf: Pull complete2a1bdaff57b1: Verifying Checksum2a1bdaff57b1: Download complete2a1bdaff57b1: Pull complete4f0da68efc03: Verifying Checksum4f0da68efc03: Download complete4f0da68efc03: Pull completeddae77db6783: Verifying Checksumddae77db6783: Download completeddae77db6783: Pull completefdb5e27abf0f: Verifying Checksumfdb5e27abf0f: Download complete93a3171e4fee: Verifying Checksum93a3171e4fee: Download completedbf7af4bbc5e: Verifying Checksumdbf7af4bbc5e: Download complete91c5054ad467: Verifying Checksum91c5054ad467: Download complete5f7df1a633be: Download complete60715424f1f3: Verifying Checksum60715424f1f3: Download completef85e33539fc1: Verifying Checksumf85e33539fc1: Download completead721eb63d8e: Verifying Checksumad721eb63d8e: Download complete3d928beeeddb: Verifying Checksum3d928beeeddb: Download complete6423a1c6a219: Verifying Checksum6423a1c6a219: Download complete5b5461462268: Verifying Checksum5b5461462268: Download completed0115271718d: Download complete9fd788776761: Download completeee0541408fb9: Download completece2c52193d43: Verifying Checksumce2c52193d43: Download complete3710803c65d7: Verifying Checksum3710803c65d7: Download complete410070a2f222: Verifying Checksuma2f980d0b98b: Verifying Checksuma2f980d0b98b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed3816a848673: Download complete1528501eaf16: Verifying Checksum1528501eaf16: Download complete7c855ca71d74: Download complete23228c2200ea: Verifying Checksum23228c2200ea: Download complete54f128346b20: Download complete76cf7939a21f: Download completeebfcf91f683f: Verifying Checksumebfcf91f683f: Download completeaba3e293a4a1: Verifying Checksumaba3e293a4a1: Download complete5f6c0c42c902: Download complete266bc6609d9e: Verifying Checksum266bc6609d9e: Download complete892f7eadbfc9: Verifying Checksuma255dc714083: Verifying Checksuma255dc714083: Download completeda091890895b: Download complete4c6a2849596a: Verifying Checksum4c6a2849596a: Download completefdb5e27abf0f: Pull complete0343135a3782: Verifying Checksum0343135a3782: Download complete93a3171e4fee: Pull completedbf7af4bbc5e: Pull completec21a0230fcf8: Verifying Checksumc21a0230fcf8: Download complete5f7df1a633be: Pull complete91c5054ad467: Pull completef85e33539fc1: Pull complete60715424f1f3: Pull complete3d928beeeddb: Pull completead721eb63d8e: Pull complete6423a1c6a219: Pull complete5b5461462268: Pull completed0115271718d: Pull complete9fd788776761: Pull completeee0541408fb9: Pull complete3710803c65d7: Pull completece2c52193d43: Pull complete4f4fb700ef54: Pull completea2f980d0b98b: Pull complete410070a2f222: Pull completed3816a848673: Pull complete7c855ca71d74: Pull complete1528501eaf16: Pull complete23228c2200ea: Pull complete54f128346b20: Pull complete76cf7939a21f: Pull completeebfcf91f683f: Pull completeaba3e293a4a1: Pull complete5f6c0c42c902: Pull complete266bc6609d9e: Pull completee48cf951d0ab: Verifying Checksume48cf951d0ab: Download completedc26cc1f446d: Verifying Checksumdc26cc1f446d: Download complete42d8b162a3a3: Verifying Checksum42d8b162a3a3: Download complete3341088c39b8: Verifying Checksum3341088c39b8: Download complete81c302137335: Verifying Checksum81c302137335: Download complete9ba70185e826: Verifying Checksum9ba70185e826: Download complete9ba70185e826: Pull complete892f7eadbfc9: Pull complete81c302137335: Pull completea255dc714083: Pull completeda091890895b: Pull complete4c6a2849596a: Pull complete0343135a3782: Pull completec21a0230fcf8: Pull completee48cf951d0ab: Pull completedc26cc1f446d: Pull complete42d8b162a3a3: Pull complete3341088c39b8: Pull completeDigest: sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff921208Status: Downloaded newer image for ocaml/opam@sha256:63cfff970959ee6c5baedae6dcf30509eb1e6d78e954287a6656207eff9212082026-05-19 22:26.03 ---> using "41357343971ec1c22ef6479527364d324d243404a2d3270e2fa1349cad1362d4" from cache/: (comment ubuntu-25.10-5.4_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-19 22:26.03 ---> using "33897007071c39bf8214faf03709f590c1697c2127ea0e49eef7a4a0cbd4f1aa" 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_HEAD28d044eb9c..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-19 22:26.03 ---> using "9a38b58f7d4e496f8d1bdb6ae500ea55df4c7f77d3bab03cf09c57376e561a9e" 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 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-19 22:26.03 ---> using "2cedaf23b23ba4471e0ec0e244d76445b0a2a3834b5d451347d3026157109854" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-19 22:26.03 ---> using "ed6e160bf8358111f66d78d3957ca300860c617e9c31fb129f382cf2a6cf5ac2" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 22:26.03 ---> using "8105682aed12d754c00e7da44340c3b3dad3d557ff7159875c12acc8110eb1d5" 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-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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.03 ---> using "9f99d85636bb7f9e5927032ac3423272a6ca372b357c4135cf0b780cc6a9b2eb" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-19 22:26.03 ---> saved as "6e287089c070089637edf8459a48d8f1426adc8de3c5eab3d94e29c270bc077c"/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 "49d3a12ecffbdd7562b689706127e99332787e02865814a94bbca6534b95aaad"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 22:26.12 ---> saved as "8e9dbcd1c47ba48af1346597e7a3de0edbcb3b2587dc16ec8890e74a64ab7d89"/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/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu questing-security InRelease [136 kB]- Hit:2 http://archive.ubuntu.com/ubuntu questing InRelease- Get:3 http://archive.ubuntu.com/ubuntu questing-updates InRelease [136 kB]- Get:4 http://security.ubuntu.com/ubuntu questing-security/universe amd64 Packages [315 kB]- Get:5 http://security.ubuntu.com/ubuntu questing-security/main amd64 Packages [396 kB]- Get:6 http://security.ubuntu.com/ubuntu questing-security/restricted amd64 Packages [287 kB]- Get:7 http://archive.ubuntu.com/ubuntu questing-backports InRelease [133 kB]- Get:8 http://archive.ubuntu.com/ubuntu questing-updates/multiverse amd64 Packages [22.9 kB]- Get:9 http://archive.ubuntu.com/ubuntu questing-updates/restricted amd64 Packages [315 kB]- Fetched 1741 kB in 1s (2217 kB/s)- 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 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.32 ---> saved as "719e72a0bb25b35c7758c4cd17ddc7a002179b35750a1ff0d42e62ed425aa09d"/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 ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (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_intrinsics_kernel.v0.17.2-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed yojson.3.0.0-> installed re.1.14.0-> installed cinaps.v0.15.1-> installed dune-configurator.3.23.1-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2026-05-19 22:28.44 ---> saved as "37420ac65770b15037ddf663f7b466b5ecd0e625b3eb3e5e29db3c9e5b14e484"/src: (copy (src .) (dst /src))2026-05-19 22:28.44 ---> saved as "22dbe79377e743845ac93107274a219fa2c8d9ad9eef3012ecf4501de39707ac"/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:29.45 ---> saved as "93ca694774c898bea3dc64229e301041fc40578c6aa77109a281fbb5cfd299aa"Job succeeded2026-05-19 22:29.45: Job succeeded