Organisationsocaml-gospelgospel2632a9 ()ubuntu-22.04-5.4_opam-2.5

ubuntu-22.04-5.4_opam-2.5

Link Copied
Code Copied

Logs

2026-02-10 21:24.10: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (2632a93dde3783347cdbe476b7a0dc00ff60d065) (linux-x86_64:ubuntu-22.04-5.4_opam-2.5)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard 2632a93d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf
# ubuntu-22.04-5.4_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN 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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.0 dune-build-info.3.21.0 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2026-02-10 21:24.10: Using cache hint "ocaml-gospel/gospel-ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf-ubuntu-22.04-5.4_opam-2.5-ffa0e336e6714138b306748cb29ab9fd"
2026-02-10 21:24.10: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf)
(comment ubuntu-22.04-5.4_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
(run (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 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gospel.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gospel.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.0 dune-build-info.3.21.0 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2026-02-10 21:24.10: Waiting for resource in pool OCluster
2026-02-10 22:01.01: Waiting for worker…
2026-02-10 22:05.59: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
HEAD is now at 2632a93 Merge pull request #473 from mrjazzybread/namelookup


(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf' locally
docker.io/ocaml/opam@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf: Pulling from ocaml/opam
7e49dc6156b0: Pulling fs layer
65bdcb90cd9a: Pulling fs layer
8a57a4c399f1: Pulling fs layer
59c09820d352: Pulling fs layer
0b0f4f66ef34: Pulling fs layer
e90294888346: Pulling fs layer
ce0c8e352950: Pulling fs layer
e1c547e72f55: Pulling fs layer
f65f7d0d5a6b: Pulling fs layer
5bf8f7b5ae47: Pulling fs layer
8a57a4c399f1: Waiting
7e49dc6156b0: Waiting
0b0f4f66ef34: Waiting
4c0063a04a4f: Pulling fs layer
59c09820d352: Waiting
8f78cdfec5cd: Pulling fs layer
ce0c8e352950: Waiting
e90294888346: Waiting
f65f7d0d5a6b: Waiting
e1c547e72f55: Waiting
5bf8f7b5ae47: Waiting
65bdcb90cd9a: Waiting
576b7ada738c: Pulling fs layer
4c0063a04a4f: Waiting
08e02ba26792: Pulling fs layer
576b7ada738c: Waiting
2178ec162f17: Pulling fs layer
08e02ba26792: Waiting
1e3cdad8c2cf: Pulling fs layer
2178ec162f17: Waiting
b8bc66c50efe: Pulling fs layer
1e3cdad8c2cf: Waiting
4f4fb700ef54: Pulling fs layer
b8bc66c50efe: Waiting
c97176e241e4: Pulling fs layer
4f4fb700ef54: Waiting
4e3fb299a44e: Pulling fs layer
c97176e241e4: Waiting
918a18accca5: Pulling fs layer
4e3fb299a44e: Waiting
918a18accca5: Waiting
a67fbef18c3b: Pulling fs layer
493e62f841d2: Pulling fs layer
a67fbef18c3b: Waiting
63f963a03809: Pulling fs layer
493e62f841d2: Waiting
11fba2bf1c32: Pulling fs layer
63f963a03809: Waiting
6566e414ef98: Pulling fs layer
11fba2bf1c32: Waiting
242773756c53: Pulling fs layer
6566e414ef98: Waiting
242773756c53: Waiting
347353cb20e5: Pulling fs layer
a3406a4edb0c: Pulling fs layer
347353cb20e5: Waiting
410a36612209: Pulling fs layer
a3406a4edb0c: Waiting
2d65b6db5b4b: Pulling fs layer
410a36612209: Waiting
f3e3808d15ca: Pulling fs layer
2d65b6db5b4b: Waiting
7acec8b986fd: Pulling fs layer
f3e3808d15ca: Waiting
a6c7dcc7803f: Pulling fs layer
7acec8b986fd: Waiting
92d000ad2eb2: Pulling fs layer
a6c7dcc7803f: Waiting
a9b5fc1c0e92: Pulling fs layer
92d000ad2eb2: Waiting
8bc304301dd4: Pulling fs layer
a9b5fc1c0e92: Waiting
0712946836c1: Pulling fs layer
8bc304301dd4: Waiting
47bb5b5c05ac: Pulling fs layer
0712946836c1: Waiting
d05226ef3202: Pulling fs layer
47bb5b5c05ac: Waiting
9204c000513f: Pulling fs layer
d05226ef3202: Waiting
19ed4e99d5ff: Pulling fs layer
9204c000513f: Waiting
bfa9cec314e2: Pulling fs layer
19ed4e99d5ff: Waiting
ace257d32dbc: Pulling fs layer
bfa9cec314e2: Waiting
d6fdef0c42fe: Pulling fs layer
ace257d32dbc: Waiting
2bd2e738cdab: Pulling fs layer
d6fdef0c42fe: Waiting
2bd2e738cdab: Waiting
7e49dc6156b0: Verifying Checksum
7e49dc6156b0: Download complete
65bdcb90cd9a: Verifying Checksum
65bdcb90cd9a: Download complete
8a57a4c399f1: Download complete
59c09820d352: Verifying Checksum
59c09820d352: Download complete
0b0f4f66ef34: Verifying Checksum
0b0f4f66ef34: Download complete
ce0c8e352950: Verifying Checksum
ce0c8e352950: Download complete
7e49dc6156b0: Pull complete
65bdcb90cd9a: Pull complete
8a57a4c399f1: Pull complete
e1c547e72f55: Verifying Checksum
e1c547e72f55: Download complete
e90294888346: Verifying Checksum
e90294888346: Download complete
f65f7d0d5a6b: Verifying Checksum
f65f7d0d5a6b: Download complete
5bf8f7b5ae47: Verifying Checksum
5bf8f7b5ae47: Download complete
8f78cdfec5cd: Verifying Checksum
8f78cdfec5cd: Download complete
4c0063a04a4f: Verifying Checksum
4c0063a04a4f: Download complete
08e02ba26792: Verifying Checksum
08e02ba26792: Download complete
576b7ada738c: Verifying Checksum
576b7ada738c: Download complete
59c09820d352: Pull complete
b8bc66c50efe: Download complete
2178ec162f17: Verifying Checksum
2178ec162f17: Download complete
1e3cdad8c2cf: Verifying Checksum
1e3cdad8c2cf: Download complete
0b0f4f66ef34: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
c97176e241e4: Download complete
4e3fb299a44e: Verifying Checksum
4e3fb299a44e: Download complete
918a18accca5: Verifying Checksum
918a18accca5: Download complete
a67fbef18c3b: Verifying Checksum
a67fbef18c3b: Download complete
493e62f841d2: Verifying Checksum
493e62f841d2: Download complete
63f963a03809: Download complete
11fba2bf1c32: Verifying Checksum
11fba2bf1c32: Download complete
6566e414ef98: Verifying Checksum
6566e414ef98: Download complete
242773756c53: Verifying Checksum
242773756c53: Download complete
a3406a4edb0c: Verifying Checksum
a3406a4edb0c: Download complete
347353cb20e5: Download complete
410a36612209: Download complete
f3e3808d15ca: Verifying Checksum
f3e3808d15ca: Download complete
2d65b6db5b4b: Download complete
7acec8b986fd: Verifying Checksum
7acec8b986fd: Download complete
92d000ad2eb2: Download complete
8bc304301dd4: Download complete
0712946836c1: Download complete
47bb5b5c05ac: Download complete
d05226ef3202: Download complete
9204c000513f: Verifying Checksum
9204c000513f: Download complete
19ed4e99d5ff: Verifying Checksum
19ed4e99d5ff: Download complete
a9b5fc1c0e92: Verifying Checksum
a9b5fc1c0e92: Download complete
ace257d32dbc: Verifying Checksum
ace257d32dbc: Download complete
d6fdef0c42fe: Verifying Checksum
d6fdef0c42fe: Download complete
2bd2e738cdab: Verifying Checksum
2bd2e738cdab: Download complete
bfa9cec314e2: Verifying Checksum
bfa9cec314e2: Download complete
a6c7dcc7803f: Verifying Checksum
a6c7dcc7803f: Download complete
e90294888346: Pull complete
ce0c8e352950: Pull complete
e1c547e72f55: Pull complete
f65f7d0d5a6b: Pull complete
5bf8f7b5ae47: Pull complete
4c0063a04a4f: Pull complete
8f78cdfec5cd: Pull complete
576b7ada738c: Pull complete
08e02ba26792: Pull complete
2178ec162f17: Pull complete
1e3cdad8c2cf: Pull complete
b8bc66c50efe: Pull complete
4f4fb700ef54: Pull complete
c97176e241e4: Pull complete
4e3fb299a44e: Pull complete
918a18accca5: Pull complete
a67fbef18c3b: Pull complete
493e62f841d2: Pull complete
63f963a03809: Pull complete
11fba2bf1c32: Pull complete
6566e414ef98: Pull complete
242773756c53: Pull complete
347353cb20e5: Pull complete
a3406a4edb0c: Pull complete
410a36612209: Pull complete
2d65b6db5b4b: Pull complete
f3e3808d15ca: Pull complete
7acec8b986fd: Pull complete
a6c7dcc7803f: Pull complete
92d000ad2eb2: Pull complete
a9b5fc1c0e92: Pull complete
8bc304301dd4: Pull complete
0712946836c1: Pull complete
47bb5b5c05ac: Pull complete
d05226ef3202: Pull complete
9204c000513f: Pull complete
19ed4e99d5ff: Pull complete
bfa9cec314e2: Pull complete
ace257d32dbc: Pull complete
d6fdef0c42fe: Pull complete
2bd2e738cdab: Pull complete
Digest: sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf
Status: Downloaded newer image for ocaml/opam@sha256:d4a27ab95df84adf31c981e5685c02ea85ca52f32f7984c6c442c99dc13b2edf
2026-02-10 22:06.00 ---> using "7a9f40bfd6eae0cbe23271c7b8d132ab75e85de213c7201e41623cbd6253ba55" from cache


/: (comment ubuntu-22.04-5.4_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-02-10 22:06.00 ---> using "b319cbce2e5705e4fb1f92cb4b1e300392daf9d5c0a365811116903b52ef003b" 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.


Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-10 22:06.00 ---> using "cbc98d5810fbee3548b36119d392c05238b7cc66ed66e48cd90cc2787f9d646c" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 5.4.0
2.5.0
2026-02-10 22:06.00 ---> using "9288545b90511a0a602819257c8eb0739b9dea6623a0f0619c6a9dd8ef570a92" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-02-10 22:06.00 ---> using "69ca65ba44feda7c5f5d730d820704de55c243e0d7f002705bf5d264fa34fb9e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 98d5860f2a88bcf813cb6816f5afb924cab026a0 || git fetch origin master) && git reset -q --hard 98d5860f2a88bcf813cb6816f5afb924cab026a0 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
a6b2f19780..98d5860f2a  master     -> origin/master
98d5860f2a Merge pull request #29364 from fpottier/opam-publish-menhir.20260209


<><> 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)
2026-02-10 22:06.00 ---> using "06e859b8ba60fe295a4490e52d93f9899a65affc6b410a29ae5bbe3ddf2e862f" from cache


/src: (copy (src gospel.opam) (dst ./))
2026-02-10 22:06.01 ---> saved as "39d55d58278d7f4ffea8a4d185d8d89ce842da00932222bfbd4c7cd742145571"


/src: (run (network host)
(shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2026-02-10 22:06.05 ---> saved as "c61b7c1419d5aa8c6b7fbd0c5feaa61cc29e9d005f5733fb97595f15ac3b45c3"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-10 22:06.06 ---> saved as "aae4b27213827ef739db2561d021ef7dbbbf5eddbfc53ce1aaea8b9e4b00a784"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.0 cppo.1.8.0 crunch.4.0.0 dune.3.21.0 dune-build-info.3.21.0 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 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 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6396 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [6678 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3683 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1297 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [70.9 kB]
- Get:10 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [62.6 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1609 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4040 kB]
- Fetched 24.2 MB in 4s (5851 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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).
# To update the current shell environment, run: eval $(opam env)
2026-02-10 22:06.37 ---> saved as "7eba4f318478e522efe359e6f1546f7deb3b2e7191acfbc6107b2c67a3fc5f04"


/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 35 packages
- install astring             0.8.5
- install camlp-streams       5.0.1
- install cmdliner            2.1.0
- install cppo                1.8.0
- install crunch              4.0.0
- install dune                3.21.0
- install dune-build-info     3.21.0
- install fmt                 0.11.0
- install fpath               0.7.3
- install inferno             20220603
- install menhir              20260209
- install menhirCST           20260209
- install menhirGLR           20260209
- install menhirLib           20260209
- install menhirSdk           20260209
- install ocaml-compiler-libs v0.17.0
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install odoc                3.1.0
- install odoc-parser         3.1.0
- install pp_loc              2.1.0
- install pprint              20230830
- install ppx_blob            0.9.0
- install ppx_derivers        1.2.1
- install ppx_deriving        6.1.1
- install ppxlib              0.37.0
- install ptime               1.2.0
- install re                  1.14.0
- install seq                 base
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.1.1
- install tyxml               4.6.0
- install unionFind           20250818
- install uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved inferno.20220603  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.21.0, dune-build-info.3.21.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20230830  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved seq.base  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed cmdliner.2.1.0
-> installed seq.base
-> retrieved unionFind.20250818  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.21.0
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed menhirCST.20260209
-> installed menhirLib.20260209
-> installed menhirGLR.20260209
-> installed menhirSdk.20260209
-> installed pp_loc.2.1.0
-> installed pprint.20230830
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed unionFind.20250818
-> installed odoc-parser.3.1.0
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed inferno.20220603
-> installed dune-build-info.3.21.0
-> installed tyxml.4.6.0
-> installed menhir.20260209
-> installed odoc.3.1.0
-> installed ppxlib.0.37.0
-> installed ppx_blob.0.9.0
-> installed ppx_deriving.6.1.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-02-10 22:10.24 ---> saved as "b01ccf45cb22a676824a4177c73bdf575833fcee086f13bf3746b636f17557a2"


/src: (copy (src .) (dst /src))
2026-02-10 22:10.25 ---> saved as "07584aa5a6b54aa1e16bc614d6b792f4ffef8bdd03c7ba9a7b87c1db587f7512"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-02-10 22:10.53 ---> saved as "fe41b5304c7111942ac7434a2a2f8a2165e4e163ba1ed9da1a8a08c3a3a7680a"
Job succeeded
2026-02-10 22:10.53: Job succeeded