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:alpine-3.22-5.4_opam-2.4)Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1Opam 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:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1# alpine-3.22-5.4_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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1-alpine-3.22-5.4_opam-2.4-bee5f5fb816bdfeb3df1ae18c4c153fe"2025-10-29 14:00.04: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1)(comment alpine-3.22-5.4_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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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:01.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:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1)Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.4@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1' locallydocker.io/ocaml/opam@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1: Pulling from ocaml/opam2d35ebdb57d9: Already exists4eef589852a3: Pulling fs layer9bcbf19aa70e: Pulling fs layerc27157cc8c0d: Pulling fs layer8eb40fc9ec7b: Pulling fs layercf28fbda269d: Pulling fs layerbdb05ad1bb03: Pulling fs layer14b089059d7b: Pulling fs layerc27157cc8c0d: Waiting8fba92877dbb: Pulling fs layer8eb40fc9ec7b: Waitingb46b8c2b2e76: Pulling fs layercf28fbda269d: Waitingbdb05ad1bb03: Waitingc5fe84151a2d: Pulling fs layer14b089059d7b: Waiting8fba92877dbb: Waitingd69ebb2cea14: Pulling fs layer9bcbf19aa70e: Waitingb46b8c2b2e76: Waiting8987930d7936: Pulling fs layer07e0ebe0bb32: Pulling fs layera8a8cd8bbc43: Pulling fs layer0eee052a54e0: Pulling fs layer07e0ebe0bb32: Waiting9d0f02e69e08: Pulling fs layer4f4fb700ef54: Pulling fs layera8a8cd8bbc43: Waiting0eee052a54e0: Waitinga90897db75ef: Pulling fs layer9d0f02e69e08: Waiting678b7f997d9a: Pulling fs layer4f4fb700ef54: Waitinga90897db75ef: Waiting55a17ca9d235: Pulling fs layerb0fc237f6c26: Pulling fs layer4a9f9668ab4a: Pulling fs layerf4048786242d: Pulling fs layer4a9f9668ab4a: Waiting322480b4b1d3: Pulling fs layerf4048786242d: Waitingeda2d7da1b04: Pulling fs layer83325a5b2b26: Pulling fs layer322480b4b1d3: Waitingeda2d7da1b04: Waiting09b67e1d956f: Pulling fs layer2adafa4b73e4: Pulling fs layer83325a5b2b26: Waiting8e04b3ec100b: Pulling fs layer7eac41d73ac6: Pulling fs layer09b67e1d956f: Waiting2adafa4b73e4: Waiting477769be07d7: Pulling fs layer8e04b3ec100b: Waiting7eac41d73ac6: Waiting1121e0452bac: Pulling fs layer477769be07d7: Waitinga7433c286e2f: Pulling fs layerd11ef3af080f: Pulling fs layer595e38b8edfd: Pulling fs layerd11ef3af080f: Waitingf15368aa3240: Pulling fs layera7433c286e2f: Waiting772205525b1c: Pulling fs layer595e38b8edfd: Waitingf15368aa3240: Waiting4b2a438a134b: Pulling fs layerce88c0406b4f: Pulling fs layer772205525b1c: Waiting30e6e4c7d9f2: Pulling fs layerce88c0406b4f: Waiting44ebb4aa5e2d: Pulling fs layer30e6e4c7d9f2: Waiting4eef589852a3: Verifying Checksum4eef589852a3: Download complete4eef589852a3: Pull complete9bcbf19aa70e: Verifying Checksum9bcbf19aa70e: Download complete9bcbf19aa70e: Pull completec27157cc8c0d: Verifying Checksumc27157cc8c0d: Download complete8eb40fc9ec7b: Verifying Checksum8eb40fc9ec7b: Download completecf28fbda269d: Verifying Checksumcf28fbda269d: Download completebdb05ad1bb03: Verifying Checksumbdb05ad1bb03: Download complete14b089059d7b: Verifying Checksum14b089059d7b: Download complete8fba92877dbb: Verifying Checksum8fba92877dbb: Download completeb46b8c2b2e76: Verifying Checksumb46b8c2b2e76: Download completec5fe84151a2d: Verifying Checksumc5fe84151a2d: Download completed69ebb2cea14: Verifying Checksumd69ebb2cea14: Download complete8987930d7936: Verifying Checksum8987930d7936: Download complete07e0ebe0bb32: Download completea8a8cd8bbc43: Verifying Checksuma8a8cd8bbc43: Download completec27157cc8c0d: Pull complete8eb40fc9ec7b: Pull completecf28fbda269d: Pull complete0eee052a54e0: Verifying Checksum0eee052a54e0: Download completebdb05ad1bb03: Pull complete14b089059d7b: Pull complete9d0f02e69e08: Download complete8fba92877dbb: Pull completeb46b8c2b2e76: Pull complete4f4fb700ef54: Download completec5fe84151a2d: Pull completed69ebb2cea14: Pull complete8987930d7936: Pull complete07e0ebe0bb32: Pull completea8a8cd8bbc43: Pull complete0eee052a54e0: Pull complete9d0f02e69e08: Pull completea90897db75ef: Verifying Checksuma90897db75ef: Download complete4f4fb700ef54: Pull completea90897db75ef: Pull complete678b7f997d9a: Verifying Checksum678b7f997d9a: Download complete678b7f997d9a: Pull complete55a17ca9d235: Download complete55a17ca9d235: Pull completeb0fc237f6c26: Verifying Checksumb0fc237f6c26: Download completeb0fc237f6c26: Pull complete4a9f9668ab4a: Verifying Checksum4a9f9668ab4a: Download complete4a9f9668ab4a: Pull completef4048786242d: Download completef4048786242d: Pull complete322480b4b1d3: Download complete322480b4b1d3: Pull completeeda2d7da1b04: Download completeeda2d7da1b04: Pull complete83325a5b2b26: Download complete83325a5b2b26: Pull complete09b67e1d956f: Verifying Checksum09b67e1d956f: Download complete09b67e1d956f: Pull complete2adafa4b73e4: Download complete2adafa4b73e4: Pull complete8e04b3ec100b: Verifying Checksum8e04b3ec100b: Download complete8e04b3ec100b: Pull complete477769be07d7: Download complete7eac41d73ac6: Verifying Checksum7eac41d73ac6: Download completea7433c286e2f: Verifying Checksuma7433c286e2f: Download completed11ef3af080f: Download complete595e38b8edfd: Download completef15368aa3240: Verifying Checksumf15368aa3240: Download complete4b2a438a134b: Verifying Checksum4b2a438a134b: Download completece88c0406b4f: Verifying Checksumce88c0406b4f: Download complete30e6e4c7d9f2: Verifying Checksum30e6e4c7d9f2: Download complete44ebb4aa5e2d: Download complete7eac41d73ac6: Pull complete477769be07d7: Pull complete1121e0452bac: Download complete1121e0452bac: Pull completea7433c286e2f: Pull completed11ef3af080f: Pull complete595e38b8edfd: Pull completef15368aa3240: Pull complete772205525b1c: Pull complete4b2a438a134b: Pull completece88c0406b4f: Pull complete30e6e4c7d9f2: Pull complete44ebb4aa5e2d: Pull completeDigest: sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a1Status: Downloaded newer image for ocaml/opam@sha256:27e2909a2a30c05b9fb5696467f60c5bf3c31b41ea2e3088cc8d9cabbdf2f1a12025-10-29 14:07.12 ---> saved as "e5ab524290e505ed5240c7136106572c90f8627d7370b4a892c6d0542a73b860"/: (comment alpine-3.22-5.4_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:07.20 ---> saved as "842aabfb8075585c58dd3796ad7f10d9759a3a2fd2b99532aad6c3213b54374d"/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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-29 14:07.55 ---> saved as "839d7f09fa9959b49dee54923b64533e1cf0fc0921fb751f1c302a1676d84f63"/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:08.04 ---> saved as "c457e564a54f7ef45dc343abb0d249c5401278994a0a39530e666d61e6f08283"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-29 14:08.16 ---> saved as "29f1940b2be9f0ffecc71b1311abbbd03369d83e42a8c265638038c10eef5a91"/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_HEAD1abfcdbf14..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:09.21 ---> saved as "9d97b0eac618ccb0580aa40bed242febc7c4b2e92cbf9f13e5431c16c94ea796"/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2025-10-29 14:09.44 ---> saved as "995d4a47b0a3fa3dfed8dae39869fb91dcbfe7f4587b973c9a8fa1f0fc3379d1"/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:10.14 ---> saved as "2a072446e9a36acebe9524235ac4e177cd1daf89960140c157ae2a45f393ec54"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-29 14:10.28 ---> saved as "01c1e0172335ac6c582d4cd27c24298127bfaed8fbce7d213f9707022f4e4174"/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-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 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 "apk" "update"- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz- v3.22.2-101-g9c88d4960b1 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.2-100-g7c62722e5bc [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20251016-1159-g217eab75e34 [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20251016-1126-g0e9032f723e [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20251016-1151-g331a885f78f [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 59808 distinct packages available<><> 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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-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:11.21 ---> saved as "6559a01e808242d88d67f73f1f382839a7600378c385914860a516572d3ed583"/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 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-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 ppxlib.0.37.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed num.1.6-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> 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 ocaml-version.4.0.3-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml_intrinsics_kernel.v0.17.1-> installed sexplib0.v0.17.0-> installed re.1.14.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed parsexp.v0.17.0-> installed dune-configurator.3.20.2-> 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:14.21 ---> saved as "e5ef3f227975ef1eb33cec7698a17dc24dd192274b4fe12ebdf6e7e765616da5"/src: (copy (src .) (dst /src))2025-10-29 14:14.33 ---> saved as "954e8cf25b0892a7193fa3097757eaec374bee2213a2d39c0bb51d553d9c0916"/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 `F1NAAC98'.[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 `ZN3UQJ6G'.[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:14.55 ---> saved as "e8e12caa18820e7a6ce0bb0cc6f3eed08b449f3ae58d1dde935e1bb55f7d46ca"Job succeeded2025-10-29 14:14.55: Job succeeded