Organisationsocurrentocaml-dockerfileffb4cb (master)fedora-43-4.14_opam-2.4

fedora-43-4.14_opam-2.4

Logs

Show full logs
2025-11-21 08:53.40: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (ffb4cb76c32c0c5e23b751551e44dbc04ec0a23b) (linux-x86_64:fedora-43-4.14_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard ffb4cb76
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
# fedora-43-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && 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.4 base-bigarray.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.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.4 --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

2025-11-21 08:53.40: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8-fedora-43-4.14_opam-2.4-ee560a200c86d31828b5970f5ff3f7ec"
2025-11-21 08:53.40: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)
 (comment fedora-43-4.14_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (network host)
      (shell "sudo dnf install -y findutils"))
 (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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.16.4 base-bigarray.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.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.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-11-21 08:53.40: Waiting for resource in pool OCluster
2025-11-21 14:16.00: Waiting for worker…
2025-11-21 14:18.03: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8' locally
docker.io/ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8: Pulling from ocaml/opam
3a6ccf50917d: Pulling fs layer
2ac39db0f7b1: Pulling fs layer
4ab95fa37585: Pulling fs layer
ef05642a6c19: Pulling fs layer
6ce4105a6817: Pulling fs layer
2ac39db0f7b1: Waiting
482e731bee2c: Pulling fs layer
3a6ccf50917d: Waiting
4ab95fa37585: Waiting
82b20b1785fc: Pulling fs layer
6ce4105a6817: Waiting
ef05642a6c19: Waiting
5033efba3ea4: Pulling fs layer
482e731bee2c: Waiting
82b20b1785fc: Waiting
5033efba3ea4: Waiting
ac061f34d5de: Pulling fs layer
3699d934db19: Pulling fs layer
ac061f34d5de: Waiting
c70084606501: Pulling fs layer
3699d934db19: Waiting
92cba88bcd96: Pulling fs layer
87d6cf018c95: Pulling fs layer
c70084606501: Waiting
92cba88bcd96: Waiting
47a5774c8fa4: Pulling fs layer
87d6cf018c95: Waiting
a7a793f430ef: Pulling fs layer
47a5774c8fa4: Waiting
50749af763e4: Pulling fs layer
1931ff52ea8f: Pulling fs layer
a7a793f430ef: Waiting
50749af763e4: Waiting
d6cbdb0b2976: Pulling fs layer
1931ff52ea8f: Waiting
d6cbdb0b2976: Waiting
c21f3fb8010b: Pulling fs layer
006e8a0d5bfe: Pulling fs layer
4f4fb700ef54: Pulling fs layer
c21f3fb8010b: Waiting
006e8a0d5bfe: Waiting
bff3cbb02176: Pulling fs layer
b5138c38b1e4: Pulling fs layer
4f4fb700ef54: Waiting
f9df0a6b27ec: Pulling fs layer
199f7dd22bb1: Pulling fs layer
bff3cbb02176: Waiting
b5138c38b1e4: Waiting
4704820b8848: Pulling fs layer
f9df0a6b27ec: Waiting
813e8e89161a: Pulling fs layer
199f7dd22bb1: Waiting
4704820b8848: Waiting
813e8e89161a: Waiting
3fef5dd9f9c7: Pulling fs layer
33b83451bd83: Pulling fs layer
f32a57644710: Pulling fs layer
40216abfd9f1: Pulling fs layer
d689b2a1b34b: Pulling fs layer
c515a0f2353f: Pulling fs layer
40216abfd9f1: Waiting
33b83451bd83: Waiting
d689b2a1b34b: Waiting
f32a57644710: Waiting
6b7f7c537f40: Pulling fs layer
2def47abdae6: Pulling fs layer
fd11b9527539: Pulling fs layer
6b7f7c537f40: Waiting
b49b2a2f9119: Pulling fs layer
c515a0f2353f: Waiting
fd11b9527539: Waiting
23b9806e7d7a: Pulling fs layer
251f6be3be0f: Pulling fs layer
b49b2a2f9119: Waiting
23b9806e7d7a: Waiting
7da16a6d9e8c: Pulling fs layer
7a4136c504bf: Pulling fs layer
7da16a6d9e8c: Waiting
e19c7fce326a: Pulling fs layer
418b2b7b43fc: Pulling fs layer
e19c7fce326a: Waiting
418b2b7b43fc: Waiting
3a6ccf50917d: Verifying Checksum
3a6ccf50917d: Download complete
2ac39db0f7b1: Verifying Checksum
2ac39db0f7b1: Download complete
3a6ccf50917d: Pull complete
2ac39db0f7b1: Pull complete
ef05642a6c19: Verifying Checksum
ef05642a6c19: Download complete
6ce4105a6817: Verifying Checksum
6ce4105a6817: Download complete
482e731bee2c: Verifying Checksum
482e731bee2c: Download complete
82b20b1785fc: Download complete
5033efba3ea4: Verifying Checksum
5033efba3ea4: Download complete
ac061f34d5de: Verifying Checksum
ac061f34d5de: Download complete
3699d934db19: Download complete
c70084606501: Verifying Checksum
c70084606501: Download complete
92cba88bcd96: Verifying Checksum
92cba88bcd96: Download complete
87d6cf018c95: Download complete
47a5774c8fa4: Download complete
a7a793f430ef: Download complete
1931ff52ea8f: Verifying Checksum
1931ff52ea8f: Download complete
50749af763e4: Verifying Checksum
50749af763e4: Download complete
d6cbdb0b2976: Verifying Checksum
d6cbdb0b2976: Download complete
c21f3fb8010b: Verifying Checksum
c21f3fb8010b: Download complete
4ab95fa37585: Verifying Checksum
4ab95fa37585: Download complete
006e8a0d5bfe: Verifying Checksum
006e8a0d5bfe: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
bff3cbb02176: Download complete
b5138c38b1e4: Download complete
4704820b8848: Verifying Checksum
4704820b8848: Download complete
199f7dd22bb1: Verifying Checksum
199f7dd22bb1: Download complete
f9df0a6b27ec: Download complete
813e8e89161a: Verifying Checksum
813e8e89161a: Download complete
3fef5dd9f9c7: Download complete
33b83451bd83: Verifying Checksum
33b83451bd83: Download complete
f32a57644710: Download complete
40216abfd9f1: Download complete
d689b2a1b34b: Verifying Checksum
d689b2a1b34b: Download complete
c515a0f2353f: Download complete
2def47abdae6: Verifying Checksum
2def47abdae6: Download complete
4ab95fa37585: Pull complete
b49b2a2f9119: Verifying Checksum
b49b2a2f9119: Download complete
23b9806e7d7a: Verifying Checksum
23b9806e7d7a: Download complete
251f6be3be0f: Download complete
fd11b9527539: Verifying Checksum
fd11b9527539: Download complete
ef05642a6c19: Pull complete
7da16a6d9e8c: Verifying Checksum
7da16a6d9e8c: Download complete
7a4136c504bf: Verifying Checksum
7a4136c504bf: Download complete
e19c7fce326a: Verifying Checksum
e19c7fce326a: Download complete
418b2b7b43fc: Verifying Checksum
418b2b7b43fc: Download complete
6ce4105a6817: Pull complete
482e731bee2c: Pull complete
6b7f7c537f40: Verifying Checksum
6b7f7c537f40: Download complete
82b20b1785fc: Pull complete
5033efba3ea4: Pull complete
ac061f34d5de: Pull complete
3699d934db19: Pull complete
c70084606501: Pull complete
92cba88bcd96: Pull complete
87d6cf018c95: Pull complete
47a5774c8fa4: Pull complete
a7a793f430ef: Pull complete
50749af763e4: Pull complete
1931ff52ea8f: Pull complete
d6cbdb0b2976: Pull complete
c21f3fb8010b: Pull complete
006e8a0d5bfe: Pull complete
4f4fb700ef54: Pull complete
bff3cbb02176: Pull complete
b5138c38b1e4: Pull complete
f9df0a6b27ec: Pull complete
199f7dd22bb1: Pull complete
4704820b8848: Pull complete
813e8e89161a: Pull complete
3fef5dd9f9c7: Pull complete
33b83451bd83: Pull complete
f32a57644710: Pull complete
40216abfd9f1: Pull complete
d689b2a1b34b: Pull complete
c515a0f2353f: Pull complete
6b7f7c537f40: Pull complete
2def47abdae6: Pull complete
fd11b9527539: Pull complete
b49b2a2f9119: Pull complete
23b9806e7d7a: Pull complete
251f6be3be0f: Pull complete
7da16a6d9e8c: Pull complete
7a4136c504bf: Pull complete
e19c7fce326a: Pull complete
418b2b7b43fc: Pull complete
Digest: sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
Status: Downloaded newer image for ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
2025-11-21 14:18.05 ---> using "a51b0f106be4690b07e60d24f33e1310d1d782df2a7400a06464f0e0b48528b1" from cache

/: (comment fedora-43-4.14_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (network host)
           (shell "sudo dnf install -y findutils"))
Updating and loading repositories:
 Fedora 43 - x86_64 - Updates           100% | 118.4 KiB/s |  20.6 KiB |  00m00s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.

Nothing to do.
2025-11-21 14:18.05 ---> using "2b2e46638c144536179d5c37b2de70d91418d83d3a180b29c18c66bd8eb06920" from cache

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-21 14:18.05 ---> using "759524c1e1bf708f77a099514c93fc3e43a0e1b6db6fce180487ff8666de0866" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-11-21 14:18.05 ---> using "99e291459f2bd89547f1913b08ef80ed34fa3dd410356053eabab95807e248b9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-21 14:18.05 ---> using "b57ccc5555a8f0649caac5ccc86501e4f9681b8daa530a6a52ce58546b60d9e1" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-21 14:18.05 ---> using "a4333db763f0b907ca935a79713a519542557af741bf2e280ef0b29fa1652c72" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   2ec6d6cc92..ee3428377a  master     -> origin/master
1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised 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.4.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)
2025-11-21 14:18.05 ---> using "010636c39dd2b0893e90df31b74348ca257cab04c72d91b6418e25a8e827c122" from cache

