2026-05-28 18:41.09: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (9a30587be0ece489a6b3bfd428bf5c13622cc932) (linux-x86_64:ubuntu-26.04-5.4_opam-2.5)Base: ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 9a30587bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10# ubuntu-26.04-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 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:41.09: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10-ubuntu-26.04-5.4_opam-2.5-b66640535634494ff3041c37cc49ba3f"2026-05-28 18:41.09: Using OBuilder spec:((from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10)(comment ubuntu-26.04-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 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:41.09: Waiting for resource in pool OCluster2026-05-28 18:41.34: Waiting for worker…2026-05-28 18:46.08: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 9a30587b Merge pull request #638 from patricoferris/bump-sexplib(from ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10)Unable to find image 'ocaml/opam:ubuntu-26.04-ocaml-5.4@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10' locallydocker.io/ocaml/opam@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10: Pulling from ocaml/opam6f5c5aa4e145: Pulling fs layer1c24335ddd46: Pulling fs layer52eb96cfc1e7: Pulling fs layer527ba7d8030d: Pulling fs layerdfd1b749721f: Pulling fs layer8686c0327296: Pulling fs layerd4fa1bbd57aa: Pulling fs layercb0debd95254: Pulling fs layerc401416cbd86: Pulling fs layer2c883c82425c: Pulling fs layer527ba7d8030d: Waitinged3b904614cf: Pulling fs layerdfd1b749721f: Waiting8686c0327296: Waiting3c6611558693: Pulling fs layerc401416cbd86: Waitingc0385e14e5a4: Pulling fs layerd4fa1bbd57aa: Waitingcb0debd95254: Waiting3c6611558693: Waitinged3b904614cf: Waiting2c883c82425c: Waitingce2763a02d2e: Pulling fs layerc0385e14e5a4: Waiting6806da9f9675: Pulling fs layerce2763a02d2e: Waiting51ff076b0ff1: Pulling fs layer6806da9f9675: Waitingb9e02142692d: Pulling fs layer51ff076b0ff1: Waiting242fe650591f: Pulling fs layerb9e02142692d: Waiting242fe650591f: Waiting440e1dc674b7: Pulling fs layere62778058e84: Pulling fs layer440e1dc674b7: Waitingcd9662ae41a3: Pulling fs layere62778058e84: Waiting5f4d8392f136: Pulling fs layercd9662ae41a3: Waiting4f4fb700ef54: Pulling fs layer5f4d8392f136: Waitingde917e7ed02b: Pulling fs layer6eb0fe07505e: Pulling fs layer4f4fb700ef54: Waitingde917e7ed02b: Waitinged5dedcaf3c7: Pulling fs layer6eb0fe07505e: Waiting7a7c805f48e2: Pulling fs layered5dedcaf3c7: Waitingd4709caab449: Pulling fs layerc8c33cd1dc57: Pulling fs layer1b09b56436ae: Pulling fs layerd4709caab449: Waitingc8c33cd1dc57: Waiting02f1961dcc24: Pulling fs layer7a7c805f48e2: Waiting1b09b56436ae: Waiting2fbaebf1f161: Pulling fs layer42bcaa85b05d: Pulling fs layer02f1961dcc24: Waiting2fbaebf1f161: Waitingd71d501c3eb0: Pulling fs layer42bcaa85b05d: Waiting6263cb063058: Pulling fs layerd71d501c3eb0: Waitinga209afc1d5b8: Pulling fs layer6263cb063058: Waiting874a75d6801c: Pulling fs layera209afc1d5b8: Waiting17fe77e4890c: Pulling fs layer874a75d6801c: Waiting715a8f5e0e91: Pulling fs layer17fe77e4890c: Waiting4531733ce20d: Pulling fs layer715a8f5e0e91: Waiting1e204d574a08: Pulling fs layer9f64d2674588: Pulling fs layer4531733ce20d: Waiting1e204d574a08: Waitingbd4d307fd918: Pulling fs layer9f64d2674588: Waiting242a09058c62: Pulling fs layerbd4d307fd918: Waiting6f8861559524: Pulling fs layera1981fa49740: Pulling fs layer242a09058c62: Waiting6f8861559524: Waiting2416f3638bba: Pulling fs layera1981fa49740: Waiting2416f3638bba: Waiting52eb96cfc1e7: Download complete1c24335ddd46: Download complete527ba7d8030d: Verifying Checksum527ba7d8030d: Download complete8686c0327296: Verifying Checksum8686c0327296: Download complete6f5c5aa4e145: Verifying Checksum6f5c5aa4e145: Download completedfd1b749721f: Verifying Checksumdfd1b749721f: Download completecb0debd95254: Verifying Checksumcb0debd95254: Download completec401416cbd86: Verifying Checksumc401416cbd86: Download complete2c883c82425c: Verifying Checksum2c883c82425c: Download completeed3b904614cf: Verifying Checksumed3b904614cf: Download complete3c6611558693: Verifying Checksum3c6611558693: Download completed4fa1bbd57aa: Verifying Checksumd4fa1bbd57aa: Download completec0385e14e5a4: Verifying Checksumc0385e14e5a4: Download complete51ff076b0ff1: Verifying Checksum51ff076b0ff1: Download complete6806da9f9675: Verifying Checksum6806da9f9675: Download complete242fe650591f: Verifying Checksum242fe650591f: Download completeb9e02142692d: Verifying Checksumb9e02142692d: Download complete6f5c5aa4e145: Pull complete1c24335ddd46: Pull complete52eb96cfc1e7: Pull complete527ba7d8030d: Pull completece2763a02d2e: Verifying Checksumce2763a02d2e: Download complete440e1dc674b7: Download completee62778058e84: Verifying Checksume62778058e84: Download complete5f4d8392f136: Verifying Checksum5f4d8392f136: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completede917e7ed02b: Verifying Checksumde917e7ed02b: Download completedfd1b749721f: Pull completecd9662ae41a3: Verifying Checksumcd9662ae41a3: Download complete8686c0327296: Pull completeed5dedcaf3c7: Verifying Checksumed5dedcaf3c7: Download complete6eb0fe07505e: Verifying Checksum6eb0fe07505e: Download completed4709caab449: Verifying Checksumd4709caab449: Download complete7a7c805f48e2: Verifying Checksum7a7c805f48e2: Download completec8c33cd1dc57: Verifying Checksumc8c33cd1dc57: Download complete1b09b56436ae: Verifying Checksum1b09b56436ae: Download complete02f1961dcc24: Verifying Checksum02f1961dcc24: Download complete2fbaebf1f161: Verifying Checksum2fbaebf1f161: Download complete42bcaa85b05d: Verifying Checksum42bcaa85b05d: Download completed71d501c3eb0: Verifying Checksumd71d501c3eb0: Download complete6263cb063058: Download complete874a75d6801c: Download complete715a8f5e0e91: Verifying Checksum715a8f5e0e91: Download complete4531733ce20d: Verifying Checksum4531733ce20d: Download complete1e204d574a08: Verifying Checksum1e204d574a08: Download complete9f64d2674588: Verifying Checksum9f64d2674588: Download completebd4d307fd918: Verifying Checksumbd4d307fd918: Download completed4fa1bbd57aa: Pull completecb0debd95254: Pull completec401416cbd86: Pull complete2c883c82425c: Pull completeed3b904614cf: Pull complete3c6611558693: Pull completea209afc1d5b8: Verifying Checksuma209afc1d5b8: Download completec0385e14e5a4: Pull completece2763a02d2e: Pull complete6f8861559524: Download complete6806da9f9675: Pull complete51ff076b0ff1: Pull completeb9e02142692d: Pull complete242fe650591f: Pull completea1981fa49740: Verifying Checksuma1981fa49740: Download complete2416f3638bba: Verifying Checksum2416f3638bba: Download complete440e1dc674b7: Pull completee62778058e84: Pull completecd9662ae41a3: Pull complete5f4d8392f136: Pull complete4f4fb700ef54: Pull completede917e7ed02b: Pull complete6eb0fe07505e: Pull completeed5dedcaf3c7: Pull complete7a7c805f48e2: Pull completed4709caab449: Pull completec8c33cd1dc57: Pull complete1b09b56436ae: Pull complete02f1961dcc24: Pull complete2fbaebf1f161: Pull complete42bcaa85b05d: Pull completed71d501c3eb0: Pull complete6263cb063058: Pull complete17fe77e4890c: Verifying Checksum17fe77e4890c: Download complete242a09058c62: Verifying Checksum242a09058c62: Download completea209afc1d5b8: Pull complete874a75d6801c: Pull complete17fe77e4890c: Pull complete715a8f5e0e91: Pull complete4531733ce20d: Pull complete1e204d574a08: Pull complete9f64d2674588: Pull completebd4d307fd918: Pull complete242a09058c62: Pull complete6f8861559524: Pull completea1981fa49740: Pull complete2416f3638bba: Pull completeDigest: sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b10Status: Downloaded newer image for ocaml/opam@sha256:336fa067d01750ad8a053a38a75c8698d4b64ada9559c27788ea035735c76b102026-05-28 18:46.20 ---> using "1f79e62839145d608965bcf6d82b835158b2b0666aa8cef5cf09684fc738b5b6" from cache/: (comment ubuntu-26.04-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-28 18:46.21 ---> using "772ee60a427b1770acfd37b9c481dce653fee01f85c5cccb5ffaf200bc18046b" 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"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-28 18:46.23 ---> using "51fa0c1a893ab00a9c551487a57389e079ccc2e410d143259bf8342d8e5f0fbd" 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-28 18:46.25 ---> using "1dd3eb8bf70eb9a9eef7fd8971513d10de640a2e5af9e1f7555cbb3029306861" 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-28 18:46.27 ---> using "6e2315ea5598ad40d01c510cdc223d33a068123b616eb35efa9c093f5dccec85" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-28 18:46.28 ---> using "259671d4f4945115a2bb7d2d9d41db49823efcab288770fbf7f84d7d5167e358" 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-28 18:46.30 ---> using "257fb980013a1d61145c4d64ed21087beb5c4e28d26f46135bbbecb015d8f4fa" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-05-28 18:46.40 ---> saved as "53d95240fb6bedbcdc0c25eb880f8954c849663e0b9fe20ffcdbc5212529fd6e"/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 18:46.51 ---> saved as "928f3fcaea5ca5d6df3ed8c59ea327c96e5170721b883fc03dabe9df20cfe4ab"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-28 18:46.58 ---> saved as "9bd86d08e42c67276d4a5ee0e50983b3965f30a1db2d6991ce0c9c4edabe3f55"/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 resolute-security InRelease [136 kB]- Hit:2 http://archive.ubuntu.com/ubuntu resolute InRelease- Get:3 http://archive.ubuntu.com/ubuntu resolute-updates InRelease [136 kB]- Get:4 http://security.ubuntu.com/ubuntu resolute-security/universe amd64 Packages [89.2 kB]- Get:5 http://security.ubuntu.com/ubuntu resolute-security/main amd64 Packages [123 kB]- Hit:6 http://archive.ubuntu.com/ubuntu resolute-backports InRelease- Get:7 http://archive.ubuntu.com/ubuntu resolute-updates/restricted amd64 Packages [227 kB]- Get:8 http://archive.ubuntu.com/ubuntu resolute-updates/universe amd64 Packages [86.9 kB]- Get:9 http://archive.ubuntu.com/ubuntu resolute-updates/main amd64 Packages [135 kB]- Fetched 932 kB in 1s (1349 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-28 18:47.24 ---> saved as "6f67f325ffa569722f59ddc50d9f174400aeb86b8337ae07f0c4ffd5b5d167ec"/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-28 18:48.48 ---> saved as "faefc33264f170a58e6114f0677ddc7172c404b4b38e8468505dab4c31235fe8"/src: (copy (src .) (dst /src))2026-05-28 18:49.24 ---> saved as "e6c69fc4c171d25a505747fd7bd1448754013cf420c4f6159a4fe565494de1d6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-05-28 18:49.48 ---> saved as "2ee825f8d9af819c712bcbdc8e70cf36f3628a50df365048f75609346f9be12b"Job succeeded2026-05-28 18:50.07: Job succeeded