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:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e Opam project build To 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 dbc55139 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e # opensuse-15.6-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-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 OCluster 2026-05-19 18:35.16: Waiting for worker… 2026-05-19 18:35.41: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD 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' locally docker.io/ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e: Pulling from ocaml/opam 90c02a347c3c: Already exists 4a97a925dc51: Already exists 8f3edb816ea5: Already exists fc0906997780: Already exists 880b45fb7848: Already exists aac3f970581d: Already exists a10f5d99a714: Already exists 2cb19a5cb6a0: Already exists 69dc0b2275c2: Already exists ac0f1a58ca2c: Already exists 6740b0027cef: Already exists 596c07146196: Already exists f829e2fe48c9: Already exists 07caa98e0988: Already exists f22069f46c9a: Already exists 525691143d18: Already exists 4f4b9963c58d: Already exists 0da1ade0e3cd: Already exists 93fb9d6383f1: Already exists 4f4fb700ef54: Already exists 38829ce7d1df: Already exists 4cfab0213ffd: Already exists bb39643b6074: Already exists 4d795f8a60b9: Already exists 0765ee798e35: Already exists defc0beb011b: Already exists e86a090295c8: Already exists c9f6bdad98f3: Already exists 7099bcff7937: Already exists 45509dbac728: Already exists cc9f4e900cf2: Already exists c4b888db2d8c: Already exists f45835fc7721: Already exists 227bd6f1a70f: Already exists 6ad5f51f95fe: Already exists 700cd0436182: Already exists 80bb1456e18c: Already exists 8f0205cc3a46: Already exists 9c6d0527adf9: Pulling fs layer de15f3bfe354: Pulling fs layer bb3b464ad6a1: Pulling fs layer 9c6d0527adf9: Waiting 994434174144: Pulling fs layer de15f3bfe354: Waiting bb3b464ad6a1: Waiting ab046dbb3afc: Pulling fs layer f0dae0c4150e: Pulling fs layer 994434174144: Waiting 7484489eeff2: Pulling fs layer f0dae0c4150e: Waiting ab046dbb3afc: Waiting 9c6d0527adf9: Verifying Checksum 9c6d0527adf9: Download complete 9c6d0527adf9: Pull complete de15f3bfe354: Verifying Checksum de15f3bfe354: Download complete de15f3bfe354: Pull complete bb3b464ad6a1: Verifying Checksum bb3b464ad6a1: Download complete bb3b464ad6a1: Pull complete 994434174144: Verifying Checksum 994434174144: Download complete ab046dbb3afc: Verifying Checksum ab046dbb3afc: Download complete f0dae0c4150e: Verifying Checksum f0dae0c4150e: Download complete 7484489eeff2: Verifying Checksum 7484489eeff2: Download complete 994434174144: Pull complete ab046dbb3afc: Pull complete f0dae0c4150e: Pull complete 7484489eeff2: Pull complete Digest: sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e Status: Downloaded newer image for ocaml/opam@sha256:a05c8c18ca3631e4ee192ac42c261dcdc7ca1a5e0d83a68e760126bd654f864e 2026-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_HEAD 045748b2d8..df6ab556b4 master -> origin/master df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1 2026-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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-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-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-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-repository Everything as up-to-date as possible 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-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.1 Done. # 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 succeeded 2026-05-19 19:01.13: Job succeeded