2026-05-26 17:18.15: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/640/head (f7aea0815af5188e826de63d14734985ca9ec70a) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/640/head" && git reset --hard f7aea081cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 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-26 17:18.15: 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-26 17:18.15: 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 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 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-26 17:18.15: Waiting for resource in pool OCluster2026-05-26 17:18.15: Waiting for worker…2026-05-26 17:18.16: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at f7aea081 Add suggestions to invalid_encoding error(from ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874' locallydocker.io/ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874: Pulling from ocaml/opam50ce27f2221c: Pulling fs layer3ccb16ecd06a: Pulling fs layer18a377ee2211: Pulling fs layer24696ad16a7d: Pulling fs layer8744e7b07a32: Pulling fs layer7bb3c32a1cba: Pulling fs layer407809b63881: Pulling fs layer93e4376c7f0b: Pulling fs layera9781f583df7: Pulling fs layer6a612b43d6db: Pulling fs layerdc75ae048963: Pulling fs layer35cbd27d0514: Pulling fs layer24696ad16a7d: Waiting22141018b4f2: Pulling fs layerb88d98f22507: Pulling fs layer1ccefcc2ece8: Pulling fs layer4b4d0cfd5290: Pulling fs layer63fddb858358: Pulling fs layer168eefde11ec: Pulling fs layer7bb3c32a1cba: Waitingd43a1a2ad4c2: Pulling fs layer407809b63881: Waiting22141018b4f2: Waiting0633fabe4ce0: Pulling fs layerb88d98f22507: Waiting93e4376c7f0b: Waiting6a612b43d6db: Waiting4b4d0cfd5290: Waitingdc75ae048963: Waiting4f4fb700ef54: Pulling fs layer63fddb858358: Waiting1ccefcc2ece8: Waitinga9781f583df7: Waitingd05a2a92d8f7: Pulling fs layer0633fabe4ce0: Waitingd43a1a2ad4c2: Waiting35cbd27d0514: Waiting4f4fb700ef54: Waitingda5a1948f35d: Pulling fs layer168eefde11ec: Waiting2403e2a2896b: Pulling fs layer8744e7b07a32: Waitingd05a2a92d8f7: Waitingda5a1948f35d: Waitingf3a145d0fc03: Pulling fs layer2403e2a2896b: Waitingf0937c333384: Pulling fs layer5df5e3a70f0f: Pulling fs layeree6c4434e3e1: Pulling fs layerf0937c333384: Waitingf3a145d0fc03: Waiting5fb00e330173: Pulling fs layer5df5e3a70f0f: Waitingee6c4434e3e1: Waiting20bbedf126b4: Pulling fs layer5fb00e330173: Waiting90488d4c4d0f: Pulling fs layer73f23c0cf8dc: Pulling fs layera0803eefe864: Pulling fs layer90488d4c4d0f: Waiting20bbedf126b4: Waiting7ddf6bdb86f4: Pulling fs layera0803eefe864: Waitingc211357ca529: Pulling fs layer754c7b41bb02: Pulling fs layer3bf8fe8afe28: Pulling fs layerc211357ca529: Waiting924d806d8f3a: Pulling fs layer7ddf6bdb86f4: Waiting754c7b41bb02: Waiting3bf8fe8afe28: Waiting221cb26b7b33: Pulling fs layerf706145ebab3: Pulling fs layer221cb26b7b33: Waiting5553cc79478e: Pulling fs layerf706145ebab3: Waiting924d806d8f3a: Waiting18af54990458: Pulling fs layer5553cc79478e: Waitingde3805f0b04d: Pulling fs layerf57a34f59c38: Pulling fs layer18af54990458: Waitingde3805f0b04d: Waitingf57a34f59c38: Waiting3ccb16ecd06a: Verifying Checksum3ccb16ecd06a: Download complete50ce27f2221c: Verifying Checksum50ce27f2221c: Download complete18a377ee2211: Verifying Checksum18a377ee2211: Download complete7bb3c32a1cba: Verifying Checksum7bb3c32a1cba: Download complete407809b63881: Verifying Checksum407809b63881: Download complete24696ad16a7d: Verifying Checksum24696ad16a7d: Download complete93e4376c7f0b: Download completea9781f583df7: Verifying Checksuma9781f583df7: Download complete8744e7b07a32: Verifying Checksum8744e7b07a32: Download completedc75ae048963: Verifying Checksumdc75ae048963: Download complete22141018b4f2: Download complete6a612b43d6db: Verifying Checksum6a612b43d6db: Download completeb88d98f22507: Download complete35cbd27d0514: Verifying Checksum35cbd27d0514: Download complete1ccefcc2ece8: Verifying Checksum1ccefcc2ece8: Download complete63fddb858358: Verifying Checksum63fddb858358: Download complete4b4d0cfd5290: Download complete168eefde11ec: Verifying Checksum168eefde11ec: Download complete0633fabe4ce0: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completed43a1a2ad4c2: Verifying Checksumd43a1a2ad4c2: Download completeda5a1948f35d: Verifying Checksumda5a1948f35d: Download complete2403e2a2896b: Verifying Checksum2403e2a2896b: Download completed05a2a92d8f7: Verifying Checksumd05a2a92d8f7: Download completef3a145d0fc03: Download completef0937c333384: Verifying Checksumf0937c333384: Download complete5df5e3a70f0f: Verifying Checksum5df5e3a70f0f: Download completeee6c4434e3e1: Verifying Checksumee6c4434e3e1: Download complete5fb00e330173: Verifying Checksum5fb00e330173: Download complete20bbedf126b4: Download complete90488d4c4d0f: Verifying Checksum90488d4c4d0f: Download complete73f23c0cf8dc: Download complete50ce27f2221c: Pull completea0803eefe864: Verifying Checksuma0803eefe864: Download complete3ccb16ecd06a: Pull completec211357ca529: Download complete3bf8fe8afe28: Download complete924d806d8f3a: Download complete221cb26b7b33: Download complete18a377ee2211: Pull complete754c7b41bb02: Verifying Checksum754c7b41bb02: Download completef706145ebab3: Verifying Checksumf706145ebab3: Download complete18af54990458: Verifying Checksum18af54990458: Download completede3805f0b04d: Download completef57a34f59c38: Verifying Checksumf57a34f59c38: Download complete5553cc79478e: Verifying Checksum5553cc79478e: Download complete7ddf6bdb86f4: Verifying Checksum7ddf6bdb86f4: Download complete24696ad16a7d: Pull complete8744e7b07a32: Pull complete7bb3c32a1cba: Pull complete407809b63881: Pull complete93e4376c7f0b: Pull completea9781f583df7: Pull complete6a612b43d6db: Pull completedc75ae048963: Pull complete35cbd27d0514: Pull complete22141018b4f2: Pull completeb88d98f22507: Pull complete1ccefcc2ece8: Pull complete4b4d0cfd5290: Pull complete63fddb858358: Pull complete168eefde11ec: Pull completed43a1a2ad4c2: Pull complete0633fabe4ce0: Pull complete4f4fb700ef54: Pull completed05a2a92d8f7: Pull completeda5a1948f35d: Pull complete2403e2a2896b: Pull completef3a145d0fc03: Pull completef0937c333384: Pull complete5df5e3a70f0f: Pull completeee6c4434e3e1: Pull complete5fb00e330173: Pull complete20bbedf126b4: Pull complete90488d4c4d0f: Pull complete73f23c0cf8dc: Pull completea0803eefe864: Pull complete7ddf6bdb86f4: Pull completec211357ca529: Pull complete754c7b41bb02: Pull complete3bf8fe8afe28: Pull complete924d806d8f3a: Pull complete221cb26b7b33: Pull completef706145ebab3: Pull complete5553cc79478e: Pull complete18af54990458: Pull completede3805f0b04d: Pull completef57a34f59c38: Pull completeDigest: sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874Status: Downloaded newer image for ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe68742026-05-26 17:18.17 ---> 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% | 11.9 KiB/s | 19.2 KiB | 00m02sFedora 43 openh264 (From Cisco) - x86_ 100% | 3.3 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 46.7 KiB/s | 8.5 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-05-26 17:18.17 ---> using "e4956fae3ad3479dfebb332b8f28b764344dda0f845c39efffda146283f234b1" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-26 17:18.17 ---> 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 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_HEADfc08333d1b..418d45864d master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-26 17:18.29 ---> saved as "436b528032c9c97a8bf44f558350695a33bb61ec7ea06052c6725128182c6e3a"/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-26 17:18.41 ---> saved as "0b01a1359a0ed1fa24082aa9ef88edafbc8ae64f43ae54bc70f913bf998af131"/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-26 17:18.41 ---> saved as "4a00b0ba33341c4630c4d62bfad1e0761b48119da331573cc6a7508838372bef"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-26 17:18.41 ---> saved as "29fbec0f4c846e3e0a89f3b6c0e72b2209b00b47df8c39d0b1d13905ab51c70b"/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-26 17:18.49 ---> saved as "62b284cabac056e1b7e703f3616fb98323ca359026809b38dddc40a2c64b6ab3"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-26 17:18.49 ---> saved as "2a01ac1b80b6bbfefcbefa968dc06b4d7c31fa0fee8ac724aea00b5f37bc6aee"/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-26 17:18.51 ---> saved as "532126b3166dac989aec128bd642e7d2f0cfed1fbef3d9ebacffb391d4f05946"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-26 17:18.51 ---> saved as "21e9df3a989a55cc62f1fbbdf1e9cbbf2f7132ed8b27c124fe50e1ec51bc79b8"/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:- Fedora 43 - x86_64 - Updates 100% | 47.5 KiB/s | 17.9 KiB | 00m00s- 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-26 17:19.01 ---> saved as "1ca6d9fce5067660e84feeb567858474e70fc938a73e0cde0885066fbce9d4a5"/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.3Done.# To update the current shell environment, run: eval $(opam env)2026-05-26 17:20.08 ---> saved as "3b84ed4161c756c2a2081248419f6f9f970164922789a6dcac0802bf72321c84"/src: (copy (src .) (dst /src))2026-05-26 17:20.08 ---> saved as "1c46489fe0d3b49f16abc8a7cb54aefbb2d34866f67f91bf4c6ba5cc7cebd170"/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))File "test/encoding/504/migrations/run.t", line 1, characters 0-0:/usr/sbin/git --no-pager diff --no-index --color=always -u _build/default/test/encoding/504/migrations/run.t _build/default/test/encoding/504/migrations/run.t.correcteddiff --git a/_build/default/test/encoding/504/migrations/run.t b/_build/default/test/encoding/504/migrations/run.t.correctedindex 7ab50ef..d9e3d92 100644--- a/_build/default/test/encoding/504/migrations/run.t+++ b/_build/default/test/encoding/504/migrations/run.t.corrected@@ -56,8 +56,11 @@ We also check our invalid decoding logic:^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Error: ppxlib invalid encoding: ppxlib.migration.pexp_labeled_tuple_5_4- Ppxlib failed to decode a feature from the OCaml 5.4 AST. If this does- not seem right, please do open an issue at+ Ppxlib failed to decode a feature from the OCaml 5.4 AST. This is+ likely caused by the use of a 5.4+ language feature within code+ directly interpreted by a ppx. If you'd like this feature to be+ supported by the ppx involved, please reach out to the ppx+ maintainers. If this does not seem right, please do open an issue athttps://github.com/ocaml-ppx/ppxlib/issues.[1]"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-05-26 17:20.34: Job failed: Failed: Build failed