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:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a 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:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a # ubuntu-22.04-4.14_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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $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:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-c74d108305c0eed7ae3eb37990e6cd96" 2026-05-19 18:35.16: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) (comment ubuntu-22.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (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.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-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.36: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at dbc5513 Fix up docs (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a' locally docker.io/ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a: Pulling from ocaml/opam f63eb04151bc: Pulling fs layer 16ef32c2b922: Pulling fs layer e5e797a8532e: Pulling fs layer 900d76492cd2: Pulling fs layer b32fb13583c7: Pulling fs layer 16ef32c2b922: Waiting cc067465d8d1: Pulling fs layer e5e797a8532e: Waiting 900d76492cd2: Waiting b32fb13583c7: Waiting 6aa8f5351c31: Pulling fs layer f63eb04151bc: Waiting cc067465d8d1: Waiting dd8552e5b43d: Pulling fs layer 6aa8f5351c31: Waiting 43f4b9675c30: Pulling fs layer dd8552e5b43d: Waiting 4c7b0811a3d4: Pulling fs layer 631ea5d5606c: Pulling fs layer 43f4b9675c30: Waiting 4c7b0811a3d4: Waiting feb2963643de: Pulling fs layer 631ea5d5606c: Waiting 4a7bd3298042: Pulling fs layer feb2963643de: Waiting 869749c01379: Pulling fs layer 4a7bd3298042: Waiting 062faef17978: Pulling fs layer 869749c01379: Waiting 3da7b1d53079: Pulling fs layer 062faef17978: Waiting 5c55fc1c2e7f: Pulling fs layer 3da7b1d53079: Waiting 5c55fc1c2e7f: Waiting 4f4fb700ef54: Pulling fs layer bc630b9f54d9: Pulling fs layer 4f4fb700ef54: Waiting d37f1552c2be: Pulling fs layer 93fddfb5d660: Pulling fs layer bc630b9f54d9: Waiting 7e22d88b1f22: Pulling fs layer d37f1552c2be: Waiting 93fddfb5d660: Waiting 471528d8c145: Pulling fs layer 7e22d88b1f22: Waiting ea05e57fd084: Pulling fs layer 158119cd57c7: Pulling fs layer 325db06da924: Pulling fs layer 471528d8c145: Waiting 168b1f896c3b: Pulling fs layer 2bfb76a16172: Pulling fs layer 325db06da924: Waiting 158119cd57c7: Waiting 0cf1ed22f117: Pulling fs layer 5ccb0f2d64b3: Pulling fs layer ea05e57fd084: Waiting 0cf1ed22f117: Waiting 5e94edcc9569: Pulling fs layer 00860f476adc: Pulling fs layer 2bfb76a16172: Waiting 94d81fb6e3f5: Pulling fs layer 0247515e7c33: Pulling fs layer 00860f476adc: Waiting 5ccb0f2d64b3: Waiting 94d81fb6e3f5: Waiting 168b1f896c3b: Waiting e05c2c8dbed5: Pulling fs layer 5e97b484e1fe: Pulling fs layer 3b7e8887fcc2: Pulling fs layer 0247515e7c33: Waiting e05c2c8dbed5: Waiting 15db2b9812bb: Pulling fs layer 610e48377a63: Pulling fs layer 117f8d44d4a3: Pulling fs layer 5e97b484e1fe: Waiting 610e48377a63: Waiting 9eddb87ae6a8: Pulling fs layer 15db2b9812bb: Waiting b38c24be2496: Pulling fs layer 4cffb5c2964b: Pulling fs layer 3b7e8887fcc2: Waiting b38c24be2496: Waiting 9eddb87ae6a8: Waiting 4cffb5c2964b: Waiting 117f8d44d4a3: Waiting f63eb04151bc: Verifying Checksum f63eb04151bc: Download complete 16ef32c2b922: Download complete e5e797a8532e: Verifying Checksum e5e797a8532e: Download complete 900d76492cd2: Verifying Checksum 900d76492cd2: Download complete b32fb13583c7: Download complete f63eb04151bc: Pull complete 16ef32c2b922: Pull complete e5e797a8532e: Pull complete 900d76492cd2: Pull complete b32fb13583c7: Pull complete cc067465d8d1: Verifying Checksum cc067465d8d1: Download complete 6aa8f5351c31: Download complete dd8552e5b43d: Verifying Checksum dd8552e5b43d: Download complete 43f4b9675c30: Verifying Checksum 43f4b9675c30: Download complete 4c7b0811a3d4: Verifying Checksum 4c7b0811a3d4: Download complete 631ea5d5606c: Download complete feb2963643de: Verifying Checksum feb2963643de: Download complete 4a7bd3298042: Verifying Checksum 4a7bd3298042: Download complete 062faef17978: Verifying Checksum 062faef17978: Download complete 869749c01379: Verifying Checksum 869749c01379: Download complete 3da7b1d53079: Verifying Checksum 3da7b1d53079: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 5c55fc1c2e7f: Verifying Checksum 5c55fc1c2e7f: Download complete bc630b9f54d9: Verifying Checksum bc630b9f54d9: Download complete d37f1552c2be: Download complete 93fddfb5d660: Verifying Checksum 93fddfb5d660: Download complete 7e22d88b1f22: Verifying Checksum 7e22d88b1f22: Download complete 471528d8c145: Download complete ea05e57fd084: Verifying Checksum ea05e57fd084: Download complete 158119cd57c7: Download complete 325db06da924: Download complete 168b1f896c3b: Download complete 2bfb76a16172: Download complete 0cf1ed22f117: Verifying Checksum 0cf1ed22f117: Download complete 5ccb0f2d64b3: Download complete 5e94edcc9569: Download complete 00860f476adc: Verifying Checksum 00860f476adc: Download complete 94d81fb6e3f5: Download complete e05c2c8dbed5: Verifying Checksum e05c2c8dbed5: Download complete 3b7e8887fcc2: Verifying Checksum 3b7e8887fcc2: Download complete 15db2b9812bb: Verifying Checksum 15db2b9812bb: Download complete 610e48377a63: Verifying Checksum 610e48377a63: Download complete cc067465d8d1: Pull complete 6aa8f5351c31: Pull complete dd8552e5b43d: Pull complete 43f4b9675c30: Pull complete 4c7b0811a3d4: Pull complete 631ea5d5606c: Pull complete feb2963643de: Pull complete 4a7bd3298042: Pull complete 117f8d44d4a3: Verifying Checksum 117f8d44d4a3: Download complete 869749c01379: Pull complete 062faef17978: Pull complete 3da7b1d53079: Pull complete 5c55fc1c2e7f: Pull complete 9eddb87ae6a8: Verifying Checksum 9eddb87ae6a8: Download complete b38c24be2496: Download complete 4cffb5c2964b: Verifying Checksum 4cffb5c2964b: Download complete 4f4fb700ef54: Pull complete bc630b9f54d9: Pull complete d37f1552c2be: Pull complete 93fddfb5d660: Pull complete 7e22d88b1f22: Pull complete 471528d8c145: Pull complete ea05e57fd084: Pull complete 158119cd57c7: Pull complete 325db06da924: Pull complete 168b1f896c3b: Pull complete 2bfb76a16172: Pull complete 0cf1ed22f117: Pull complete 5ccb0f2d64b3: Pull complete 5e94edcc9569: Pull complete 00860f476adc: Pull complete 94d81fb6e3f5: Pull complete 5e97b484e1fe: Verifying Checksum 5e97b484e1fe: Download complete 0247515e7c33: Verifying Checksum 0247515e7c33: Download complete 0247515e7c33: Pull complete e05c2c8dbed5: Pull complete 5e97b484e1fe: Pull complete 3b7e8887fcc2: Pull complete 15db2b9812bb: Pull complete 610e48377a63: Pull complete 117f8d44d4a3: Pull complete 9eddb87ae6a8: Pull complete b38c24be2496: Pull complete 4cffb5c2964b: Pull complete Digest: sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a Status: Downloaded newer image for ocaml/opam@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a 2026-05-19 18:35.36 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache /: (comment ubuntu-22.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-19 18:35.36 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" 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.36 ---> using "1006f6021cd4d4f8479ac77df73b37a6b1837adc35a699cb687f52db45895772" 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.36 ---> using "13e592172cffbeb6827fc7867268d7f4ad9226f8344b0e95de446dc1cffc3abe" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-19 18:35.36 ---> using "c821a7588a36e33d9fd8482f068fe49f44eddedd788cefb5e65fef23d1262663" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-19 18:35.36 ---> using "ced3301712a7b6d65042dca4e770f2feed1b269ba993a377fc273ef8dede55a7" 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 (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-19 18:35.36 ---> using "ad2f39e3f4fbad7a3f5c24598a98dd666d94fcfa4c1b1eb0847fcdb9c10df12c" from cache /src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam) (dst ./)) 2026-05-19 18:35.37 ---> saved as "71b6ea15dba8910ea783d778233b690d766b3bb5403e3641082b6f12c12a49e6" /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.47 ---> saved as "936b3c664cb27fb6edb96dc1ee136ed326415d8a8345aa2915e25e091ea76c67" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-19 18:35.48 ---> saved as "5f5d7ebd3dc3d37bdba8f6f8bfffed5936d2d279b5eacc7c4a6fc25fa01df800" /src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.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.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7347 kB] - Get:5 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3945 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4292 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.4 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1602 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB] - Get:12 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7061 kB] - Get:13 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1295 kB] - Fetched 26.1 MB in 7s (3683 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-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-05-19 18:36.09 ---> saved as "74d94b45002f268c9c150fea44af572872ca07a316314a32108fa4876e80fbf5" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 25 packages - install alcotest 1.9.1 - install astring 0.8.5 - install base v0.16.5 - 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.12.4 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.1.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ppx_derivers 1.2.1 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install re 1.14.0 - install rresult 0.7.0 - install sexplib0 v0.16.0 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.16.5 (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.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.1.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved sexplib0.v0.16.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.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.12.4 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-version.4.1.1 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed alcotest.1.9.1 -> installed dune-configurator.3.23.1 -> installed base.v0.16.5 -> installed ppxlib.0.35.0 -> installed ppx_sexp_conv.v0.16.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-19 18:37.16 ---> saved as "7f96fb241fe5aa023e80ff5540ceb462cb4c98dcc2d53676c1105d050a2a8ec7" /src: (copy (src .) (dst /src)) 2026-05-19 18:37.16 ---> saved as "989fd673096d3bffd04fc89e815fb9702604c99c2b0baaf89ef2ae155ed9673a" /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 `MNB5Q4TM'. [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. (cd _build/default/test-opam && ./dockerfile.exe) Testing `test'. This run has ID `Z2MB9A6H'. [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 18:37.19 ---> saved as "52985d0c2a1216716152ff0fdb9dc545dcd75d928d6cfdc84a5bc1c571086d07" Job succeeded 2026-05-19 18:37.19: Job succeeded