2026-03-09 09:29.00: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/5.5-preview (a6fadbd212f3cd7d5d8dcfefc46c884f710fedc0) (linux-x86_64:fedora-42-5.4_opam-2.5)Base: ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "5.5-preview" && cd "ppxlib" && git reset --hard a6fadbd2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8# fedora-42-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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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.1.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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-03-09 09:29.00: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8-fedora-42-5.4_opam-2.5-4e24483ff863a883e0f01f8b16cf5694"2026-03-09 09:29.00: Using OBuilder spec:((from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)(comment fedora-42-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 (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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && 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 (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.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.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-03-09 09:29.00: Waiting for resource in pool OCluster2026-03-09 09:29.01: Waiting for worker…2026-03-09 09:29.01: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at a6fadbd2 Add preview version to dune-project(from ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8)Unable to find image 'ocaml/opam:fedora-42-ocaml-5.4@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8' locallydocker.io/ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8: Pulling from ocaml/opambcbfb8588268: Pulling fs layer3c0f297c7ebe: Pulling fs layeraa5c2d2d08bf: Pulling fs layer6d0ea2f7619a: Pulling fs layerd8ae33fdd7e4: Pulling fs layeraff0ae25a5ed: Pulling fs layer763c4d48e69f: Pulling fs layer224f6408282e: Pulling fs layerb0e824e6a43e: Pulling fs layer49602a4eaa78: Pulling fs layeraff0ae25a5ed: Waitingd8ae33fdd7e4: Waiting8f7482f03196: Pulling fs layer763c4d48e69f: Waitinge5cca9034cee: Pulling fs layer6d0ea2f7619a: Waiting671100e31ff4: Pulling fs layer92d8a98c5a53: Pulling fs layerb0e824e6a43e: Waiting8c978c0f4d23: Pulling fs layer49602a4eaa78: Waiting5fafe8b7433b: Pulling fs layer8f7482f03196: Waitinge5cca9034cee: Waiting8c978c0f4d23: Waitingac811e41c6f4: Pulling fs layer671100e31ff4: Waitingc8847b6d78da: Pulling fs layercd8d073f2bde: Pulling fs layer08d9cdfd2caa: Pulling fs layerac811e41c6f4: Waiting5fafe8b7433b: Waitingc8847b6d78da: Waiting08d9cdfd2caa: Waitingcd8d073f2bde: Waiting14f0b1c87802: Pulling fs layer4f4fb700ef54: Pulling fs layer0da4a6bd454b: Pulling fs layerd18868971912: Pulling fs layer987cb7d14d01: Pulling fs layer4f4fb700ef54: Waiting14f0b1c87802: Waiting0da4a6bd454b: Waitingd18868971912: Waiting5f356ad75c5c: Pulling fs layer0927f1175e1d: Pulling fs layer5f356ad75c5c: Waitingf5c2edb93960: Pulling fs layer6934bfa87ff6: Pulling fs layere74423d6cd9a: Pulling fs layer0a18e22160b1: Pulling fs layer0927f1175e1d: Waitingf5c2edb93960: Waitinge74423d6cd9a: Waiting4c112de4bc7c: Pulling fs layer1929b0892699: Pulling fs layer0a18e22160b1: Waiting22b50ce1d753: Pulling fs layerf256f9415c16: Pulling fs layer4c112de4bc7c: Waiting7c46b5aee8e8: Pulling fs layer22b50ce1d753: Waiting710b959bafe1: Pulling fs layer1929b0892699: Waitingf256f9415c16: Waiting7c46b5aee8e8: Waiting8be66c6a213a: Pulling fs layer710b959bafe1: Waiting3d6e47b0e7a8: Pulling fs layer511d127400dd: Pulling fs layer53b752509743: Pulling fs layer3d6e47b0e7a8: Waiting7cfd122df5ef: Pulling fs layer511d127400dd: Waiting2bf97858691f: Pulling fs layerf6c0f4e21b4f: Pulling fs layer68b65f2fb2c2: Pulling fs layerf6c0f4e21b4f: Waiting2bf97858691f: Waiting3c0f297c7ebe: Verifying Checksum3c0f297c7ebe: Download completebcbfb8588268: Verifying Checksumbcbfb8588268: Download completed8ae33fdd7e4: Verifying Checksumd8ae33fdd7e4: Download completeaff0ae25a5ed: Verifying Checksumaff0ae25a5ed: Download complete763c4d48e69f: Verifying Checksum763c4d48e69f: Download complete224f6408282e: Verifying Checksum224f6408282e: Download completeb0e824e6a43e: Verifying Checksumb0e824e6a43e: Download complete49602a4eaa78: Verifying Checksum49602a4eaa78: Download completebcbfb8588268: Pull complete3c0f297c7ebe: Pull complete8f7482f03196: Verifying Checksum8f7482f03196: Download completee5cca9034cee: Verifying Checksume5cca9034cee: Download complete671100e31ff4: Verifying Checksum671100e31ff4: Download complete92d8a98c5a53: Verifying Checksum92d8a98c5a53: Download complete8c978c0f4d23: Verifying Checksum8c978c0f4d23: Download complete5fafe8b7433b: Download completeac811e41c6f4: Download completec8847b6d78da: Download complete6d0ea2f7619a: Verifying Checksum6d0ea2f7619a: Download completecd8d073f2bde: Verifying Checksumcd8d073f2bde: Download complete08d9cdfd2caa: Verifying Checksum08d9cdfd2caa: Download complete14f0b1c87802: Verifying Checksum14f0b1c87802: Download complete4f4fb700ef54: Download complete0da4a6bd454b: Verifying Checksum0da4a6bd454b: Download completed18868971912: Verifying Checksumd18868971912: Download complete987cb7d14d01: Verifying Checksum987cb7d14d01: Download complete0927f1175e1d: Download completeaa5c2d2d08bf: Verifying Checksumaa5c2d2d08bf: Download complete5f356ad75c5c: Verifying Checksum5f356ad75c5c: Download completef5c2edb93960: Verifying Checksumf5c2edb93960: Download complete6934bfa87ff6: Verifying Checksum6934bfa87ff6: Download completee74423d6cd9a: Verifying Checksume74423d6cd9a: Download complete0a18e22160b1: Download complete4c112de4bc7c: Verifying Checksum4c112de4bc7c: Download complete1929b0892699: Verifying Checksum1929b0892699: Download complete22b50ce1d753: Verifying Checksum22b50ce1d753: Download complete7c46b5aee8e8: Verifying Checksum7c46b5aee8e8: Download complete8be66c6a213a: Download complete3d6e47b0e7a8: Download completeaa5c2d2d08bf: Pull complete511d127400dd: Verifying Checksum511d127400dd: Download complete53b752509743: Verifying Checksum53b752509743: Download complete710b959bafe1: Verifying Checksum710b959bafe1: Download complete2bf97858691f: Verifying Checksum2bf97858691f: Download completef6c0f4e21b4f: Verifying Checksumf6c0f4e21b4f: Download complete68b65f2fb2c2: Download complete7cfd122df5ef: Verifying Checksum7cfd122df5ef: Download completef256f9415c16: Verifying Checksumf256f9415c16: Download complete6d0ea2f7619a: Pull completed8ae33fdd7e4: Pull completeaff0ae25a5ed: Pull complete763c4d48e69f: Pull complete224f6408282e: Pull completeb0e824e6a43e: Pull complete49602a4eaa78: Pull complete8f7482f03196: Pull completee5cca9034cee: Pull complete671100e31ff4: Pull complete92d8a98c5a53: Pull complete8c978c0f4d23: Pull complete5fafe8b7433b: Pull completeac811e41c6f4: Pull completec8847b6d78da: Pull completecd8d073f2bde: Pull complete08d9cdfd2caa: Pull complete14f0b1c87802: Pull complete4f4fb700ef54: Pull complete0da4a6bd454b: Pull completed18868971912: Pull complete987cb7d14d01: Pull complete5f356ad75c5c: Pull complete0927f1175e1d: Pull completef5c2edb93960: Pull complete6934bfa87ff6: Pull completee74423d6cd9a: Pull complete0a18e22160b1: Pull complete4c112de4bc7c: Pull complete1929b0892699: Pull complete22b50ce1d753: Pull completef256f9415c16: Pull complete7c46b5aee8e8: Pull complete710b959bafe1: Pull complete8be66c6a213a: Pull complete3d6e47b0e7a8: Pull complete511d127400dd: Pull complete53b752509743: Pull complete7cfd122df5ef: Pull complete2bf97858691f: Pull completef6c0f4e21b4f: Pull complete68b65f2fb2c2: Pull completeDigest: sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa8Status: Downloaded newer image for ocaml/opam@sha256:af3807edfde31652769b5a5011b4c8f9109875ac6f7e4ae119331178ca647aa82026-03-09 09:29.03 ---> using "df14cd90ce9bb00d2ec3452cc8c95f7005fb902611b52fd480ace2e03f802e87" from cache/: (comment fedora-42-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 42 - x86_64 - Updates 100% | 12.6 KiB/s | 19.0 KiB | 00m02sFedora 42 - x86_64 100% | 22.5 KiB/s | 23.6 KiB | 00m01sFedora 42 openh264 (From Cisco) - x86_ 100% | 1.3 KiB/s | 986.0 B | 00m01sRepositories loaded.Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed.Nothing to do.2026-03-09 09:29.03 ---> using "2799ff75c9c61284d6f7a1f647ac37570b94a2b49ae88a2e1c73dfb1ea43194e" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-09 09:29.03 ---> using "9c619b4adeab6fdd5544f88f84a4bb54a7c60a1fac8236cf05e09d18e183c65e" 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-09 09:29.03 ---> using "7f98e5eebde2aa32373cdf2b56e35afa38478f841e32595058079a1009ca1ca0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.5.02026-03-09 09:29.03 ---> using "b84868788286afe3b7593c4c2a6c6b9b5f222bc8b625b8b73b5b9e58dd3950b3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-09 09:29.03 ---> using "c4b52acd1f2460cd9cdca02c90025ed2e9060a6f6453d01bb3ae0fbb36481c69" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u"))302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> 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)2026-03-09 09:29.03 ---> using "f065daedf11f717b36f69fae0e610a8b0b10aff4d54e74377732fb0fd32b5462" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-09 09:29.03 ---> saved as "8657af3b16ddad921c7fec21ccb0737de5156634f67b0a0d0d7fb87a11789fbe"/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-03-09 09:29.05 ---> saved as "44a949df42795296d635f47e0e2cf859ee0082e0682a9c67fdd2a749f3b77d55"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-09 09:29.05 ---> saved as "19837dc6aa24f7af9a0ef0ca07d3d55e486bfbfcb46ffe0e21b18d9e89a482d2"/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.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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.5 --depext-only -y ppxlib.dev ppxlib-tools.dev ppxlib-bench.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 42 - x86_64 - Updates 100% | 67.9 KiB/s | 8.6 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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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).# To update the current shell environment, run: eval $(opam env)2026-03-09 09:29.14 ---> saved as "bcf540fc4127dac554192d817c9c7d39ee89b26c103302c5592782a1aa4756c4"/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.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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.1.0- install csexp 1.5.2- install dune 3.21.1- install dune-configurator 3.21.1- 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.1.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.21.1, dune-configurator.3.21.1 (cached)-> installed cmdliner.2.1.0-> installed ocamlfind.1.9.8-> installed dune.3.21.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.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.21.1-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2026-03-09 09:30.03 ---> saved as "f271701334a2caddf7b34816ab4e9ce0de06e43051cf2ec2fc1d15bf9e89ffa4"/src: (copy (src .) (dst /src))2026-03-09 09:30.04 ---> saved as "f3f2e71ea8dc95b556ede2344f3cb8e23fcb4bfd852e54be3c3b05bde05fe068"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-09 09:30.30 ---> saved as "c929d9731c240792a34a662fd88de80f46548ed0a08fedbf929b0a9aef0651cf"Job succeeded2026-03-09 09:30.30: Job succeeded