2025-09-10 00:45.35: New job: test ocaml-ppx/ppxlib https://github.com/ocaml-ppx/ppxlib.git#refs/heads/main (13943276fbb94466864e9e10228ddf677ecff509) (linux-s390x:debian-12-5.3_s390x_opam-2.4)Base: ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429dOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-ppx/ppxlib.git" -b "main" && cd "ppxlib" && git reset --hard 13943276cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d# debian-12-5.3_s390x_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.1.3.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.13.2 seq.base 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-10 00:45.35: Using cache hint "ocaml-ppx/ppxlib-ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d-debian-12-5.3_s390x_opam-2.4-118147251cd31096fbfc572bb9a523d6"2025-09-10 00:45.35: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d)(comment debian-12-5.3_s390x_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.1.3.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.13.2 seq.base 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-10 00:45.35: Waiting for resource in pool OCluster2025-09-10 00:45.35: Waiting for worker…2025-09-10 04:59.53: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devAll commits already cachedHEAD is now at 13943276 Merge pull request #593 from janestreet/location-error-type(from ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d)Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d' locallydocker.io/ocaml/opam@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d: Pulling from ocaml/opam635b31fd21bf: Already existsd2241af69236: Pulling fs layerb01ed226d56a: Pulling fs layerce29243779b8: Pulling fs layerd6d44dfc6148: Pulling fs layer65d8af08c74b: Pulling fs layer8b3a4df1deea: Pulling fs layer35b301c9020f: Pulling fs layer2b30cafc3f46: Pulling fs layer230a229503ff: Pulling fs layerb84413e0f8bd: Pulling fs layer4da717ee5292: Pulling fs layer1c362200cbf0: Pulling fs layer7183ceb52c5e: Pulling fs layer955c53dbcca7: Pulling fs layerbb0c913f7380: Pulling fs layer4d2f7b348aab: Pulling fs layer4abe96d7b106: Pulling fs layer6e1f16723306: Pulling fs layer6d39a0e54b8b: Pulling fs layer4f4fb700ef54: Pulling fs layeref627bf92ffd: Pulling fs layera0727d6775ba: Pulling fs layercdde895bddd6: Pulling fs layer3c565d1838b5: Pulling fs layer2a4a3accd971: Pulling fs layerd6d44dfc6148: Waitingbb0c913f7380: Waiting895d50c9eade: Pulling fs layer65d8af08c74b: Waiting62c852065b2b: Pulling fs layer8b3a4df1deea: Waiting4d2f7b348aab: Waiting35b301c9020f: Waiting8f320fea2a34: Pulling fs layer4abe96d7b106: Waiting2b30cafc3f46: Waiting6e1f16723306: Waiting38b6ae860b4a: Pulling fs layer230a229503ff: Waiting6d39a0e54b8b: Waiting48e1ea38ea9b: Pulling fs layer4f4fb700ef54: Waitingf86b35aabd4c: Pulling fs layerae736d4814b0: Pulling fs layeref627bf92ffd: Waitinga0727d6775ba: Waitinge2aa3389e06b: Pulling fs layercdde895bddd6: Waiting6c47b7de5556: Pulling fs layer3c565d1838b5: Waiting8244af9a8964: Pulling fs layer736335c67e45: Pulling fs layere43744af95ef: Pulling fs layer82acca771c5b: Pulling fs layer51185c19e2a1: Pulling fs layer6697ff7d577b: Pulling fs layer792b96ecebbe: Pulling fs layerec61508b03db: Pulling fs layer26b8e74f7bde: Pulling fs layera715c983d267: Pulling fs layerb7b01aff3036: Pulling fs layer2a4a3accd971: Waiting895d50c9eade: Waiting62c852065b2b: Waiting8f320fea2a34: Waiting38b6ae860b4a: Waiting48e1ea38ea9b: Waiting7183ceb52c5e: Waitingf86b35aabd4c: Waiting955c53dbcca7: Waiting4da717ee5292: Waitingae736d4814b0: Waitinge2aa3389e06b: Waiting6697ff7d577b: Waiting6c47b7de5556: Waiting8244af9a8964: Waiting792b96ecebbe: Waiting736335c67e45: Waitingec61508b03db: Waitinge43744af95ef: Waiting26b8e74f7bde: Waiting82acca771c5b: Waitinga715c983d267: Waiting51185c19e2a1: Waitingb7b01aff3036: Waiting1c362200cbf0: Waitingb84413e0f8bd: Waitingd2241af69236: Verifying Checksumd2241af69236: Download completeb01ed226d56a: Verifying Checksumb01ed226d56a: Download completed6d44dfc6148: Verifying Checksumd6d44dfc6148: Download completed2241af69236: Pull completece29243779b8: Verifying Checksumce29243779b8: Download completeb01ed226d56a: Pull complete8b3a4df1deea: Verifying Checksum8b3a4df1deea: Download complete35b301c9020f: Verifying Checksum35b301c9020f: Download completece29243779b8: Pull complete2b30cafc3f46: Verifying Checksum2b30cafc3f46: Download complete230a229503ff: Verifying Checksum230a229503ff: Download completed6d44dfc6148: Pull completeb84413e0f8bd: Verifying Checksumb84413e0f8bd: Download complete4da717ee5292: Verifying Checksum4da717ee5292: Download complete7183ceb52c5e: Verifying Checksum1c362200cbf0: Verifying Checksum1c362200cbf0: Download complete955c53dbcca7: Verifying Checksum955c53dbcca7: Download completebb0c913f7380: Verifying Checksumbb0c913f7380: Download complete4d2f7b348aab: Verifying Checksum4d2f7b348aab: Download complete4abe96d7b106: Verifying Checksum4abe96d7b106: Download complete6e1f16723306: Verifying Checksum6e1f16723306: Download complete6d39a0e54b8b: Verifying Checksum6d39a0e54b8b: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeef627bf92ffd: Verifying Checksumef627bf92ffd: Download completea0727d6775ba: Verifying Checksuma0727d6775ba: Download completecdde895bddd6: Download complete3c565d1838b5: Verifying Checksum3c565d1838b5: Download complete2a4a3accd971: Verifying Checksum2a4a3accd971: Download complete65d8af08c74b: Verifying Checksum65d8af08c74b: Download complete895d50c9eade: Verifying Checksum895d50c9eade: Download complete62c852065b2b: Download complete8f320fea2a34: Download complete38b6ae860b4a: Verifying Checksum38b6ae860b4a: Download complete48e1ea38ea9b: Verifying Checksum48e1ea38ea9b: Download completef86b35aabd4c: Download completeae736d4814b0: Download complete6c47b7de5556: Verifying Checksum6c47b7de5556: Download complete736335c67e45: Verifying Checksum736335c67e45: Download completee43744af95ef: Verifying Checksume43744af95ef: Download complete82acca771c5b: Verifying Checksum82acca771c5b: Download complete51185c19e2a1: Verifying Checksum51185c19e2a1: Download complete6697ff7d577b: Verifying Checksum6697ff7d577b: Download complete792b96ecebbe: Verifying Checksum792b96ecebbe: Download completeec61508b03db: Verifying Checksumec61508b03db: Download complete26b8e74f7bde: Verifying Checksum26b8e74f7bde: Download completea715c983d267: Verifying Checksuma715c983d267: Download complete65d8af08c74b: Pull completeb7b01aff3036: Verifying Checksumb7b01aff3036: Download complete8b3a4df1deea: Pull complete35b301c9020f: Pull complete2b30cafc3f46: Pull complete230a229503ff: Pull completeb84413e0f8bd: Pull complete8244af9a8964: Verifying Checksum8244af9a8964: Download complete4da717ee5292: Pull complete1c362200cbf0: Pull complete7183ceb52c5e: Pull complete955c53dbcca7: Pull completebb0c913f7380: Pull completee2aa3389e06b: Verifying Checksume2aa3389e06b: Download complete4d2f7b348aab: Pull complete4abe96d7b106: Pull complete6e1f16723306: Pull complete6d39a0e54b8b: Pull complete4f4fb700ef54: Pull completeef627bf92ffd: Pull completea0727d6775ba: Pull completecdde895bddd6: Pull complete3c565d1838b5: Pull complete2a4a3accd971: Pull complete895d50c9eade: Pull complete62c852065b2b: Pull complete8f320fea2a34: Pull complete38b6ae860b4a: Pull complete48e1ea38ea9b: Pull completef86b35aabd4c: Pull completeae736d4814b0: Pull completee2aa3389e06b: Pull complete6c47b7de5556: Pull complete8244af9a8964: Pull complete736335c67e45: Pull completee43744af95ef: Pull complete82acca771c5b: Pull complete51185c19e2a1: Pull complete6697ff7d577b: Pull complete792b96ecebbe: Pull completeec61508b03db: Pull complete26b8e74f7bde: Pull completea715c983d267: Pull completeb7b01aff3036: Pull completeDigest: sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429dStatus: Downloaded newer image for ocaml/opam@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d2025-09-10 04:59.53 ---> using "2bc600456260460ef5c020dd5551d9e10be2206bf4650d4eb14bea6940157dcd" from cache/: (comment debian-12-5.3_s390x_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-10 04:59.53 ---> using "39d2aa6ab9ddd3767627d72cac497b356c71cb0713e1b8075a48c27520d9413a" 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.Continue? [Y/n] yThis 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.Format upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-10 04:59.53 ---> using "ba5f044b7a6a4b8ad512c2ee7e7aad8550fc6b9d09d20529946cb107c943c3b5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-71-genericThe OCaml toplevel, version 5.3.02.4.12025-09-10 04:59.53 ---> using "a3c4270a987ba5d01df0b1a78a15b3870f7ecc7caba68a4ca210129fa9a7978b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-10 04:59.53 ---> using "a703fb16f1c38351164a4b381456cf6d0ff24d690b266264453bfa1cbaaa6e32" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee24528071..109398e2fd master -> origin/master109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2<><> 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-10 04:59.53 ---> using "f4baed678854bb3213a3202c64d938486aa4f8b9f075b01677b4f94f47364966" from cache/src: (copy (src ppxlib.opam ppxlib-tools.opam ppxlib-bench.opam) (dst ./))2025-09-10 04:59.53 ---> using "447b8afe333cfdcc031b07442cddc40b04410a595d3c9aca8dd735a8e016f4fd" 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-09-10 04:59.53 ---> using "81816b9249547b4b2c1a90be26bc58139f84e09a841a29bbe1191441aaf08b85" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-10 04:59.53 ---> using "d73dcb9ae019c2845c79f3ad9983235621e868e85c71866bbb605e72ee669b77" 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.1.3.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.13.2 seq.base 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"- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian bookworm/main s390x Packages [8458 kB]- Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [246 kB]- Fetched 8958 kB in 2s (5235 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-10 04:59.53 ---> using "2229b6ebf5e8708d93c3327e6b0e2043efbad2dfec86a59f99d7b08f282a9e29" 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 15 packages- install base v0.17.3- install cinaps v0.15.1- install cmdliner 1.3.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.13.2- install seq base- 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.1.3.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 seq.base (cached)-> installed seq.base-> retrieved re.1.13.2 (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.1.3.0-> installed ocamlfind.1.9.8-> installed dune.3.20.2-> installed csexp.1.5.2-> installed ppx_derivers.1.2.1-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed re.1.13.2-> installed yojson.3.0.0-> installed cinaps.v0.15.1-> installed base.v0.17.3Done.# To update the current shell environment, run: eval $(opam env)2025-09-10 04:59.53 ---> using "a7773ef8ebf1ddd7475a5ebfc6e2b1afbef3eb85eefd3dfd6b510a65095a851f" from cache/src: (copy (src .) (dst /src))2025-09-10 05:00.06 ---> saved as "6b55febf4127bf1b7cd8f56cfb4cf21a8413cbdd389c7fb27275bd36c04ae56c"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-09-10 05:01.04 ---> saved as "5c7a0daaea3cbdeeb3a08617cc888f37fead4580147c880b6089430cd8ddd99d"Job succeeded2025-09-10 05:01.04: Job succeeded