2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-x86_64:fedora-43-4.14_opam-2.4)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8Opam 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:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8# fedora-43-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8-fedora-43-4.14_opam-2.4-ee560a200c86d31828b5970f5ff3f7ec"2025-11-21 08:53.40: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)(comment fedora-43-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(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-21 14:16.00: Waiting for worker…2025-11-21 14:18.03: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8' locallydocker.io/ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8: Pulling from ocaml/opam3a6ccf50917d: Pulling fs layer2ac39db0f7b1: Pulling fs layer4ab95fa37585: Pulling fs layeref05642a6c19: Pulling fs layer6ce4105a6817: Pulling fs layer2ac39db0f7b1: Waiting482e731bee2c: Pulling fs layer3a6ccf50917d: Waiting4ab95fa37585: Waiting82b20b1785fc: Pulling fs layer6ce4105a6817: Waitingef05642a6c19: Waiting5033efba3ea4: Pulling fs layer482e731bee2c: Waiting82b20b1785fc: Waiting5033efba3ea4: Waitingac061f34d5de: Pulling fs layer3699d934db19: Pulling fs layerac061f34d5de: Waitingc70084606501: Pulling fs layer3699d934db19: Waiting92cba88bcd96: Pulling fs layer87d6cf018c95: Pulling fs layerc70084606501: Waiting92cba88bcd96: Waiting47a5774c8fa4: Pulling fs layer87d6cf018c95: Waitinga7a793f430ef: Pulling fs layer47a5774c8fa4: Waiting50749af763e4: Pulling fs layer1931ff52ea8f: Pulling fs layera7a793f430ef: Waiting50749af763e4: Waitingd6cbdb0b2976: Pulling fs layer1931ff52ea8f: Waitingd6cbdb0b2976: Waitingc21f3fb8010b: Pulling fs layer006e8a0d5bfe: Pulling fs layer4f4fb700ef54: Pulling fs layerc21f3fb8010b: Waiting006e8a0d5bfe: Waitingbff3cbb02176: Pulling fs layerb5138c38b1e4: Pulling fs layer4f4fb700ef54: Waitingf9df0a6b27ec: Pulling fs layer199f7dd22bb1: Pulling fs layerbff3cbb02176: Waitingb5138c38b1e4: Waiting4704820b8848: Pulling fs layerf9df0a6b27ec: Waiting813e8e89161a: Pulling fs layer199f7dd22bb1: Waiting4704820b8848: Waiting813e8e89161a: Waiting3fef5dd9f9c7: Pulling fs layer33b83451bd83: Pulling fs layerf32a57644710: Pulling fs layer40216abfd9f1: Pulling fs layerd689b2a1b34b: Pulling fs layerc515a0f2353f: Pulling fs layer40216abfd9f1: Waiting33b83451bd83: Waitingd689b2a1b34b: Waitingf32a57644710: Waiting6b7f7c537f40: Pulling fs layer2def47abdae6: Pulling fs layerfd11b9527539: Pulling fs layer6b7f7c537f40: Waitingb49b2a2f9119: Pulling fs layerc515a0f2353f: Waitingfd11b9527539: Waiting23b9806e7d7a: Pulling fs layer251f6be3be0f: Pulling fs layerb49b2a2f9119: Waiting23b9806e7d7a: Waiting7da16a6d9e8c: Pulling fs layer7a4136c504bf: Pulling fs layer7da16a6d9e8c: Waitinge19c7fce326a: Pulling fs layer418b2b7b43fc: Pulling fs layere19c7fce326a: Waiting418b2b7b43fc: Waiting3a6ccf50917d: Verifying Checksum3a6ccf50917d: Download complete2ac39db0f7b1: Verifying Checksum2ac39db0f7b1: Download complete3a6ccf50917d: Pull complete2ac39db0f7b1: Pull completeef05642a6c19: Verifying Checksumef05642a6c19: Download complete6ce4105a6817: Verifying Checksum6ce4105a6817: Download complete482e731bee2c: Verifying Checksum482e731bee2c: Download complete82b20b1785fc: Download complete5033efba3ea4: Verifying Checksum5033efba3ea4: Download completeac061f34d5de: Verifying Checksumac061f34d5de: Download complete3699d934db19: Download completec70084606501: Verifying Checksumc70084606501: Download complete92cba88bcd96: Verifying Checksum92cba88bcd96: Download complete87d6cf018c95: Download complete47a5774c8fa4: Download completea7a793f430ef: Download complete1931ff52ea8f: Verifying Checksum1931ff52ea8f: Download complete50749af763e4: Verifying Checksum50749af763e4: Download completed6cbdb0b2976: Verifying Checksumd6cbdb0b2976: Download completec21f3fb8010b: Verifying Checksumc21f3fb8010b: Download complete4ab95fa37585: Verifying Checksum4ab95fa37585: Download complete006e8a0d5bfe: Verifying Checksum006e8a0d5bfe: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completebff3cbb02176: Download completeb5138c38b1e4: Download complete4704820b8848: Verifying Checksum4704820b8848: Download complete199f7dd22bb1: Verifying Checksum199f7dd22bb1: Download completef9df0a6b27ec: Download complete813e8e89161a: Verifying Checksum813e8e89161a: Download complete3fef5dd9f9c7: Download complete33b83451bd83: Verifying Checksum33b83451bd83: Download completef32a57644710: Download complete40216abfd9f1: Download completed689b2a1b34b: Verifying Checksumd689b2a1b34b: Download completec515a0f2353f: Download complete2def47abdae6: Verifying Checksum2def47abdae6: Download complete4ab95fa37585: Pull completeb49b2a2f9119: Verifying Checksumb49b2a2f9119: Download complete23b9806e7d7a: Verifying Checksum23b9806e7d7a: Download complete251f6be3be0f: Download completefd11b9527539: Verifying Checksumfd11b9527539: Download completeef05642a6c19: Pull complete7da16a6d9e8c: Verifying Checksum7da16a6d9e8c: Download complete7a4136c504bf: Verifying Checksum7a4136c504bf: Download completee19c7fce326a: Verifying Checksume19c7fce326a: Download complete418b2b7b43fc: Verifying Checksum418b2b7b43fc: Download complete6ce4105a6817: Pull complete482e731bee2c: Pull complete6b7f7c537f40: Verifying Checksum6b7f7c537f40: Download complete82b20b1785fc: Pull complete5033efba3ea4: Pull completeac061f34d5de: Pull complete3699d934db19: Pull completec70084606501: Pull complete92cba88bcd96: Pull complete87d6cf018c95: Pull complete47a5774c8fa4: Pull completea7a793f430ef: Pull complete50749af763e4: Pull complete1931ff52ea8f: Pull completed6cbdb0b2976: Pull completec21f3fb8010b: Pull complete006e8a0d5bfe: Pull complete4f4fb700ef54: Pull completebff3cbb02176: Pull completeb5138c38b1e4: Pull completef9df0a6b27ec: Pull complete199f7dd22bb1: Pull complete4704820b8848: Pull complete813e8e89161a: Pull complete3fef5dd9f9c7: Pull complete33b83451bd83: Pull completef32a57644710: Pull complete40216abfd9f1: Pull completed689b2a1b34b: Pull completec515a0f2353f: Pull complete6b7f7c537f40: Pull complete2def47abdae6: Pull completefd11b9527539: Pull completeb49b2a2f9119: Pull complete23b9806e7d7a: Pull complete251f6be3be0f: Pull complete7da16a6d9e8c: Pull complete7a4136c504bf: Pull completee19c7fce326a: Pull complete418b2b7b43fc: Pull completeDigest: sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8Status: Downloaded newer image for ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf82025-11-21 14:18.05 ---> using "a51b0f106be4690b07e60d24f33e1310d1d782df2a7400a06464f0e0b48528b1" from cache/: (comment fedora-43-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 118.4 KiB/s | 20.6 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2025-11-21 14:18.05 ---> using "2b2e46638c144536179d5c37b2de70d91418d83d3a180b29c18c66bd8eb06920" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-11-21 14:18.05 ---> using "759524c1e1bf708f77a099514c93fc3e43a0e1b6db6fce180487ff8666de0866" 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[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-21 14:18.05 ---> using "99e291459f2bd89547f1913b08ef80ed34fa3dd410356053eabab95807e248b9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-11-21 14:18.05 ---> using "b57ccc5555a8f0649caac5ccc86501e4f9681b8daa530a6a52ce58546b60d9e1" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-21 14:18.05 ---> using "a4333db763f0b907ca935a79713a519542557af741bf2e280ef0b29fa1652c72" 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_HEAD2ec6d6cc92..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-21 14:18.05 ---> using "010636c39dd2b0893e90df31b74348ca257cab04c72d91b6418e25a8e827c122" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-11-21 14:18.05 ---> saved as "4fac72444a56018518aa3428ca4e6be230108a077f71d5d0961799f5ff70573c"/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-21 14:18.09 ---> saved as "e3d85d4173e4f4ac413114a9e070f95d961e454a3078dada0d44ea06bf6b7465"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-21 14:18.09 ---> saved as "ab0dacb3006885a7742c4b195e9e3fa6d527b51d3902958cbddd35a1f715cf50"/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/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Repositories loaded.- Metadata cache created.<><> 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-21 14:18.25 ---> saved as "729d6b43fc4d93c85140b9c839c9251d65d4d87b74a8e7e78b8205536f2beb75"/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 ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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 topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.35.0 (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 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.10.0-> installed bos.0.2.1-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.12.4-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.0.3-> installed re.1.14.0-> installed sexplib0.v0.16.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> 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-21 14:20.50 ---> saved as "b4c1211cec440519ad589f760b995ac6b76a63376a5308913bfd88838c21eaa1"/src: (copy (src .) (dst /src))2025-11-21 14:20.50 ---> saved as "1a20d22048f303da0aa84f33598fb39b1b77c723e77ec1f39c15b1dc6877bf36"/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 `CN708NZS'.[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.001s. 3 tests run.(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `1I2P0RMB'.[OK] dockerfile-opam 0 Distro.compare.Full test results in `/src/_build/default/test-opam/_build/_tests/test'.Test Successful in 0.000s. 1 test run.2025-11-21 14:20.55 ---> saved as "409956afe7cbfcbc787af09ef74c23965bd66903f40ef623d8a8a14c259be9ca"Job succeeded2025-11-21 14:20.55: Job succeeded