2025-10-29 14:00.04: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/247/head (494ea8f410488c6975dc6988345fa020bb508098) (linux-x86_64:debian-13-5.4+flambda_opam-2.4)Base: ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/247/head" && git reset --hard 494ea8f4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933# debian-13-5.4+flambda_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.9.0 num.1.6 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.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-10-29 14:00.04: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933-debian-13-5.4+flambda_opam-2.4-85b47d55609387a8efb83c12cee86a6a"2025-10-29 14:00.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)(comment debian-13-5.4+flambda_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.9.0 num.1.6 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.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-10-29 14:00.04: Waiting for resource in pool OCluster2025-10-29 14:00.05: Waiting for worker…2025-10-29 14:00.29: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at 494ea8f Sort by version in Distro.compare(from ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933)Unable to find image 'ocaml/opam:debian-13-ocaml-5.4-flambda@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933' locallydocker.io/ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933: Pulling from ocaml/opamcae3b572364a: Already exists1ea31b9b2905: Pulling fs layer00af97c1a7ee: Pulling fs layer2888ddae7853: Pulling fs layer169f1c0e1d75: Pulling fs layerb97630267a3c: Pulling fs layer8f0f0f294210: Pulling fs layera61c20f8abb8: Pulling fs layer276b6584a497: Pulling fs layerf959c052cfb3: Pulling fs layer2888ddae7853: Waitingbadfcf6bb6a0: Pulling fs layer169f1c0e1d75: Waitinga922ef0f4b3a: Pulling fs layerb97630267a3c: Waiting763b846be8bd: Pulling fs layerf2aedde72921: Pulling fs layer93872d64e9dc: Pulling fs layer8f0f0f294210: Waiting5539ecb0d21f: Pulling fs layer00af97c1a7ee: Waiting1da4220c24fc: Pulling fs layer3370bc40449d: Pulling fs layer93872d64e9dc: Waiting276b6584a497: Waitingd9f40c12529d: Pulling fs layer5539ecb0d21f: Waitingf959c052cfb3: Waiting1cc07cfbde7c: Pulling fs layer6192479a37f0: Pulling fs layer763b846be8bd: Waitingf2aedde72921: Waitingbadfcf6bb6a0: Waiting3370bc40449d: Waiting4f4fb700ef54: Pulling fs layerd9f40c12529d: Waitinga922ef0f4b3a: Waiting4ecb3473db3c: Pulling fs layer1cc07cfbde7c: Waiting7b53a84c214e: Pulling fs layer4ecb3473db3c: Waitingbf785b671409: Pulling fs layer4f4fb700ef54: Waitingd31b01dff4a7: Pulling fs layer573722d1f7a6: Pulling fs layer7b53a84c214e: Waitingbf785b671409: Waitinged9a82da7774: Pulling fs layerd31b01dff4a7: Waiting2124637b0a62: Pulling fs layer573722d1f7a6: Waiting55471547ee86: Pulling fs layer7c57db1a5e44: Pulling fs layerc9318ee17ec1: Pulling fs layer55471547ee86: Waiting3746bb8be4f4: Pulling fs layer7c57db1a5e44: Waiting343122758f2e: Pulling fs layerd2c146b14ad0: Pulling fs layer480879182a9f: Pulling fs layerd2c146b14ad0: Waiting41ec89e6098c: Pulling fs layer9a9e8fae4e62: Pulling fs layer0bedcf0c3971: Pulling fs layer480879182a9f: Waiting41ec89e6098c: Waiting595479dafdfb: Pulling fs layerd808eb6342e5: Pulling fs layer0bedcf0c3971: Waiting595479dafdfb: Waiting9be9c7fc6d78: Pulling fs layer460ed924d035: Pulling fs layer262579630356: Pulling fs layerd808eb6342e5: Waitingd77e746d137e: Pulling fs layer460ed924d035: Waiting2f2153070a8d: Pulling fs layere156a7fecdea: Pulling fs layer262579630356: Waitingd77e746d137e: Waiting2f2153070a8d: Waitinge156a7fecdea: Waiting9be9c7fc6d78: Waiting1ea31b9b2905: Verifying Checksum1ea31b9b2905: Download complete1ea31b9b2905: Pull complete00af97c1a7ee: Verifying Checksum00af97c1a7ee: Download complete00af97c1a7ee: Pull complete2888ddae7853: Verifying Checksum2888ddae7853: Download complete2888ddae7853: Pull complete169f1c0e1d75: Verifying Checksum169f1c0e1d75: Download complete169f1c0e1d75: Pull completeb97630267a3c: Verifying Checksumb97630267a3c: Download complete8f0f0f294210: Verifying Checksum8f0f0f294210: Download completea61c20f8abb8: Verifying Checksuma61c20f8abb8: Download complete276b6584a497: Verifying Checksum276b6584a497: Download completeb97630267a3c: Pull complete8f0f0f294210: Pull completea61c20f8abb8: Pull complete276b6584a497: Pull completef959c052cfb3: Verifying Checksumf959c052cfb3: Download completef959c052cfb3: Pull completebadfcf6bb6a0: Verifying Checksumbadfcf6bb6a0: Download completebadfcf6bb6a0: Pull completea922ef0f4b3a: Verifying Checksuma922ef0f4b3a: Download completea922ef0f4b3a: Pull complete763b846be8bd: Verifying Checksum763b846be8bd: Download completef2aedde72921: Verifying Checksumf2aedde72921: Download complete763b846be8bd: Pull completef2aedde72921: Pull complete93872d64e9dc: Download complete93872d64e9dc: Pull complete5539ecb0d21f: Verifying Checksum5539ecb0d21f: Download complete5539ecb0d21f: Pull complete1da4220c24fc: Verifying Checksum1da4220c24fc: Download complete1da4220c24fc: Pull complete3370bc40449d: Verifying Checksum3370bc40449d: Download complete3370bc40449d: Pull completed9f40c12529d: Download completed9f40c12529d: Pull complete1cc07cfbde7c: Verifying Checksum1cc07cfbde7c: Download complete1cc07cfbde7c: Pull complete6192479a37f0: Verifying Checksum6192479a37f0: Download complete6192479a37f0: Pull complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete4f4fb700ef54: Pull complete4ecb3473db3c: Verifying Checksum4ecb3473db3c: Download complete4ecb3473db3c: Pull complete7b53a84c214e: Download complete7b53a84c214e: Pull completebf785b671409: Verifying Checksumbf785b671409: Pull completed31b01dff4a7: Download completed31b01dff4a7: Pull complete573722d1f7a6: Download complete573722d1f7a6: Pull completeed9a82da7774: Download completeed9a82da7774: Pull complete2124637b0a62: Download complete2124637b0a62: Pull complete55471547ee86: Verifying Checksum55471547ee86: Download complete55471547ee86: Pull complete7c57db1a5e44: Verifying Checksum7c57db1a5e44: Download complete7c57db1a5e44: Pull completec9318ee17ec1: Verifying Checksumc9318ee17ec1: Download completec9318ee17ec1: Pull complete3746bb8be4f4: Download complete3746bb8be4f4: Pull complete343122758f2e: Verifying Checksum343122758f2e: Pull complete480879182a9f: Verifying Checksum480879182a9f: Download completed2c146b14ad0: Download complete9a9e8fae4e62: Download complete41ec89e6098c: Verifying Checksum41ec89e6098c: Download complete0bedcf0c3971: Verifying Checksum0bedcf0c3971: Download complete595479dafdfb: Verifying Checksum595479dafdfb: Download completed808eb6342e5: Verifying Checksumd808eb6342e5: Download complete9be9c7fc6d78: Verifying Checksum9be9c7fc6d78: Download complete460ed924d035: Download completed77e746d137e: Verifying Checksumd77e746d137e: Download complete2f2153070a8d: Verifying Checksum2f2153070a8d: Download completee156a7fecdea: Download complete262579630356: Verifying Checksum262579630356: Download completed2c146b14ad0: Pull complete480879182a9f: Pull complete41ec89e6098c: Pull complete9a9e8fae4e62: Pull complete0bedcf0c3971: Pull complete595479dafdfb: Pull completed808eb6342e5: Pull complete9be9c7fc6d78: Pull complete460ed924d035: Pull complete262579630356: Pull completed77e746d137e: Pull complete2f2153070a8d: Pull completee156a7fecdea: Pull completeDigest: sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d87673933Status: Downloaded newer image for ocaml/opam@sha256:2d484900314a99f185d54e7a73ea63099b36698761204da91a02457d876739332025-10-29 14:04.14 ---> using "6aac88b40f8371df71ceaa583553943aaa2f334eb9f2c24a03f1036a44dbf41f" from cache/: (comment debian-13-5.4+flambda_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-10-29 14:04.22 ---> saved as "4af4db56322f2f0c85d629dbe510932763c6b2b1976cf88a8d80b906e22d12a4"/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-10-29 14:04.54 ---> saved as "d0e85ef98074b40067e94f168ff3ed5cb417c68cb50047d7d91df4680844c444"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 5.4.02.4.12025-10-29 14:05.03 ---> saved as "d4c745d416d0ad39026f729b7e42fa33645ccd268b3c6ce110c95ee11b42edf3"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 14:05.13 ---> saved as "ff3572a5540826f30578995d37df9333fd351510fd19da0873c9c071bb414e99"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..0939e07036 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-29 14:06.47 ---> saved as "be30462f485b29f643d3db96f4478dc1c708996905ab52547c4aa9df9f2d6019"/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-10-29 14:07.04 ---> saved as "1def21bc3f9cbd49777c28f33cc5c6a916d16061d9525392e1c4a193e3310bb1"/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-10-29 14:07.19 ---> saved as "7ed12f1da2f8cfa4b89c54647081496721154aa8525a588ba274faaf34285e7a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 14:07.29 ---> saved as "2f82c5e976e1cc4128ad7a80f4b139e36b51e0ccdef99e6e22474ac47b33b1c2"/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.9.0 num.1.6 ocaml.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-syntax-shims.1.0.0 ocaml-variants.5.4.0+options ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib.v0.17.0 sexplib0.v0.17.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 amd64 Packages [67.8 kB]- Fetched 159 kB in 0s (925 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-variants is already installed (current version is 5.4.0+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2025-10-29 14:07.58 ---> saved as "53266c8162856a655f4cf513595a26fa7823f69826afc5d6155497e828747951"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-variants is already installed (current version is 5.4.0+options).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[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-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains 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 30 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- 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.9.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.0.3- install ocaml_intrinsics_kernel v0.17.1- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install parsexp v0.17.0- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.37.0- install ppxlib_jane v0.17.4- install re 1.14.0- install rresult 0.7.0- install sexplib v0.17.0- install sexplib0 v0.17.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved alcotest.1.9.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.17.3 (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.9.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.0.3 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_sexp_conv.v0.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed topkg.1.1.0-> 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.9.0-> installed bos.0.2.1-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-version.4.0.3-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-compiler-libs.v0.17.0-> installed re.1.14.0-> installed parsexp.v0.17.0-> installed dune-configurator.3.20.2-> installed alcotest.1.9.1-> installed sexplib.v0.17.0-> installed base.v0.17.3-> installed ppxlib.0.37.0-> installed ppxlib_jane.v0.17.4-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2025-10-29 14:10.55 ---> saved as "2c8551a25ca42ed3bed9adfc9a84ba01af64cf56fd564f1978bb972cf4a44d42"/src: (copy (src .) (dst /src))2025-10-29 14:11.10 ---> saved as "329bd3087672b96223d839f71caa5063244071ea0d05fe9f287b4e5ecd9931e8"/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 `VB95THF0'.[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 `XN2T7TGG'.[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.2025-10-29 14:11.31 ---> saved as "3ad6f847c88b7a71739388a8b33d19e8e26794b405f1647cbf0bbbe03e381e5b"Job succeeded2025-10-29 14:11.32: Job succeeded