2026-05-19 18:35.16: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/267/head (dbc55139094c73fd9456f2eb099a4d62d4ffb814) (linux-x86_64:opensuse-15.6-5.4_opam-2.5)Base: ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/267/head" && git reset --hard dbc55139cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e# opensuse-15.6-5.4_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 df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.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-19 18:35.16: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e-opensuse-15.6-5.4_opam-2.5-a88e1c16650a25d2bb4391f84fe27752"2026-05-19 18:35.16: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)(comment opensuse-15.6-5.4_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 df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.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-19 18:35.16: Waiting for resource in pool OCluster2026-05-19 18:35.16: Waiting for worker…2026-05-19 18:35.41: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at dbc5513 Fix up docs(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e' locallydocker.io/ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e: Pulling from ocaml/opam90c02a347c3c: Already exists4a97a925dc51: Already exists8f3edb816ea5: Already existsfc0906997780: Already exists880b45fb7848: Already existsaac3f970581d: Already existsa10f5d99a714: Already exists2cb19a5cb6a0: Already exists69dc0b2275c2: Already existsac0f1a58ca2c: Already exists6740b0027cef: Already exists596c07146196: Already existsf829e2fe48c9: Already exists07caa98e0988: Already existsf22069f46c9a: Already exists525691143d18: Already exists4f4b9963c58d: Already exists0da1ade0e3cd: Already exists93fb9d6383f1: Already exists4f4fb700ef54: Already exists38829ce7d1df: Already exists4cfab0213ffd: Already existsbb39643b6074: Already exists4d795f8a60b9: Already exists0765ee798e35: Already existsdefc0beb011b: Already existse86a090295c8: Already existsc9f6bdad98f3: Already exists7099bcff7937: Already exists45509dbac728: Already existscc9f4e900cf2: Already existsc4b888db2d8c: Already existsf45835fc7721: Already exists227bd6f1a70f: Already exists6ad5f51f95fe: Already exists700cd0436182: Already exists80bb1456e18c: Already exists8f0205cc3a46: Already exists9c6d0527adf9: Pulling fs layerde15f3bfe354: Pulling fs layerbb3b464ad6a1: Pulling fs layer9c6d0527adf9: Waiting994434174144: Pulling fs layerde15f3bfe354: Waitingbb3b464ad6a1: Waitingab046dbb3afc: Pulling fs layerf0dae0c4150e: Pulling fs layer994434174144: Waiting7484489eeff2: Pulling fs layerf0dae0c4150e: Waitingab046dbb3afc: Waiting9c6d0527adf9: Verifying Checksum9c6d0527adf9: Download complete9c6d0527adf9: Pull completede15f3bfe354: Verifying Checksumde15f3bfe354: Download completede15f3bfe354: Pull completebb3b464ad6a1: Verifying Checksumbb3b464ad6a1: Download completebb3b464ad6a1: Pull complete994434174144: Verifying Checksum994434174144: Download completeab046dbb3afc: Verifying Checksumab046dbb3afc: Download completef0dae0c4150e: Verifying Checksumf0dae0c4150e: Download complete7484489eeff2: Verifying Checksum7484489eeff2: Download complete994434174144: Pull completeab046dbb3afc: Pull completef0dae0c4150e: Pull complete7484489eeff2: Pull completeDigest: sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864eStatus: Downloaded newer image for ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e2026-05-19 18:35.42 ---> using "4ca16588261ec94bc0af5c9a33bc40d6275395697fbaa0c428f9627813be5cfe" from cache/: (comment opensuse-15.6-5.4_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-19 18:35.42 ---> using "ffe77c663787017bc3f5ed33ecf47d2b30f1c22125b3915ac49af944388097b5" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD045748b2d8..df6ab556b4 master -> origin/masterdf6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.12026-05-19 18:35.42 ---> using "0c971a0331b9638e445ac0b4651b67c188a44d36a6b89074da8ecaef10f1992f" 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-05-19 18:35.42 ---> using "a05d577e19801a1648a80b4ae24bbca4a668efb78526b5f907af3eec654a205b" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 5.4.12.5.12026-05-19 18:35.42 ---> using "93d0f3c88f1cfde61fd759c64fa4a78b7a082f2289b19615d4ca1dc8b596c4db" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-05-19 18:35.42 ---> using "d4cba8b59a79f9c8848f158068f5732b26bb67048903789f8a7804f98ae8505c" 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 possibleHowever, 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-19 18:35.42 ---> using "bce968c7dd419338e4bfe59e679f11b14bae78e5be6fa45a8ab72ab92bc303e7" from cache/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)(dst ./))2026-05-19 18:35.42 ---> saved as "5e154b2017ff0c31a0ce6fef542e831b425caa9d2b89ee075265e8adf773794e"/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-19 18:35.46 ---> saved as "8d3859b4d877d66430949b1ac8e6484e57931a6c7bd83639c1c7023aa992e78f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-05-19 18:35.46 ---> saved as "5d9a8a2d5481ab3b3c9fa7bcb6454d38e2728e5d46e5e9561aca987971aeb3cf"/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.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.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 re.1.14.0 rresult.0.7.0 sexplib0.v0.17.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 "zypper" "--non-interactive" "refresh"- Retrieving repository 'Update repository of openSUSE Backports' metadata [..- .- Looking for gpg keys in repository Update repository of openSUSE Backports.- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key- .......- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ......- ........- .......- ......- .......- ......- .....- .......- ......- ....- .......- ........- ......- .....- .......- ....- ......- ....- .....- .....- ..- .....- ......- ......- ......- .......- .......- ........- .......- ........- .......- ......- ......- ........- .....- ......- .......- .......- ......- .....- .......- .- ....- ..- .......- .....- .....- .....done]- Building repository 'Update repository of openSUSE Backports' cache [..- ..done]- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [...- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key- .- .......- ....- ....- ....- ......- ........- ........- .........- ......- ........- ........- ........- ......- ........- ......- .......- ........- ..- .......- ......- .- ....- ..- ........- ......- .......- ......- ......- ......- .......- ..- .- ..- .........- .......- .......- .....- ......- ....- .....- .....- .......- ......- .......- .....- ......- .......- ........- .......- ......- ......- ......- .......- .....- ......- ....- .....- ......- ......- .......- ......- ......- .......- ......- .......- .....- ......- ......- ......- .......- .......- .......- .....- .....- ......- ......- .......- ...- .......- .......- ......- .......- .......- ......- ......- .......- ......- ......- ......- .......- .......- .......- .......- .....- .......- ......- .......- .....- .......- .....- ......- .........- .......- .......- .......- .......- ......- ......- .......- .......- ..- .....- .....- ........- ......- .......- ........- .....- .....- ........- ........- .....- .....- .......- .......- ........- ......- ......- .......- ......- ......- ......- .......- .......- .......- ......- .......- .......- .......- .......- .......- ......- ......- ........- ......- .......- ......- ......- ......- ........- .......- .......- ......- .......- .......- .......- ........- ........- ........- .......- ........- ......- ......- .......- ........- .......- .......- ........- ........- ......- ........- .......- .......- .......- .......- ........- .......- ......- .......- .......- .......- .......- ......- .......- ........- .......- .......- .......- .....- .......- ......- .......- .......- ......- ......- ......- .......- ......- ......- .......- ......- ......- ........- ........- .........- ......- ........- ........- ........- ........- .......- ........- .......- .........- ........- .......- ........- ........- .........- ........- ........- .......- .......- ........- .........- ........- .......- .......- ........- .......- .......- .......- ........- .......- .......- ........- .......- .......- ......- ........- ........- ........- ......- ......- ......- ........- .......- .......- .......- ......- ........- .......- .......- ........- ........- .......- ........- .......- .......- .......- ......- ........- .......- .......- ........- ........- .......- ........- .........- .......- .........- ........- .......- ........- .......- .......- ...- ........- .........- .......- .........- ........- ........- ........- ........- ........- ........- ........- .........- .........- .........- .......- .........- ........- ........- ........- ........- ........- .......- ........- ........- ......- .......- .......- .......- .......- ........- ........- ........- ........- .........- ........- .......- .......- ........- .....- ........- .....- .......- ........- ......- ........- .......- ........- ........- .........- ......- .........- .........- .........- .......- ........- .........- .......- .........- ........- ........- ........- ......- .....- ........- .......- .....- .- ...- ...- ......- .....- ........- .......- ......- ........- ........- ...- .......- ......- ........- ...- .- .- ....- ...- .- ..- ..- ......- ......- ....- .....- ........- ......- ........- .....- .....- ........- ..........- ......- .......- .........- ....- .......- ........- ........- .......- ........- .......- ......- ........- ........- .....- ........- .......- .......- ........- ........- ........- ........- ........- ........- ........- ........- ........- ........- ........- ........- ........- ........- .......- ........- ........- .......- ........- .........- .......- .......- .......- .......- .........- ........- .......- ........- ........- .........- .........- ........- ........- .........- .......- .........- .......- .......- ........- ........- ........- ........- ........- ........- .......- ......- .......- ........- .........- ........- .......- .........- ........- ........- .......- ........- ........- ........- ........- ......- ........- .......- ........- ........- ........- .........- ........- ........- .......- ......- .........- .........- .......- ........- ........- .........- .......- .......- ........- ......- .......- .......- .......- ....- ......- .....- .......- ........- .......- ..- .......- .........- ........- ........- ........- .......- .......- ........- .........- ......- ....- .....- .........- ........- ........- ......- ....- .......- ....- ........- ......- .........- ........- .........- ........- ......- .....- ........- .......- .......- ........- ........- .......- ........- .......- ........- ......- .....- ........- ........- ......- ........- .......- ......- ........- .......- .......- .....- .......- .........- ........- .......- ........- .........- .......- ....- .........- ....- .....- .....- .- ..- .......- ...- ..- .- ......- ........- ......- .........- .......- .......- .........- .......- .........- .........- ....- ...- ........- ........- .......- .......- ........- .......- .....- .......- ......- ........- .......- ........- ........- ........- .....- ........- ........- .......- ........- ........- ........- .......- ......- .......- .......- .......- .......- .......- ........- ........- .......- ........- .......- ........- .....- ........- ........- .......- ........- .......- ........- .......- .......- ....- .......- ......- .......- ......- .........- ........- ........- ......- .......- ........- .......- ......- ......- ........- ......- .........- .......- .........- .....- ........- .........- .......- .......- ......- ........- ........- .......- ........- ........- .....- ........- .....- ...- .....- ......- .......- .......- ........- ........- .....- ........- .- ...- ........- ........- ........- ........- ........- .......- ........- .......- ........- .......- .......- ......- .....- ........- ......- ...- ........- .......- .......- ........- ........- ........- .......- .....- ......- .......- .......- ........- .......- ........- ......- .......- ......- .....- ........- .....- .......- ......- .......- ....- .......- ........- ........- ......- .......- ........- ........- .......- ........- ........- ......- .......- ........- .......- .......- ......- ......- .......- ........- .......- .......- ......- .......- .......- ......- .......- .....- .......- .......- ........- ........- .......- ......- .......- .......- .......- ......- .......- .......- ........- ........- .......- ......- .......- .......- ........- .....- .......- ........- ......- ......- ......- .......- ........- .......- .........- ........- ......- ......- .......- ......- ......- .......- .......- .......- ........- ........- ........- ......- .......- ......- ........- .......- ........- .....- .......- ......- .......- ....- ....- ........- ....- ...- .....- ........- ......- .......- ........- ........- ....- .......- ......- ......- ......- ..- ....- ......- .....- .....- ..- ......- ......- .........- ........- .......- ........- ........- ......- .......- .....- ......- .......- ........- ......- .......- .......- .......- ....- ....- .......- ......- .....- ........- .......- ......- .......- ......- ......- ...- ..- .....- ......- .......- .......- .....- ......- .......- ........- ........- ........- ........- ........- ......- ......- ........- ........- .......- .........- .....- .........- ........- .......- .......- ........- ........- .....- .......- .......- .......- .......- ......- ........- ......- ......- .....- .......- ........- ........- ........- ........- ......- .......- ........- .....- ...- ......- ........- .....- .....- ........- ........- ......- .....- ......- .......- ........- .......- ........- .......- ........- ......- .....- .......- .......- .......- ........- .....- .......- .........- ........- .......- .......- .....- ........- ........- ......- ........- ........- .......- .......- ........- .......- .........- ......- ........- ........- ........- .......- ........- .........- ......- ......- .......- ......- .......- .......- .........- ........- .......- ......- ........- ......- ........- .......- .......- .....- .......- ........- ........- .........- .......- .........- .......- ......- .......- ........- .......- .........- ........- ........- ........- .......- ......- .........- ......- .......- ......- ........- ......- .......- ......- .......- .......- ......- .......- .......- ......- ......- ......- ......- .......- ......- ........- .......- .......- ......- .......- .......- .......- .......- ........- .......- ......- ........- .......- .........- ........- ........- .....- ......- ......- ........- ......- ........- ........- .......- .........- .......- .......- ......- .....- .......- .......- .........- ........- .......- ........- ........- .......- .........- ........- ........- ........- ........- ........- ........- .......- ........- .......- ..- .......- ........- .........- ........- .....- ........- .......- .......- ......- ........- ......- ........- ........- ........- .......- .......- ........- ........- ......- ........- .........- ........- ......- ......- ........- .......- ........- ........- ........- .......- .......- ........- ........- ........- .......- ........- .......- ........- ........- ......- .....- ........- ........- ......- .........- .......- ........- .........- .........- .......- .........- ........- .......- ........- ........- .......- .......- ........- ........- ......- .......- .......- .........- .........- ........- .......- .......- ........- ........- ......- ........- ......- ........- ........- .......- .......- ........- ........- ........- .......- .........- ........- .......- ........- .........- ........- .......- .......- ........- .........- ........- ........- .........- ........- .........- ........- ........- ........- .......- .........- ........- ........- ........- ........- ........- ........- ........- ........- ........- .....- ........- .......- ........- ........- .......- .......- .....- .......- ........- ........- ........- ........- ........- .......- ........- ........- ........- ........- .........- ........- ........- ........- ........- .......- .......- ........- ......- ........- .....- ........- .........- ........- .......- ........- .......- ........- .......- ........- .........- .......- ........- ........- .......- .........- ........- ........- ........- ........- .......- .......- ........- ........- ........- ........- ........- ........- ........- ........- .........- .........- ........- ........- ........- .........- .........- ........- .........- .........- .........- ........- ........- .........- .........- ........- .........- .........- ........- .........- ..........- .......- .......- .....- ....- ....- ....- ....- .......- ........- .........- ........- .......- .........- .......- .......- ..........- ........- .........- ........- ........- ........- ........- ........- ........- .......- .........- .........- .........- ........- ........- .........- .........- ..........- ........- .........- .........- ......done]- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..- ..done]- Retrieving repository 'Main Update Repository' metadata [.- .- Looking for gpg keys in repository Main Update Repository.- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key- ......- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ....- ...........- .........- ......- .- ..- ...- done]- Building repository 'Main Update Repository' cache [....done]- Retrieving repository 'Update Repository (Non-Oss)' metadata [.- .- Looking for gpg keys in repository Update Repository (Non-Oss).- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key- ..- .- .....- ....- .- .....- ....- ....- ....- ....- .- ..- .- .- .- ..- .- .- done]- Building repository 'Update Repository (Non-Oss)' cache [..- ..done]- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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).# To update the current shell environment, run: eval $(opam env)2026-05-19 19:00.01 ---> saved as "5403137e66c8a7db2e656a00257fa0e931ff162cd2a688d75d5d665791ce6977"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 27 packages- install alcotest 1.9.1- install astring 0.8.5- install base v0.17.3- 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.17.0- install ocaml-syntax-shims 1.0.0- install ocaml-version 4.1.1- install ocaml_intrinsics_kernel v0.17.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ppx_derivers 1.2.1- install ppx_sexp_conv v0.17.1- install ppxlib 0.38.0- install ppxlib_jane v0.17.4- install re 1.14.0- install rresult 0.7.0- install sexplib0 v0.17.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.17.3 (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.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocaml-version.4.1.1 (cached)-> retrieved ocaml_intrinsics_kernel.v0.17.2 (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.17.1 (cached)-> retrieved ppxlib_jane.v0.17.4 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved ppxlib.0.38.0 (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.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ocaml-version.4.1.1-> installed ocaml_intrinsics_kernel.v0.17.2-> installed re.1.14.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed alcotest.1.9.1-> installed dune-configurator.3.23.1-> installed base.v0.17.3-> installed ppxlib.0.38.0-> installed ppxlib_jane.v0.17.4-> installed ppx_sexp_conv.v0.17.1Done.# To update the current shell environment, run: eval $(opam env)2026-05-19 19:01.10 ---> saved as "aab1c295ecd4978e1576b7d05e156d44bd40dc2cd17898bd7b8e8cc41e26fbb7"/src: (copy (src .) (dst /src))2026-05-19 19:01.10 ---> saved as "bbd4e114c1d3536c603cdecd7d320d1da2fbbd80f69ae0171f81f34a25bb57a7"/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 `PXPJPYDC'.[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.(cd _build/default/test-opam && ./dockerfile.exe)Testing `test'.This run has ID `I2HWG8OY'.[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-19 19:01.13 ---> saved as "f0219bb87d59c69f48ca6faeff6449880e73503c3177b9d43328d555dcbd55ce"Job succeeded2026-05-19 19:01.13: Job succeeded