2025-09-15 07:45.14: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/238/head (4de315d7102e71676d0afeb690b5fef1437f7bbf) (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/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/238/head" && git reset --hard 4de315d7cat > 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 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./RUN opam pin add -yn dockerfile.dev './' && \opam pin add -yn dockerfile-opam.dev './' && \opam pin add -yn dockerfile-cmd.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 num.1.6 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-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-15 07:45.14: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-12-ocaml-5.3@sha256:a4f51d4bbbbebd94d2e32b33a9c76daeb7e1cba4d01f4cbb17f3d751ca75429d-debian-12-5.3_s390x_opam-2.4-45836d2187dc4ba8393306af5385a1f7"2025-09-15 07:45.14: 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 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))(run (network host)(shell "opam pin add -yn dockerfile.dev './' && \\nopam pin add -yn dockerfile-opam.dev './' && \\nopam pin add -yn dockerfile-cmd.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 num.1.6 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-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")(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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-15 07:45.14: Waiting for resource in pool OCluster2025-09-15 07:45.14: Waiting for worker…2025-09-15 07:46.14: Got resource from pool OClusterBuilding on s390x-worker-01.marist.ci.devHEAD is now at 55b8404 Updated CHANGES.md prior to releaseHEAD is now at 4de315d Deprecate Ubuntu 24.10(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-15 07:46.15 ---> 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-15 07:46.15 ---> 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-15 07:46.15 ---> 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-15 07:46.15 ---> using "a3c4270a987ba5d01df0b1a78a15b3870f7ecc7caba68a4ca210129fa9a7978b" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-15 07:46.15 ---> 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-15 07:46.15 ---> using "f4baed678854bb3213a3202c64d938486aa4f8b9f075b01677b4f94f47364966" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-09-15 07:46.17 ---> saved as "64f6594500782d584c63c7fabd48eb9013f8df7fd559be1c7228291dbcb69ada"/src: (run (network host)(shell "opam pin add -yn dockerfile.dev './' && \\nopam pin add -yn dockerfile-opam.dev './' && \\nopam pin add -yn dockerfile-cmd.dev './'"))[dockerfile.dev] synchronised (file:///src)dockerfile is now pinned to file:///src (version dev)[dockerfile-opam.dev] synchronised (file:///src)dockerfile-opam is now pinned to file:///src (version dev)[dockerfile-cmd.dev] synchronised (file:///src)dockerfile-cmd is now pinned to file:///src (version dev)2025-09-15 07:46.24 ---> saved as "9b80c8ff85da9f9403ec20bab9faf6617e1ba6425cd6f257d76f8c98e0c9d9b2"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-15 07:46.25 ---> saved as "ce365ab679b93028510fd215bf5f444591f9a0535dfda841a8517ba42db1d772"/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 num.1.6 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-syntax-shims.1.0.0 ocaml-version.4.0.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.36.0 ppxlib_jane.v0.17.4 re.1.13.2 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")/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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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 8959 kB in 1s (6187 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[dockerfile.dev] synchronised (file:///src)[dockerfile-cmd.dev] synchronised (file:///src)[dockerfile-opam.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-15 07:46.40 ---> saved as "a173a2175ad027b1d273405be8df38f2c595a4182392e86038a1a8c4b5b75d4e"/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 31 packages- install alcotest 1.9.0- install astring 0.8.5- install base v0.17.3- install bos 0.2.1- install cmdliner 1.3.0- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install fpath 0.7.3- install logs 0.9.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.17.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.36.0- install ppxlib_jane v0.17.4- install re 1.13.2- install rresult 0.7.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved seq.base (cached)-> retrieved re.1.13.2 (cached)-> retrieved rresult.0.7.0 (cached)-> installed cmdliner.1.3.0-> installed num.1.6-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> installed ocamlfind.1.9.8-> installed seq.base-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed fpath.0.7.3-> installed logs.0.9.0-> installed uutf.1.0.4-> installed bos.0.2.1-> installed dune.3.20.2-> installed csexp.1.5.2-> installed ocaml-version.4.0.1-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> 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 parsexp.v0.17.0-> installed alcotest.1.9.0-> installed sexplib.v0.17.0-> installed base.v0.17.3-> installed ppxlib.0.36.0-> installed ppxlib_jane.v0.17.4-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-09-15 07:48.26 ---> saved as "3dec09b6ec66a3a29ef3ca054072f7c52920eec9fca2873b998561fead804ae8"/src: (copy (src .) (dst /src))2025-09-15 07:48.27 ---> saved as "ec2162301a458060791ae99ba04ff078a719b63e5f3ae81d26c7fffd0733f595"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./dockerfile.exe)Testing `test'.This run has ID `VRM5F2DD'.[OK] dockerfile 0 string_of_t.[OK] dockerfile 1 string_of_t.[OK] dockerfile 2 Format RUN heredocs.Full test results in `/src/_build/default/test/_build/_tests/test'.Test Successful in 0.000s. 3 tests run.2025-09-15 07:48.42 ---> saved as "d41fbc7221ef9eda138406612b24dc1119813999157fdb7f7ebf28b7d161d871"Job succeeded2025-09-15 07:48.42: Job succeeded