Organisationsocurrentocaml-dockerfile928957 (master)ubuntu-25.04-5.4_opam-2.4

ubuntu-25.04-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-12-09 13:27.22: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/master (92895725e029269d6d2d6cac8e9e51ca508e1afd) (linux-x86_64:ubuntu-25.04-5.4_opam-2.4)
Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "master" && cd "ocaml-dockerfile" && git reset --hard 92895725
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a
# ubuntu-25.04-5.4_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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.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.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-12-09 13:27.22: Using cache hint "ocurrent/ocaml-dockerfile-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a-ubuntu-25.04-5.4_opam-2.4-e06e4b509ae3ac51b3463a086d75fddf"
2025-12-09 13:27.22: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)
(comment ubuntu-25.04-5.4_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 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && 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.17.3 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.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.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-12-09 13:27.22: Waiting for resource in pool OCluster
2025-12-10 04:36.33: Waiting for worker…
2025-12-10 04:39.40: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9289572 Merge pull request #254 from mtelvers/alpine-3.23.0


(from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a)
Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a' locally
docker.io/ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a: Pulling from ocaml/opam
c62190a9ab61: Pulling fs layer
6c31bc6d66d3: Pulling fs layer
e957bf866d84: Pulling fs layer
944f4ce05081: Pulling fs layer
272207377111: Pulling fs layer
e1888eb2b850: Pulling fs layer
c62190a9ab61: Waiting
14e1aadcfe75: Pulling fs layer
6c31bc6d66d3: Waiting
944f4ce05081: Waiting
8d63905a7205: Pulling fs layer
a5229e60d028: Pulling fs layer
e1888eb2b850: Waiting
272207377111: Waiting
01409d387ec4: Pulling fs layer
ff42524a9723: Pulling fs layer
a5229e60d028: Waiting
01409d387ec4: Waiting
8735a25efa84: Pulling fs layer
ff42524a9723: Waiting
2768de046e30: Pulling fs layer
14e1aadcfe75: Waiting
8d63905a7205: Waiting
ef35f13a0aaa: Pulling fs layer
8735a25efa84: Waiting
e2a7b92281c8: Pulling fs layer
ef35f13a0aaa: Waiting
0d2855cbfe26: Pulling fs layer
b7d651e8fc49: Pulling fs layer
0e634005fa7a: Pulling fs layer
0d2855cbfe26: Waiting
0acc86136fa4: Pulling fs layer
e2a7b92281c8: Waiting
648242c238ec: Pulling fs layer
0e634005fa7a: Waiting
0acc86136fa4: Waiting
4f4fb700ef54: Pulling fs layer
bdc1aecb8a1e: Pulling fs layer
3903fac4969c: Pulling fs layer
648242c238ec: Waiting
83da0b79d314: Pulling fs layer
3903fac4969c: Waiting
bdc1aecb8a1e: Waiting
0203fbde99e8: Pulling fs layer
f0293603267c: Pulling fs layer
3a8981f851cc: Pulling fs layer
0203fbde99e8: Waiting
83da0b79d314: Waiting
68669fc1d256: Pulling fs layer
812b7dbefef2: Pulling fs layer
3a8981f851cc: Waiting
c4e3b4bb3f3b: Pulling fs layer
68669fc1d256: Waiting
812b7dbefef2: Waiting
1f963a083838: Pulling fs layer
4411e6a72c35: Pulling fs layer
c4e3b4bb3f3b: Waiting
fb7b35cb0a60: Pulling fs layer
d5b6f4d4b030: Pulling fs layer
e04eb6841420: Pulling fs layer
fb7b35cb0a60: Waiting
6d58e82fe5e5: Pulling fs layer
d5b6f4d4b030: Waiting
e04eb6841420: Waiting
169c115f46d8: Pulling fs layer
cb57911ea052: Pulling fs layer
d985218ccb94: Pulling fs layer
169c115f46d8: Waiting
b65bb4a88ae8: Pulling fs layer
d985218ccb94: Waiting
cb57911ea052: Waiting
1c4947d93cfe: Pulling fs layer
24e6b2f26af5: Pulling fs layer
1c4947d93cfe: Waiting
b65bb4a88ae8: Waiting
b9bf47108fe4: Pulling fs layer
cbcae5ff7069: Pulling fs layer
24e6b2f26af5: Waiting
b9bf47108fe4: Waiting
d893b852ecd3: Pulling fs layer
305389c17d81: Pulling fs layer
cbcae5ff7069: Waiting
d893b852ecd3: Waiting
305389c17d81: Waiting
c62190a9ab61: Verifying Checksum
c62190a9ab61: Download complete
6c31bc6d66d3: Download complete
e957bf866d84: Verifying Checksum
e957bf866d84: Download complete
944f4ce05081: Verifying Checksum
944f4ce05081: Download complete
272207377111: Verifying Checksum
272207377111: Download complete
c62190a9ab61: Pull complete
6c31bc6d66d3: Pull complete
e957bf866d84: Pull complete
944f4ce05081: Pull complete
272207377111: Pull complete
e1888eb2b850: Verifying Checksum
e1888eb2b850: Download complete
14e1aadcfe75: Verifying Checksum
14e1aadcfe75: Download complete
8d63905a7205: Verifying Checksum
8d63905a7205: Download complete
a5229e60d028: Verifying Checksum
a5229e60d028: Download complete
01409d387ec4: Verifying Checksum
01409d387ec4: Download complete
ff42524a9723: Verifying Checksum
ff42524a9723: Download complete
8735a25efa84: Verifying Checksum
8735a25efa84: Download complete
0d2855cbfe26: Download complete
e2a7b92281c8: Download complete
b7d651e8fc49: Download complete
0e634005fa7a: Verifying Checksum
0e634005fa7a: Download complete
648242c238ec: Verifying Checksum
648242c238ec: Download complete
0acc86136fa4: Verifying Checksum
0acc86136fa4: Download complete
4f4fb700ef54: Download complete
bdc1aecb8a1e: Download complete
3903fac4969c: Download complete
83da0b79d314: Verifying Checksum
83da0b79d314: Download complete
0203fbde99e8: Download complete
f0293603267c: Download complete
3a8981f851cc: Verifying Checksum
3a8981f851cc: Download complete
68669fc1d256: Verifying Checksum
68669fc1d256: Download complete
812b7dbefef2: Download complete
c4e3b4bb3f3b: Verifying Checksum
c4e3b4bb3f3b: Download complete
1f963a083838: Download complete
4411e6a72c35: Download complete
fb7b35cb0a60: Download complete
2768de046e30: Verifying Checksum
2768de046e30: Download complete
e04eb6841420: Verifying Checksum
e04eb6841420: Download complete
169c115f46d8: Verifying Checksum
169c115f46d8: Download complete
cb57911ea052: Download complete
d985218ccb94: Download complete
b65bb4a88ae8: Verifying Checksum
b65bb4a88ae8: Download complete
1c4947d93cfe: Download complete
24e6b2f26af5: Verifying Checksum
24e6b2f26af5: Download complete
e1888eb2b850: Pull complete
14e1aadcfe75: Pull complete
8d63905a7205: Pull complete
a5229e60d028: Pull complete
01409d387ec4: Pull complete
ff42524a9723: Pull complete
8735a25efa84: Pull complete
2768de046e30: Pull complete
ef35f13a0aaa: Pull complete
e2a7b92281c8: Pull complete
0d2855cbfe26: Pull complete
d5b6f4d4b030: Verifying Checksum
d5b6f4d4b030: Download complete
cbcae5ff7069: Download complete
6d58e82fe5e5: Verifying Checksum
6d58e82fe5e5: Download complete
d893b852ecd3: Verifying Checksum
d893b852ecd3: Download complete
305389c17d81: Verifying Checksum
305389c17d81: Download complete
b9bf47108fe4: Verifying Checksum
b9bf47108fe4: Download complete
b7d651e8fc49: Pull complete
0e634005fa7a: Pull complete
0acc86136fa4: Pull complete
648242c238ec: Pull complete
4f4fb700ef54: Pull complete
bdc1aecb8a1e: Pull complete
3903fac4969c: Pull complete
83da0b79d314: Pull complete
0203fbde99e8: Pull complete
f0293603267c: Pull complete
3a8981f851cc: Pull complete
68669fc1d256: Pull complete
812b7dbefef2: Pull complete
c4e3b4bb3f3b: Pull complete
1f963a083838: Pull complete
4411e6a72c35: Pull complete
fb7b35cb0a60: Pull complete
d5b6f4d4b030: Pull complete
e04eb6841420: Pull complete
6d58e82fe5e5: Pull complete
169c115f46d8: Pull complete
cb57911ea052: Pull complete
d985218ccb94: Pull complete
b65bb4a88ae8: Pull complete
1c4947d93cfe: Pull complete
24e6b2f26af5: Pull complete
b9bf47108fe4: Pull complete
cbcae5ff7069: Pull complete
d893b852ecd3: Pull complete
305389c17d81: Pull complete
Digest: sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a
Status: Downloaded newer image for ocaml/opam@sha256:317ab3a2251a14fd41554ae61c0a9130d4d6b4a163f1b44dee089c0c3e18779a
2025-12-10 04:39.40 ---> using "50e8d351fd85100bcaa09c1a16c9caaf0dd6ebf586c5923343764d4b3caaa07b" from cache


/: (comment ubuntu-25.04-5.4_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-12-10 04:39.40 ---> using "71eba14205a840ca7ffb685dcd48a7ca4563327d75b28716e665884e192611d1" 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.


Continue? [Y/n] y
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.


[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-12-10 04:39.40 ---> using "d158064ffb6b3a8fec01ede3f94bcf345c1da48a7ae68f21f680e9c676d3f076" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 5.4.0
2.4.1
2025-12-10 04:39.40 ---> using "2c7766b5e71fb89a56f210a84c7eb97fd806a0f5c008feb22a76a3cca7c9f637" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-12-10 04:39.40 ---> using "602e07c899f6d650abc1b32c79d8dd07c19b7959bfbda0fb4e2c4950b65c768a" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 13c1962c236e678d14d13994231f8924a8a79b8f || git fetch origin master) && git reset -q --hard 13c1962c236e678d14d13994231f8924a8a79b8f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
2ec6d6cc92..d684c896eb  master     -> origin/master
13c1962c23 Merge pull request #29040 from dra27/oxcaml-constraints


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-12-10 04:39.40 ---> using "06511c9b3b035c4a31b02b04b88fd6bd33eb5cd276a39ebc08e205770aa657aa" from cache


/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
(dst ./))
2025-12-10 04:39.41 ---> saved as "d3bc2ead27f62f0ad6e1354248ed7aa346b0343b1138789babfff4e1de2046b5"


/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-12-10 04:39.45 ---> saved as "afdcaf6063f86cc1f58550de5d08a34f8c19afc04db31ce5d369db598bfc8696"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-10 04:39.45 ---> saved as "1af801950146cba5c42579390fd6f03f7eb6d1b0e036d4890e99c6857e5c0dac"


/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.2.1 cmdliner.2.1.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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.0.3 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.17.1 ppxlib.0.37.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.4 --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 plucky InRelease
- Get:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]
- Get:3 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]
- Get:5 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [555 kB]
- Get:6 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [441 kB]
- Get:7 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [251 kB]
- Get:8 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [329 kB]
- Get:9 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [383 kB]
- Get:10 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [378 kB]
- Fetched 2714 kB in 0s (14.6 MB/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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).
2025-12-10 04:39.56 ---> saved as "8956e4bec8b5be09624f83aa3a84a068210d122ae83feb04098be42b5eb9302e"


/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.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).
[NOTE] Package ocaml is already installed (current version is 5.4.0).
[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.2.1
- install cmdliner                2.1.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.17.0
- install ocaml-syntax-shims      1.0.0
- install ocaml-version           4.0.3
- install ocaml_intrinsics_kernel v0.17.1
- 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.37.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.2.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.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.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 ppxlib.0.37.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.1.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 logs.0.10.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-version.4.0.3
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ppx_derivers.1.2.1
-> 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.20.2
-> installed base.v0.17.3
-> installed ppxlib.0.37.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)
2025-12-10 04:40.48 ---> saved as "7604d66c928ed794fb276eae0e7d4f0ed39202ebdbd3d5ce039de98b3ef65610"


/src: (copy (src .) (dst /src))
2025-12-10 04:40.48 ---> saved as "5535dc8505ab7767c3215f232129a1761edfbf0e52c8ffe34ca56dcedff02389"


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


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


[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-12-10 04:40.50 ---> saved as "029da4bb10502990414d09d38249bc493a33899f279dab747598c18dfb3405bf"
Job succeeded
2025-12-10 04:40.50: Job succeeded