Organisationsocurrentocaml-dockerfile44e1f3 ()debian-12-5.2_ppc64_opam-2.1

debian-12-5.2_ppc64_opam-2.1

Link Copied
Code Copied

Logs

2024-07-25 13:02.29: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/pull/217/head (44e1f35aba7b646e746eb7533e804b4f1b607def) (linux-ppc64:debian-12-5.2_ppc64_opam-2.1)
Base: ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" && cd "ocaml-dockerfile" && git fetch origin "refs/pull/217/head" && git reset --hard 44e1f35a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
# debian-12-5.2_ppc64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && 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 './'
ENV DEPS="alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 logs.0.7.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-07-25 13:02.29: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7-debian-12-5.2_ppc64_opam-2.1-43020cf62b2ac8e40371dd782343ea50"
2024-07-25 13:02.29: Using OBuilder spec:
((from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
 (comment debian-12-5.2_ppc64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && 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 './'"))
 (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 logs.0.7.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")
 (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.1 --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"))
)


2024-07-25 13:02.29: Waiting for resource in pool OCluster
2024-07-25 13:47.51: Waiting for worker…
2024-07-25 14:18.09: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
All commits already cached
HEAD is now at 44e1f35 Run git fetch before checkout


(from ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7)
Unable to find image 'ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7' locally
docker.io/ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7: Pulling from ocaml/opam
2ebe64104880: Already exists
36d70bb5f38f: Pulling fs layer
a76357984f12: Pulling fs layer
4313c2b0cf63: Pulling fs layer
cd3e526cd33e: Pulling fs layer
3672606a32ef: Pulling fs layer
cd1e440e6332: Pulling fs layer
cfc79bb20113: Pulling fs layer
1715427c2363: Pulling fs layer
25c37d991e95: Pulling fs layer
57aaa5dccec9: Pulling fs layer
7542fd3da18a: Pulling fs layer
473f7c6fc05d: Pulling fs layer
79fa1e053abe: Pulling fs layer
cdd0326d90f0: Pulling fs layer
73f130b3381e: Pulling fs layer
7e2d41fce0b1: Pulling fs layer
d7b2aa295c6a: Pulling fs layer
4f4fb700ef54: Pulling fs layer
ae9856efb8c2: Pulling fs layer
3e136ed4b6c0: Pulling fs layer
ff9a2d21fbc8: Pulling fs layer
851b60ac026a: Pulling fs layer
3271a0835d68: Pulling fs layer
ea29b54d3873: Pulling fs layer
75cf3859a08b: Pulling fs layer
bbd8ebe08c5b: Pulling fs layer
43bb21cb0120: Pulling fs layer
fe1e70a6c3de: Pulling fs layer
bd65dc89789b: Pulling fs layer
1e9832fb251e: Pulling fs layer
e587250ce8d4: Pulling fs layer
d568120d6345: Pulling fs layer
bcebfdf55275: Pulling fs layer
1de0b1daae69: Pulling fs layer
5f7ff389a009: Pulling fs layer
c5c641d5d6de: Pulling fs layer
8880785a2a96: Pulling fs layer
b3adfb945feb: Pulling fs layer
8a0b6fd24128: Pulling fs layer
db958f4444e6: Pulling fs layer
5748e5a1b7cb: Pulling fs layer
7ccea4161c6a: Pulling fs layer
cd3e526cd33e: Waiting
3672606a32ef: Waiting
ea29b54d3873: Waiting
cd1e440e6332: Waiting
cfc79bb20113: Waiting
1715427c2363: Waiting
25c37d991e95: Waiting
57aaa5dccec9: Waiting
75cf3859a08b: Waiting
bbd8ebe08c5b: Waiting
7542fd3da18a: Waiting
43bb21cb0120: Waiting
fe1e70a6c3de: Waiting
473f7c6fc05d: Waiting
79fa1e053abe: Waiting
bd65dc89789b: Waiting
1e9832fb251e: Waiting
cdd0326d90f0: Waiting
73f130b3381e: Waiting
e587250ce8d4: Waiting
7e2d41fce0b1: Waiting
d568120d6345: Waiting
d7b2aa295c6a: Waiting
4f4fb700ef54: Waiting
bcebfdf55275: Waiting
1de0b1daae69: Waiting
ae9856efb8c2: Waiting
3e136ed4b6c0: Waiting
5f7ff389a009: Waiting
ff9a2d21fbc8: Waiting
c5c641d5d6de: Waiting
851b60ac026a: Waiting
8880785a2a96: Waiting
3271a0835d68: Waiting
b3adfb945feb: Waiting
8a0b6fd24128: Waiting
5748e5a1b7cb: Waiting
db958f4444e6: Waiting
7ccea4161c6a: Waiting
a76357984f12: Verifying Checksum
a76357984f12: Download complete
36d70bb5f38f: Verifying Checksum
36d70bb5f38f: Download complete
36d70bb5f38f: Pull complete
a76357984f12: Pull complete
cd3e526cd33e: Download complete
4313c2b0cf63: Verifying Checksum
4313c2b0cf63: Download complete
4313c2b0cf63: Pull complete
cd3e526cd33e: Pull complete
cd1e440e6332: Verifying Checksum
cd1e440e6332: Download complete
cfc79bb20113: Verifying Checksum
cfc79bb20113: Download complete
1715427c2363: Verifying Checksum
1715427c2363: Download complete
25c37d991e95: Verifying Checksum
25c37d991e95: Download complete
7542fd3da18a: Verifying Checksum
7542fd3da18a: Download complete
473f7c6fc05d: Download complete
57aaa5dccec9: Verifying Checksum
57aaa5dccec9: Download complete
79fa1e053abe: Download complete
cdd0326d90f0: Download complete
73f130b3381e: Verifying Checksum
73f130b3381e: Download complete
7e2d41fce0b1: Download complete
4f4fb700ef54: Download complete
ae9856efb8c2: Download complete
d7b2aa295c6a: Verifying Checksum
d7b2aa295c6a: Download complete
3e136ed4b6c0: Download complete
ff9a2d21fbc8: Download complete
3271a0835d68: Download complete
851b60ac026a: Download complete
ea29b54d3873: Verifying Checksum
ea29b54d3873: Download complete
75cf3859a08b: Download complete
bbd8ebe08c5b: Download complete
43bb21cb0120: Download complete
fe1e70a6c3de: Verifying Checksum
fe1e70a6c3de: Download complete
bd65dc89789b: Download complete
3672606a32ef: Verifying Checksum
3672606a32ef: Download complete
d568120d6345: Verifying Checksum
d568120d6345: Download complete
1e9832fb251e: Verifying Checksum
1e9832fb251e: Download complete
1de0b1daae69: Download complete
5f7ff389a009: Download complete
c5c641d5d6de: Verifying Checksum
c5c641d5d6de: Download complete
8880785a2a96: Verifying Checksum
8880785a2a96: Download complete
b3adfb945feb: Verifying Checksum
b3adfb945feb: Download complete
3672606a32ef: Pull complete
cd1e440e6332: Pull complete
cfc79bb20113: Pull complete
1715427c2363: Pull complete
25c37d991e95: Pull complete
57aaa5dccec9: Pull complete
7542fd3da18a: Pull complete
473f7c6fc05d: Pull complete
79fa1e053abe: Pull complete
cdd0326d90f0: Pull complete
73f130b3381e: Pull complete
7e2d41fce0b1: Pull complete
d7b2aa295c6a: Pull complete
4f4fb700ef54: Pull complete
ae9856efb8c2: Pull complete
3e136ed4b6c0: Pull complete
ff9a2d21fbc8: Pull complete
851b60ac026a: Pull complete
3271a0835d68: Pull complete
ea29b54d3873: Pull complete
75cf3859a08b: Pull complete
bbd8ebe08c5b: Pull complete
43bb21cb0120: Pull complete
fe1e70a6c3de: Pull complete
bd65dc89789b: Pull complete
1e9832fb251e: Pull complete
e587250ce8d4: Verifying Checksum
e587250ce8d4: Download complete
db958f4444e6: Download complete
5748e5a1b7cb: Download complete
7ccea4161c6a: Verifying Checksum
7ccea4161c6a: Download complete
8a0b6fd24128: Download complete
bcebfdf55275: Verifying Checksum
bcebfdf55275: Download complete
e587250ce8d4: Pull complete
d568120d6345: Pull complete
bcebfdf55275: Pull complete
1de0b1daae69: Pull complete
5f7ff389a009: Pull complete
c5c641d5d6de: Pull complete
8880785a2a96: Pull complete
b3adfb945feb: Pull complete
8a0b6fd24128: Pull complete
db958f4444e6: Pull complete
5748e5a1b7cb: Pull complete
7ccea4161c6a: Pull complete
Digest: sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
Status: Downloaded newer image for ocaml/opam@sha256:09204ba3bc2bdcd7b8e00c4fa52d1e94985d694b738d270f9e4f015a1c4195f7
2024-07-25 14:18.09 ---> using "20dfee5c32d584117e93f9bbe261179b291407cbac431cfef354e04796a76a49" from cache


/: (comment debian-12-5.2_ppc64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-07-25 14:18.09 ---> using "9d31cc363a79a6d1f54592234ca72d034317f2e20c385aa7c1609c08f8c37ed4" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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] synchronised from file:///home/opam/opam-repository
2024-07-25 14:18.09 ---> using "e97d455e29b6b89008386fc78eccd2fb82fe8b1b6083c41af7b83deaac729af1" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-38-generic
The OCaml toplevel, version 5.2.0
2.1.6
2024-07-25 14:18.09 ---> using "beb30e3e59a786efdb6f34b5338d6b87e8496aaa8eeb2edac893a9254566baca" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-07-25 14:18.09 ---> using "9906bdeffacc95785100c8c5a2b20a895b1731c993cc08d7e6e81c45b1f65220" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 44a281fd66344f50c411e5c5300745612282e651 || git fetch origin master) && git reset -q --hard 44a281fd66344f50c411e5c5300745612282e651 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   39a5da86fc..d7e8a9dd3d  master     -> origin/master
44a281fd66 [new release] alcotest (5 packages) (1.8.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-07-25 14:18.09 ---> using "5ca52c0e37553981a004efc8d777fdc97cfdac5194f90621bf79e53f803c0da1" from cache


/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2024-07-25 14:18.09 ---> using "67a2d63bacc5b44a862a7f9b5df7db50f1bf171bef1a374f46b26282600ec86e" from cache


/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)
2024-07-25 14:18.09 ---> using "f6fab3be2a5be1061826ef6fa28040656c44ccbc73b2ae14fc9cc3689c6088aa" from cache


/src: (env DEPS "alcotest.1.8.0 astring.0.8.5 base.v0.17.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.1.3.0 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 fpath.0.7.3 host-arch-ppc64.1 host-system-other.1 logs.0.7.0 num.1.5-1 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.3.6.7 ocaml_intrinsics_kernel.v0.17.0 ocamlbuild.0.15.0 ocamlfind.1.9.6 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.0 ppxlib.0.33.0 ppxlib_jane.v0.17.0 re.1.11.0 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uutf.1.0.3")


/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.1 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [161 kB]
- Fetched 265 kB in 1s (494 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dockerfile-cmd.dev] synchronised (no changes)
[dockerfile.dev] synchronised (no changes)
[dockerfile-opam.dev] synchronised (no changes)


[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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2024-07-25 14:18.09 ---> using "2d1a83e0d6ba8e86af8d26f0884bac59b52ec53d46f77b2e6d21307760b8384d" from cache


/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-base-compiler is already installed (current version is 5.2.0).
[NOTE] Package ocaml is already installed (current version is 5.2.0).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-ppc64 is already installed (current version is 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-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 ocamlbuild              0.15.0
  - install dune                    3.16.0
  - install num                     1.5-1
  - install ocamlfind               1.9.6
  - install cmdliner                1.3.0
  - install seq                     base
  - install stdlib-shims            0.3.0
  - install sexplib0                v0.17.0
  - install ppx_derivers            1.2.1
  - install ocaml-version           3.6.7
  - install ocaml-syntax-shims      1.0.0
  - install ocaml-compiler-libs     v0.17.0
  - install ocaml_intrinsics_kernel v0.17.0
  - install csexp                   1.5.2
  - install topkg                   1.0.7
  - install re                      1.11.0
  - install parsexp                 v0.17.0
  - install ppxlib                  0.33.0
  - install dune-configurator       3.16.0
  - install uutf                    1.0.3
  - install rresult                 0.7.0
  - install fmt                     0.9.0
  - install astring                 0.8.5
  - install sexplib                 v0.17.0
  - install ppxlib_jane             v0.17.0
  - install base                    v0.17.1
  - install logs                    0.7.0
  - install fpath                   0.7.3
  - install alcotest                1.8.0
  - install ppx_sexp_conv           v0.17.0
  - install bos                     0.2.1
===== 31 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved base.v0.17.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved alcotest.1.8.0  (https://github.com/mirage/alcotest/releases/download/1.8.0/alcotest-1.8.0.tbz)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved num.1.5-1  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.3.6.7  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.0  (cached)
-> retrieved parsexp.v0.17.0  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> installed num.1.5-1
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved re.1.11.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved sexplib.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed dune.3.16.0
-> installed csexp.1.5.2
-> installed topkg.1.0.7
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.3.6.7
-> installed ocaml_intrinsics_kernel.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed re.1.11.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed parsexp.v0.17.0
-> installed alcotest.1.8.0
-> installed sexplib.v0.17.0
-> installed dune-configurator.3.16.0
-> installed bos.0.2.1
-> installed base.v0.17.1
-> installed ppxlib.0.33.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-07-25 14:24.31 ---> saved as "fa4cfb01f6ddb0212d66ea3d33e1c8309dd6cf7265fea7032d8fd805e03ab157"


/src: (copy (src .) (dst /src))
2024-07-25 14:25.02 ---> saved as "95665eaac522c7eed9558d08a6eae90c35ced61495e067cf0e3854ab464685c4"


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


  [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.
2024-07-25 14:26.05 ---> saved as "18926c377f07c365f7cb2caddc5b65131c99c427a4607eea256c93461e09fabc"
Job succeeded
2024-07-25 14:26.09: Job succeeded