2025-09-26 15:24.31: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/240/head (e900172fe58a4cf929ff87ac1f846855c07838c7) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/240/head" && git reset --hard e900172fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76# debian-13-4.14_riscv64_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.16.4 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.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-26 15:24.31: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76-debian-13-4.14_riscv64_opam-2.4-3423e2e608c9e220fd135bf3c0c22589"2025-09-26 15:24.31: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)(comment debian-13-4.14_riscv64_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 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && 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.16.4 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.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-26 15:24.31: Waiting for resource in pool OCluster2025-09-26 15:24.31: Waiting for worker…2025-09-26 15:26.40: Got resource from pool OClusterBuilding on riscv-bm-01.sw.ci.devHEAD is now at c30a1e7 Add a `layers` function to estimate the number of Dockerfile layers (#239)HEAD is now at e900172 resent count for multi layer builds(from ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76' locallydocker.io/ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76: Pulling from ocaml/opam8f913be5ecad: Already existsce31ce67e69b: Pulling fs layer0cf3a7789759: Pulling fs layer9f0c6299278d: Pulling fs layere94bba55929b: Pulling fs layerfa0712264263: Pulling fs layer2e9048a7b53d: Pulling fs layer9902de28c3f0: Pulling fs layerff517c358677: Pulling fs layer383f060cda87: Pulling fs layerb7a964b1a83b: Pulling fs layer02ef0fd530dd: Pulling fs layer3cec61b290e9: Pulling fs layer2273bd2c4d4b: Pulling fs layerc04c67aab9ae: Pulling fs layerb43aac5e47f2: Pulling fs layerfa01fc863b11: Pulling fs layer70ce8722af9c: Pulling fs layerd62c11b367a0: Pulling fs layere28d1e571478: Pulling fs layere4619c0fdd56: Pulling fs layer4f4fb700ef54: Pulling fs layer2642eb02d1cf: Pulling fs layer17410ed193a2: Pulling fs layerea4027cf29ff: Pulling fs layer2d1c149b33bc: Pulling fs layeraa1fc2e76ba7: Pulling fs layer198f02c9d8bb: Pulling fs layerf3c530c1395c: Pulling fs layerb4c1f20e76b0: Pulling fs layerdabbe871c8f1: Pulling fs layer07bc2850efcf: Pulling fs layerc44cd4c1c616: Pulling fs layer9bad6d1480ef: Pulling fs layer9139b16fda07: Pulling fs layerddce8e624d6f: Pulling fs layercdd44d9ef1e0: Pulling fs layer9745a1b41bc7: Pulling fs layer926c04a38725: Pulling fs layer33c611bdffe3: Pulling fs layer76e001bd7592: Pulling fs layer8178b30eaed4: Pulling fs layerd6a58bc7e6eb: Pulling fs layere3319bad4d65: Pulling fs layere94bba55929b: Waiting2273bd2c4d4b: Waitingfa0712264263: Waitingc04c67aab9ae: Waiting2e9048a7b53d: Waitingb43aac5e47f2: Waiting9902de28c3f0: Waitingff517c358677: Waitingfa01fc863b11: Waiting383f060cda87: Waiting70ce8722af9c: Waitingb7a964b1a83b: Waitingd62c11b367a0: Waitinge28d1e571478: Waiting02ef0fd530dd: Waitinge4619c0fdd56: Waiting3cec61b290e9: Waiting4f4fb700ef54: Waiting2642eb02d1cf: Waiting17410ed193a2: Waiting9139b16fda07: Waitingea4027cf29ff: Waitingddce8e624d6f: Waiting2d1c149b33bc: Waitingcdd44d9ef1e0: Waitingaa1fc2e76ba7: Waiting9745a1b41bc7: Waiting198f02c9d8bb: Waiting926c04a38725: Waitingf3c530c1395c: Waiting33c611bdffe3: Waitingb4c1f20e76b0: Waiting76e001bd7592: Waiting8178b30eaed4: Waitingdabbe871c8f1: Waiting07bc2850efcf: Waiting9bad6d1480ef: Waitingc44cd4c1c616: Waitingd6a58bc7e6eb: Waitinge3319bad4d65: Waiting0cf3a7789759: Verifying Checksum0cf3a7789759: Download completece31ce67e69b: Download completece31ce67e69b: Pull complete0cf3a7789759: Pull completee94bba55929b: Verifying Checksume94bba55929b: Download complete9f0c6299278d: Verifying Checksum9f0c6299278d: Download complete9902de28c3f0: Verifying Checksum9902de28c3f0: Download complete2e9048a7b53d: Verifying Checksum2e9048a7b53d: Download complete9f0c6299278d: Pull completeff517c358677: Verifying Checksumff517c358677: Download completee94bba55929b: Pull completeb7a964b1a83b: Verifying Checksumb7a964b1a83b: Download complete383f060cda87: Verifying Checksum383f060cda87: Download complete02ef0fd530dd: Verifying Checksum02ef0fd530dd: Download complete3cec61b290e9: Verifying Checksum3cec61b290e9: Download complete2273bd2c4d4b: Verifying Checksum2273bd2c4d4b: Download completec04c67aab9ae: Verifying Checksumc04c67aab9ae: Download completeb43aac5e47f2: Verifying Checksumb43aac5e47f2: Download completefa01fc863b11: Verifying Checksumfa01fc863b11: Download complete70ce8722af9c: Verifying Checksum70ce8722af9c: Download completed62c11b367a0: Verifying Checksumd62c11b367a0: Download completee28d1e571478: Verifying Checksume28d1e571478: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completee4619c0fdd56: Verifying Checksume4619c0fdd56: Download complete17410ed193a2: Verifying Checksum17410ed193a2: Download complete2d1c149b33bc: Verifying Checksum2d1c149b33bc: Download completeea4027cf29ff: Verifying Checksumea4027cf29ff: Download completeaa1fc2e76ba7: Verifying Checksumaa1fc2e76ba7: Download complete198f02c9d8bb: Verifying Checksum198f02c9d8bb: Download completeb4c1f20e76b0: Verifying Checksumb4c1f20e76b0: Download completef3c530c1395c: Verifying Checksumf3c530c1395c: Download completedabbe871c8f1: Download complete07bc2850efcf: Verifying Checksum07bc2850efcf: Download completec44cd4c1c616: Verifying Checksumc44cd4c1c616: Download complete9bad6d1480ef: Verifying Checksum9bad6d1480ef: Download completeddce8e624d6f: Download complete9139b16fda07: Verifying Checksum9139b16fda07: Download complete9745a1b41bc7: Download complete926c04a38725: Verifying Checksum926c04a38725: Download complete33c611bdffe3: Verifying Checksum33c611bdffe3: Download completefa0712264263: Verifying Checksumfa0712264263: Download complete8178b30eaed4: Verifying Checksum8178b30eaed4: Download completed6a58bc7e6eb: Verifying Checksumd6a58bc7e6eb: Download completee3319bad4d65: Verifying Checksume3319bad4d65: Download completecdd44d9ef1e0: Verifying Checksumcdd44d9ef1e0: Download complete76e001bd7592: Verifying Checksum76e001bd7592: Download completefa0712264263: Pull complete2e9048a7b53d: Pull complete9902de28c3f0: Pull completeff517c358677: Pull complete383f060cda87: Pull completeb7a964b1a83b: Pull complete02ef0fd530dd: Pull complete3cec61b290e9: Pull complete2273bd2c4d4b: Pull completec04c67aab9ae: Pull completeb43aac5e47f2: Pull completefa01fc863b11: Pull complete70ce8722af9c: Pull completed62c11b367a0: Pull completee28d1e571478: Pull completee4619c0fdd56: Pull complete4f4fb700ef54: Pull complete2642eb02d1cf: Pull complete17410ed193a2: Pull completeea4027cf29ff: Pull complete2d1c149b33bc: Pull completeaa1fc2e76ba7: Pull complete198f02c9d8bb: Pull completef3c530c1395c: Pull completeb4c1f20e76b0: Pull completedabbe871c8f1: Pull complete07bc2850efcf: Pull completec44cd4c1c616: Pull complete9bad6d1480ef: Pull complete9139b16fda07: Pull completeddce8e624d6f: Pull completecdd44d9ef1e0: Pull complete9745a1b41bc7: Pull complete926c04a38725: Pull complete33c611bdffe3: Pull complete76e001bd7592: Pull complete8178b30eaed4: Pull completed6a58bc7e6eb: Pull completee3319bad4d65: Pull completeDigest: sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d76Status: Downloaded newer image for ocaml/opam@sha256:3e42b9c7112f8cd5d660e911bb5dcec54c8082a88cb5320d68bec72910c57d762025-09-26 15:26.42 ---> using "41e18d919d0b11522f47b39e88e0c9d78c1ffeea6ec60f162564375bd01b80ea" from cache/: (comment debian-13-4.14_riscv64_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-26 15:26.42 ---> using "e07d6b530ead7a31dec960643554fb0da046873e8598bf1409f025c2db405708" 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-26 15:26.42 ---> using "9e72986e6b4a664627654c3fba814a27f8a03e51653bf35430caab8f7c5e7860" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.10.113-scw1The OCaml toplevel, version 4.14.22.4.12025-09-26 15:26.42 ---> using "44de67850c6875516e73867da2b24f5a432152581729b0ec29b7e316e2181069" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-26 15:26.42 ---> using "545d37e12873553aaba720a97b538ff7ecb3142de0fe24495cb597077237b3c6" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3f21ebe342ce440d9c9142ffe1185d8e5a326085 || git fetch origin master) && git reset -q --hard 3f21ebe342ce440d9c9142ffe1185d8e5a326085 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..fe41ac3ebe master -> origin/master3f21ebe342 Merge pull request #28544 from vouillon/opam-publish-re.1.14.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.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)2025-09-26 15:26.42 ---> using "9b3fa8a61c62674bba6f57a27d2d319373d7a8a0dcbf5bc4754c75624e9240ac" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-09-26 15:26.42 ---> using "06a25db83a50f250c5b81689a238d95844a440f62df79f618781f87b0dcf5f29" 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-26 15:26.42 ---> using "d45af7951f30050bdba0205110e69498f8fd27ad9b6ee541f24f2a37c91e8d03" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-26 15:26.42 ---> using "208977b3a664646e9bad0cdb1d541a7a5c6d658c9ce1974e863866ddbfe2a6aa" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base.v0.16.4 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib.v0.16.0 sexplib0.v0.16.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"- Hit:1 http://deb.debian.org/debian trixie InRelease- 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-security trixie-security/main riscv64 Packages [41.4 kB]- Fetched 132 kB in 0s (285 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).2025-09-26 15:26.42 ---> using "0f0c6e01e5873c605e3f28cdac48f1dbcb12a1925eea39f07781795f5e91eef0" 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 28 packages- install alcotest 1.9.0- install astring 0.8.5- install base v0.16.4- 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.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.16.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.16.0- install ppxlib 0.35.0- install re 1.14.0- install rresult 0.7.0- install sexplib v0.16.0- install sexplib0 v0.16.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.16.4 (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.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.16.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.16.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved sexplib0.v0.16.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 ocamlfind.1.9.8-> 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.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ppx_derivers.1.2.1-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed dune-configurator.3.20.2-> installed re.1.14.0-> installed parsexp.v0.16.0-> installed alcotest.1.9.0-> installed sexplib.v0.16.0-> installed base.v0.16.4-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2025-09-26 15:26.42 ---> using "41c7985a153f97f41687ad9247ef5734a6757f7b4461195298a4ddea4906d5f4" from cache/src: (copy (src .) (dst /src))2025-09-26 15:26.43 ---> saved as "16dc75b940fdc2634046f59c5f1cc8b23bcecbf6e2de8eb263621e3fd4cda8cf"/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 `Y8ZUX5UP'.[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.002s. 3 tests run.2025-09-26 15:27.06 ---> saved as "cfaeb785d7281418e7a849f9073d5416bd781d79b559459e314838313f2b59da"Job succeeded2025-09-26 15:27.06: Job succeeded