2025-09-15 07:51.38: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (a844aaca266d127c97852aad2689f245b8bd5321) (linux-x86_64:alpine-3.21-5.3_opam-2.4) Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard a844aaca cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123 # alpine-3.21-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-15 07:51.38: 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:51.38: 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:51.38: Waiting for resource in pool OCluster 2025-09-15 07:51.38: Waiting for worker… 2025-09-15 07:51.40: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at a844aac Merge pull request #238 from mtelvers/oracular (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' locally docker.io/ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123: Pulling from ocaml/opam 0368fd46e3c6: Already exists c7b36a554832: Already exists 8b515f33dcd4: Already exists 96c3055c6ebe: Already exists 7dd098daa08c: Already exists 9549cbbcd8f8: Already exists abc495215edd: Already exists 5c6ab7e700e2: Already exists c1eb31dc8654: Already exists eab00dec4838: Pulling fs layer 598340a54619: Pulling fs layer 6c5f6917cb19: Pulling fs layer 089634ccb91a: Pulling fs layer 5ec2a6f4e85e: Pulling fs layer 390f95f78dbb: Pulling fs layer abf14d380ac3: Pulling fs layer 6c5f6917cb19: Waiting eab00dec4838: Waiting 598340a54619: Waiting 4f4fb700ef54: Pulling fs layer 089634ccb91a: Waiting 9a7dd2d2a5cc: Pulling fs layer 5ec2a6f4e85e: Waiting 58a18bc8f3c5: Pulling fs layer 1899e7c252ab: Pulling fs layer 6cc679d67202: Pulling fs layer 0d2483b2e4bc: Pulling fs layer d44cc6e0b64d: Pulling fs layer 25bc7c5bf521: Pulling fs layer 4f4fb700ef54: Waiting 9a7dd2d2a5cc: Waiting 58a18bc8f3c5: Waiting 1899e7c252ab: Waiting 053f38cbd17d: Pulling fs layer fbaa4dd12180: Pulling fs layer 734a0e4c0ce9: Pulling fs layer 6cc679d67202: Waiting ec0abf580e8b: Pulling fs layer 053f38cbd17d: Waiting de6fa1e10c62: Pulling fs layer 1967f7f03b14: Pulling fs layer 734a0e4c0ce9: Waiting fbaa4dd12180: Waiting 4569040b50fb: Pulling fs layer d44cc6e0b64d: Waiting ec0abf580e8b: Waiting de6fa1e10c62: Waiting d6303cabb15f: Pulling fs layer 4569040b50fb: Waiting dca939b77d47: Pulling fs layer 57d50445d99c: Pulling fs layer 9eb985d0b73c: Pulling fs layer d0b65aa847f1: Pulling fs layer 57d50445d99c: Waiting 95d644a9728c: Pulling fs layer d6303cabb15f: Waiting 02941b03ac33: Pulling fs layer bfc536ae65f4: Pulling fs layer 7bc3a773ced0: Pulling fs layer 95d644a9728c: Waiting ffb63e0cde95: Pulling fs layer 7bc3a773ced0: Waiting ffb63e0cde95: Waiting eab00dec4838: Verifying Checksum eab00dec4838: Download complete eab00dec4838: Pull complete 598340a54619: Verifying Checksum 598340a54619: Download complete 598340a54619: Pull complete 6c5f6917cb19: Verifying Checksum 6c5f6917cb19: Download complete 6c5f6917cb19: Pull complete 089634ccb91a: Verifying Checksum 089634ccb91a: Pull complete 5ec2a6f4e85e: Download complete 5ec2a6f4e85e: Pull complete 390f95f78dbb: Verifying Checksum 390f95f78dbb: Pull complete abf14d380ac3: Verifying Checksum abf14d380ac3: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4f4fb700ef54: Pull complete 9a7dd2d2a5cc: Verifying Checksum 9a7dd2d2a5cc: Download complete 9a7dd2d2a5cc: Pull complete 58a18bc8f3c5: Verifying Checksum 58a18bc8f3c5: Download complete 58a18bc8f3c5: Pull complete 1899e7c252ab: Verifying Checksum 1899e7c252ab: Download complete 1899e7c252ab: Pull complete 6cc679d67202: Verifying Checksum 6cc679d67202: Pull complete 0d2483b2e4bc: Verifying Checksum 0d2483b2e4bc: Download complete 0d2483b2e4bc: Pull complete d44cc6e0b64d: Download complete d44cc6e0b64d: Pull complete 25bc7c5bf521: Verifying Checksum 25bc7c5bf521: Download complete 25bc7c5bf521: Pull complete 053f38cbd17d: Verifying Checksum 053f38cbd17d: Download complete 053f38cbd17d: Pull complete fbaa4dd12180: Verifying Checksum fbaa4dd12180: Download complete fbaa4dd12180: Pull complete 734a0e4c0ce9: Download complete 734a0e4c0ce9: Pull complete ec0abf580e8b: Verifying Checksum ec0abf580e8b: Pull complete de6fa1e10c62: Download complete de6fa1e10c62: Pull complete 4569040b50fb: Verifying Checksum 4569040b50fb: Download complete d6303cabb15f: Verifying Checksum d6303cabb15f: Download complete dca939b77d47: Verifying Checksum dca939b77d47: Download complete 57d50445d99c: Verifying Checksum 57d50445d99c: Download complete 9eb985d0b73c: Verifying Checksum 9eb985d0b73c: Download complete d0b65aa847f1: Verifying Checksum d0b65aa847f1: Download complete 95d644a9728c: Download complete 02941b03ac33: Verifying Checksum 02941b03ac33: Download complete bfc536ae65f4: Verifying Checksum bfc536ae65f4: Download complete 7bc3a773ced0: Verifying Checksum 7bc3a773ced0: Download complete ffb63e0cde95: Verifying Checksum ffb63e0cde95: Download complete 1967f7f03b14: Verifying Checksum 1967f7f03b14: Download complete 1967f7f03b14: Pull complete 4569040b50fb: Pull complete d6303cabb15f: Pull complete dca939b77d47: Pull complete 57d50445d99c: Pull complete 9eb985d0b73c: Pull complete d0b65aa847f1: Pull complete 95d644a9728c: Pull complete 02941b03ac33: Pull complete bfc536ae65f4: Pull complete 7bc3a773ced0: Pull complete ffb63e0cde95: Pull complete Digest: sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123 Status: Downloaded newer image for ocaml/opam@sha256:f6341677628009b798cfd009bfc09e6c6e7e8daa500659db608067bf317ad123 2025-09-15 07:51.44 ---> 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:51.44 ---> 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-15 07:51.44 ---> using "8a1ac9fac4846aa53dc1e32b8ecda435ffc73bfc3e983db0aded4e15b2f29eb4" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-09-15 07:51.44 ---> using "74b3c67918903b3e462fde7709ab88e33dc6472e2e31f3a4bd01cc6e9fbd405c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 07:51.44 ---> 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_HEAD b3b872a94f..1c9b44165f master -> origin/master 109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-15 07:51.44 ---> using "ede4b848f703be4f04e4b04fca5ce07686bae3729c8033bcbb220e269bca8e33" from cache /src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam) (dst ./)) 2025-09-15 07:51.44 ---> using "b493e26fa47d4b04212609434a6ab89aa21a8f1f7cac2f92ef31e49a7b34dace" from cache /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:51.44 ---> using "d7b70f944bee29c30d365d1fd4348dc8c540cb7a4cfb93b437aa6dd9a2216aa3" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 07:51.44 ---> using "eb33b60950776d06d786332b44a6287391fbda509b4c8536006d30ee5842b717" from cache /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:51.44 ---> using "a7e8da55067f32903d52c88ddeccf3a564ecac2f524a52a9993ada286298e7a0" 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 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.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-15 07:51.44 ---> using "99f3d3d30ddfe36f43af19f28f68e222a942449060a5442da9376f5f06cd4bec" from cache /src: (copy (src .) (dst /src)) 2025-09-15 07:51.44 ---> using "eae260499bad09248e64192e10434e94ffe5acc1fcad9389301ead448fe64575" from cache /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:51.44 ---> using "113c6909e2ff7a40b7f7c77db84b350fd6a85dbf2f75a98c12647cffe07d4486" from cache Job succeeded 2025-09-15 07:51.44: Job succeeded