2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-riscv64:debian-13-4.14_riscv64_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adfOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard ffb4cb76cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf# 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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 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.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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-11-21 08:53.40: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf-debian-13-4.14_riscv64_opam-2.4-ee560a200c86d31828b5970f5ff3f7ec"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)(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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 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.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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-11-21 08:53.40: Waiting for resource in pool OCluster2025-11-22 10:48.08: Waiting for worker…2025-11-22 18:43.32: Got resource from pool OClusterBuilding on riscv-bm-02.sw.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf' locallydocker.io/ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf: Pulling from ocaml/opamde6b66e2abcf: Already existsf69676b5bf8f: Pulling fs layerbd99c0c73b96: Pulling fs layerf210851d5991: Pulling fs layer594b880773c5: Pulling fs layer88a6edaecebc: Pulling fs layer8c35beb4616c: Pulling fs layere8a4d2e94f85: Pulling fs layerd0f326f9e9ec: Pulling fs layer956d5e78253b: Pulling fs layer7954f716a115: Pulling fs layer581e2c81493a: Pulling fs layer5529fc0e1c40: Pulling fs layer79db350ffd3e: Pulling fs layercc43366a44e4: Pulling fs layer63496b557f2e: Pulling fs layer357540a23278: Pulling fs layer9c33f166bcc4: Pulling fs layerfe47bb149eab: Pulling fs layer8e454fb1c5ba: Pulling fs layere65b908a43b4: Pulling fs layer4f4fb700ef54: Pulling fs layeref05e6691b99: Pulling fs layerbc5b14d5098c: Pulling fs layer7f3be6720340: Pulling fs layer6a2fceda0a19: Pulling fs layer92ebb3103569: Pulling fs layer097a5f6d220f: Pulling fs layera2f2cdd57c97: Pulling fs layer4b459e121afa: Pulling fs layerfeea11194646: Pulling fs layer20fc9743e971: Pulling fs layerae11f1720a91: Pulling fs layer6436fc53390a: Pulling fs layer1f45d3f5393a: Pulling fs layer8259f056cd2d: Pulling fs layer38957e560f26: Pulling fs layer5afd09ced062: Pulling fs layer2b07726c09d1: Pulling fs layera5b0a9ef817f: Pulling fs layer4c49558dbf06: Pulling fs layerff7cea3f4ac5: Pulling fs layer83ed2be0386b: Pulling fs layerb110f90dc31d: Pulling fs layer594b880773c5: Waiting88a6edaecebc: Waiting8c35beb4616c: Waitinge8a4d2e94f85: Waitingd0f326f9e9ec: Waiting956d5e78253b: Waiting7954f716a115: Waiting581e2c81493a: Waiting5529fc0e1c40: Waiting097a5f6d220f: Waitinga2f2cdd57c97: Waiting4b459e121afa: Waitingfeea11194646: Waiting20fc9743e971: Waitingae11f1720a91: Waiting6436fc53390a: Waiting1f45d3f5393a: Waiting79db350ffd3e: Waitingcc43366a44e4: Waiting8259f056cd2d: Waiting63496b557f2e: Waiting357540a23278: Waiting38957e560f26: Waiting5afd09ced062: Waiting2b07726c09d1: Waitinga5b0a9ef817f: Waiting9c33f166bcc4: Waitingfe47bb149eab: Waiting4c49558dbf06: Waiting8e454fb1c5ba: Waitingff7cea3f4ac5: Waitinge65b908a43b4: Waiting83ed2be0386b: Waiting4f4fb700ef54: Waitingef05e6691b99: Waiting92ebb3103569: Waitingbc5b14d5098c: Waiting7f3be6720340: Waiting6a2fceda0a19: Waitingbd99c0c73b96: Verifying Checksumbd99c0c73b96: Download completef69676b5bf8f: Download complete594b880773c5: Verifying Checksum594b880773c5: Download completef69676b5bf8f: Pull completebd99c0c73b96: Pull completef210851d5991: Verifying Checksumf210851d5991: Download completef210851d5991: Pull complete594b880773c5: Pull completee8a4d2e94f85: Verifying Checksume8a4d2e94f85: Download complete8c35beb4616c: Verifying Checksum8c35beb4616c: Download completed0f326f9e9ec: Verifying Checksumd0f326f9e9ec: Download complete7954f716a115: Verifying Checksum7954f716a115: Download complete956d5e78253b: Verifying Checksum956d5e78253b: Download complete581e2c81493a: Verifying Checksum581e2c81493a: Download complete5529fc0e1c40: Verifying Checksum5529fc0e1c40: Download completecc43366a44e4: Verifying Checksumcc43366a44e4: Download complete79db350ffd3e: Verifying Checksum79db350ffd3e: Download complete63496b557f2e: Verifying Checksum63496b557f2e: Download complete357540a23278: Verifying Checksum357540a23278: Download complete9c33f166bcc4: Verifying Checksum9c33f166bcc4: Download completefe47bb149eab: Download complete8e454fb1c5ba: Verifying Checksum8e454fb1c5ba: Download completee65b908a43b4: Verifying Checksume65b908a43b4: Download complete4f4fb700ef54: Download completeef05e6691b99: Verifying Checksumef05e6691b99: Download completebc5b14d5098c: Verifying Checksumbc5b14d5098c: Download complete7f3be6720340: Verifying Checksum7f3be6720340: Download complete6a2fceda0a19: Verifying Checksum6a2fceda0a19: Download complete92ebb3103569: Verifying Checksum92ebb3103569: Download complete097a5f6d220f: Verifying Checksum097a5f6d220f: Download completea2f2cdd57c97: Verifying Checksuma2f2cdd57c97: Download complete4b459e121afa: Verifying Checksum4b459e121afa: Download completefeea11194646: Verifying Checksumfeea11194646: Download complete88a6edaecebc: Verifying Checksum88a6edaecebc: Download completeae11f1720a91: Download complete6436fc53390a: Download complete20fc9743e971: Verifying Checksum20fc9743e971: Download complete8259f056cd2d: Verifying Checksum8259f056cd2d: Download complete5afd09ced062: Verifying Checksum5afd09ced062: Download complete2b07726c09d1: Verifying Checksum2b07726c09d1: Download completea5b0a9ef817f: Verifying Checksuma5b0a9ef817f: Download complete38957e560f26: Verifying Checksum38957e560f26: Download completeff7cea3f4ac5: Verifying Checksumff7cea3f4ac5: Download complete83ed2be0386b: Download completeb110f90dc31d: Verifying Checksumb110f90dc31d: Download complete4c49558dbf06: Verifying Checksum4c49558dbf06: Download complete1f45d3f5393a: Verifying Checksum88a6edaecebc: Pull complete8c35beb4616c: Pull completee8a4d2e94f85: Pull completed0f326f9e9ec: Pull complete956d5e78253b: Pull complete7954f716a115: Pull complete581e2c81493a: Pull complete5529fc0e1c40: Pull complete79db350ffd3e: Pull completecc43366a44e4: Pull complete63496b557f2e: Pull complete357540a23278: Pull complete9c33f166bcc4: Pull completefe47bb149eab: Pull complete8e454fb1c5ba: Pull completee65b908a43b4: Pull complete4f4fb700ef54: Pull completeef05e6691b99: Pull completebc5b14d5098c: Pull complete7f3be6720340: Pull complete6a2fceda0a19: Pull complete92ebb3103569: Pull complete097a5f6d220f: Pull completea2f2cdd57c97: Pull complete4b459e121afa: Pull completefeea11194646: Pull complete20fc9743e971: Pull completeae11f1720a91: Pull complete6436fc53390a: Pull complete1f45d3f5393a: Pull complete8259f056cd2d: Pull complete38957e560f26: Pull complete5afd09ced062: Pull complete2b07726c09d1: Pull completea5b0a9ef817f: Pull complete4c49558dbf06: Pull completeff7cea3f4ac5: Pull complete83ed2be0386b: Pull completeb110f90dc31d: Pull completeDigest: sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adfStatus: Downloaded newer image for ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf2025-11-22 18:43.33 ---> using "d92264e4bdf2426bd0a75a28e8d5f200891b44df8f32fb9f00ff584244f2cacb" 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-11-22 18:43.33 ---> using "70cfd89a534ac32b8a03cf7388e0fdb61301f41aaa19dcb6b61dd3f55663ba27" 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-11-22 18:43.33 ---> using "f74819040769082e49a9fea58a1427a0a67d742a64946c725f49c09310b0db0e" 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-11-22 18:43.33 ---> using "7434d0a37580c0b39246a6cf4a080a75f3e363f86d91ab3095645c56a45f9c6c" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-22 18:43.33 ---> using "a30671c3bcc6f8fdaa41418ca2da6a16da8c27e6903e7bfab47cdbafd215b563" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD21f97b2e6d..ee3428377a master -> origin/master1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin<><> 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.4.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-11-22 18:43.33 ---> using "bb2f11ee616e68ee3da8c8e91665cef966e5813407898fbc2f43cc7e74465d39" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-22 18:43.33 ---> saved as "4d7d90a9cd71c51583e3596520d1aae60b6961372f1d2da33d5d959b740b3661"/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-11-22 18:43.54 ---> saved as "df81771063a5354149bdabeb5d68d71e123ab89b349c47de093687cf4436f5bd"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-22 18:43.54 ---> saved as "0614d398b9d3372e21f387b973e4af5668c158f96adc40f1d10568d1166ff135"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.0.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 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.3 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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 trixie InRelease [140 kB]- 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 trixie/main riscv64 Packages [9379 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [67.4 kB]- Fetched 9678 kB in 5s (1855 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-11-22 18:44.44 ---> saved as "84834ee224eb0774883964aa1bc777f637cf70add0a7fad7753914fac2062424"/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 25 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.16.4- install bos 0.2.1- install cmdliner 2.0.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.10.0- install ocaml-compiler-libs v0.12.4- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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 sexplib0 v0.16.0- install stdlib-shims 0.3.0- install topkg 1.1.1- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.16.4 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved ocaml-compiler-libs.v0.12.4 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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 sexplib0.v0.16.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.35.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed fmt.0.11.0-> installed astring.0.8.5-> installed rresult.0.7.0-> installed fpath.0.7.3-> installed logs.0.10.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.3-> 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 alcotest.1.9.1-> 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-11-22 18:52.46 ---> saved as "7f283db219be99f28788c45cf205405b08787889260ce395862cb7b27abaf693"/src: (copy (src .) (dst /src))2025-11-22 18:52.47 ---> saved as "1caa9e1465d7ce231edc040e5d8e81a4ec499572876070106fec29457171bc6e"/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 `MXA7P22I'.[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.(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `JUBJD1WJ'.[OK] dockerfile-opam 0 Distro.compare.Full test results in `/src/_build/default/test-opam/_build/_tests/test'.Test Successful in 0.001s. 1 test run.2025-11-22 18:53.07 ---> saved as "0c1643fbb01aa3947d66fc36604ed2c7dd0749b18087363f6e8b717e3d45affe"Job succeeded2025-11-22 18:53.08: Job succeeded