2026-05-22 16:47.58: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/637/head (d702aeccf0ce01a23edd17c59addb4a2074ec3f4) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/637/head" && git reset --hard d702aecccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e# opensuse-15.6-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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 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 $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-22 16:47.58: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e-opensuse-15.6-5.4_opam-2.5-6a7fa0c35429c97f38829f97c13c2974"2026-05-22 16:47.58: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)(comment opensuse-15.6-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 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.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 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-22 16:47.58: Waiting for resource in pool OCluster2026-05-22 19:36.02: Waiting for worker…2026-05-22 19:40.13: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at d702aecc Tests behaviour of extension check and traversal on encodings(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)2026-05-22 19:40.14 ---> using "4ca16588261ec94bc0af5c9a33bc40d6275395697fbaa0c428f9627813be5cfe" from cache/: (comment opensuse-15.6-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-22 19:40.14 ---> using "ffe77c663787017bc3f5ed33ecf47d2b30f1c22125b3915ac49af944388097b5" 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_HEAD045748b2d8..1487c41616 master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-22 19:40.14 ---> using "493fdd34906a243916a91978cd7b4b6bb11d43ca50d35f0ac73d986f0ec9df49" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-05-22 19:40.14 ---> using "6f095bfdf31f8bcf560ae5aecb85b3b36012a9cc1a84a3bb1b2410e846812169" 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-22 19:40.14 ---> using "8777a0bfe57f9e533110f422fdb23e1d81975d8854719b2732567449450985a5" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-22 19:40.14 ---> using "52cd9be902137bf36a8efcda1034bce176f2ee2064da29cc383144fbfe2416c8" 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 possibleHowever, 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-22 19:40.14 ---> using "670c7a75a84a1ee81beb63b528cb59f542522ac1bc3a0eb7cf1b5a8297c6b545" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-22 19:40.15 ---> saved as "5f44c79f817da496775a9229098f7e963e23be83c218b7789da3a91cf25105de"/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-22 19:40.19 ---> saved as "40aa3d7924a349b04a3e0fe4824f15fc493fd2946f1eda2d20411e3fd2b12d17"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-22 19:40.19 ---> saved as "bb4a99040d52d3323625f3242b6adb5b15774a621340960bcc1ac5129bbe193b"/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 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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [.- ..- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- ....- ......- ....- ....- ....- ....- ....- ....- ....- ....- ....- .....- ....- ....- ........- ......- ......- ....- ....- .- .......- .....- .......- .......- .........- ......- .......- .......- ........- .......- ......- .......- .......- ......- .........- ..- ..- ........- ......- .......- ......- ...- .......- .......- ........- .......- .....- ....- .......- ........- ......- ......- ......- ........- .......- .......- ........- ........- .......- .....- .......- ...- ........- ........- ......- ........- ........- ........- .......- ....- ........- .......- ....- .......- .......- ......- ......- .......- ........- ......- .....- .......- .......- ........- .done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- ..- ......- ....- ....- ....- ....- ....- ..- .....- ......- .......- ...- ......- .......- ........- .......- ........- .....- .......- ......- ...- .....- ......- .....- ......- ....- .......- ........- ....- .......- ....- ....- ........- .......- .- .......- ..- .....- .......- ...- ........- .......- .........- ......- .......- .......- .......- ........- ...- ........- ......- ........- .....- ........- .......- .......- ......- ......- .........- ......- .......- ....- .......- .......- .....- .......- ........- .......- ....- .......- ........- .......- ......- ........- .....- ......- ........- ..- ..- ......- .....- ......- ......- .......- ......- ...- ....- .......- ....- ......- .......- .......- .......- ........- ......- ......- .....- ...- ........- .......- .........- .....- .......- ......- ......- .......- ......- ......- ...- .......- ........- .......- .......- ........- .......- ........- ......- .......- ........- ........- ......- .....- .....- ........- .......- .......- ........- .......- .......- ......- ....- ........- .........- ........- .......- ........- ......- .......- ........- .......- ........- ........- ........- ........- ......- .........- ........- .......- ........- .......- .......- .........- .........- ......- ......- .- ..- ....- .......- ........- .......- .- ..- .......- ........- ........- .......- .......- ........- ........- ........- .....- ......- .......- ......- ......- ........- ......- ......- .......- ......- ........- .........- .....- .....- .- .......- .......- .......- .......- ........- ........- .......- ......- .....- ........- .......- ........- .......- ......- .......- ........- ......- .........- .......- ........- ........- ......- ......- ......- .......- .......- ........- .........- ........- ......- .......- ....- ......- .......- .....- .......- ........- .......- .......- ........- ....- .........- ......- .........- .......- ......- .......- .......- ........- .......- .......- .......- ........- .......- ........- .......- .......- ...- ........- .......- .......- ........- .........- .......- .......- ........- .........- .......- ........- ........- ........- ...- ........- ......- .......- ........- .......- ........- .......- ......- .......- ......- ......- ......- ........- .....- .......- ........- ........- .....- ......- ........- ......- ........- .........- .......- .......- ......- .......- ......- .....- ........- ........- .......- .....- ......- ......- ........- ......- .......- .......- ......- .......- .........- ......- .......- ........- .......- .........- .......- ........- ........- .........- ........- .......- .......- ........- .......- ......- ........- .......- ........- ......- .......- .......- .......- .......- ........- .......- .......- ..- ........- ........- .......- ......- ......- ......- ........- .....- ....- ........- .......- .......- .......- ........- .......- .........- .......- ......- .....- .......- ......- .......- ......- .......- ......- ........- ......- ........- .......- ........- ........- .......- ........- .......- ........- ........- ......- ........- .....- ........- .......- ........- ......- ......- .......- ........- ........- .......- ........- ........- ........- ........- ......- ........- ......- ........- .........- .....- ........- ....- ......- .......- ......- .........- ........- ........- ........- ........- ........- ........- .....- .....- .......- ........- ........- ........- ........- .......- ........- ......- ........- .......- ........- .........- ......- ......- ........- .....- ........- .........- .......- ......- ......- ........- .......- ......- .......- .........- .......- ........- .......- .......- ........- .- ..- ......- .......- .......- .........- ......- ...- .......- ......- ........- .......- ........- ......- ........- ......- .......- ........- ........- ........- ....- .........- .......- .......- .......- .......- ........- ........- ........- ......- ........- ........- ........- .....- .......- ........- ........- .......- .......- ........- ........- ........- .......- .........- ........- ........- ........- ........- ........- .....- ......- .........- ........- .......- ........- .....- .....- ......- ......- .......- ........- ......- ........- ......- .......- .........- .......- .........- .........- ......- .......- ........- ........- ......- ........- .......- .......- ........- ........- .......- ........- ........- ......- .......- .........- .....- .........- .......- ........- .......- ........- .......- .........- ......- .........- ........- ......- .......- ........- ........- .......- .......- .......- ........- .......- ......- ......- ........- .......- ........- .......- ........- .......- ........- ........- .....- ........- .........- .......- ........- .......- ........- ........- ......- ........- ........- ........- .......- .......- ........- .......- .........- .....- ...- ........- .......- ......- ........- ........- .......- .........- .......- ........- ........- .........- ........- .......- .........- .......- .........- ......- .........- .......- .........- ........- .........- ........- ....- ........- ........- .......- ......- ........- ........- ......- ........- ........- ........- .......- ........- ........- .........- ........- ........- .......- .........- ........- .......- ........- ......- ......- ........- ........- .........- ........- .........- .........- .......- .......- .......- ........- ......- ........- ........- ........- ........- ........- ......- ........- ........- ........- ........- .........- .......- ........- ....- .......- ........- .......- .......- ........- .........- ........- .........- ........- .......- ........- ........- .........- .......- ......- .........- .......- .........- ........- .........- ........- .......- ........- ........- ........- ........- .......- .........- .........- .......- ......- .......- .........- .........- ......- .......- .......- .........- .......- ......- ........- ........- ......- ......- .......- ......- ........- .........- .......- ........- .........- ........- .........- .......- .......- ....- ........- .......- .........- ........- ........- ........- .........- .........- .........- .......- .........- .......- .........- ........- .......- .........- ........- ........- ........- ......- .........- .........- .......- .......- .....- ........- ........- .......- .........- .......- ........- ......- ........- ........- ......- .........- .........- .......- ........- .........- ........- .........- ........- .........- ........- .......- .........- ........- ........- ........- .........- ........- .........- ......- ....- .........- ........- ..........- ........- .....- ........- .......- ........- ........- ........- .........- ........- ........- ......- .........- ........- ........- ........- ........- .......- ........- .........- .......- .........- ........- .......- ........- ........- .........- .........- ........- ........- .......- .........- ........- ........- .........- ........- .........- .......- .........- ........- .........- ........- .........- ........- ........- ........- ........- ........- ........- .......- ........- .........- ........- ........- ........- ........- ........- ........- ........- .......- .........- ........- ........- .......- .........- .........- .........- ........- .......- .......- ........- .........- ........- ........- .........- ........- ........- ........- ........- ........- ........- .........- .......- ........- ........- .........- .........- ........- ........- ........- .........- ........- .........- .......- ........- .......- ........- ........- ........- ........- ........- ........- ..........- ........- ........- ........- .........- ........- .........- ........- ...- .........- .........- ........- ......- ........- ........- ........- .......- .......- ........- .........- .......- .....- .........- ........- .........- ........- ........- .........- ........- ......- .........- ........- ........- .........- ........- .........- ........- ........- .........- .........- ........- .........- ........- .........- .......- .........- .........- ........- .........- .........- .........- .........- ........- ........- .........- .........- .........- .......- .........- ........- ........- ........- ........- .........- .........- .........- .........- .........- ........- .......- .........- .......- .......- .........- ........- ........- .........- .......- .......- ........- ........- .........- ........- .........- .........- .........- .........- .........- ........- .........- ........- .........- .........- ........- .........- .........- .........- ........- ........- .........- ..........- .......- ........- ......- .........- .........- .........- ........- .........- ........- ........- ........- .........- ........- .........- .........- .........- ........- ..........- .......- .........- .......- .......- ........- .........- .........- ........- ........- .........- ...- ..........- ........- .........- ........- .........- .........- .........- .........- .........- ........- .........- .........- ........- ......- .........- .........- .........- ........- .........- .........- .........- .........- .........- ........- ........- ..........- ........- .........- .........- ........- ........- ........- .........- .......- .........- .........- ........- ........- .........- ..........- ........- .........- ........- .........- .........- ........- .........- ........- .........- .........- .........- ........- .........- .........- ..........- .........- .........- ........- ........- .........- .........- .........- ........- .........- ........- ........- ..........- ........- ..........- ........- .........- ........- .........- .........- ........- .........- ........- .........- ........- ..........- ........- .........- .........- .........- ........- ........- ........- ........- ........- .......- .........- .........- ........- .........- ........- ..........- ........- .........- .........- .......- .........- .........- ........- .......- .........- ........- .........- .........- .........- ........- ..........- .........- ........- .........- .........- ........- .........- .........- ........- ........- .........- ..........- ......- .......- .......- ........- ........- ........- .........- ..........- .........- ........- ........- ........- ..........- .........- ........- .......- .........- .........- .........- .........- .........- ........- ........- ........- .........- ........- ....- ..- .........- .........- ........- .........- ..........- .........- .........- .........- .........- .........- ........- .........- ..........- .........- ........- .........- .........- ..........- ........- ..........- .........- .........- .........- ..........- .........- .........- .........- .........- ..........- .........- .........- .........- ..........- ........- .........- ..........- ........- .........- .........- ........- .........- .........- .........- ..........- ........- ..........- .........- .........- .........- .........- ..........- .........- .........- .........- .........- .........- .........- ..........- ........- .........- .........- ........- .........- .........- .........- .........- ..........- .........- .........- .........- ........- .........- ........- .........- ........- ..........- .........- .........- .........- .........- .........- ..........- .........- .........- .........- .........- .........- ..........- .........- .........- .........- .........- ..........- .........- ..........- .........- .........- .........- .........- .........- .........- ..........- ..........- .........- .........- .........- .........- ..........- .........- ..........- .........- .........- .........- .........- ..........- .........- .........- .........- ..........- .........- .........- .........- .........- .........- .........- .........- ........- .........- ..........- .........- .........- .........- .........- ..........- .........- .........- .........- .........- .........- .........- ..........- .........- .........- ..........- .........- .........- .........- ..........- ..........- .........- ..........- .........- .........- .........- ..........- .......- ..........- .........- .........- ..........- .........- .........- .........- .........- ....- ...- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ..- ......- ..........- .........- .........- ........- ..- .- ........- ..........- .........- .........- ..........- .........- ..........- .........- ..........- .........- .........- ..........- .........- .- done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [.- .-- Looking for gpg keys in repository Main Update Repository.- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key- .- .- ...- ....- ....- ....- ....- ....- ....- ...- .- .- ....- .........- ....- ..- ..- ...- done]- Building repository 'Main Update Repository' cache [..- ..done]- Retrieving repository 'Update Repository (Non-Oss)' metadata [.- .-- Looking for gpg keys in repository Update Repository (Non-Oss).- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key- .- .- ...- ....- ....- ....- ....- ....- ....- ....- ....- ....- ...- ..- .- ....- ..- .- ..- ...- done]- Building repository 'Update Repository (Non-Oss)' cache [....done]- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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-22 20:07.21 ---> saved as "eac9de13e4b0cc9ba35a6571c79f024852447c7afdc27bc7dadb836a6e7ab1b1"/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 14 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 stdlib-shims 0.3.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 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 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 stdlib-shims.0.3.0-> installed yojson.3.0.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-22 20:08.12 ---> saved as "245d571ac3f459137add87e5c3a68adf215674fc92b5e7051d6941d17473874b"/src: (copy (src .) (dst /src))2026-05-22 20:08.13 ---> saved as "05fc263209cba14a077c7c329dcf65d154de05a1da5ff484a3f8f2676926cb22"/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-22 20:08.33 ---> saved as "f68ebc66c8dbffdb3a6814e3ac01e30d11a14167ab76b036fb323edf064fa003"Job succeeded2026-05-22 20:08.33: Job succeeded