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-x86_64:alpine-3.21-5.3_opam-2.4)Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123Opam 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:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123# alpine-3.21-5.3_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:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123-alpine-3.21-5.3_opam-2.4-45836d2187dc4ba8393306af5385a1f7"2025-09-15 07:45.14: Using OBuilder spec:((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123)(comment alpine-3.21-5.3_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:45.17: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at 4de315d Deprecate Ubuntu 24.10(from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123)Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123' locallydocker.io/ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123: Pulling from ocaml/opam0368fd46e3c6: Already existsc7b36a554832: Already exists8b515f33dcd4: Already exists96c3055c6ebe: Already exists7dd098daa08c: Already exists9549cbbcd8f8: Already existsabc495215edd: Already exists5c6ab7e700e2: Already existsc1eb31dc8654: Already existseab00dec4838: Pulling fs layer598340a54619: Pulling fs layer6c5f6917cb19: Pulling fs layer089634ccb91a: Pulling fs layer5ec2a6f4e85e: Pulling fs layer390f95f78dbb: Pulling fs layerabf14d380ac3: Pulling fs layer6c5f6917cb19: Waitingeab00dec4838: Waiting598340a54619: Waiting4f4fb700ef54: Pulling fs layer089634ccb91a: Waiting9a7dd2d2a5cc: Pulling fs layer5ec2a6f4e85e: Waiting58a18bc8f3c5: Pulling fs layer1899e7c252ab: Pulling fs layer6cc679d67202: Pulling fs layer0d2483b2e4bc: Pulling fs layerd44cc6e0b64d: Pulling fs layer25bc7c5bf521: Pulling fs layer4f4fb700ef54: Waiting9a7dd2d2a5cc: Waiting58a18bc8f3c5: Waiting1899e7c252ab: Waiting053f38cbd17d: Pulling fs layerfbaa4dd12180: Pulling fs layer734a0e4c0ce9: Pulling fs layer6cc679d67202: Waitingec0abf580e8b: Pulling fs layer053f38cbd17d: Waitingde6fa1e10c62: Pulling fs layer1967f7f03b14: Pulling fs layer734a0e4c0ce9: Waitingfbaa4dd12180: Waiting4569040b50fb: Pulling fs layerd44cc6e0b64d: Waitingec0abf580e8b: Waitingde6fa1e10c62: Waitingd6303cabb15f: Pulling fs layer4569040b50fb: Waitingdca939b77d47: Pulling fs layer57d50445d99c: Pulling fs layer9eb985d0b73c: Pulling fs layerd0b65aa847f1: Pulling fs layer57d50445d99c: Waiting95d644a9728c: Pulling fs layerd6303cabb15f: Waiting02941b03ac33: Pulling fs layerbfc536ae65f4: Pulling fs layer7bc3a773ced0: Pulling fs layer95d644a9728c: Waitingffb63e0cde95: Pulling fs layer7bc3a773ced0: Waitingffb63e0cde95: Waitingeab00dec4838: Verifying Checksumeab00dec4838: Download completeeab00dec4838: Pull complete598340a54619: Verifying Checksum598340a54619: Download complete598340a54619: Pull complete6c5f6917cb19: Verifying Checksum6c5f6917cb19: Download complete6c5f6917cb19: Pull complete089634ccb91a: Verifying Checksum089634ccb91a: Pull complete5ec2a6f4e85e: Download complete5ec2a6f4e85e: Pull complete390f95f78dbb: Verifying Checksum390f95f78dbb: Pull completeabf14d380ac3: Verifying Checksumabf14d380ac3: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4f4fb700ef54: Pull complete9a7dd2d2a5cc: Verifying Checksum9a7dd2d2a5cc: Download complete9a7dd2d2a5cc: Pull complete58a18bc8f3c5: Verifying Checksum58a18bc8f3c5: Download complete58a18bc8f3c5: Pull complete1899e7c252ab: Verifying Checksum1899e7c252ab: Download complete1899e7c252ab: Pull complete6cc679d67202: Verifying Checksum6cc679d67202: Pull complete0d2483b2e4bc: Verifying Checksum0d2483b2e4bc: Download complete0d2483b2e4bc: Pull completed44cc6e0b64d: Download completed44cc6e0b64d: Pull complete25bc7c5bf521: Verifying Checksum25bc7c5bf521: Download complete25bc7c5bf521: Pull complete053f38cbd17d: Verifying Checksum053f38cbd17d: Download complete053f38cbd17d: Pull completefbaa4dd12180: Verifying Checksumfbaa4dd12180: Download completefbaa4dd12180: Pull complete734a0e4c0ce9: Download complete734a0e4c0ce9: Pull completeec0abf580e8b: Verifying Checksumec0abf580e8b: Pull completede6fa1e10c62: Download completede6fa1e10c62: Pull complete4569040b50fb: Verifying Checksum4569040b50fb: Download completed6303cabb15f: Verifying Checksumd6303cabb15f: Download completedca939b77d47: Verifying Checksumdca939b77d47: Download complete57d50445d99c: Verifying Checksum57d50445d99c: Download complete9eb985d0b73c: Verifying Checksum9eb985d0b73c: Download completed0b65aa847f1: Verifying Checksumd0b65aa847f1: Download complete95d644a9728c: Download complete02941b03ac33: Verifying Checksum02941b03ac33: Download completebfc536ae65f4: Verifying Checksumbfc536ae65f4: Download complete7bc3a773ced0: Verifying Checksum7bc3a773ced0: Download completeffb63e0cde95: Verifying Checksumffb63e0cde95: Download complete1967f7f03b14: Verifying Checksum1967f7f03b14: Download complete1967f7f03b14: Pull complete4569040b50fb: Pull completed6303cabb15f: Pull completedca939b77d47: Pull complete57d50445d99c: Pull complete9eb985d0b73c: Pull completed0b65aa847f1: Pull complete95d644a9728c: Pull complete02941b03ac33: Pull completebfc536ae65f4: Pull complete7bc3a773ced0: Pull completeffb63e0cde95: Pull completeDigest: sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123Status: Downloaded newer image for ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad1232025-09-15 07:45.20 ---> using "4f03d9722b1d38951773ed1c3e06918222050f9b7e36e3da45d836913158178b" from cache/: (comment alpine-3.21-5.3_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:45.20 ---> using "9f2b3827877f61e711907a53c0365442ef09a6eef6b48de6cf26fe349d19ea14" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-15 07:45.20 ---> using "8a1ac9fac4846aa53dc1e32b8ecda435ffc73bfc3e983db0aded4e15b2f29eb4" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-142-genericThe OCaml toplevel, version 5.3.02.4.12025-09-15 07:45.20 ---> using "74b3c67918903b3e462fde7709ab88e33dc6472e2e31f3a4bd01cc6e9fbd405c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-15 07:45.20 ---> using "10f606515cd7c725f81471152a95510c82ccb2187838bdcff5022e5b351073fb" 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_HEADb3b872a94f..1c9b44165f 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:45.20 ---> using "ede4b848f703be4f04e4b04fca5ce07686bae3729c8033bcbb220e269bca8e33" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-09-15 07:45.20 ---> saved as "b493e26fa47d4b04212609434a6ab89aa21a8f1f7cac2f92ef31e49a7b34dace"/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:45.26 ---> saved as "d7b70f944bee29c30d365d1fd4348dc8c540cb7a4cfb93b437aa6dd9a2216aa3"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-15 07:45.26 ---> saved as "eb33b60950776d06d786332b44a6287391fbda509b4c8536006d30ee5842b717"/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 "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.21.4-108-g85594558358 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]- v3.21.4-109-ge995daf85cd [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]- v3.23.0_alpha20250612-6314-g4911a49df18 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v3.23.0_alpha20250612-6317-g2ff3ebaefc4 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v3.23.0_alpha20250612-6318-g23bead205c2 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 59517 distinct packages available<><> 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:45.36 ---> saved as "a7e8da55067f32903d52c88ddeccf3a564ecac2f524a52a9993ada286298e7a0"/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 fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (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 ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved re.1.13.2 (cached)-> retrieved ppxlib.0.36.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved rresult.0.7.0 (cached)-> 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)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.1.3.0-> installed num.1.6-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed fpath.0.7.3-> installed logs.0.9.0-> installed bos.0.2.1-> installed dune.3.20.2-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.1-> installed ocaml_intrinsics_kernel.v0.17.1-> installed ppx_derivers.1.2.1-> installed re.1.13.2-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.0-> installed parsexp.v0.17.0-> installed dune-configurator.3.20.2-> 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:46.32 ---> saved as "99f3d3d30ddfe36f43af19f28f68e222a942449060a5442da9376f5f06cd4bec"/src: (copy (src .) (dst /src))2025-09-15 07:46.32 ---> saved as "eae260499bad09248e64192e10434e94ffe5acc1fcad9389301ead448fe64575"/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 `VU8XDFB9'.[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:46.35 ---> saved as "113c6909e2ff7a40b7f7c77db84b350fd6a85dbf2f75a98c12647cffe07d4486"Job succeeded2025-09-15 07:46.35: Job succeeded