/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2025-11-21 14:18.05 ---> saved as "4fac72444a56018518aa3428ca4e6be230108a077f71d5d0961799f5ff70573c"

/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-11-21 14:18.09 ---> saved as "e3d85d4173e4f4ac413114a9e070f95d961e454a3078dada0d44ea06bf6b7465"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-21 14:18.09 ---> saved as "ab0dacb3006885a7742c4b195e9e3fa6d527b51d3902958cbddd35a1f715cf50"

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.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.10.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 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.4 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.

<><> 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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
2025-11-21 14:18.25 ---> saved as "729d6b43fc4d93c85140b9c839c9251d65d4d87b74a8e7e78b8205536f2beb75"

/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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.4
  - 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.10.0
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-version       4.0.3
  - 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.4  (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.10.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.3  (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.20.2, dune-configurator.3.20.2  (cached)
-> installed cmdliner.2.0.0
-> 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 fpath.0.7.3
-> installed logs.0.10.0
-> installed bos.0.2.1
-> installed dune.3.20.2
-> 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.0.3
-> 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.20.2
-> installed base.v0.16.4
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-21 14:20.50 ---> saved as "b4c1211cec440519ad589f760b995ac6b76a63376a5308913bfd88838c21eaa1"

/src: (copy (src .) (dst /src))
2025-11-21 14:20.50 ---> saved as "1a20d22048f303da0aa84f33598fb39b1b77c723e77ec1f39c15b1dc6877bf36"

/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 `CN708NZS'.

  [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 `1I2P0RMB'.

  [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.
2025-11-21 14:20.55 ---> saved as "409956afe7cbfcbc787af09ef74c23965bd66903f40ef623d8a8a14c259be9ca"
Job succeeded
2025-11-21 14:20.55: Job succeeded