2026-05-28 18:42.19: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/630/head (72d000bffa4d397d1bc4bbff7a6367b9095a1377) (linux-x86_64:debian-13-5.5~beta1_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dceOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/630/head" && git reset --hard 72d000bfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce# debian-13-5.5~beta1_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 compiler-cloning.enabled csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 ocaml-compiler-libs.v0.17.0 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-28 18:42.19: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce-debian-13-5.5~beta1_opam-2.5-708223da5d89c72f6079a4f7b5797c83"2026-05-28 18:42.19: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce)(comment debian-13-5.5~beta1_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 compiler-cloning.enabled csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 ocaml-compiler-libs.v0.17.0 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-28 18:42.19: Waiting for resource in pool OCluster2026-05-28 19:24.38: Waiting for worker…2026-05-28 19:28.21: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 72d000bf Expose bare minimum to manually order transformations(from ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce)Unable to find image 'ocaml/opam:debian-13-ocaml-5.5-beta1@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce' locallydocker.io/ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce: Pulling from ocaml/opam307f8152a55e: Pulling fs layer53d481666795: Pulling fs layer4ee22a5df705: Pulling fs layerae88ba2e7c99: Pulling fs layer466fcae906a3: Pulling fs layer024abae8c1ed: Pulling fs layerd582ebdec32b: Pulling fs layeraa12715098f1: Pulling fs layer62299cb9f759: Pulling fs layera25072680c61: Pulling fs layer43b56dd9ccf7: Pulling fs layer244d3fc9f983: Pulling fs layerc4fb47424a8f: Pulling fs layercf6798d648a4: Pulling fs layer279a991ac05e: Pulling fs layercf66fc12d100: Pulling fs layerd39d0e8ae83c: Pulling fs layer4b54e9cd8568: Pulling fs layer62299cb9f759: Waitingf65d25bce8ea: Pulling fs layer244d3fc9f983: Waiting43b56dd9ccf7: Waiting7d77baca5957: Pulling fs layer4f4fb700ef54: Pulling fs layera99a940ecfac: Pulling fs layera25072680c61: Waitingc4fb47424a8f: Waitingcf6798d648a4: Waiting279a991ac05e: Waitingcf66fc12d100: Waitingf5264679c08b: Pulling fs layerd582ebdec32b: Waitingaa12715098f1: Waitingf2b70106109c: Pulling fs layer466fcae906a3: Waitingb37088730bad: Pulling fs layercbd33ffade5f: Pulling fs layerf1cf9ab18ca0: Pulling fs layer87f3d72372a4: Pulling fs layer25d15f09ece2: Pulling fs layer6304df60357e: Pulling fs layer34a8ea3e9b48: Pulling fs layera0636f21098e: Pulling fs layer4b54e9cd8568: Waitingf65d25bce8ea: Waiting9511add15c87: Pulling fs layer963ec00065e9: Pulling fs layer3a098b8178a5: Pulling fs layerca1c1d43252a: Pulling fs layerca50eb78767c: Pulling fs layer85fc1e77225e: Pulling fs layerf1cf9ab18ca0: Waiting87f3d72372a4: Waiting088f7de253ad: Pulling fs layer25d15f09ece2: Waiting1dcf05da539b: Pulling fs layer6fe9db1e5735: Pulling fs layerb73846ebc0d2: Pulling fs layerc699f913fde2: Pulling fs layerbb20621ba233: Pulling fs layerd727da8ebc02: Pulling fs layer398545865817: Pulling fs layere897c4b788b3: Pulling fs layera0636f21098e: Waiting9511add15c87: Waiting024abae8c1ed: Waitingcbd33ffade5f: Waiting3a098b8178a5: Waitingca1c1d43252a: Waiting34a8ea3e9b48: Waiting398545865817: Waitingd727da8ebc02: Waitinge897c4b788b3: Waitingb73846ebc0d2: Waiting85fc1e77225e: Waitingbb20621ba233: Waitinga99a940ecfac: Waitingc699f913fde2: Waitingca50eb78767c: Waiting4f4fb700ef54: Waiting088f7de253ad: Waiting1dcf05da539b: Waiting6fe9db1e5735: Waiting963ec00065e9: Waiting6304df60357e: Waitingb37088730bad: Waitingf2b70106109c: Waiting7d77baca5957: Waitingf5264679c08b: Waitingae88ba2e7c99: Waitingd39d0e8ae83c: Waiting53d481666795: Verifying Checksum53d481666795: Download complete4ee22a5df705: Download complete466fcae906a3: Verifying Checksum466fcae906a3: Download completeae88ba2e7c99: Verifying Checksumae88ba2e7c99: Download complete024abae8c1ed: Verifying Checksum024abae8c1ed: Download completeaa12715098f1: Verifying Checksumaa12715098f1: Download complete62299cb9f759: Verifying Checksum62299cb9f759: Download completea25072680c61: Verifying Checksuma25072680c61: Download completed582ebdec32b: Verifying Checksumd582ebdec32b: Download complete43b56dd9ccf7: Verifying Checksum43b56dd9ccf7: Download complete244d3fc9f983: Verifying Checksum244d3fc9f983: Download completec4fb47424a8f: Verifying Checksumc4fb47424a8f: Download complete307f8152a55e: Verifying Checksum307f8152a55e: Download completecf6798d648a4: Verifying Checksumcf6798d648a4: Download complete279a991ac05e: Verifying Checksum279a991ac05e: Download completecf66fc12d100: Download completed39d0e8ae83c: Verifying Checksumd39d0e8ae83c: Download complete4b54e9cd8568: Verifying Checksum4b54e9cd8568: Download completef65d25bce8ea: Verifying Checksumf65d25bce8ea: Download complete7d77baca5957: Verifying Checksum7d77baca5957: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completea99a940ecfac: Verifying Checksuma99a940ecfac: Download completef5264679c08b: Download completef2b70106109c: Verifying Checksumf2b70106109c: Download completeb37088730bad: Download completecbd33ffade5f: Verifying Checksumcbd33ffade5f: Download completef1cf9ab18ca0: Download complete87f3d72372a4: Verifying Checksum87f3d72372a4: Download complete25d15f09ece2: Verifying Checksum25d15f09ece2: Download complete6304df60357e: Verifying Checksum6304df60357e: Download complete34a8ea3e9b48: Verifying Checksum34a8ea3e9b48: Download completea0636f21098e: Verifying Checksuma0636f21098e: Download complete9511add15c87: Verifying Checksum9511add15c87: Download complete3a098b8178a5: Verifying Checksum3a098b8178a5: Download completeca50eb78767c: Verifying Checksumca50eb78767c: Download complete85fc1e77225e: Download complete307f8152a55e: Pull complete53d481666795: Pull complete4ee22a5df705: Pull complete088f7de253ad: Verifying Checksum088f7de253ad: Download completeae88ba2e7c99: Pull complete466fcae906a3: Pull complete1dcf05da539b: Verifying Checksum1dcf05da539b: Download complete6fe9db1e5735: Verifying Checksum6fe9db1e5735: Download completeb73846ebc0d2: Download completec699f913fde2: Verifying Checksumc699f913fde2: Download completeca1c1d43252a: Verifying Checksumca1c1d43252a: Download completed727da8ebc02: Download complete398545865817: Verifying Checksum398545865817: Download complete963ec00065e9: Verifying Checksum963ec00065e9: Download completee897c4b788b3: Verifying Checksume897c4b788b3: Download completebb20621ba233: Verifying Checksumbb20621ba233: Download complete024abae8c1ed: Pull completed582ebdec32b: Pull completeaa12715098f1: Pull complete62299cb9f759: Pull completea25072680c61: Pull complete43b56dd9ccf7: Pull complete244d3fc9f983: Pull completec4fb47424a8f: Pull completecf6798d648a4: Pull complete279a991ac05e: Pull completecf66fc12d100: Pull completed39d0e8ae83c: Pull complete4b54e9cd8568: Pull completef65d25bce8ea: Pull complete7d77baca5957: Pull complete4f4fb700ef54: Pull completea99a940ecfac: Pull completef5264679c08b: Pull completef2b70106109c: Pull completeb37088730bad: Pull completecbd33ffade5f: Pull completef1cf9ab18ca0: Pull complete87f3d72372a4: Pull complete25d15f09ece2: Pull complete6304df60357e: Pull complete34a8ea3e9b48: Pull completea0636f21098e: Pull complete9511add15c87: Pull complete963ec00065e9: Pull complete3a098b8178a5: Pull completeca1c1d43252a: Pull completeca50eb78767c: Pull complete85fc1e77225e: Pull complete088f7de253ad: Pull complete1dcf05da539b: Pull complete6fe9db1e5735: Pull completeb73846ebc0d2: Pull completec699f913fde2: Pull completebb20621ba233: Pull completed727da8ebc02: Pull complete398545865817: Pull completee897c4b788b3: Pull completeDigest: sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dceStatus: Downloaded newer image for ocaml/opam@sha256:ab903279108c1443a7194b80f419c265ce046e6eae9548d05833349c475e3dce2026-05-28 19:28.21 ---> using "3d97f6ff96367e808dec3416eacdff2a479f7a6475ae069af10d3bd1d46549ad" from cache/: (comment debian-13-5.5~beta1_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-28 19:28.21 ---> using "553ba480deed223375af3cd9a662bfd2f58bb701c59f756410c05d2b2f59b26d" 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..1138ca347f master -> origin/masterc180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-28 19:28.21 ---> using "4cab52e7ba5995d90aad546966743ba8a75322a64f8526915413b46d2587c7a9" 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.Continue? [Y/n] y[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-05-28 19:28.21 ---> using "0dc80cd613d2b3854f0fdeafdcd191ef28e2021456ddb69269542786618d0262" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.5.0~beta12.5.12026-05-28 19:28.21 ---> using "57cb24008dd3338a73a8ff588c750d9cdaa10a21e5e4a4f902f60bc587e5a608" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-28 19:28.21 ---> using "d3549e6c4ae0ebf9c8c5238f245f2c41cc4aeebc67f2a555a1b677e7779ac965" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository[default] no changes from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-05-28 19:28.21 ---> using "f6545026a8e31d626330aa46d3b1f36bd82c800f7b7b8a5c8929f390239ec4ff" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-28 19:28.21 ---> saved as "5ff601f74e812fc291e9c8d28f3f4ba97b88c34214898ad3abf4d007ac0a0c14"/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-28 19:28.29 ---> saved as "6d47b29bf7c5d68a094590fbff4dcd653b6bdc4dc1a5fa8558a3f83b497e52c9"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-28 19:28.29 ---> saved as "66231126101b69a62a2abf7b61bb9a8ab2ddb97182bc8755d352ef2281769e53"/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 compiler-cloning.enabled csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 ocaml.5.5.0 ocaml-base-compiler.5.5.0~beta1 ocaml-compiler.5.5.0~beta1 ocaml-compiler-libs.v0.17.0 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 "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [179 kB]- Fetched 10.1 MB in 2s (4356 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-compiler is already installed (current version is 5.5.0~beta1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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-28 19:28.43 ---> saved as "a41321952980b5b2580ff542870bf8184ef4f9c7dc785617e8e33c3b8629b3b5"/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-compiler is already installed (current version is 5.5.0~beta1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.5.0~beta1).[NOTE] Package ocaml is already installed (current version is 5.5.0).[NOTE] Package compiler-cloning is already installed (current version is enabled).[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 sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed re.1.14.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-28 19:30.25 ---> saved as "1437b09fc86d27a9eb2a176f4cc66045b7963d56204980eb6501893b6f8f8d0f"/src: (copy (src .) (dst /src))2026-05-28 19:30.26 ---> saved as "39ca8123eaae3cd4f921c1b31e462ef4e44e0a68340651f12430296bd0ac2177"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "dune-project", line 23, characters 2-42:23 | (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))(cd _build/default && /home/opam/.opam/5.5~beta1/bin/ocamlc.opt -w -9 -g -bin-annot -bin-annot-occurrences -I astlib/.astlib.objs/byte -I /home/opam/.opam/5.5~beta1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.5~beta1/lib/ocaml/compiler-libs -no-alias-deps -opaque -open Astlib__ -o astlib/.astlib.objs/byte/astlib__Ast_505.cmo -c -impl astlib/ast_505.pp.ml)File "astlib/ast_505.ml", lines 126-211, characters 2-33:Error: This variant or record definition does not match that of typeParsetree.core_type_descAn extra constructor, Ptyp_functor, is provided in the original definition."/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12026-05-28 19:30.35: Job failed: Failed: Build failed