2025-09-30 15:46.29: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (66c18b69940b25e1e2106c55e3d7806d70188f5f) (linux-riscv64:debian-13-5.3_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 66c18b69cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52# debian-13-5.3_riscv64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -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.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-30 15:46.29: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52-debian-13-5.3_riscv64_opam-2.4-52418a53c7cf1f54b4e9a2f55e58cac4"2025-09-30 15:46.29: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)(comment debian-13-5.3_riscv64_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-09-30 15:46.29: Waiting for resource in pool OCluster2025-09-30 15:46.29: Waiting for worker…2025-09-30 18:47.22: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devHEAD is now at 2d64c1c5 Add remove functions for migration metadataHEAD is now at 66c18b69 Merge pull request #598 from patricoferris/remove-migration-functions(from ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52)Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52' locallydocker.io/ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52: Pulling from ocaml/opam8f913be5ecad: Pulling fs layerce31ce67e69b: Pulling fs layer0cf3a7789759: Pulling fs layer9f0c6299278d: Pulling fs layere94bba55929b: Pulling fs layerfa0712264263: Pulling fs layer2e9048a7b53d: Pulling fs layer9902de28c3f0: Pulling fs layerff517c358677: Pulling fs layer383f060cda87: Pulling fs layerb7a964b1a83b: Pulling fs layer02ef0fd530dd: Pulling fs layer3cec61b290e9: Pulling fs layer2273bd2c4d4b: Pulling fs layerc04c67aab9ae: Pulling fs layerb43aac5e47f2: Pulling fs layerfa01fc863b11: Pulling fs layer70ce8722af9c: Pulling fs layerd62c11b367a0: Pulling fs layere28d1e571478: Pulling fs layere4619c0fdd56: Pulling fs layer4f4fb700ef54: Pulling fs layer2642eb02d1cf: Pulling fs layer17410ed193a2: Pulling fs layerea4027cf29ff: Pulling fs layer2d1c149b33bc: Pulling fs layeraa1fc2e76ba7: Pulling fs layer198f02c9d8bb: Pulling fs layerf3c530c1395c: Pulling fs layerb4c1f20e76b0: Pulling fs layerdabbe871c8f1: Pulling fs layer07bc2850efcf: Pulling fs layerc44cd4c1c616: Pulling fs layer9bad6d1480ef: Pulling fs layer9139b16fda07: Pulling fs layerddce8e624d6f: Pulling fs layercdd44d9ef1e0: Pulling fs layer9745a1b41bc7: Pulling fs layer926c04a38725: Pulling fs layer33c611bdffe3: Pulling fs layer2f12c3515d38: Pulling fs layerb6435474c958: Pulling fs layere8d70e26e60a: Pulling fs layer3f06fd691d22: Pulling fs layera5bdd4d4061a: Pulling fs layer52f4f3aba300: Pulling fs layer94f05428884b: Pulling fs layer9f0c6299278d: Waitinge94bba55929b: Waitingfa0712264263: Waiting2e9048a7b53d: Waiting9902de28c3f0: Waitingff517c358677: Waiting383f060cda87: Waitingb7a964b1a83b: Waiting02ef0fd530dd: Waiting3cec61b290e9: Waiting2d1c149b33bc: Waitingaa1fc2e76ba7: Waitingea4027cf29ff: Waitingdabbe871c8f1: Waiting07bc2850efcf: Waitingc44cd4c1c616: Waiting198f02c9d8bb: Waitingcdd44d9ef1e0: Waitingf3c530c1395c: Waiting9745a1b41bc7: Waitingb4c1f20e76b0: Waiting926c04a38725: Waiting33c611bdffe3: Waiting9bad6d1480ef: Waiting2f12c3515d38: Waiting9139b16fda07: Waitingb6435474c958: Waitingddce8e624d6f: Waitinge8d70e26e60a: Waiting3f06fd691d22: Waiting2273bd2c4d4b: Waitingc04c67aab9ae: Waitingb43aac5e47f2: Waitingfa01fc863b11: Waitinga5bdd4d4061a: Waiting70ce8722af9c: Waiting52f4f3aba300: Waiting94f05428884b: Waitingd62c11b367a0: Waitinge28d1e571478: Waitinge4619c0fdd56: Waiting4f4fb700ef54: Waiting2642eb02d1cf: Waiting17410ed193a2: Waitingce31ce67e69b: Verifying Checksumce31ce67e69b: Download complete0cf3a7789759: Verifying Checksum0cf3a7789759: Download completee94bba55929b: Verifying Checksume94bba55929b: Download complete9f0c6299278d: Verifying Checksum9f0c6299278d: Download complete8f913be5ecad: Verifying Checksum8f913be5ecad: Download complete2e9048a7b53d: Verifying Checksum2e9048a7b53d: Download complete9902de28c3f0: Verifying Checksum9902de28c3f0: Download complete383f060cda87: Verifying Checksum383f060cda87: Download completeb7a964b1a83b: Verifying Checksumb7a964b1a83b: Download complete02ef0fd530dd: Verifying Checksum02ef0fd530dd: Download completeff517c358677: Verifying Checksumff517c358677: Download complete2273bd2c4d4b: Verifying Checksum2273bd2c4d4b: Download completec04c67aab9ae: Verifying Checksumc04c67aab9ae: Download completeb43aac5e47f2: Verifying Checksumb43aac5e47f2: Download completefa01fc863b11: Verifying Checksumfa01fc863b11: Download complete70ce8722af9c: Download completed62c11b367a0: Verifying Checksumd62c11b367a0: Download completee28d1e571478: Download completee4619c0fdd56: Verifying Checksume4619c0fdd56: Download complete3cec61b290e9: Verifying Checksum3cec61b290e9: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete2642eb02d1cf: Verifying Checksum2642eb02d1cf: Download complete17410ed193a2: Verifying Checksum17410ed193a2: Download completeea4027cf29ff: Verifying Checksumea4027cf29ff: Download complete2d1c149b33bc: Verifying Checksum2d1c149b33bc: Download complete198f02c9d8bb: Verifying Checksum198f02c9d8bb: Download completeaa1fc2e76ba7: Verifying Checksumaa1fc2e76ba7: Download completeb4c1f20e76b0: Verifying Checksumb4c1f20e76b0: Download completef3c530c1395c: Verifying Checksumf3c530c1395c: Download completedabbe871c8f1: Download complete07bc2850efcf: Verifying Checksum07bc2850efcf: Download complete8f913be5ecad: Pull completece31ce67e69b: Pull complete0cf3a7789759: Pull completec44cd4c1c616: Verifying Checksumc44cd4c1c616: Download complete9bad6d1480ef: Verifying Checksum9bad6d1480ef: Download complete9f0c6299278d: Pull completee94bba55929b: Pull completeddce8e624d6f: Verifying Checksumddce8e624d6f: Download completefa0712264263: Verifying Checksumfa0712264263: Download complete9745a1b41bc7: Verifying Checksum9745a1b41bc7: Download complete926c04a38725: Verifying Checksum926c04a38725: Download complete33c611bdffe3: Verifying Checksum33c611bdffe3: Download complete2f12c3515d38: Verifying Checksum2f12c3515d38: Download completeb6435474c958: Download completecdd44d9ef1e0: Verifying Checksumcdd44d9ef1e0: Download complete9139b16fda07: Download completee8d70e26e60a: Verifying Checksume8d70e26e60a: Download completea5bdd4d4061a: Verifying Checksuma5bdd4d4061a: Download complete52f4f3aba300: Verifying Checksum52f4f3aba300: Download complete94f05428884b: Download complete3f06fd691d22: Verifying Checksum3f06fd691d22: Download completefa0712264263: Pull complete2e9048a7b53d: Pull complete9902de28c3f0: Pull completeff517c358677: Pull complete383f060cda87: Pull completeb7a964b1a83b: Pull complete02ef0fd530dd: Pull complete3cec61b290e9: Pull complete2273bd2c4d4b: Pull completec04c67aab9ae: Pull completeb43aac5e47f2: Pull completefa01fc863b11: Pull complete70ce8722af9c: Pull completed62c11b367a0: Pull completee28d1e571478: Pull completee4619c0fdd56: Pull complete4f4fb700ef54: Pull complete2642eb02d1cf: Pull complete17410ed193a2: Pull completeea4027cf29ff: Pull complete2d1c149b33bc: Pull completeaa1fc2e76ba7: Pull complete198f02c9d8bb: Pull completef3c530c1395c: Pull completeb4c1f20e76b0: Pull completedabbe871c8f1: Pull complete07bc2850efcf: Pull completec44cd4c1c616: Pull complete9bad6d1480ef: Pull complete9139b16fda07: Pull completeddce8e624d6f: Pull completecdd44d9ef1e0: Pull complete9745a1b41bc7: Pull complete926c04a38725: Pull complete33c611bdffe3: Pull complete2f12c3515d38: Pull completeb6435474c958: Pull completee8d70e26e60a: Pull complete3f06fd691d22: Pull completea5bdd4d4061a: Pull complete52f4f3aba300: Pull complete94f05428884b: Pull completeDigest: sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a52Status: Downloaded newer image for ocaml/opam@sha256:9ffbd4dce8556abb04e1b15c176a05adceba49b38691bce1367f35c8af127a522025-09-30 18:47.24 ---> using "464544ceb3be86cede6394dc71749c8c9ab6bfb0d79ff9828158551739284e81" from cache/: (comment debian-13-5.3_riscv64_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-09-30 18:47.24 ---> using "75ffd3c83aa012bc8b093a0947a298655da91fffc49261aacbc27aca5478db37" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-30 18:47.24 ---> using "bc4eabd090c5ab50b0842a159fc8bb3e4f2e48f604dc2d650850095378bf9911" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 5.3.02.4.12025-09-30 18:47.24 ---> using "99413c80cfa038280775c5555702646b7ce4ef7d5db78f1ce48bc162e5d0c7bc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-30 18:47.24 ---> using "e0356af4238671a0454b22b8ecc0eed962e0df3a67ab6c6f465f7818ddabe16e" 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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..4f9a23ad75 master -> origin/masterdbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-09-30 18:49.05 ---> saved as "bc8eb738eb41e15dd22c637393340203eb715710542b9f80d3d1593ba845a12b"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-09-30 18:49.05 ---> saved as "0d521e8ec5751600b81b7b6194b230ed195efc53dd8467d52c8085e2c5b3b89b"/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-09-30 18:49.25 ---> saved as "173b24c980a26a2f1fee0b38d70d33c1d1d873cabe661b2efe7e35b266330d10"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-30 18:49.25 ---> saved as "c7e437c7624838356f31e41092133f0a0559b519c3a1673dbf846701644bea76"/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 riscv64 Packages [43.4 kB]- Fetched 134 kB in 0s (292 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-09-30 18:50.08 ---> saved as "0c52c21417b805e0f899c986a9869333f72a54a7c8007a4eb9aeb0e27901b6e6"/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 csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed re.1.14.0-> installed cinaps.v0.15.1-> installed yojson.3.0.0-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2025-09-30 18:56.43 ---> saved as "52912eb60ba31af391e17863b7a7d690255d45491ba2b08e4ffcadcc4cde86ba"/src: (copy (src .) (dst /src))2025-09-30 18:56.44 ---> saved as "3f191eff2b076192fa2361e78a2237e6633b93f7ba1672588ec3dcfbf35ded70"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-09-30 19:04.39 ---> saved as "efec33b345bc28c784a993667765e65ebfbaa2733b2488915bb7fef46f2bf9d1"Job succeeded2025-09-30 19:04.40: Job succeeded