Organisationsocurrentocaml-dockerfileffb4cb (master)debian-13-4.14_riscv64_opam-2.4

debian-13-4.14_riscv64_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-riscv64:debian-13-4.14_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf
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:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf
# debian-13-4.14_riscv64_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
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:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf-debian-13-4.14_riscv64_opam-2.4-ee560a200c86d31828b5970f5ff3f7ec"
2025-11-21 08:53.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)
 (comment debian-13-4.14_riscv64_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 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-22 10:48.08: Waiting for worker…
2025-11-22 18:43.32: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
HEAD is now at ffb4cb7 Switch to Sexplib0 instead of Sexplib

(from ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf' locally
docker.io/ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf: Pulling from ocaml/opam
de6b66e2abcf: Already exists
f69676b5bf8f: Pulling fs layer
bd99c0c73b96: Pulling fs layer
f210851d5991: Pulling fs layer
594b880773c5: Pulling fs layer
88a6edaecebc: Pulling fs layer
8c35beb4616c: Pulling fs layer
e8a4d2e94f85: Pulling fs layer
d0f326f9e9ec: Pulling fs layer
956d5e78253b: Pulling fs layer
7954f716a115: Pulling fs layer
581e2c81493a: Pulling fs layer
5529fc0e1c40: Pulling fs layer
79db350ffd3e: Pulling fs layer
cc43366a44e4: Pulling fs layer
63496b557f2e: Pulling fs layer
357540a23278: Pulling fs layer
9c33f166bcc4: Pulling fs layer
fe47bb149eab: Pulling fs layer
8e454fb1c5ba: Pulling fs layer
e65b908a43b4: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ef05e6691b99: Pulling fs layer
bc5b14d5098c: Pulling fs layer
7f3be6720340: Pulling fs layer
6a2fceda0a19: Pulling fs layer
92ebb3103569: Pulling fs layer
097a5f6d220f: Pulling fs layer
a2f2cdd57c97: Pulling fs layer
4b459e121afa: Pulling fs layer
feea11194646: Pulling fs layer
20fc9743e971: Pulling fs layer
ae11f1720a91: Pulling fs layer
6436fc53390a: Pulling fs layer
1f45d3f5393a: Pulling fs layer
8259f056cd2d: Pulling fs layer
38957e560f26: Pulling fs layer
5afd09ced062: Pulling fs layer
2b07726c09d1: Pulling fs layer
a5b0a9ef817f: Pulling fs layer
4c49558dbf06: Pulling fs layer
ff7cea3f4ac5: Pulling fs layer
83ed2be0386b: Pulling fs layer
b110f90dc31d: Pulling fs layer
594b880773c5: Waiting
88a6edaecebc: Waiting
8c35beb4616c: Waiting
e8a4d2e94f85: Waiting
d0f326f9e9ec: Waiting
956d5e78253b: Waiting
7954f716a115: Waiting
581e2c81493a: Waiting
5529fc0e1c40: Waiting
097a5f6d220f: Waiting
a2f2cdd57c97: Waiting
4b459e121afa: Waiting
feea11194646: Waiting
20fc9743e971: Waiting
ae11f1720a91: Waiting
6436fc53390a: Waiting
1f45d3f5393a: Waiting
79db350ffd3e: Waiting
cc43366a44e4: Waiting
8259f056cd2d: Waiting
63496b557f2e: Waiting
357540a23278: Waiting
38957e560f26: Waiting
5afd09ced062: Waiting
2b07726c09d1: Waiting
a5b0a9ef817f: Waiting
9c33f166bcc4: Waiting
fe47bb149eab: Waiting
4c49558dbf06: Waiting
8e454fb1c5ba: Waiting
ff7cea3f4ac5: Waiting
e65b908a43b4: Waiting
83ed2be0386b: Waiting
4f4fb700ef54: Waiting
ef05e6691b99: Waiting
92ebb3103569: Waiting
bc5b14d5098c: Waiting
7f3be6720340: Waiting
6a2fceda0a19: Waiting
bd99c0c73b96: Verifying Checksum
bd99c0c73b96: Download complete
f69676b5bf8f: Download complete
594b880773c5: Verifying Checksum
594b880773c5: Download complete
f69676b5bf8f: Pull complete
bd99c0c73b96: Pull complete
f210851d5991: Verifying Checksum
f210851d5991: Download complete
f210851d5991: Pull complete
594b880773c5: Pull complete
e8a4d2e94f85: Verifying Checksum
e8a4d2e94f85: Download complete
8c35beb4616c: Verifying Checksum
8c35beb4616c: Download complete
d0f326f9e9ec: Verifying Checksum
d0f326f9e9ec: Download complete
7954f716a115: Verifying Checksum
7954f716a115: Download complete
956d5e78253b: Verifying Checksum
956d5e78253b: Download complete
581e2c81493a: Verifying Checksum
581e2c81493a: Download complete
5529fc0e1c40: Verifying Checksum
5529fc0e1c40: Download complete
cc43366a44e4: Verifying Checksum
cc43366a44e4: Download complete
79db350ffd3e: Verifying Checksum
79db350ffd3e: Download complete
63496b557f2e: Verifying Checksum
63496b557f2e: Download complete
357540a23278: Verifying Checksum
357540a23278: Download complete
9c33f166bcc4: Verifying Checksum
9c33f166bcc4: Download complete
fe47bb149eab: Download complete
8e454fb1c5ba: Verifying Checksum
8e454fb1c5ba: Download complete
e65b908a43b4: Verifying Checksum
e65b908a43b4: Download complete
4f4fb700ef54: Download complete
ef05e6691b99: Verifying Checksum
ef05e6691b99: Download complete
bc5b14d5098c: Verifying Checksum
bc5b14d5098c: Download complete
7f3be6720340: Verifying Checksum
7f3be6720340: Download complete
6a2fceda0a19: Verifying Checksum
6a2fceda0a19: Download complete
92ebb3103569: Verifying Checksum
92ebb3103569: Download complete
097a5f6d220f: Verifying Checksum
097a5f6d220f: Download complete
a2f2cdd57c97: Verifying Checksum
a2f2cdd57c97: Download complete
4b459e121afa: Verifying Checksum
4b459e121afa: Download complete
feea11194646: Verifying Checksum
feea11194646: Download complete
88a6edaecebc: Verifying Checksum
88a6edaecebc: Download complete
ae11f1720a91: Download complete
6436fc53390a: Download complete
20fc9743e971: Verifying Checksum
20fc9743e971: Download complete
8259f056cd2d: Verifying Checksum
8259f056cd2d: Download complete
5afd09ced062: Verifying Checksum
5afd09ced062: Download complete
2b07726c09d1: Verifying Checksum
2b07726c09d1: Download complete
a5b0a9ef817f: Verifying Checksum
a5b0a9ef817f: Download complete
38957e560f26: Verifying Checksum
38957e560f26: Download complete
ff7cea3f4ac5: Verifying Checksum
ff7cea3f4ac5: Download complete
83ed2be0386b: Download complete
b110f90dc31d: Verifying Checksum
b110f90dc31d: Download complete
4c49558dbf06: Verifying Checksum
4c49558dbf06: Download complete
1f45d3f5393a: Verifying Checksum
88a6edaecebc: Pull complete
8c35beb4616c: Pull complete
e8a4d2e94f85: Pull complete
d0f326f9e9ec: Pull complete
956d5e78253b: Pull complete
7954f716a115: Pull complete
581e2c81493a: Pull complete
5529fc0e1c40: Pull complete
79db350ffd3e: Pull complete
cc43366a44e4: Pull complete
63496b557f2e: Pull complete
357540a23278: Pull complete
9c33f166bcc4: Pull complete
fe47bb149eab: Pull complete
8e454fb1c5ba: Pull complete
e65b908a43b4: Pull complete
4f4fb700ef54: Pull complete
ef05e6691b99: Pull complete
bc5b14d5098c: Pull complete
7f3be6720340: Pull complete
6a2fceda0a19: Pull complete
92ebb3103569: Pull complete
097a5f6d220f: Pull complete
a2f2cdd57c97: Pull complete
4b459e121afa: Pull complete
feea11194646: Pull complete
20fc9743e971: Pull complete
ae11f1720a91: Pull complete
6436fc53390a: Pull complete
1f45d3f5393a: Pull complete
8259f056cd2d: Pull complete
38957e560f26: Pull complete
5afd09ced062: Pull complete
2b07726c09d1: Pull complete
a5b0a9ef817f: Pull complete
4c49558dbf06: Pull complete
ff7cea3f4ac5: Pull complete
83ed2be0386b: Pull complete
b110f90dc31d: Pull complete
Digest: sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf
Status: Downloaded newer image for ocaml/opam@sha256:cda000de9eec4a5cd6ab249d75a73bfb5e392c1745c5121432c7418ad5cf8adf
2025-11-22 18:43.33 ---> using "d92264e4bdf2426bd0a75a28e8d5f200891b44df8f32fb9f00ff584244f2cacb" from cache

/: (comment debian-13-4.14_riscv64_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-22 18:43.33 ---> using "70cfd89a534ac32b8a03cf7388e0fdb61301f41aaa19dcb6b61dd3f55663ba27" 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
2025-11-22 18:43.33 ---> using "f74819040769082e49a9fea58a1427a0a67d742a64946c725f49c09310b0db0e" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.10.113-scw1
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-22 18:43.33 ---> using "7434d0a37580c0b39246a6cf4a080a75f3e363f86d91ab3095645c56a45f9c6c" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-22 18:43.33 ---> using "a30671c3bcc6f8fdaa41418ca2da6a16da8c27e6903e7bfab47cdbafd215b563" 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
   21f97b2e6d..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-22 18:43.33 ---> using "bb2f11ee616e68ee3da8c8e91665cef966e5813407898fbc2f43cc7e74465d39" from cache

/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2025-11-22 18:43.33 ---> saved as "4d7d90a9cd71c51583e3596520d1aae60b6961372f1d2da33d5d959b740b3661"

/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-22 18:43.54 ---> saved as "df81771063a5354149bdabeb5d68d71e123ab89b349c47de093687cf4436f5bd"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-22 18:43.54 ---> saved as "0614d398b9d3372e21f387b973e4af5668c158f96adc40f1d10568d1166ff135"

/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/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian trixie/main riscv64 Packages [9379 kB]
- Get:5 http://deb.debian.org/debian-security trixie-security/main riscv64 Packages [67.4 kB]
- Fetched 9678 kB in 5s (1855 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.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-22 18:44.44 ---> saved as "84834ee224eb0774883964aa1bc777f637cf70add0a7fad7753914fac2062424"

/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 ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (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 ppxlib.0.35.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uutf.1.0.4  (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 fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed fpath.0.7.3
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed ocaml-version.4.0.3
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed dune-configurator.3.20.2
-> installed re.1.14.0
-> installed alcotest.1.9.1
-> 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-22 18:52.46 ---> saved as "7f283db219be99f28788c45cf205405b08787889260ce395862cb7b27abaf693"

/src: (copy (src .) (dst /src))
2025-11-22 18:52.47 ---> saved as "1caa9e1465d7ce231edc040e5d8e81a4ec499572876070106fec29457171bc6e"

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

  [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.002s. 3 tests run.
(cd _build/default/test-opam && ./dockerfile.exe)
Testing `test'.
This run has ID `JUBJD1WJ'.

  [OK]          dockerfile-opam          0   Distro.compare.

Full test results in `/src/_build/default/test-opam/_build/_tests/test'.
Test Successful in 0.001s. 1 test run.
2025-11-22 18:53.07 ---> saved as "0c1643fbb01aa3947d66fc36604ed2c7dd0749b18087363f6e8b717e3d45affe"
Job succeeded
2025-11-22 18:53.08: Job succeeded