2026-04-03 14:25.37: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/remove-opam-2 (05a6bd14f2e76fe006a6e4069cc832017a0d02a7) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5)Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "remove-opam-2" && cd "ocaml-dockerfile" && git reset --hard 05a6bd14cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e# ubuntu-25.04-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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 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.4 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-04-03 14:25.37: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e-ubuntu-25.04-4.14_opam-2.5-d2386b3a7a915902a6b0ca3ec18180ad"2026-04-03 14:25.37: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)(comment ubuntu-25.04-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 (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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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 (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.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 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.4 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-04-03 14:25.37: Waiting for resource in pool OCluster2026-04-03 14:25.37: Waiting for worker…2026-04-03 14:26.02: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at 05a6bd1 alias opam 2.1 to /usr/bin/opaj(from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e)Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e' locallydocker.io/ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e: Pulling from ocaml/opamc62190a9ab61: Already exists7ca3d7ce83d6: Pulling fs layere98b96bfe3c8: Pulling fs layer367a4f863195: Pulling fs layer254019f06735: Pulling fs layer5db1a0246e57: Pulling fs layeraad8e693df08: Pulling fs layer116c4ea2d9e8: Pulling fs layere3a288415c6d: Pulling fs layer254019f06735: Waiting5db1a0246e57: Waitingf6040445814b: Pulling fs layeraad8e693df08: Waitinge3a288415c6d: Waiting116c4ea2d9e8: Waiting6d3246e093fe: Pulling fs layerf6040445814b: Waiting14980c64e543: Pulling fs layer6d3246e093fe: Waiting24166de9f84d: Pulling fs layer14980c64e543: Waiting67f839dd317c: Pulling fs layera76507c440e9: Pulling fs layer24166de9f84d: Waiting67f839dd317c: Waiting5e9f9df8e278: Pulling fs layer3c66f44b76f6: Pulling fs layera76507c440e9: Waiting3c66f44b76f6: Waiting6a3139e1664c: Pulling fs layerfbaa2d651ab1: Pulling fs layer03dbd03d3a26: Pulling fs layere754164114dd: Pulling fs layerfbaa2d651ab1: Waiting4f4fb700ef54: Pulling fs layer03dbd03d3a26: Waitinge754164114dd: Waitinga9eed926b1df: Pulling fs layer4f4fb700ef54: Waitingb390fdfbde73: Pulling fs layera9eed926b1df: Waiting89314797225f: Pulling fs layerb390fdfbde73: Waitingbfe60495abbd: Pulling fs layer89314797225f: Waiting7080f8c5742e: Pulling fs layerbfe60495abbd: Waiting4cc4327ed8eb: Pulling fs layer7080f8c5742e: Waiting7090362bb95b: Pulling fs layer4cc4327ed8eb: Waiting65f6ded004e6: Pulling fs layer7090362bb95b: Waiting40a292c1e890: Pulling fs layer65f6ded004e6: Waitinga49d3a1fa024: Pulling fs layeraf141c11f2b0: Pulling fs layer40a292c1e890: Waitinga49d3a1fa024: Waiting3d1488031e50: Pulling fs layeraf141c11f2b0: Waitingd33f3b0de656: Pulling fs layer3d1488031e50: Waitinga838df19cfa7: Pulling fs layerd33f3b0de656: Waiting6ab65d940a97: Pulling fs layera838df19cfa7: Waiting6ab65d940a97: Waitingd5fab96d9013: Pulling fs layer8524466b64a4: Pulling fs layerea1f379e4cb9: Pulling fs layer8524466b64a4: Waitingd5fab96d9013: Waiting48970c1c3e9f: Pulling fs layerd6251606560c: Pulling fs layer48970c1c3e9f: Waitingd6251606560c: Waitingaba7c570d9ba: Pulling fs layer95dea4e5ed14: Pulling fs layeraba7c570d9ba: Waiting95dea4e5ed14: Waiting7ca3d7ce83d6: Verifying Checksum7ca3d7ce83d6: Download complete7ca3d7ce83d6: Pull completee98b96bfe3c8: Download completee98b96bfe3c8: Pull complete254019f06735: Verifying Checksum254019f06735: Download completeaad8e693df08: Verifying Checksumaad8e693df08: Download complete116c4ea2d9e8: Verifying Checksum116c4ea2d9e8: Download complete367a4f863195: Verifying Checksum367a4f863195: Download completef6040445814b: Verifying Checksumf6040445814b: Download complete5db1a0246e57: Verifying Checksum5db1a0246e57: Download completee3a288415c6d: Verifying Checksume3a288415c6d: Download complete367a4f863195: Pull complete6d3246e093fe: Download complete14980c64e543: Download complete254019f06735: Pull complete24166de9f84d: Verifying Checksum24166de9f84d: Download complete67f839dd317c: Verifying Checksum67f839dd317c: Download completea76507c440e9: Verifying Checksuma76507c440e9: Download complete5e9f9df8e278: Verifying Checksum5e9f9df8e278: Download complete3c66f44b76f6: Verifying Checksum3c66f44b76f6: Download complete6a3139e1664c: Verifying Checksum6a3139e1664c: Download completefbaa2d651ab1: Verifying Checksumfbaa2d651ab1: Download complete03dbd03d3a26: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download completee754164114dd: Verifying Checksume754164114dd: Download completea9eed926b1df: Verifying Checksuma9eed926b1df: Download completeb390fdfbde73: Verifying Checksumb390fdfbde73: Download completebfe60495abbd: Verifying Checksumbfe60495abbd: Download complete7080f8c5742e: Verifying Checksum7080f8c5742e: Download complete89314797225f: Verifying Checksum89314797225f: Download complete4cc4327ed8eb: Download complete65f6ded004e6: Verifying Checksum65f6ded004e6: Download complete40a292c1e890: Verifying Checksum40a292c1e890: Download completea49d3a1fa024: Verifying Checksuma49d3a1fa024: Download complete7090362bb95b: Verifying Checksum3d1488031e50: Verifying Checksum3d1488031e50: Download completeaf141c11f2b0: Download completea838df19cfa7: Verifying Checksuma838df19cfa7: Download completed5fab96d9013: Download complete8524466b64a4: Verifying Checksum8524466b64a4: Download completeea1f379e4cb9: Download completed33f3b0de656: Verifying Checksumd33f3b0de656: Download completed6251606560c: Download completeaba7c570d9ba: Verifying Checksum95dea4e5ed14: Download complete48970c1c3e9f: Verifying Checksum48970c1c3e9f: Download complete5db1a0246e57: Pull completeaad8e693df08: Pull complete6ab65d940a97: Verifying Checksum6ab65d940a97: Download complete116c4ea2d9e8: Pull completee3a288415c6d: Pull completef6040445814b: Pull complete6d3246e093fe: Pull complete14980c64e543: Pull complete24166de9f84d: Pull complete67f839dd317c: Pull completea76507c440e9: Pull complete5e9f9df8e278: Pull complete3c66f44b76f6: Pull complete6a3139e1664c: Pull completefbaa2d651ab1: Pull complete03dbd03d3a26: Pull completee754164114dd: Pull complete4f4fb700ef54: Pull completea9eed926b1df: Pull completeb390fdfbde73: Pull complete89314797225f: Pull completebfe60495abbd: Pull complete7080f8c5742e: Pull complete4cc4327ed8eb: Pull complete7090362bb95b: Pull complete65f6ded004e6: Pull complete40a292c1e890: Pull completea49d3a1fa024: Pull completeaf141c11f2b0: Pull complete3d1488031e50: Pull completed33f3b0de656: Pull completea838df19cfa7: Pull complete6ab65d940a97: Pull completed5fab96d9013: Pull complete8524466b64a4: Pull completeea1f379e4cb9: Pull complete48970c1c3e9f: Pull completed6251606560c: Pull completeaba7c570d9ba: Pull complete95dea4e5ed14: Pull completeDigest: sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6eStatus: Downloaded newer image for ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e2026-04-03 14:26.02 ---> using "401062e43f1653b6c3f90c38157915a3447b6dab558d4091c02b03b6272092fd" from cache/: (comment ubuntu-25.04-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-04-03 14:26.02 ---> using "6934aa5d464358b93f6a1b86f0291670b6be382450f75bc3dd6c7be55400a96f" 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] Initialised2026-04-03 14:26.02 ---> using "477cfe1b41831fd13b883b03b8a05bf39788b0546888c81e1ba52665af9e3780" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-173-genericThe OCaml toplevel, version 4.14.22.5.02026-04-03 14:26.02 ---> using "d4ec702a067c2fe88e907bc92ca3064dae0b748c99535260d7eab04bfa311118" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-03 14:26.02 ---> using "e969ea05671a2fba932c57d9f00653daea3536375c0cbe0d0c66fc57b24d4f3b" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD76bf2ed944..d06cfb1853 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> 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.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-04-03 14:26.02 ---> using "8044d8d612d1b76257953ce8fb47e39f63762c759adc47a2ca7c73d7ee8633a8" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2026-04-03 14:26.02 ---> using "541def625e9a4548c0cd788ada8bf3fa3ab18fccf44adabff9315ef90bb6157c" 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)2026-04-03 14:26.02 ---> using "02638057c2efb83ac89eeeaeb867bcb6f20456bbcc831c8b324603063d6708f7" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-03 14:26.02 ---> using "67cc83a438eb03048c8b0bb8252b863d91b54bcad16461b2c39ee0c96c804780" from cache/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.1.0 csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 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.4 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://archive.ubuntu.com/ubuntu plucky InRelease- Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease- Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease- Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease- 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).# To update the current shell environment, run: eval $(opam env)2026-04-03 14:26.02 ---> using "8689cf7bb7489cfe2901dd2066f6f0cbdd76f1de7f8d24d154f3dac448a56379" 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 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.1.0- install csexp 1.5.2- install dune 3.22.1- install dune-configurator 3.22.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.0.4- 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.1.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.4 (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.22.1, dune-configurator.3.22.1 (cached)-> installed cmdliner.2.1.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 logs.0.10.0-> installed fpath.0.7.3-> installed bos.0.2.1-> installed dune.3.22.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.0.4-> 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.22.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)2026-04-03 14:26.02 ---> using "3bd159f3665ac70553f98deb647827f93a63606accd8ee0eb2fb53bb118b9541" from cache/src: (copy (src .) (dst /src))2026-04-03 14:26.02 ---> saved as "d4444b452c3b657f848bcbe569e68bcc44812011ff90a7ce3fcfd2d1b9565c40"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `WXYAVX23'.[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.(cd _build/default/test && ./dockerfile.exe)Testing `test'.This run has ID `04H0LP2J'.[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.2026-04-03 14:26.06 ---> saved as "1057a14cc17b25bf058bc0197febc3865a07e6ea07bfd38299c0b9179047f251"Job succeeded2026-04-03 14:26.06: Job succeeded