2026-05-27 07:22.53: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (c6fc165c232262fb7b75dc9ec7eff5ab5a0560cb) (linux-x86_64:debian-12-4.14_opam-2.5)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159ebaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard c6fc165ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba# debian-12-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.5 --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-BLOCK2026-05-27 07:22.53: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba-debian-12-4.14_opam-2.5-c74d108305c0eed7ae3eb37990e6cd96"2026-05-27 07:22.53: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba)(comment debian-12-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.5 --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")))2026-05-27 07:22.53: Waiting for resource in pool OCluster2026-05-27 07:33.36: Waiting for worker…2026-05-27 07:35.42: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at c6fc165 Update CHANGES.md before release(from ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba' locallydocker.io/ocaml/opam@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba: Pulling from ocaml/opam4887723d153c: Pulling fs layerf09fe43af3d0: Pulling fs layer8c08bce27fda: Pulling fs layerb727a9c34ab8: Pulling fs layer5ecb47227c74: Pulling fs layerceb724c0e91a: Pulling fs layerf588639909b0: Pulling fs layeraab9c5b13b64: Pulling fs layer0a277ed15407: Pulling fs layer132d338fdfd0: Pulling fs layer27fd896c79f2: Pulling fs layerf09fe43af3d0: Waiting72468d11a9b4: Pulling fs layere8bdd5ad8432: Pulling fs layer8c08bce27fda: Waiting3163ed2e4b76: Pulling fs layerb727a9c34ab8: Waitingaa9069d82ae5: Pulling fs layer5ecb47227c74: Waitingd0207985e630: Pulling fs layerceb724c0e91a: Waiting4887723d153c: Waiting72468d11a9b4: Waitingf588639909b0: Waiting0a277ed15407: Waitingaab9c5b13b64: Waitinge8bdd5ad8432: Waiting3163ed2e4b76: Waitingaa9069d82ae5: Waitingab566544a90b: Pulling fs layer132d338fdfd0: Waiting3a0736803c27: Pulling fs layer36560715d7bd: Pulling fs layer27fd896c79f2: Waitingeeeec73bec80: Pulling fs layer4f4fb700ef54: Pulling fs layer846925efc366: Pulling fs layerd0207985e630: Waitingec076a20dd91: Pulling fs layer9eee8bbc8128: Pulling fs layer3a0736803c27: Waitingab566544a90b: Waitingcb2913eedeb2: Pulling fs layer4f4fb700ef54: Waiting36560715d7bd: Waitingeeeec73bec80: Waiting71814da9cebd: Pulling fs layer6ffedaf07abd: Pulling fs layercb2913eedeb2: Waiting9eee8bbc8128: Waitingec076a20dd91: Waiting71814da9cebd: Waiting846925efc366: Waitingfd32fa0d0f24: Pulling fs layer1697ad70a175: Pulling fs layerfd32fa0d0f24: Waiting1c94f6008fe7: Pulling fs layer6ffedaf07abd: Waitingcda898921e10: Pulling fs layer109d6c8ee356: Pulling fs layer1697ad70a175: Waiting1c94f6008fe7: Waitingcda898921e10: Waitinga1eb9f85e46a: Pulling fs layer109d6c8ee356: Waitingba57b16f9cfd: Pulling fs layer775d21de89db: Pulling fs layera1eb9f85e46a: Waitingba57b16f9cfd: Waiting7a2c4cf1613b: Pulling fs layer1aa8bb428e46: Pulling fs layer7a2c4cf1613b: Waitingcc5e773c9280: Pulling fs layer775d21de89db: Waitingc29d8b91cc92: Pulling fs layer1aa8bb428e46: Waiting9cd1b3342138: Pulling fs layercc5e773c9280: Waitingc29d8b91cc92: Waiting9966f8c9c46d: Pulling fs layer9cd1b3342138: Waiting9d5932f19980: Pulling fs layeraf00c7ab1061: Pulling fs layer9966f8c9c46d: Waiting9d5932f19980: Waitingaf00c7ab1061: Waitingf09fe43af3d0: Verifying Checksumf09fe43af3d0: Download complete8c08bce27fda: Verifying Checksum8c08bce27fda: Download completeb727a9c34ab8: Verifying Checksumb727a9c34ab8: Download complete5ecb47227c74: Verifying Checksum5ecb47227c74: Download completeceb724c0e91a: Verifying Checksumceb724c0e91a: Download completef588639909b0: Verifying Checksumf588639909b0: Download completeaab9c5b13b64: Verifying Checksumaab9c5b13b64: Download complete0a277ed15407: Verifying Checksum0a277ed15407: Download complete132d338fdfd0: Verifying Checksum132d338fdfd0: Download complete27fd896c79f2: Verifying Checksum27fd896c79f2: Download complete72468d11a9b4: Verifying Checksum72468d11a9b4: Download completee8bdd5ad8432: Verifying Checksume8bdd5ad8432: Download complete3163ed2e4b76: Download completeaa9069d82ae5: Download completed0207985e630: Download completeab566544a90b: Verifying Checksumab566544a90b: Download complete3a0736803c27: Verifying Checksum3a0736803c27: Download complete4887723d153c: Verifying Checksum4887723d153c: Download complete36560715d7bd: Verifying Checksum36560715d7bd: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completeeeeec73bec80: Verifying Checksumeeeec73bec80: Download completecb2913eedeb2: Verifying Checksumcb2913eedeb2: Download complete9eee8bbc8128: Verifying Checksum9eee8bbc8128: Download complete71814da9cebd: Download completeec076a20dd91: Verifying Checksumec076a20dd91: Download completefd32fa0d0f24: Download complete6ffedaf07abd: Verifying Checksum6ffedaf07abd: Download complete1c94f6008fe7: Verifying Checksum1c94f6008fe7: Download complete1697ad70a175: Verifying Checksum1697ad70a175: Download completecda898921e10: Verifying Checksumcda898921e10: Download complete109d6c8ee356: Verifying Checksum109d6c8ee356: Download complete775d21de89db: Download completea1eb9f85e46a: Verifying Checksuma1eb9f85e46a: Download complete1aa8bb428e46: Download completecc5e773c9280: Verifying Checksumcc5e773c9280: Download complete4887723d153c: Pull completef09fe43af3d0: Pull complete8c08bce27fda: Pull completeb727a9c34ab8: Pull completec29d8b91cc92: Download complete5ecb47227c74: Pull completeba57b16f9cfd: Verifying Checksumba57b16f9cfd: Download complete9966f8c9c46d: Verifying Checksum9966f8c9c46d: Download complete9d5932f19980: Verifying Checksum9d5932f19980: Download completeaf00c7ab1061: Download complete9cd1b3342138: Verifying Checksum9cd1b3342138: Download completeceb724c0e91a: Pull completef588639909b0: Pull completeaab9c5b13b64: Pull complete0a277ed15407: Pull complete132d338fdfd0: Pull complete27fd896c79f2: Pull complete72468d11a9b4: Pull completee8bdd5ad8432: Pull complete3163ed2e4b76: Pull completeaa9069d82ae5: Pull completed0207985e630: Pull complete7a2c4cf1613b: Verifying Checksum7a2c4cf1613b: Download completeab566544a90b: Pull complete3a0736803c27: Pull complete36560715d7bd: Pull completeeeeec73bec80: Pull complete4f4fb700ef54: Pull complete846925efc366: Pull completeec076a20dd91: Pull complete9eee8bbc8128: Pull completecb2913eedeb2: Pull complete71814da9cebd: Pull complete6ffedaf07abd: Pull completefd32fa0d0f24: Pull complete1697ad70a175: Pull complete1c94f6008fe7: Pull completecda898921e10: Pull complete109d6c8ee356: Pull completea1eb9f85e46a: Pull completeba57b16f9cfd: Pull complete775d21de89db: Pull complete7a2c4cf1613b: Pull complete1aa8bb428e46: Pull completecc5e773c9280: Pull completec29d8b91cc92: Pull complete9cd1b3342138: Pull complete9966f8c9c46d: Pull complete9d5932f19980: Pull completeaf00c7ab1061: Pull completeDigest: sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159ebaStatus: Downloaded newer image for ocaml/opam@sha256:7a1df3056eec956a6eef1d348aec8333e55e498d2746501268f52c1f05159eba2026-05-27 07:59.02 ---> using "82603cf0c609c68dc32f898dc49a371524acf924ba32c489169254963a5a4520" from cache/: (comment debian-12-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-05-27 07:59.02 ---> using "205ab15271f4620f95ae9fd0bd4d15da778ab41d5a6fe6567f413ef2eeaf9f4c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-05-27 07:59.02 ---> using "61906ae7f926bdbdac3d448d7aad6a65a7cba9d05d374dbd7e8a4c8000548204" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 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=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-05-27 07:59.02 ---> using "5bb49d390183daced476b41ead3d5aba8c533778bd47821dbbbdb260cd9ea7b9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-05-27 07:59.02 ---> using "33a26479c4df1bd6e6ba9bde5ba0a7f5ab4d7cc55a26917be0b680f51805ab77" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-27 07:59.02 ---> using "aa78e46971c4f0594f2820b8bdfacf70c81f92166e470cb94fa242bbb530aba2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)2026-05-27 07:59.02 ---> using "3bba8680c33599f8c53728c5bcc9c2debf26c66bb128ba2d79def0fb055ccc27" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2026-05-27 07:59.02 ---> saved as "89493b1fda658a7341dc90e9fde921d7c6399dd6042b5fdf52fa926e9f573215"/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)2026-05-27 07:59.06 ---> saved as "2c47d35eead01ecbdbf156246079655397517d51d2062095dff8fa971a75b437"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-27 07:59.07 ---> saved as "736ad003c35e9d8c37b4100a15350f3669d1f5071bbfcbcacd4a1216bb341a6d"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 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.5 --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 bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [308 kB]- Fetched 412 kB in 0s (971 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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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).# To update the current shell environment, run: eval $(opam env)2026-05-27 07:59.16 ---> saved as "bb6bbbccf86f47e14ee5db3db1926b82f4e404a1b0f03b97866adee85cf851f6"/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.3).[NOTE] Package ocaml is already installed (current version is 4.14.3).[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.5- install bos 0.3.0- install cmdliner 2.1.1- install csexp 1.5.2- install dune 3.23.1- install dune-configurator 3.23.1- 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.1.1- 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.5 (cached)-> retrieved bos.0.3.0 (cached)-> retrieved cmdliner.2.1.1 (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.1.1 (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 ppxlib.0.35.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)-> installed cmdliner.2.1.1-> 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 logs.0.10.0-> installed fpath.0.7.3-> installed bos.0.3.0-> installed dune.3.23.1-> 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.1.1-> 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.23.1-> installed base.v0.16.5-> installed ppxlib.0.35.0-> installed ppx_sexp_conv.v0.16.0Done.# To update the current shell environment, run: eval $(opam env)2026-05-27 08:00.07 ---> saved as "fe744ef8d57d4b0309d963b57dcd5e102d7f6cc7434ad4b2a467c94adfbf1ddc"/src: (copy (src .) (dst /src))2026-05-27 08:00.08 ---> saved as "23e9a6f18e80c89b019db0579e33063fa685a16b33333cf82f2ab9cbc08a6a31"/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 `08MWYYEM'.[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 `1JFCTV0Y'.[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.2026-05-27 08:00.10 ---> saved as "d77d6f83c0fd3a20fa707fb1a23bb3267187dbb0b233aca2f4c34580befa4d64"Job succeeded2026-05-27 08:00.10: Job succeeded