2025-10-27 15:51.03: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/607/head (75b5ad1de25721004723267951a1d00b70c3c4a4) (linux-x86_64:debian-13-5.3_opam-2.4) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" && cd "ppxlib" && git fetch origin "refs/pull/607/head" && git reset --hard 75b5ad1d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 # debian-13-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u COPY --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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-10-27 15:51.03: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4-debian-13-5.3_opam-2.4-52418a53c7cf1f54b4e9a2f55e58cac4" 2025-10-27 15:51.03: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) (comment debian-13-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) (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 "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && 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 (network host) (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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.4 --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")) ) 2025-10-27 15:51.03: Waiting for resource in pool OCluster 2025-10-27 15:51.03: Waiting for worker… 2025-10-27 15:51.03: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at 75b5ad1d Add support for labeled tuple expressions (from ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4' locally docker.io/ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4: Pulling from ocaml/opam cae3b572364a: Already exists 820d433882fc: Pulling fs layer 8f6112f72fa5: Pulling fs layer f06108004adb: Pulling fs layer f34ea90e6bf7: Pulling fs layer b44a65709156: Pulling fs layer 4c25908bbac9: Pulling fs layer f76df728146d: Pulling fs layer f34ea90e6bf7: Waiting f06108004adb: Waiting 1fee769dfcf3: Pulling fs layer b44a65709156: Waiting 820d433882fc: Waiting 4c25908bbac9: Waiting 9089a7f69af3: Pulling fs layer 8f6112f72fa5: Waiting 1fee769dfcf3: Waiting f76df728146d: Waiting 6f758b47b2a0: Pulling fs layer 16b225bbb395: Pulling fs layer abbf3ec39b68: Pulling fs layer 9089a7f69af3: Waiting 1a61521655a9: Pulling fs layer 6f758b47b2a0: Waiting abbf3ec39b68: Waiting 16b225bbb395: Waiting 6a8565a9e443: Pulling fs layer 1a61521655a9: Waiting c059a4cbd7b9: Pulling fs layer 3a00fdc9e291: Pulling fs layer 6a8565a9e443: Waiting a0b62589bd38: Pulling fs layer c059a4cbd7b9: Waiting 6e8d713bf843: Pulling fs layer 3a00fdc9e291: Waiting bca1fd5341ba: Pulling fs layer 34b9849c2772: Pulling fs layer 4f4fb700ef54: Pulling fs layer bca1fd5341ba: Waiting d8d3d0744e38: Pulling fs layer 34b9849c2772: Waiting 788c7ce0e0e5: Pulling fs layer 6e8d713bf843: Waiting a0b62589bd38: Waiting d8d3d0744e38: Waiting a297eab0ca3b: Pulling fs layer 4f4fb700ef54: Waiting 788c7ce0e0e5: Waiting 2e79af39acdb: Pulling fs layer a297eab0ca3b: Waiting 8858e600236c: Pulling fs layer 9efe23d1fe7d: Pulling fs layer 47d185934312: Pulling fs layer 8858e600236c: Waiting 2e79af39acdb: Waiting 9efe23d1fe7d: Waiting 64a949a6caff: Pulling fs layer 47d185934312: Waiting c9d6a7c18bb1: Pulling fs layer e4fde4815f0c: Pulling fs layer 64a949a6caff: Waiting c9d6a7c18bb1: Waiting d1f759c16950: Pulling fs layer e4fde4815f0c: Waiting f3dd45bf195f: Pulling fs layer d1f759c16950: Waiting 3985a6049101: Pulling fs layer aae849592418: Pulling fs layer 6173459dc6b2: Pulling fs layer 7f16ef63bee0: Pulling fs layer aae849592418: Waiting 3985a6049101: Waiting f3dd45bf195f: Waiting 6173459dc6b2: Waiting fe355de6a899: Pulling fs layer 7f16ef63bee0: Waiting b0bc5a15bc9d: Pulling fs layer fe355de6a899: Waiting 5ef8881599f6: Pulling fs layer 43070a8c11bb: Pulling fs layer 5ef8881599f6: Waiting 50f4a5d16176: Pulling fs layer caf5c7cd45dc: Pulling fs layer cc4f1ac4e98a: Pulling fs layer 005888d39869: Pulling fs layer 43070a8c11bb: Waiting 50f4a5d16176: Waiting cc4f1ac4e98a: Waiting 97352f987d81: Pulling fs layer caf5c7cd45dc: Waiting 97352f987d81: Waiting 005888d39869: Waiting 820d433882fc: Verifying Checksum 820d433882fc: Download complete 820d433882fc: Pull complete 8f6112f72fa5: Download complete 8f6112f72fa5: Pull complete f06108004adb: Verifying Checksum f06108004adb: Download complete f06108004adb: Pull complete f34ea90e6bf7: Verifying Checksum f34ea90e6bf7: Download complete f34ea90e6bf7: Pull complete 4c25908bbac9: Verifying Checksum 4c25908bbac9: Download complete f76df728146d: Verifying Checksum f76df728146d: Download complete 1fee769dfcf3: Verifying Checksum 1fee769dfcf3: Download complete 9089a7f69af3: Download complete 6f758b47b2a0: Verifying Checksum 6f758b47b2a0: Download complete 16b225bbb395: Verifying Checksum 16b225bbb395: Download complete abbf3ec39b68: Verifying Checksum abbf3ec39b68: Download complete 1a61521655a9: Download complete 6a8565a9e443: Verifying Checksum 6a8565a9e443: Download complete c059a4cbd7b9: Download complete 3a00fdc9e291: Verifying Checksum 3a00fdc9e291: Download complete a0b62589bd38: Verifying Checksum a0b62589bd38: Download complete 6e8d713bf843: Download complete bca1fd5341ba: Download complete 34b9849c2772: Download complete 4f4fb700ef54: Download complete b44a65709156: Verifying Checksum b44a65709156: Download complete 788c7ce0e0e5: Verifying Checksum 788c7ce0e0e5: Download complete d8d3d0744e38: Download complete 2e79af39acdb: Verifying Checksum 2e79af39acdb: Download complete a297eab0ca3b: Verifying Checksum a297eab0ca3b: Download complete 9efe23d1fe7d: Verifying Checksum 9efe23d1fe7d: Download complete 8858e600236c: Download complete 47d185934312: Download complete 64a949a6caff: Verifying Checksum 64a949a6caff: Download complete c9d6a7c18bb1: Download complete b44a65709156: Pull complete 4c25908bbac9: Pull complete f76df728146d: Pull complete d1f759c16950: Download complete 1fee769dfcf3: Pull complete 9089a7f69af3: Pull complete e4fde4815f0c: Download complete 6f758b47b2a0: Pull complete 16b225bbb395: Pull complete f3dd45bf195f: Download complete abbf3ec39b68: Pull complete 1a61521655a9: Pull complete 6a8565a9e443: Pull complete c059a4cbd7b9: Pull complete 3a00fdc9e291: Pull complete a0b62589bd38: Pull complete 6e8d713bf843: Pull complete bca1fd5341ba: Pull complete 34b9849c2772: Pull complete 4f4fb700ef54: Pull complete d8d3d0744e38: Pull complete 788c7ce0e0e5: Pull complete a297eab0ca3b: Pull complete 2e79af39acdb: Pull complete 8858e600236c: Pull complete 9efe23d1fe7d: Pull complete 47d185934312: Pull complete 64a949a6caff: Pull complete c9d6a7c18bb1: Pull complete e4fde4815f0c: Pull complete d1f759c16950: Pull complete f3dd45bf195f: Pull complete aae849592418: Download complete 6173459dc6b2: Verifying Checksum 6173459dc6b2: Download complete 3985a6049101: Verifying Checksum 3985a6049101: Download complete 7f16ef63bee0: Verifying Checksum 7f16ef63bee0: Download complete fe355de6a899: Verifying Checksum fe355de6a899: Download complete 5ef8881599f6: Download complete b0bc5a15bc9d: Verifying Checksum b0bc5a15bc9d: Download complete 43070a8c11bb: Verifying Checksum 43070a8c11bb: Download complete 50f4a5d16176: Verifying Checksum 50f4a5d16176: Download complete cc4f1ac4e98a: Download complete 005888d39869: Verifying Checksum 005888d39869: Download complete 97352f987d81: Download complete caf5c7cd45dc: Verifying Checksum caf5c7cd45dc: Download complete 3985a6049101: Pull complete aae849592418: Pull complete 6173459dc6b2: Pull complete 7f16ef63bee0: Pull complete fe355de6a899: Pull complete b0bc5a15bc9d: Pull complete 5ef8881599f6: Pull complete 43070a8c11bb: Pull complete 50f4a5d16176: Pull complete caf5c7cd45dc: Pull complete cc4f1ac4e98a: Pull complete 005888d39869: Pull complete 97352f987d81: Pull complete Digest: sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 Status: Downloaded newer image for ocaml/opam@sha256:64300a06d64cb44daabdb6ae9fde2cbba7601716d4d5671d9d4ba642d7c97fd4 2025-10-27 15:51.04 ---> using "77049904df58751db5fcb353ed61a57fdb0b9630ae2ead1464d594fce0fbfad2" from cache /: (comment debian-13-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-10-27 15:51.04 ---> using "cf43e47227f5a0b7d7455a5cdc71b4852fc5a20e0dbc45da7f1e848e5a4a1782" 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.0 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-10-27 15:51.04 ---> using "24aa2bbd8c0dade82563ed15067d299431d528565700a0d557f897902624a14f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-85-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-10-27 15:51.04 ---> using "b3ddb47dba6c20cebab94d5a04ad748ec33cd6bde37f6d0960bd261d310ff086" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-10-27 15:51.04 ---> using "4ad3d9c94a8e3eecdf261740e7a950a91cc1b237e1f69002a3013e03add4caed" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u")) dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-10-27 15:51.04 ---> using "f1d2ec613fdb30b9912f5f9c35006b2fe2dca370eb85fda5e4c4fd13a24fcfce" from cache /src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./)) 2025-10-27 15:51.04 ---> using "894025f5b52614203fb7eee50e2f96123ba1a7bbbba1292345aa4f64e310f15e" from cache /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) 2025-10-27 15:51.04 ---> using "22591c7ef3814791cfcf2c8536e4152938d9a1214560506fc2c9e5395f9f3d21" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-10-27 15:51.04 ---> using "dfbbcdeec0dc6e1723b4fc79568bac3eed40d0488122db0f6053de8536c8dfcb" from cache /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.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 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.4 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [63.5 kB] - Fetched 154 kB in 0s (1816 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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). 2025-10-27 15:51.04 ---> using "8343ec2b88eb5998e838c7f69e2a1eda5930c4d82d969f6ebe2ab01a8f22110d" from cache /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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.0.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - 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.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.2.0.0 -> installed ocamlfind.1.9.8 -> installed dune.3.20.2 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> 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.20.2 -> installed base.v0.17.3 Done. # To update the current shell environment, run: eval $(opam env) 2025-10-27 15:51.04 ---> using "88bbe1fa83daae32aff228fbcb72172df75d067f5a4330964b8a41b29c582f22" from cache /src: (copy (src .) (dst /src)) 2025-10-27 15:51.05 ---> saved as "1b6f21249a158bd6835a155fc39ecdbad7a324199162eb952787ecd8b39204cd" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-10-27 15:51.20 ---> saved as "06481af4c3fc7bbbd8085f7a11e3518b90381830298ead82bb96b149aa4069b9" Job succeeded 2025-10-27 15:51.20: Job succeeded