2026-03-16 15:36.04: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/pull/630/head (2432902a39025f0e730c66d90ce455da37482bca) (linux-x86_64:debian-13-5.4_x86_32_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0eOpam 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 2432902acat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e# debian-13-5.4_x86_32_opam-2.5USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN 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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.16.4 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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-16 15:36.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e-debian-13-5.4_x86_32_opam-2.5-f6a0d0c1127e4285e28f189c4d3677fa"2026-03-16 15:36.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)(comment debian-13-5.4_x86_32_opam-2.5)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && 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.16.4 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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-16 15:36.04: Waiting for resource in pool OCluster2026-03-16 15:36.04: Waiting for worker…2026-03-16 15:36.04: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 2432902a Expose bare minimum to manually order transformations(from ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e' locallydocker.io/ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e: Pulling from ocaml/opamb536877d3c0a: Pulling fs layerbccea9e34407: Pulling fs layer16a19f8f73ac: Pulling fs layer24b068660eba: Pulling fs layer0d733f3d73ff: Pulling fs layer9e24ce741f51: Pulling fs layerb536877d3c0a: Waitingbccea9e34407: Waiting8f72c68d553f: Pulling fs layerf54f6fc8bfc4: Pulling fs layer0d733f3d73ff: Waitingd06a9f3b5a73: Pulling fs layer9e24ce741f51: Waiting16a19f8f73ac: Waitingd42229ae6b83: Pulling fs layer24b068660eba: Waiting8f72c68d553f: Waitingd41dddb298da: Pulling fs layere9711f882917: Pulling fs layerd42229ae6b83: Waitingf54f6fc8bfc4: Waitingd06a9f3b5a73: Waiting07cbb93c10a3: Pulling fs layerd41dddb298da: Waiting2b3607a942e5: Pulling fs layere9711f882917: Waitingd5893ae3accb: Pulling fs layer2b3607a942e5: Waitingc3146a632652: Pulling fs layer3d57776a1d42: Pulling fs layer07cbb93c10a3: Waitingc3146a632652: Waiting839cefcf2b8e: Pulling fs layer026aaf3511fa: Pulling fs layer0a2654a36ae9: Pulling fs layer839cefcf2b8e: Waitingb23dc160efe7: Pulling fs layer4f4fb700ef54: Pulling fs layerc84b92e17807: Pulling fs layerb23dc160efe7: Waitinge6680f6f46b9: Pulling fs layer69486b6cae87: Pulling fs layer9909fe838d3d: Pulling fs layer3b1fbc03b573: Pulling fs layer4f4fb700ef54: Waitingc84b92e17807: Waiting1d2df1685cc4: Pulling fs layere6680f6f46b9: Waiting9bb166b2b0ea: Pulling fs layer3b1fbc03b573: Waiting9585c6d51dc3: Pulling fs layer1d2df1685cc4: Waitingddd1a568c795: Pulling fs layer9585c6d51dc3: Waiting64338fd8dd2d: Pulling fs layer69486b6cae87: Waiting9be4283ff733: Pulling fs layer783fb857d3f0: Pulling fs layer64338fd8dd2d: Waiting699fb07ac9eb: Pulling fs layer783fb857d3f0: Waitingdfd2f30ac354: Pulling fs layer0957629b6db6: Pulling fs layer699fb07ac9eb: Waitingdfd2f30ac354: Waiting50b35bb0a587: Pulling fs layer0957629b6db6: Waitinge4e361267282: Pulling fs layerd8d67cfb2698: Pulling fs layer1733597b7dba: Pulling fs layer921726d6d5f8: Pulling fs layercf4eebdd42ea: Pulling fs layer50b35bb0a587: Waiting921726d6d5f8: Waiting2ea6c26346f9: Pulling fs layere4e361267282: Waiting4e82b5c15dad: Pulling fs layer1733597b7dba: Waitingd8d67cfb2698: Waiting2ea6c26346f9: Waitingcf4eebdd42ea: Waiting53cf02a49f89: Pulling fs layer6d652118326c: Pulling fs layer4e82b5c15dad: Waiting53cf02a49f89: Waiting6d652118326c: Waitingbccea9e34407: Download completeb536877d3c0a: Verifying Checksumb536877d3c0a: Download complete16a19f8f73ac: Verifying Checksum16a19f8f73ac: Download complete0d733f3d73ff: Download completeb536877d3c0a: Pull completebccea9e34407: Pull complete16a19f8f73ac: Pull complete24b068660eba: Verifying Checksum24b068660eba: Download complete24b068660eba: Pull complete0d733f3d73ff: Pull complete8f72c68d553f: Verifying Checksum8f72c68d553f: Download completef54f6fc8bfc4: Verifying Checksumf54f6fc8bfc4: Download completed42229ae6b83: Download completed06a9f3b5a73: Verifying Checksumd06a9f3b5a73: Download completee9711f882917: Verifying Checksume9711f882917: Download completed41dddb298da: Verifying Checksumd41dddb298da: Download complete07cbb93c10a3: Verifying Checksum07cbb93c10a3: Download complete2b3607a942e5: Verifying Checksum2b3607a942e5: Download completed5893ae3accb: Download completec3146a632652: Verifying Checksumc3146a632652: Download complete3d57776a1d42: Download complete026aaf3511fa: Download complete839cefcf2b8e: Verifying Checksum839cefcf2b8e: Download completeb23dc160efe7: Download complete0a2654a36ae9: Verifying Checksum0a2654a36ae9: Download complete4f4fb700ef54: Download completec84b92e17807: Verifying Checksumc84b92e17807: Download completee6680f6f46b9: Download complete69486b6cae87: Download complete9909fe838d3d: Verifying Checksum9909fe838d3d: Download complete3b1fbc03b573: Download complete1d2df1685cc4: Verifying Checksum1d2df1685cc4: Download complete9bb166b2b0ea: Verifying Checksum9bb166b2b0ea: Download complete9585c6d51dc3: Verifying Checksum9585c6d51dc3: Download complete64338fd8dd2d: Download completeddd1a568c795: Verifying Checksumddd1a568c795: Download complete9be4283ff733: Verifying Checksum9be4283ff733: Download complete783fb857d3f0: Download completedfd2f30ac354: Download complete699fb07ac9eb: Verifying Checksum699fb07ac9eb: Download complete50b35bb0a587: Verifying Checksum50b35bb0a587: Download completee4e361267282: Verifying Checksume4e361267282: Download complete9e24ce741f51: Verifying Checksum9e24ce741f51: Download completed8d67cfb2698: Verifying Checksumd8d67cfb2698: Download complete1733597b7dba: Verifying Checksum1733597b7dba: Download complete921726d6d5f8: Verifying Checksum921726d6d5f8: Download completecf4eebdd42ea: Download complete4e82b5c15dad: Download complete53cf02a49f89: Download complete6d652118326c: Verifying Checksum6d652118326c: Download complete2ea6c26346f9: Verifying Checksum2ea6c26346f9: Download complete9e24ce741f51: Pull complete8f72c68d553f: Pull completef54f6fc8bfc4: Pull completed06a9f3b5a73: Pull completed42229ae6b83: Pull completed41dddb298da: Pull completee9711f882917: Pull complete07cbb93c10a3: Pull complete2b3607a942e5: Pull completed5893ae3accb: Pull completec3146a632652: Pull complete3d57776a1d42: Pull complete0957629b6db6: Verifying Checksum839cefcf2b8e: Pull complete026aaf3511fa: Pull complete0a2654a36ae9: Pull completeb23dc160efe7: Pull complete4f4fb700ef54: Pull completec84b92e17807: Pull completee6680f6f46b9: Pull complete69486b6cae87: Pull complete9909fe838d3d: Pull complete3b1fbc03b573: Pull complete1d2df1685cc4: Pull complete9bb166b2b0ea: Pull complete9585c6d51dc3: Pull completeddd1a568c795: Pull complete64338fd8dd2d: Pull complete9be4283ff733: Pull complete783fb857d3f0: Pull complete699fb07ac9eb: Pull completedfd2f30ac354: Pull complete0957629b6db6: Pull complete50b35bb0a587: Pull completee4e361267282: Pull completed8d67cfb2698: Pull complete1733597b7dba: Pull complete921726d6d5f8: Pull completecf4eebdd42ea: Pull complete2ea6c26346f9: Pull complete4e82b5c15dad: Pull complete53cf02a49f89: Pull complete6d652118326c: Pull completeDigest: sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0eStatus: Downloaded newer image for ocaml/opam@sha256:b42c1d415159aeb0804919e73ee28dd4d0ad1fbcf3f870a1c4b8dc6f1fc5db0e2026-03-16 15:38.42 ---> saved as "b43c5bd5df55bb59e33984ce21c0929f569d40c264688b0ca0b4d2f840fcee64"/: (comment debian-13-5.4_x86_32_opam-2.5)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-16 15:38.43 ---> saved as "8bf2208dcd99b73b19fb525db653574524d6676298159838a734fed974049567"/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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-16 15:39.09 ---> saved as "0fc3f3f1c6af3c543dfcdffb553f9db1f0efd0bd035a672f589b7c1e1812afe5"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 5.4.02.5.02026-03-16 15:39.09 ---> saved as "385401cce6700537005a0a9f12abfbbfbf3c21b42c8c7ba95d0bb6910a1f2d9f"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 15:39.09 ---> saved as "7e5ced75d3ecea24fe578a7b4f4d6409b0850c8de36aafe4f46b3d2afd561d00"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD340ee6fd1f..4f056bfedf master -> origin/master31462e7d24 Merge pull request #29451 from dra27/relocatable-package<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, 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-03-16 15:39.26 ---> saved as "a71127b7f2370450981f109c69c6da19660a0e558ee63b9ac2bff7048458c828"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-16 15:39.27 ---> saved as "287b84148b979b3b05a56b33dc929bb36112674eff4dbfbf06bb59256d57ff09"/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-16 15:39.30 ---> saved as "d5e883eee159cca638386e0adb6e42e7ed2e7198bae5bf0e5b04e1bbe568041f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 15:39.30 ---> saved as "acaceccae9515361eaaa60ba45a5247afdc4a8464351c1e770b6d135f6666055"/src: (env DEPS "base.v0.16.4 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-option-bytecode-only.1 ocaml-options-vanilla.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 re.1.14.0 sexplib0.v0.16.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 i386 Packages [9430 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main i386 Packages [102 kB]- Fetched 9764 kB in 1s (8589 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-option-bytecode-only 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-16 15:39.39 ---> saved as "c182ac3a470753b81eedde77a07dddffc05dcde2a81c358e5ede5b0940e4f5a7"/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-option-bytecode-only 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 13 packages- install base v0.16.4- 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 ocamlfind 1.9.8- install ppx_derivers 1.2.1- install re 1.14.0- install sexplib0 v0.16.0- install stdlib-shims 0.3.0- install yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved base.v0.16.4 (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 ppx_derivers.1.2.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.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 stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed ocaml-compiler-libs.v0.17.0-> installed dune-configurator.3.21.1-> installed base.v0.16.4Done.# To update the current shell environment, run: eval $(opam env)2026-03-16 15:40.58 ---> saved as "d93f18f9a84fdbae67469a9dfd658be578c71052ee70be3c74521f78418ec082"/src: (copy (src .) (dst /src))2026-03-16 15:40.58 ---> saved as "ca94e426e82cec9cbad782c6128523b346e30fe106a9a44f0a21d99e462b35e6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-16 15:41.35 ---> saved as "5bf419f22a6a97661bd19bb100b8c642e7c210fb9fcff15db0bcd23b1defb742"Job succeeded2026-03-16 15:41.35: Job succeeded