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_opam-2.5)Base: ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104cOpam 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:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c# debian-13-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 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.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-16 15:36.04: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c-debian-13-5.4_opam-2.5-4e24483ff863a883e0f01f8b16cf5694"2026-03-16 15:36.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)(comment debian-13-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 (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.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-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 doris.caelum.ci.devHEAD is now at 2dc3e7c8 Update changelogHEAD is now at 2432902a Expose bare minimum to manually order transformations(from ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c' locallydocker.io/ocaml/opam@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c: Pulling from ocaml/opamef235bf1a09a: Pulling fs layer58b06b604a42: Pulling fs layerb55f23c32d5a: Pulling fs layeraa415425edb7: Pulling fs layerc4f39ed7469c: Pulling fs layerca248a2fdd5e: Pulling fs layer74109c509b2f: Pulling fs layer18c2fa2271cb: Pulling fs layer37d4d41661a2: Pulling fs layeraa415425edb7: Waiting0b2f35f78814: Pulling fs layerc4f39ed7469c: Waitinge65f29522a9a: Pulling fs layer603a51b67573: Pulling fs layerca248a2fdd5e: Waiting37d4d41661a2: Waiting89b2faa02f16: Pulling fs layer0b2f35f78814: Waitinge5f11471afd4: Pulling fs layerd7b0e5daa224: Pulling fs layer74109c509b2f: Waiting18c2fa2271cb: Waiting7bec4d50f3b2: Pulling fs layer603a51b67573: Waitingd3a70ed71f1c: Pulling fs layere5f11471afd4: Waitingd7b0e5daa224: Waiting90de03d9b27a: Pulling fs layerd3a70ed71f1c: Waitinga28f685cf2db: Pulling fs layer5bb5e02041c7: Pulling fs layer74f9af816199: Pulling fs layer74c2f6cb4138: Pulling fs layer90de03d9b27a: Waiting5bb5e02041c7: Waitinga28f685cf2db: Waiting4f4fb700ef54: Pulling fs layer74f9af816199: Waiting5ce9bdcb2952: Pulling fs layer74c2f6cb4138: Waiting4f4fb700ef54: Waitingbf18c14e9b34: Pulling fs layerbb4b67501479: Pulling fs layer89e7ed0468f5: Pulling fs layerbf18c14e9b34: Waiting5ce9bdcb2952: Waiting640077527026: Pulling fs layerbb4b67501479: Waiting89e7ed0468f5: Waiting363b481ff012: Pulling fs layer640077527026: Waiting437bd8bc3ce9: Pulling fs layer363b481ff012: Waitinge65f29522a9a: Waiting2bcf3429833a: Pulling fs layer3e5fe21454e9: Pulling fs layerf3afb11ae499: Pulling fs layer437bd8bc3ce9: Waitingc3a5b88f5e5f: Pulling fs layer2bcf3429833a: Waiting124a1dc355b1: Pulling fs layer0a9982d37abd: Pulling fs layer3e5fe21454e9: Waiting9b8b724665ed: Pulling fs layerf3afb11ae499: Waitingf81507befe71: Pulling fs layer0a9982d37abd: Waiting7984e4546bf9: Pulling fs layerf81507befe71: Waiting3579b890ab6e: Pulling fs layere83772930ba8: Pulling fs layerae210f88246e: Pulling fs layere83772930ba8: Waitinge035ef68bd1a: Pulling fs layer10a755270a5b: Pulling fs layere035ef68bd1a: Waitingae210f88246e: Waitingba9bc7232694: Pulling fs layer10a755270a5b: Waitingd6bc4e91a30f: Pulling fs layerba9bc7232694: Waitinga3c4c8a1f4e2: Pulling fs layer845ad49c4ca0: Pulling fs layera3c4c8a1f4e2: Waiting845ad49c4ca0: Waitingd6bc4e91a30f: Waiting58b06b604a42: Verifying Checksum58b06b604a42: Download completec4f39ed7469c: Download completeaa415425edb7: Verifying Checksumaa415425edb7: Download complete74109c509b2f: Verifying Checksum74109c509b2f: Download complete18c2fa2271cb: Verifying Checksum18c2fa2271cb: Download completeca248a2fdd5e: Verifying Checksumca248a2fdd5e: Download complete0b2f35f78814: Verifying Checksum0b2f35f78814: Download completee65f29522a9a: Verifying Checksume65f29522a9a: Download complete603a51b67573: Verifying Checksum603a51b67573: Download complete89b2faa02f16: Verifying Checksum89b2faa02f16: Download complete37d4d41661a2: Verifying Checksum37d4d41661a2: Download completee5f11471afd4: Verifying Checksume5f11471afd4: Download completed7b0e5daa224: Verifying Checksumd7b0e5daa224: Download complete7bec4d50f3b2: Download completed3a70ed71f1c: Verifying Checksumd3a70ed71f1c: Download complete90de03d9b27a: Verifying Checksum90de03d9b27a: Download completea28f685cf2db: Download complete5bb5e02041c7: Verifying Checksum5bb5e02041c7: Download complete74c2f6cb4138: Verifying Checksum74c2f6cb4138: Download complete74f9af816199: Verifying Checksum74f9af816199: Download complete5ce9bdcb2952: Verifying Checksum5ce9bdcb2952: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completebf18c14e9b34: Download complete89e7ed0468f5: Verifying Checksum89e7ed0468f5: Download complete640077527026: Verifying Checksum640077527026: Download completebb4b67501479: Download complete363b481ff012: Verifying Checksum363b481ff012: Download complete437bd8bc3ce9: Verifying Checksum437bd8bc3ce9: Download complete2bcf3429833a: Download complete3e5fe21454e9: Verifying Checksum3e5fe21454e9: Download completec3a5b88f5e5f: Verifying Checksumc3a5b88f5e5f: Download completef3afb11ae499: Verifying Checksumf3afb11ae499: Download complete124a1dc355b1: Verifying Checksum124a1dc355b1: Download complete9b8b724665ed: Verifying Checksum9b8b724665ed: Download complete0a9982d37abd: Download completef81507befe71: Verifying Checksumf81507befe71: Download complete3579b890ab6e: Verifying Checksum3579b890ab6e: Download complete7984e4546bf9: Verifying Checksum7984e4546bf9: Download completee83772930ba8: Verifying Checksume83772930ba8: Download completee035ef68bd1a: Verifying Checksume035ef68bd1a: Download completeae210f88246e: Verifying Checksumae210f88246e: Download complete10a755270a5b: Verifying Checksum10a755270a5b: Download completed6bc4e91a30f: Download completea3c4c8a1f4e2: Verifying Checksuma3c4c8a1f4e2: Download complete845ad49c4ca0: Download completeba9bc7232694: Verifying Checksumba9bc7232694: Download completeef235bf1a09a: Download completeef235bf1a09a: Pull complete58b06b604a42: Pull completeb55f23c32d5a: Pull completeaa415425edb7: Pull completec4f39ed7469c: Pull completeca248a2fdd5e: Pull complete74109c509b2f: Pull complete18c2fa2271cb: Pull complete37d4d41661a2: Pull complete0b2f35f78814: Pull completee65f29522a9a: Pull complete603a51b67573: Pull complete89b2faa02f16: Pull completee5f11471afd4: Pull completed7b0e5daa224: Pull complete7bec4d50f3b2: Pull completed3a70ed71f1c: Pull complete90de03d9b27a: Pull completea28f685cf2db: Pull complete5bb5e02041c7: Pull complete74f9af816199: Pull complete74c2f6cb4138: Pull complete4f4fb700ef54: Pull complete5ce9bdcb2952: Pull completebf18c14e9b34: Pull completebb4b67501479: Pull complete89e7ed0468f5: Pull complete640077527026: Pull complete363b481ff012: Pull complete437bd8bc3ce9: Pull complete2bcf3429833a: Pull complete3e5fe21454e9: Pull completef3afb11ae499: Pull completec3a5b88f5e5f: Pull complete124a1dc355b1: Pull complete0a9982d37abd: Pull complete9b8b724665ed: Pull completef81507befe71: Pull complete7984e4546bf9: Pull complete3579b890ab6e: Pull completee83772930ba8: Pull completeae210f88246e: Pull completee035ef68bd1a: Pull complete10a755270a5b: Pull completeba9bc7232694: Pull completed6bc4e91a30f: Pull completea3c4c8a1f4e2: Pull complete845ad49c4ca0: Pull completeDigest: sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104cStatus: Downloaded newer image for ocaml/opam@sha256:4add1601135529e9f2e403a25c1c640231c0e871e87f88cf8feab4be5095104c2026-03-16 15:39.06 ---> saved as "3c18c9e472a4f76bc128dc0a5a1e21158ba3dbd0d6773ace6ec33f0cfe6fac9b"/: (comment debian-13-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-03-16 15:39.06 ---> saved as "21b697a450b29355551abeb3f4daec26cba73e40a70f0798f604fd3fb26812be"/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.Continue? [Y/n] yFormat upgrade done.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.[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<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-16 15:39.29 ---> saved as "a57c7d649fb37a8a78250eb8e1010ea36886835eb9814f75aafe9cfec50f3c58"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-94-genericThe OCaml toplevel, version 5.4.02.5.02026-03-16 15:39.29 ---> saved as "6d63efd9368535332a4bec0e7f8079e5429ea8d0b22319e33094012760de763a"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-16 15:39.29 ---> saved as "6f5671fbe2697a965054ee1ca297664bc1a4e8a54b5882ae8c349c89af01b0fc"/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.47 ---> saved as "5c8ef67eeb529351b8a00effb1c639a919ddb9356997a5d1ed3572f25230ae64"/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2026-03-16 15:39.47 ---> saved as "24c54076f0f41b308b3f8e101c20e4689c370c0c9707951277e1455f54e9e7fa"/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.51 ---> saved as "2488164db388cb7549299e57b173ef72f8a7e94c2f3a7a1ce2213b7210cdfc39"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-16 15:39.51 ---> saved as "0a97cf9ee7426a8ed7ececa81ebff74edc3b65af5cae42e867b74bff82dbb10e"/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/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 amd64 Packages [9671 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [111 kB]- Fetched 10.0 MB in 1s (10.6 MB/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.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:40.00 ---> saved as "0053503e8a5ce21867bb6858ffbc5b6f8bfb9b9aa0757c3739421c4a7d691dec"/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-16 15:40.41 ---> saved as "41528639283a1fea01420e6b3dc734d4e5a5957724b041573452cca6ac9b2246"/src: (copy (src .) (dst /src))2026-03-16 15:40.42 ---> saved as "e4e252d5838df460ef59e9e1cb965df6870ab3769451eeaa1fd911641bab5dbb"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-03-16 15:41.01 ---> saved as "c4875c37b3884ee23aeadfea5e94f7991bd690638cefaa2d7d07b47e83db5183"Job succeeded2026-03-16 15:41.01: Job succeeded