- github
- ocaml
- opam-repository
- 6fb9bc
- distributions,centos-10-ocaml-5.4,caisar.5.0,tests
(not at the head of any monitored branch or PR)
2026-01-23 15:10.11: New job: test caisar.5.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29111/head (6fb9bc721893564c7fcc5360575ff8ff9e76bc1c)
on centos-10-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29111/head" && git reset --hard 6fb9bc72
git fetch origin master
git merge --no-edit dc02a35b0eaa39fa73e10f2dfa764b490f859db6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn caisar.5.0 5.0
RUN opam reinstall caisar.5.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caisar.5.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test caisar.5.0) || true
RUN opam reinstall --with-test --verbose caisar.5.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"centos-10\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'caisar.5.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-01-23 15:10.11: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0-caisar.5.0-6fb9bc721893564c7fcc5360575ff8ff9e76bc1c"
2026-01-23 15:10.11: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn caisar.5.0 5.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caisar.5.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test caisar.5.0) || true"))
(run (shell "opam reinstall --with-test --verbose caisar.5.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-23 15:10.11: Waiting for resource in pool OCluster
2026-01-23 15:10.11: Waiting for worker…
2026-01-23 15:11.03: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at dc02a35b0e Merge pull request #29268 from ocaml/notty-win-avail-false
Merge made by the 'ort' strategy.
packages/caisar/caisar.5.0/opam | 66 +++++++++++++++++++++++++++++++++++++++++
1 file changed, 66 insertions(+)
create mode 100644 packages/caisar/caisar.5.0/opam
(from ocaml/opam:centos-10-ocaml-5.4@sha256:c17f277bfdb5ce974e215efc418394d65afe1e9baf8b1f97b1443064136eb2f0)
2026-01-23 15:21.11 ---> saved as "a8eedf93348ad63ddfde6541c40fc5d9d1eeedd4141bcb2a30da4688374d1e94"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-23 15:21.11 ---> saved as "92e77c467c14e5fa7088294ab3a881294e793855b7fd75e0c02adf37f5360120"
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=71 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-23 15:21.31 ---> saved as "0e301bb300f703eaeaf41ee92411abab3589e5ed985c86ab55d6e4d970452d9b"
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.0
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=centos os-version=10
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-01-23 15:21.32 ---> saved as "3ce4f500636b3e2bd697cce39a72a2a34661ded684d12bfcd163728807b4d0f3"
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-01-23 15:21.41 ---> saved as "6f545a46bedcdeeb9c47f268c5e20c799a1fd351b12697bfdb51d33230a18fe1"
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 15:21.45 ---> saved as "3030d118c61f1b88ee5bc851a23cbdd992692c9249ae132d19c124e3ffa86f98"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 15:22.02 ---> saved as "a24b7bbda3f14cf51152bfc82377ab03076977d488f436c43d21fe650bfde124"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 27 kB/s | 14 kB 00:00
- CentOS Stream 10 - BaseOS 13 MB/s | 6.8 MB 00:00
- CentOS Stream 10 - AppStream 36 kB/s | 15 kB 00:00
- CentOS Stream 10 - AppStream 5.7 MB/s | 3.5 MB 00:00
- CentOS Stream 10 - CRB 475 kB/s | 14 kB 00:00
- CentOS Stream 10 - CRB 1.5 MB/s | 794 kB 00:00
- CentOS Stream 10 - Extras packages 457 kB/s | 16 kB 00:00
- Metadata cache created.
2026-01-23 15:22.07 ---> saved as "984654c9c8f73ca434e359cb9e11001ee57a5a11f655b14a55cd3450adcca72d"
/home/opam: (run (shell "opam pin add -k version -yn caisar.5.0 5.0"))
caisar is now pinned to version 5.0
2026-01-23 15:22.08 ---> saved as "8cdddf61c536c0c111c6906a26f210afe7e1e1da489cbf065c075473d7d6cd04"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall caisar.5.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
caisar.5.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 77 packages
- install astring 0.8.5 [required by fpath]
- install base v0.17.3 [required by caisar]
- install base-bytes base [required by csv, ocplib-endian]
- install base64 3.5.2 [required by ocaml-protoc-plugin]
- install bos 0.2.1 [required by yaml]
- install caisar 5.0 (pinned)
- install cmdliner 2.1.0 [required by caisar]
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by ocaml-protoc-plugin]
- install conf-protoc 4.4.0 [required by ocaml-protoc-plugin]
- install cppo 1.8.0 [required by ocplib-endian, ppx_deriving]
- install csexp 1.5.2 [required by dune-configurator, dune-private-libs]
- install csv 2.4 [required by caisar]
- install ctypes 0.24.0 [required by yaml]
- install dune 3.21.0 [required by caisar]
- install dune-build-info 3.21.0 [required by omd]
- install dune-configurator 3.21.0 [required by base]
- install dune-private-libs 3.21.0 [required by dune-site]
- install dune-site 3.21.0 [required by caisar]
- install dyn 3.21.0 [required by dune-private-libs]
- install fmt 0.11.0 [required by caisar]
- install fpath 0.7.3 [required by caisar]
- install fs-io 3.21.0 [required by stdune]
- install integers 0.7.0 [required by ctypes]
- install jane-street-headers v0.17.0 [required by time_now]
- install jst-config v0.17.0 [required by time_now]
- install logs 0.10.0 [required by caisar]
- install menhir 20250912 [required by why3]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by caisar]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-protoc-plugin 6.2.0 [required by caisar]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by fpath, fmt, logs]
- install ocamlfind 1.9.8 [required by ppx_deriving, fpath, fmt, etc.]
- install ocamlgraph 2.2.0 [required by caisar]
- install ocplib-endian 1.2 [required by caisar]
- install omd 2.0.0~alpha4 [required by ocaml-protoc-plugin]
- install ordering 3.21.0 [required by dyn, stdune]
- install pp 2.0.0 [required by dune-private-libs]
- install ppx_assert v0.17.0 [required by jst-config]
- install ppx_base v0.17.0 [required by time_now]
- install ppx_cold v0.17.0 [required by ppx_base]
- install ppx_compare v0.17.0 [required by ppx_base]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by caisar]
- install ppx_deriving_jsonschema 0.0.4 [required by caisar]
- install ppx_deriving_yaml 0.4.1 [required by caisar]
- install ppx_deriving_yojson 3.10.0 [required by caisar]
- install ppx_enumerate v0.17.0 [required by ppx_base]
- install ppx_expect v0.17.3 [required by ocaml-protoc-plugin]
- install ppx_globalize v0.17.2 [required by ppx_base]
- install ppx_hash v0.17.0 [required by ppx_base]
- install ppx_here v0.17.0 [required by ppx_expect]
- install ppx_inline_test v0.17.1 [required by caisar]
- install ppx_optcomp v0.17.1 [required by time_now]
- install ppx_sexp_conv v0.17.1 [required by why3]
- install ppxlib 0.37.0 [required by ppx_deriving_yaml, ppx_deriving, ppx_deriving_jsonschema, ppx_deriving_yojson]
- install ppxlib_jane v0.17.4 [required by ppx_globalize, ppx_enumerate, ppx_hash]
- install ptime 1.2.0 [required by ocaml-protoc-plugin]
- install re 1.14.0 [required by caisar]
- install rresult 0.7.0 [required by bos]
- install sexplib0 v0.17.0 [required by base]
- install stdio v0.17.0 [required by caisar]
- install stdlib-shims 0.3.0 [required by ppxlib, integers]
- install stdune 3.21.0 [required by dune-private-libs]
- install time_now v0.17.0 [required by ppx_inline_test]
- install top-closure 3.21.0 [required by stdune]
- install topkg 1.1.1 [required by fpath, fmt, logs]
- install uucp 17.0.0 [required by omd]
- install uunf 17.0.0 [required by omd]
- install uutf 1.0.4 [required by omd]
- install why3 1.8.2 [required by caisar]
- install yaml 3.2.0 [required by caisar]
- install yojson 3.0.0 [required by caisar]
- install zarith 1.14 [required by caisar]
The following system packages will first need to be installed:
gmp-devel protobuf-compiler protobuf-devel
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "gmp-devel" "protobuf-compiler" "protobuf-devel"
- Last metadata expiration check: 0:00:04 ago on Fri Jan 23 15:22:07 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.1-12.el10 appstream 174 k
- protobuf-compiler x86_64 3.19.6-14.el10 crb 783 k
- protobuf-devel x86_64 3.19.6-14.el10 crb 396 k
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.1-12.el10 appstream 20 k
- protobuf x86_64 3.19.6-14.el10 appstream 1.0 M
-
- Transaction Summary
- ================================================================================
- Install 5 Packages
-
- Total download size: 2.4 M
- Installed size: 8.9 M
- Downloading Packages:
- (1/5): gmp-c++-6.2.1-12.el10.x86_64.rpm 1.3 MB/s | 20 kB 00:00
- (2/5): gmp-devel-6.2.1-12.el10.x86_64.rpm 1.9 MB/s | 174 kB 00:00
- (3/5): protobuf-3.19.6-14.el10.x86_64.rpm 6.8 MB/s | 1.0 MB 00:00
- (4/5): protobuf-devel-3.19.6-14.el10.x86_64.rpm 4.7 MB/s | 396 kB 00:00
- (5/5): protobuf-compiler-3.19.6-14.el10.x86_64. 3.6 MB/s | 783 kB 00:00
- --------------------------------------------------------------------------------
- Total 3.3 MB/s | 2.4 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : protobuf-3.19.6-14.el10.x86_64 1/5
- Installing : protobuf-compiler-3.19.6-14.el10.x86_64 2/5
- Installing : gmp-c++-1:6.2.1-12.el10.x86_64 3/5
- Installing : gmp-devel-1:6.2.1-12.el10.x86_64 4/5
- Installing : protobuf-devel-3.19.6-14.el10.x86_64 5/5
- Running scriptlet: protobuf-devel-3.19.6-14.el10.x86_64 5/5
-
- Installed:
- gmp-c++-1:6.2.1-12.el10.x86_64 gmp-devel-1:6.2.1-12.el10.x86_64
- protobuf-3.19.6-14.el10.x86_64 protobuf-compiler-3.19.6-14.el10.x86_64
- protobuf-devel-3.19.6-14.el10.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "protobuf-compiler" "protobuf-devel"
- gmp-devel-6.2.1-12.el10.x86_64
- protobuf-compiler-3.19.6-14.el10.x86_64
- protobuf-devel-3.19.6-14.el10.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved caisar.5.0 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> retrieved csexp.1.5.2 (cached)
-> retrieved csv.2.4 (cached)
-> installed conf-protoc.4.4.0
-> retrieved ctypes.0.24.0 (cached)
-> installed conf-pkg-config.4
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0, dune-private-libs.3.21.0, dune-site.3.21.0, dyn.3.21.0, fs-io.3.21.0, ordering.3.21.0, stdune.3.21.0, top-closure.3.21.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved integers.0.7.0 (cached)
-> retrieved jane-street-headers.v0.17.0 (cached)
-> retrieved jst-config.v0.17.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> installed cmdliner.2.1.0
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-protoc-plugin.6.2.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocamlgraph.2.2.0 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved omd.2.0.0~alpha4 (cached)
-> retrieved pp.2.0.0 (cached)
-> retrieved ppx_assert.v0.17.0 (cached)
-> retrieved ppx_base.v0.17.0 (cached)
-> retrieved ppx_cold.v0.17.0 (cached)
-> retrieved ppx_compare.v0.17.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_jsonschema.0.0.4 (cached)
-> retrieved ppx_deriving_yaml.0.4.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_enumerate.v0.17.0 (cached)
-> retrieved ppx_expect.v0.17.3 (cached)
-> retrieved ppx_globalize.v0.17.2 (cached)
-> retrieved ppx_hash.v0.17.0 (cached)
-> retrieved ppx_here.v0.17.0 (cached)
-> retrieved ppx_inline_test.v0.17.1 (cached)
-> retrieved ppx_optcomp.v0.17.1 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved time_now.v0.17.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved uucp.17.0.0 (cached)
-> retrieved uunf.17.0.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved why3.1.8.2 (cached)
-> retrieved yaml.3.2.0 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> 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 logs.0.10.0
-> installed bos.0.2.1
-> installed uunf.17.0.0
-> installed dune.3.21.0
-> installed base64.3.5.2
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed csv.2.4
-> installed jane-street-headers.v0.17.0
-> installed menhirCST.20250912
-> installed menhirLib.20250912
-> installed menhirSdk.20250912
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocamlgraph.2.2.0
-> installed pp.2.0.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed integers.0.7.0
-> installed ordering.3.21.0
-> installed dune-build-info.3.21.0
-> installed fs-io.3.21.0
-> installed top-closure.3.21.0
-> installed dune-configurator.3.21.0
-> installed dyn.3.21.0
-> installed stdune.3.21.0
-> installed base.v0.17.3
-> installed ctypes.0.24.0
-> installed stdio.v0.17.0
-> installed dune-private-libs.3.21.0
-> installed uucp.17.0.0
-> installed menhir.20250912
-> installed yaml.3.2.0
-> installed dune-site.3.21.0
-> installed ppxlib.0.37.0
-> installed omd.2.0.0~alpha4
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_deriving_jsonschema.0.0.4
-> installed ppx_deriving_yaml.0.4.1
-> installed ppx_deriving.6.1.1
-> installed ppx_enumerate.v0.17.0
-> installed ppx_globalize.v0.17.2
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.1
-> installed ppx_expect.v0.17.3
-> installed ocaml-protoc-plugin.6.2.0
-> installed why3.1.8.2
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:23.32 ---> saved as "4c4cabf2027a810ea32c6df56dcf4767e414ada129b744bde3588d3cc9c52e0e"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test caisar.5.0) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile caisar 5.0 (pinned)
=== install 3 packages
- install conf-jq 1 [required by caisar]
- install conf-python-3 9.0.0 [required by caisar]
- install conf-texlive 2 [required by caisar]
The following system packages will first need to be installed:
epel-release jq texlive-latex
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "yum" "install" "-y" "epel-release"
- Last metadata expiration check: 0:01:28 ago on Fri Jan 23 15:22:07 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- epel-release noarch 10-5.el10s extras-common 18 k
- Installing weak dependencies:
- dnf-plugins-core noarch 4.7.0-10.el10 baseos 41 k
-
- Transaction Summary
- ================================================================================
- Install 2 Packages
-
- Total download size: 60 k
- Installed size: 47 k
- Downloading Packages:
- (1/2): dnf-plugins-core-4.7.0-10.el10.noarch.rp 1.7 MB/s | 41 kB 00:00
- (2/2): epel-release-10-5.el10s.noarch.rpm 139 kB/s | 18 kB 00:00
- --------------------------------------------------------------------------------
- Total 98 kB/s | 60 kB 00:00
- CentOS Stream 10 - Extras packages 2.1 MB/s | 2.1 kB 00:00
- Importing GPG key 0x1D997668:
- Userid : "CentOS Extras SIG (https://wiki.centos.org/SpecialInterestGroup) <security@centos.org>"
- Fingerprint: 363F C097 2F64 B699 AED3 968E 1FF6 A217 1D99 7668
- From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Extras-SHA512
- warning: Certificate 1FF6A2171D997668:
- Policy rejects subkey 8B5C8111FCA5D0FF: Policy rejected non-revocation signature (PrimaryKeyBinding) requiring second pre-image resistance
- Key imported successfully
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : dnf-plugins-core-4.7.0-10.el10.noarch 1/2
- Installing : epel-release-10-5.el10s.noarch 2/2
- Running scriptlet: epel-release-10-5.el10s.noarch 2/2
- Many EPEL packages require the CodeReady Builder (CRB) repository.
- It is recommended that you run /usr/bin/crb enable to enable the CRB repository.
-
-
- Installed:
- dnf-plugins-core-4.7.0-10.el10.noarch epel-release-10-5.el10s.noarch
-
- Complete!
+ /usr/bin/sudo "yum" "install" "-y" "jq" "texlive-latex"
- Extra Packages for Enterprise Linux 10 - x86_64 14 MB/s | 6.1 MB 00:00
- Last metadata expiration check: 0:00:01 ago on Fri Jan 23 15:23:37 2026.
- Dependencies resolved.
- ================================================================================
- Package Arch Version Repository Size
- ================================================================================
- Installing:
- jq x86_64 1.7.1-11.el10 baseos 202 k
- texlive-latex noarch 13:20240311-6.el10 appstream 34 M
- Installing dependencies:
- oniguruma x86_64 6.9.9-7.el10 baseos 216 k
- perl-Filter x86_64 2:1.64-512.el10 appstream 89 k
- perl-Text-Unidecode noarch 1.30-27.el10 appstream 195 k
- perl-XML-XPath noarch 1.48-8.el10 appstream 86 k
- perl-encoding x86_64 4:3.00-511.el10 appstream 64 k
- perl-open noarch 1.13-514.el10 appstream 17 k
- texlive-algorithms noarch 13:20240311-6.el10 appstream 301 k
- texlive-alphalph noarch 13:20240311-6.el10 appstream 355 k
- texlive-amsfonts noarch 13:20240311-6.el10 appstream 4.8 M
- texlive-amsmath noarch 13:20240311-6.el10 appstream 2.3 M
- texlive-atbegshi noarch 13:20240311-6.el10 appstream 403 k
- texlive-attachfile noarch 13:20240311-6.el10 appstream 353 k
- texlive-atveryend noarch 13:20240311-6.el10 appstream 379 k
- texlive-auxhook noarch 13:20240311-6.el10 appstream 289 k
- texlive-babel noarch 13:20240311-6.el10 appstream 1.7 M
- texlive-babelbib noarch 13:20240311-6.el10 appstream 1.2 M
- texlive-base noarch 13:20240311-6.el10 appstream 2.8 M
- texlive-bera noarch 13:20240311-6.el10 appstream 382 k
- texlive-bigintcalc noarch 13:20240311-6.el10 appstream 460 k
- texlive-bitset noarch 13:20240311-6.el10 appstream 614 k
- texlive-bookmark noarch 13:20240311-6.el10 appstream 480 k
- texlive-booktabs noarch 13:20240311-6.el10 appstream 300 k
- texlive-breakurl noarch 13:20240311-6.el10 appstream 120 k
- texlive-caption noarch 13:20240311-6.el10 appstream 812 k
- texlive-chngcntr noarch 13:20240311-6.el10 appstream 240 k
- texlive-cm noarch 13:20240311-6.el10 appstream 335 k
- texlive-cm-super noarch 13:20240311-6.el10 appstream 62 M
- texlive-colortbl noarch 13:20240311-6.el10 appstream 641 k
- texlive-csquotes noarch 13:20240311-6.el10 appstream 346 k
- texlive-enumitem noarch 13:20240311-6.el10 appstream 182 k
- texlive-epstopdf-pkg noarch 13:20240311-6.el10 appstream 358 k
- texlive-eso-pic noarch 13:20240311-6.el10 appstream 297 k
- texlive-etex noarch 13:20240311-6.el10 appstream 333 k
- texlive-etex-pkg noarch 13:20240311-6.el10 appstream 18 k
- texlive-etexcmds noarch 13:20240311-6.el10 appstream 304 k
- texlive-etoolbox noarch 13:20240311-6.el10 appstream 251 k
- texlive-fancyvrb noarch 13:20240311-6.el10 appstream 199 k
- texlive-filecontents noarch 13:20240311-6.el10 appstream 286 k
- texlive-float noarch 13:20240311-6.el10 appstream 124 k
- texlive-footmisc noarch 13:20240311-6.el10 appstream 518 k
- texlive-geometry noarch 13:20240311-6.el10 appstream 857 k
- texlive-gettitlestring noarch 13:20240311-6.el10 appstream 321 k
- texlive-graphics noarch 13:20240311-6.el10 appstream 2.4 M
- texlive-graphics-cfg noarch 13:20240311-6.el10 appstream 13 k
- texlive-graphics-def noarch 13:20240311-6.el10 appstream 23 k
- texlive-hobsub noarch 13:20240311-6.el10 appstream 72 k
- texlive-hologo noarch 13:20240311-6.el10 appstream 581 k
- texlive-hycolor noarch 13:20240311-6.el10 appstream 378 k
- texlive-hypdoc noarch 13:20240311-6.el10 appstream 331 k
- texlive-hyperref noarch 13:20240311-6.el10 appstream 3.9 M
- texlive-hyph-utf8 noarch 13:20240311-6.el10 appstream 303 k
- texlive-hyphen-base noarch 13:20240311-6.el10 appstream 34 k
- texlive-iftex noarch 13:20240311-6.el10 appstream 237 k
- texlive-infwarerr noarch 13:20240311-6.el10 appstream 289 k
- texlive-intcalc noarch 13:20240311-6.el10 appstream 426 k
- texlive-knuth-lib noarch 13:20240311-6.el10 appstream 50 k
- texlive-koma-script noarch 13:20240311-6.el10 appstream 6.3 M
- texlive-kpathsea x86_64 13:20240311-6.el10 appstream 1.1 M
- texlive-kvdefinekeys noarch 13:20240311-6.el10 appstream 300 k
- texlive-kvoptions noarch 13:20240311-6.el10 appstream 488 k
- texlive-kvsetkeys noarch 13:20240311-6.el10 appstream 393 k
- texlive-l3backend noarch 13:20240311-6.el10 appstream 867 k
- texlive-l3kernel noarch 13:20240311-6.el10 appstream 12 M
- texlive-latex-fonts noarch 13:20240311-6.el10 appstream 48 k
- texlive-latexconfig noarch 13:20240311-6.el10 appstream 14 k
- texlive-letltxmacro noarch 13:20240311-6.el10 appstream 294 k
- texlive-lib x86_64 13:20240311-6.el10 appstream 234 k
- texlive-listings noarch 13:20240311-6.el10 appstream 2.8 M
- texlive-lm noarch 13:20240311-6.el10 appstream 14 M
- texlive-ltxcmds noarch 13:20240311-6.el10 appstream 408 k
- texlive-luatex x86_64 13:20240311-6.el10 appstream 3.8 M
- texlive-marginnote noarch 13:20240311-6.el10 appstream 471 k
- texlive-memoir noarch 13:20240311-6.el10 appstream 3.1 M
- texlive-mparhack noarch 13:20240311-6.el10 appstream 312 k
- texlive-multido noarch 13:20240311-6.el10 appstream 120 k
- texlive-paralist noarch 13:20240311-6.el10 appstream 218 k
- texlive-pdfcolmk noarch 13:20240311-6.el10 appstream 13 k
- texlive-pdfescape noarch 13:20240311-6.el10 appstream 347 k
- texlive-pdftex x86_64 13:20240311-6.el10 appstream 3.2 M
- texlive-pdftexcmds noarch 13:20240311-6.el10 appstream 385 k
- texlive-plain noarch 13:20240311-6.el10 appstream 45 k
- texlive-psnfss noarch 13:20240311-6.el10 appstream 318 k
- texlive-pst-3d noarch 13:20240311-6.el10 appstream 114 k
- texlive-pst-arrow noarch 13:20240311-6.el10 appstream 153 k
- texlive-pst-coil noarch 13:20240311-6.el10 appstream 3.5 M
- texlive-pst-eps noarch 13:20240311-6.el10 appstream 93 k
- texlive-pst-fill noarch 13:20240311-6.el10 appstream 840 k
- texlive-pst-grad noarch 13:20240311-6.el10 appstream 227 k
- texlive-pst-math noarch 13:20240311-6.el10 appstream 239 k
- texlive-pst-node noarch 13:20240311-6.el10 appstream 729 k
- texlive-pst-plot noarch 13:20240311-6.el10 appstream 1.3 M
- texlive-pst-text noarch 13:20240311-6.el10 appstream 183 k
- texlive-pst-tools noarch 13:20240311-6.el10 appstream 123 k
- texlive-pst-tree noarch 13:20240311-6.el10 appstream 218 k
- texlive-pstricks noarch 13:20240311-6.el10 appstream 7.3 M
- texlive-pstricks-add noarch 13:20240311-6.el10 appstream 11 M
- texlive-ragged2e noarch 13:20240311-6.el10 appstream 722 k
- texlive-refcount noarch 13:20240311-6.el10 appstream 329 k
- texlive-rerunfilecheck noarch 13:20240311-6.el10 appstream 335 k
- texlive-setspace noarch 13:20240311-6.el10 appstream 210 k
- texlive-showexpl noarch 13:20240311-6.el10 appstream 602 k
- texlive-stringenc noarch 13:20240311-6.el10 appstream 695 k
- texlive-subfig noarch 13:20240311-6.el10 appstream 465 k
- texlive-symbol noarch 13:20240311-6.el10 appstream 51 k
- texlive-tex-ini-files noarch 13:20240311-6.el10 appstream 20 k
- texlive-texlive-scripts noarch 13:20240311-6.el10 appstream 122 k
- texlive-texlive.infra noarch 13:20240311-6.el10 appstream 297 k
- texlive-tools noarch 13:20240311-6.el10 appstream 6.1 M
- texlive-underscore noarch 13:20240311-6.el10 appstream 254 k
- texlive-unicode-data noarch 13:20240311-6.el10 appstream 360 k
- texlive-uniquecounter noarch 13:20240311-6.el10 appstream 295 k
- texlive-url noarch 13:20240311-6.el10 appstream 275 k
- texlive-varwidth noarch 13:20240311-6.el10 appstream 41 k
- texlive-xcolor noarch 13:20240311-6.el10 appstream 934 k
- texlive-xkeyval noarch 13:20240311-6.el10 appstream 443 k
- texlive-zapfding noarch 13:20240311-6.el10 appstream 60 k
- zziplib x86_64 0.13.78-2.el10 appstream 91 k
-
- Transaction Summary
- ================================================================================
- Install 119 Packages
-
- Total download size: 219 M
- Installed size: 332 M
- Downloading Packages:
- (1/119): perl-Filter-1.64-512.el10.x86_64.rpm 646 kB/s | 89 kB 00:00
- (2/119): oniguruma-6.9.9-7.el10.x86_64.rpm 1.5 MB/s | 216 kB 00:00
- (3/119): jq-1.7.1-11.el10.x86_64.rpm 1.2 MB/s | 202 kB 00:00
- (4/119): perl-encoding-3.00-511.el10.x86_64.rpm 950 kB/s | 64 kB 00:00
- (5/119): perl-XML-XPath-1.48-8.el10.noarch.rpm 919 kB/s | 86 kB 00:00
- (6/119): perl-Text-Unidecode-1.30-27.el10.noarc 1.4 MB/s | 195 kB 00:00
- (7/119): perl-open-1.13-514.el10.noarch.rpm 91 kB/s | 17 kB 00:00
- (8/119): texlive-alphalph-20240311-6.el10.noarc 2.2 MB/s | 355 kB 00:00
- (9/119): texlive-algorithms-20240311-6.el10.noa 1.5 MB/s | 301 kB 00:00
- (10/119): texlive-atbegshi-20240311-6.el10.noar 2.1 MB/s | 403 kB 00:00
- (11/119): texlive-amsmath-20240311-6.el10.noarc 12 MB/s | 2.3 MB 00:00
- (12/119): texlive-atveryend-20240311-6.el10.noa 3.2 MB/s | 379 kB 00:00
- (13/119): texlive-attachfile-20240311-6.el10.no 1.8 MB/s | 353 kB 00:00
- (14/119): texlive-auxhook-20240311-6.el10.noarc 1.5 MB/s | 289 kB 00:00
- (15/119): texlive-amsfonts-20240311-6.el10.noar 8.8 MB/s | 4.8 MB 00:00
- (16/119): texlive-babel-20240311-6.el10.noarch. 8.3 MB/s | 1.7 MB 00:00
- (17/119): texlive-babelbib-20240311-6.el10.noar 5.1 MB/s | 1.2 MB 00:00
- (18/119): texlive-bera-20240311-6.el10.noarch.r 2.2 MB/s | 382 kB 00:00
- (19/119): texlive-base-20240311-6.el10.noarch.r 8.2 MB/s | 2.8 MB 00:00
- (20/119): texlive-bigintcalc-20240311-6.el10.no 2.9 MB/s | 460 kB 00:00
- (21/119): texlive-bitset-20240311-6.el10.noarch 3.0 MB/s | 614 kB 00:00
- (22/119): texlive-bookmark-20240311-6.el10.noar 3.4 MB/s | 480 kB 00:00
- (23/119): texlive-booktabs-20240311-6.el10.noar 2.6 MB/s | 300 kB 00:00
- (24/119): texlive-breakurl-20240311-6.el10.noar 1.5 MB/s | 120 kB 00:00
- (25/119): texlive-caption-20240311-6.el10.noarc 10 MB/s | 812 kB 00:00
- (26/119): texlive-chngcntr-20240311-6.el10.noar 2.9 MB/s | 240 kB 00:00
- (27/119): texlive-cm-20240311-6.el10.noarch.rpm 3.2 MB/s | 335 kB 00:00
- (28/119): texlive-colortbl-20240311-6.el10.noar 5.8 MB/s | 641 kB 00:00
- (29/119): texlive-csquotes-20240311-6.el10.noar 3.5 MB/s | 346 kB 00:00
- (30/119): texlive-epstopdf-pkg-20240311-6.el10. 6.0 MB/s | 358 kB 00:00
- (31/119): texlive-enumitem-20240311-6.el10.noar 1.7 MB/s | 182 kB 00:00
- (32/119): texlive-eso-pic-20240311-6.el10.noarc 2.5 MB/s | 297 kB 00:00
- (33/119): texlive-etex-20240311-6.el10.noarch.r 3.2 MB/s | 333 kB 00:00
- (34/119): texlive-etex-pkg-20240311-6.el10.noar 418 kB/s | 18 kB 00:00
- (35/119): texlive-etexcmds-20240311-6.el10.noar 4.0 MB/s | 304 kB 00:00
- (36/119): texlive-etoolbox-20240311-6.el10.noar 1.9 MB/s | 251 kB 00:00
- (37/119): texlive-fancyvrb-20240311-6.el10.noar 1.2 MB/s | 199 kB 00:00
- (38/119): texlive-filecontents-20240311-6.el10. 1.7 MB/s | 286 kB 00:00
- (39/119): texlive-float-20240311-6.el10.noarch. 1.2 MB/s | 124 kB 00:00
- (40/119): texlive-footmisc-20240311-6.el10.noar 3.7 MB/s | 518 kB 00:00
- (41/119): texlive-geometry-20240311-6.el10.noar 6.2 MB/s | 857 kB 00:00
- (42/119): texlive-gettitlestring-20240311-6.el1 2.6 MB/s | 321 kB 00:00
- (43/119): texlive-graphics-cfg-20240311-6.el10. 323 kB/s | 13 kB 00:00
- (44/119): texlive-graphics-def-20240311-6.el10. 372 kB/s | 23 kB 00:00
- (45/119): texlive-graphics-20240311-6.el10.noar 8.5 MB/s | 2.4 MB 00:00
- (46/119): texlive-hobsub-20240311-6.el10.noarch 814 kB/s | 72 kB 00:00
- (47/119): texlive-hycolor-20240311-6.el10.noarc 2.5 MB/s | 378 kB 00:00
- (48/119): texlive-hologo-20240311-6.el10.noarch 3.1 MB/s | 581 kB 00:00
- (49/119): texlive-hypdoc-20240311-6.el10.noarch 1.9 MB/s | 331 kB 00:00
- (50/119): texlive-hyph-utf8-20240311-6.el10.noa 1.0 MB/s | 303 kB 00:00
- (51/119): texlive-hyphen-base-20240311-6.el10.n 1.3 MB/s | 34 kB 00:00
- (52/119): texlive-hyperref-20240311-6.el10.noar 6.7 MB/s | 3.9 MB 00:00
- (53/119): texlive-iftex-20240311-6.el10.noarch. 2.2 MB/s | 237 kB 00:00
- (54/119): texlive-infwarerr-20240311-6.el10.noa 2.9 MB/s | 289 kB 00:00
- (55/119): texlive-intcalc-20240311-6.el10.noarc 3.6 MB/s | 426 kB 00:00
- (56/119): texlive-knuth-lib-20240311-6.el10.noa 1.1 MB/s | 50 kB 00:00
- (57/119): texlive-kpathsea-20240311-6.el10.x86_ 4.5 MB/s | 1.1 MB 00:00
- (58/119): texlive-kvdefinekeys-20240311-6.el10. 3.7 MB/s | 300 kB 00:00
- (59/119): texlive-kvoptions-20240311-6.el10.noa 4.9 MB/s | 488 kB 00:00
- (60/119): texlive-kvsetkeys-20240311-6.el10.noa 2.2 MB/s | 393 kB 00:00
- (61/119): texlive-l3backend-20240311-6.el10.noa 4.5 MB/s | 867 kB 00:00
- (62/119): texlive-koma-script-20240311-6.el10.n 7.4 MB/s | 6.3 MB 00:00
- (63/119): texlive-l3kernel-20240311-6.el10.noar 13 MB/s | 12 MB 00:00
- (64/119): texlive-latex-fonts-20240311-6.el10.n 526 kB/s | 48 kB 00:00
- (65/119): texlive-latexconfig-20240311-6.el10.n 89 kB/s | 14 kB 00:00
- (66/119): texlive-letltxmacro-20240311-6.el10.n 1.2 MB/s | 294 kB 00:00
- (67/119): texlive-lib-20240311-6.el10.x86_64.rp 3.2 MB/s | 234 kB 00:00
- (68/119): texlive-listings-20240311-6.el10.noar 8.1 MB/s | 2.8 MB 00:00
- (69/119): texlive-latex-20240311-6.el10.noarch. 15 MB/s | 34 MB 00:02
- (70/119): texlive-ltxcmds-20240311-6.el10.noarc 3.8 MB/s | 408 kB 00:00
- (71/119): texlive-cm-super-20240311-6.el10.noar 11 MB/s | 62 MB 00:05
- (72/119): texlive-luatex-20240311-6.el10.x86_64 8.5 MB/s | 3.8 MB 00:00
- (73/119): texlive-marginnote-20240311-6.el10.no 3.4 MB/s | 471 kB 00:00
- (74/119): texlive-mparhack-20240311-6.el10.noar 4.1 MB/s | 312 kB 00:00
- (75/119): texlive-multido-20240311-6.el10.noarc 1.2 MB/s | 120 kB 00:00
- (76/119): texlive-paralist-20240311-6.el10.noar 3.5 MB/s | 218 kB 00:00
- (77/119): texlive-pdfcolmk-20240311-6.el10.noar 280 kB/s | 13 kB 00:00
- (78/119): texlive-memoir-20240311-6.el10.noarch 9.2 MB/s | 3.1 MB 00:00
- (79/119): texlive-pdfescape-20240311-6.el10.noa 3.5 MB/s | 347 kB 00:00
- (80/119): texlive-lm-20240311-6.el10.noarch.rpm 9.1 MB/s | 14 MB 00:01
- (81/119): texlive-pdftexcmds-20240311-6.el10.no 2.1 MB/s | 385 kB 00:00
- (82/119): texlive-plain-20240311-6.el10.noarch. 599 kB/s | 45 kB 00:00
- (83/119): texlive-psnfss-20240311-6.el10.noarch 4.7 MB/s | 318 kB 00:00
- (84/119): texlive-pst-3d-20240311-6.el10.noarch 2.4 MB/s | 114 kB 00:00
- (85/119): texlive-pst-arrow-20240311-6.el10.noa 2.7 MB/s | 153 kB 00:00
- (86/119): texlive-pst-eps-20240311-6.el10.noarc 1.2 MB/s | 93 kB 00:00
- (87/119): texlive-pdftex-20240311-6.el10.x86_64 6.9 MB/s | 3.2 MB 00:00
- (88/119): texlive-pst-fill-20240311-6.el10.noar 5.0 MB/s | 840 kB 00:00
- (89/119): texlive-pst-grad-20240311-6.el10.noar 1.8 MB/s | 227 kB 00:00
- (90/119): texlive-pst-coil-20240311-6.el10.noar 8.3 MB/s | 3.5 MB 00:00
- (91/119): texlive-pst-math-20240311-6.el10.noar 1.3 MB/s | 239 kB 00:00
- (92/119): texlive-pst-text-20240311-6.el10.noar 3.0 MB/s | 183 kB 00:00
- (93/119): texlive-pst-node-20240311-6.el10.noar 2.7 MB/s | 729 kB 00:00
- (94/119): texlive-pst-plot-20240311-6.el10.noar 7.9 MB/s | 1.3 MB 00:00
- (95/119): texlive-pst-tree-20240311-6.el10.noar 2.6 MB/s | 218 kB 00:00
- (96/119): texlive-pst-tools-20240311-6.el10.noa 1.0 MB/s | 123 kB 00:00
- (97/119): texlive-ragged2e-20240311-6.el10.noar 6.6 MB/s | 722 kB 00:00
- (98/119): texlive-refcount-20240311-6.el10.noar 2.2 MB/s | 329 kB 00:00
- (99/119): texlive-rerunfilecheck-20240311-6.el1 3.3 MB/s | 335 kB 00:00
- (100/119): texlive-setspace-20240311-6.el10.noa 2.8 MB/s | 210 kB 00:00
- (101/119): texlive-showexpl-20240311-6.el10.noa 7.1 MB/s | 602 kB 00:00
- (102/119): texlive-stringenc-20240311-6.el10.no 9.0 MB/s | 695 kB 00:00
- (103/119): texlive-pstricks-20240311-6.el10.noa 11 MB/s | 7.3 MB 00:00
- (104/119): texlive-symbol-20240311-6.el10.noarc 2.9 MB/s | 51 kB 00:00
- (105/119): texlive-tex-ini-files-20240311-6.el1 897 kB/s | 20 kB 00:00
- (106/119): texlive-subfig-20240311-6.el10.noarc 2.2 MB/s | 465 kB 00:00
- (107/119): texlive-pstricks-add-20240311-6.el10 12 MB/s | 11 MB 00:00
- (108/119): texlive-texlive-scripts-20240311-6.e 497 kB/s | 122 kB 00:00
- (109/119): texlive-texlive.infra-20240311-6.el1 2.0 MB/s | 297 kB 00:00
- (110/119): texlive-underscore-20240311-6.el10.n 2.4 MB/s | 254 kB 00:00
- (111/119): texlive-unicode-data-20240311-6.el10 2.7 MB/s | 360 kB 00:00
- (112/119): texlive-uniquecounter-20240311-6.el1 3.4 MB/s | 295 kB 00:00
- (113/119): texlive-url-20240311-6.el10.noarch.r 3.3 MB/s | 275 kB 00:00
- (114/119): texlive-varwidth-20240311-6.el10.noa 399 kB/s | 41 kB 00:00
- (115/119): texlive-xkeyval-20240311-6.el10.noar 3.8 MB/s | 443 kB 00:00
- (116/119): texlive-zapfding-20240311-6.el10.noa 616 kB/s | 60 kB 00:00
- (117/119): texlive-xcolor-20240311-6.el10.noarc 3.2 MB/s | 934 kB 00:00
- (118/119): texlive-tools-20240311-6.el10.noarch 10 MB/s | 6.1 MB 00:00
- (119/119): zziplib-0.13.78-2.el10.x86_64.rpm 1.3 MB/s | 91 kB 00:00
- --------------------------------------------------------------------------------
- Total 20 MB/s | 219 MB 00:10
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Running scriptlet: texlive-base-13:20240311-6.el10.noarch 1/1
- Preparing : 1/1
- Running scriptlet: texlive-base-13:20240311-6.el10.noarch 1/119
- Installing : texlive-base-13:20240311-6.el10.noarch 1/119
- Installing : texlive-lib-13:20240311-6.el10.x86_64 2/119
- Installing : zziplib-0.13.78-2.el10.x86_64 3/119
- Installing : perl-Text-Unidecode-1.30-27.el10.noarch 4/119
- Installing : perl-Filter-2:1.64-512.el10.x86_64 5/119
- Installing : perl-encoding-4:3.00-511.el10.x86_64 6/119
- Installing : perl-open-1.13-514.el10.noarch 7/119
- Installing : perl-XML-XPath-1.48-8.el10.noarch 8/119
- Installing : texlive-texlive.infra-13:20240311-6.el10.noarch 9/119
- Installing : texlive-texlive-scripts-13:20240311-6.el10.noarc 10/119
- Installing : texlive-kpathsea-13:20240311-6.el10.x86_64 11/119
- Installing : texlive-iftex-13:20240311-6.el10.noarch 12/119
- Installing : texlive-amsmath-13:20240311-6.el10.noarch 13/119
- Installing : texlive-atbegshi-13:20240311-6.el10.noarch 14/119
- Installing : texlive-booktabs-13:20240311-6.el10.noarch 15/119
- Installing : texlive-multido-13:20240311-6.el10.noarch 16/119
- Installing : texlive-url-13:20240311-6.el10.noarch 17/119
- Installing : texlive-amsfonts-13:20240311-6.el10.noarch 18/119
-
- Installing : texlive-babel-13:20240311-6.el10.noarch 19/119
- Installing : texlive-cm-13:20240311-6.el10.noarch 20/119
- Installing : texlive-etex-13:20240311-6.el10.noarch 21/119
- Installing : texlive-etex-pkg-13:20240311-6.el10.noarch 22/119
- Installing : texlive-etoolbox-13:20240311-6.el10.noarch 23/119
- Installing : texlive-hypdoc-13:20240311-6.el10.noarch 24/119
- Installing : texlive-hyphen-base-13:20240311-6.el10.noarch 25/119
- Installing : texlive-knuth-lib-13:20240311-6.el10.noarch 26/119
- Installing : texlive-plain-13:20240311-6.el10.noarch 27/119
- Installing : texlive-tex-ini-files-13:20240311-6.el10.noarch 28/119
- Installing : texlive-zapfding-13:20240311-6.el10.noarch 29/119
- Installing : texlive-memoir-13:20240311-6.el10.noarch 30/119
- Installing : texlive-babelbib-13:20240311-6.el10.noarch 31/119
- Installing : texlive-alphalph-13:20240311-6.el10.noarch 32/119
- Installing : texlive-atveryend-13:20240311-6.el10.noarch 33/119
- Installing : texlive-auxhook-13:20240311-6.el10.noarch 34/119
- Installing : texlive-bigintcalc-13:20240311-6.el10.noarch 35/119
- Installing : texlive-bitset-13:20240311-6.el10.noarch 36/119
- Installing : texlive-bookmark-13:20240311-6.el10.noarch 37/119
- Installing : texlive-chngcntr-13:20240311-6.el10.noarch 38/119
- Installing : texlive-enumitem-13:20240311-6.el10.noarch 39/119
- Installing : texlive-epstopdf-pkg-13:20240311-6.el10.noarch 40/119
- Installing : texlive-graphics-def-13:20240311-6.el10.noarch 41/119
- Installing : texlive-pdftex-13:20240311-6.el10.x86_64 42/119
- Installing : texlive-etexcmds-13:20240311-6.el10.noarch 43/119
- Installing : texlive-filecontents-13:20240311-6.el10.noarch 44/119
- Installing : texlive-float-13:20240311-6.el10.noarch 45/119
- Installing : texlive-footmisc-13:20240311-6.el10.noarch 46/119
- Installing : texlive-gettitlestring-13:20240311-6.el10.noarch 47/119
- Installing : texlive-graphics-cfg-13:20240311-6.el10.noarch 48/119
- Installing : texlive-graphics-13:20240311-6.el10.noarch 49/119
- Installing : texlive-tools-13:20240311-6.el10.noarch 50/119
- Installing : texlive-xkeyval-13:20240311-6.el10.noarch 51/119
- Installing : texlive-colortbl-13:20240311-6.el10.noarch 52/119
- Installing : texlive-caption-13:20240311-6.el10.noarch 53/119
- Installing : texlive-subfig-13:20240311-6.el10.noarch 54/119
- Installing : texlive-breakurl-13:20240311-6.el10.noarch 55/119
- Installing : texlive-csquotes-13:20240311-6.el10.noarch 56/119
- Installing : texlive-geometry-13:20240311-6.el10.noarch 57/119
- Installing : texlive-hobsub-13:20240311-6.el10.noarch 58/119
- Installing : texlive-hologo-13:20240311-6.el10.noarch 59/119
- Installing : texlive-hycolor-13:20240311-6.el10.noarch 60/119
- Installing : texlive-hyph-utf8-13:20240311-6.el10.noarch 61/119
- Installing : texlive-infwarerr-13:20240311-6.el10.noarch 62/119
- Installing : texlive-intcalc-13:20240311-6.el10.noarch 63/119
- Installing : texlive-kvdefinekeys-13:20240311-6.el10.noarch 64/119
- Installing : texlive-kvoptions-13:20240311-6.el10.noarch 65/119
- Installing : texlive-kvsetkeys-13:20240311-6.el10.noarch 66/119
- Installing : texlive-l3backend-13:20240311-6.el10.noarch 67/119
- Installing : texlive-latex-fonts-13:20240311-6.el10.noarch 68/119
- Installing : texlive-latexconfig-13:20240311-6.el10.noarch 69/119
- Installing : texlive-letltxmacro-13:20240311-6.el10.noarch 70/119
- Installing : texlive-lm-13:20240311-6.el10.noarch 71/119
- Installing : texlive-ltxcmds-13:20240311-6.el10.noarch 72/119
- Installing : texlive-marginnote-13:20240311-6.el10.noarch 73/119
- Installing : texlive-mparhack-13:20240311-6.el10.noarch 74/119
- Installing : texlive-paralist-13:20240311-6.el10.noarch 75/119
- Installing : texlive-pdfcolmk-13:20240311-6.el10.noarch 76/119
- Installing : texlive-xcolor-13:20240311-6.el10.noarch 77/119
- Installing : texlive-eso-pic-13:20240311-6.el10.noarch 78/119
- Installing : texlive-pdfescape-13:20240311-6.el10.noarch 79/119
- Installing : texlive-pdftexcmds-13:20240311-6.el10.noarch 80/119
- Installing : texlive-pst-arrow-13:20240311-6.el10.noarch 81/119
- Installing : texlive-pst-math-13:20240311-6.el10.noarch 82/119
- Installing : texlive-ragged2e-13:20240311-6.el10.noarch 83/119
- Installing : texlive-refcount-13:20240311-6.el10.noarch 84/119
- Installing : texlive-setspace-13:20240311-6.el10.noarch 85/119
- Installing : texlive-stringenc-13:20240311-6.el10.noarch 86/119
- Installing : texlive-symbol-13:20240311-6.el10.noarch 87/119
- Installing : texlive-psnfss-13:20240311-6.el10.noarch 88/119
- Installing : texlive-underscore-13:20240311-6.el10.noarch 89/119
- Installing : texlive-unicode-data-13:20240311-6.el10.noarch 90/119
- Installing : texlive-luatex-13:20240311-6.el10.x86_64 91/119
- Installing : texlive-uniquecounter-13:20240311-6.el10.noarch 92/119
- Installing : texlive-rerunfilecheck-13:20240311-6.el10.noarch 93/119
- Installing : texlive-hyperref-13:20240311-6.el10.noarch 94/119
- Installing : texlive-attachfile-13:20240311-6.el10.noarch 95/119
- Installing : texlive-varwidth-13:20240311-6.el10.noarch 96/119
- Installing : texlive-algorithms-13:20240311-6.el10.noarch 97/119
- Installing : texlive-bera-13:20240311-6.el10.noarch 98/119
- Installing : texlive-cm-super-13:20240311-6.el10.noarch 99/119
- Installing : texlive-l3kernel-13:20240311-6.el10.noarch 100/119
- Installing : texlive-latex-13:20240311-6.el10.noarch 101/119
- Installing : texlive-koma-script-13:20240311-6.el10.noarch 102/119
- Installing : texlive-listings-13:20240311-6.el10.noarch 103/119
- Installing : texlive-showexpl-13:20240311-6.el10.noarch 104/119
- Installing : texlive-fancyvrb-13:20240311-6.el10.noarch 105/119
-
- Installing : texlive-pst-3d-13:20240311-6.el10.noarch 106/119
- Installing : texlive-pst-coil-13:20240311-6.el10.noarch 107/119
- Installing : texlive-pst-eps-13:20240311-6.el10.noarch 108/119
- Installing : texlive-pst-fill-13:20240311-6.el10.noarch 109/119
- Installing : texlive-pst-grad-13:20240311-6.el10.noarch 110/119
- Installing : texlive-pst-node-13:20240311-6.el10.noarch 111/119
- Installing : texlive-pst-plot-13:20240311-6.el10.noarch 112/119
- Installing : texlive-pst-text-13:20240311-6.el10.noarch 113/119
- Installing : texlive-pst-tools-13:20240311-6.el10.noarch 114/119
- Installing : texlive-pst-tree-13:20240311-6.el10.noarch 115/119
- Installing : texlive-pstricks-add-13:20240311-6.el10.noarch 116/119
- Installing : texlive-pstricks-13:20240311-6.el10.noarch 117/119
- Installing : oniguruma-6.9.9-7.el10.x86_64 118/119
- Installing : jq-1.7.1-11.el10.x86_64 119/119
- Running scriptlet: texlive-base-13:20240311-6.el10.noarch 119/119
- Running scriptlet: jq-1.7.1-11.el10.x86_64 119/119
-
-
- Installed:
- jq-1.7.1-11.el10.x86_64
- oniguruma-6.9.9-7.el10.x86_64
- perl-Filter-2:1.64-512.el10.x86_64
- perl-Text-Unidecode-1.30-27.el10.noarch
- perl-XML-XPath-1.48-8.el10.noarch
- perl-encoding-4:3.00-511.el10.x86_64
- perl-open-1.13-514.el10.noarch
- texlive-algorithms-13:20240311-6.el10.noarch
- texlive-alphalph-13:20240311-6.el10.noarch
- texlive-amsfonts-13:20240311-6.el10.noarch
- texlive-amsmath-13:20240311-6.el10.noarch
- texlive-atbegshi-13:20240311-6.el10.noarch
- texlive-attachfile-13:20240311-6.el10.noarch
- texlive-atveryend-13:20240311-6.el10.noarch
- texlive-auxhook-13:20240311-6.el10.noarch
- texlive-babel-13:20240311-6.el10.noarch
- texlive-babelbib-13:20240311-6.el10.noarch
- texlive-base-13:20240311-6.el10.noarch
- texlive-bera-13:20240311-6.el10.noarch
- texlive-bigintcalc-13:20240311-6.el10.noarch
- texlive-bitset-13:20240311-6.el10.noarch
- texlive-bookmark-13:20240311-6.el10.noarch
- texlive-booktabs-13:20240311-6.el10.noarch
- texlive-breakurl-13:20240311-6.el10.noarch
- texlive-caption-13:20240311-6.el10.noarch
- texlive-chngcntr-13:20240311-6.el10.noarch
- texlive-cm-13:20240311-6.el10.noarch
- texlive-cm-super-13:20240311-6.el10.noarch
- texlive-colortbl-13:20240311-6.el10.noarch
- texlive-csquotes-13:20240311-6.el10.noarch
- texlive-enumitem-13:20240311-6.el10.noarch
- texlive-epstopdf-pkg-13:20240311-6.el10.noarch
- texlive-eso-pic-13:20240311-6.el10.noarch
- texlive-etex-13:20240311-6.el10.noarch
- texlive-etex-pkg-13:20240311-6.el10.noarch
- texlive-etexcmds-13:20240311-6.el10.noarch
- texlive-etoolbox-13:20240311-6.el10.noarch
- texlive-fancyvrb-13:20240311-6.el10.noarch
- texlive-filecontents-13:20240311-6.el10.noarch
- texlive-float-13:20240311-6.el10.noarch
- texlive-footmisc-13:20240311-6.el10.noarch
- texlive-geometry-13:20240311-6.el10.noarch
- texlive-gettitlestring-13:20240311-6.el10.noarch
- texlive-graphics-13:20240311-6.el10.noarch
- texlive-graphics-cfg-13:20240311-6.el10.noarch
- texlive-graphics-def-13:20240311-6.el10.noarch
- texlive-hobsub-13:20240311-6.el10.noarch
- texlive-hologo-13:20240311-6.el10.noarch
- texlive-hycolor-13:20240311-6.el10.noarch
- texlive-hypdoc-13:20240311-6.el10.noarch
- texlive-hyperref-13:20240311-6.el10.noarch
- texlive-hyph-utf8-13:20240311-6.el10.noarch
- texlive-hyphen-base-13:20240311-6.el10.noarch
- texlive-iftex-13:20240311-6.el10.noarch
- texlive-infwarerr-13:20240311-6.el10.noarch
- texlive-intcalc-13:20240311-6.el10.noarch
- texlive-knuth-lib-13:20240311-6.el10.noarch
- texlive-koma-script-13:20240311-6.el10.noarch
- texlive-kpathsea-13:20240311-6.el10.x86_64
- texlive-kvdefinekeys-13:20240311-6.el10.noarch
- texlive-kvoptions-13:20240311-6.el10.noarch
- texlive-kvsetkeys-13:20240311-6.el10.noarch
- texlive-l3backend-13:20240311-6.el10.noarch
- texlive-l3kernel-13:20240311-6.el10.noarch
- texlive-latex-13:20240311-6.el10.noarch
- texlive-latex-fonts-13:20240311-6.el10.noarch
- texlive-latexconfig-13:20240311-6.el10.noarch
- texlive-letltxmacro-13:20240311-6.el10.noarch
- texlive-lib-13:20240311-6.el10.x86_64
- texlive-listings-13:20240311-6.el10.noarch
- texlive-lm-13:20240311-6.el10.noarch
- texlive-ltxcmds-13:20240311-6.el10.noarch
- texlive-luatex-13:20240311-6.el10.x86_64
- texlive-marginnote-13:20240311-6.el10.noarch
- texlive-memoir-13:20240311-6.el10.noarch
- texlive-mparhack-13:20240311-6.el10.noarch
- texlive-multido-13:20240311-6.el10.noarch
- texlive-paralist-13:20240311-6.el10.noarch
- texlive-pdfcolmk-13:20240311-6.el10.noarch
- texlive-pdfescape-13:20240311-6.el10.noarch
- texlive-pdftex-13:20240311-6.el10.x86_64
- texlive-pdftexcmds-13:20240311-6.el10.noarch
- texlive-plain-13:20240311-6.el10.noarch
- texlive-psnfss-13:20240311-6.el10.noarch
- texlive-pst-3d-13:20240311-6.el10.noarch
- texlive-pst-arrow-13:20240311-6.el10.noarch
- texlive-pst-coil-13:20240311-6.el10.noarch
- texlive-pst-eps-13:20240311-6.el10.noarch
- texlive-pst-fill-13:20240311-6.el10.noarch
- texlive-pst-grad-13:20240311-6.el10.noarch
- texlive-pst-math-13:20240311-6.el10.noarch
- texlive-pst-node-13:20240311-6.el10.noarch
- texlive-pst-plot-13:20240311-6.el10.noarch
- texlive-pst-text-13:20240311-6.el10.noarch
- texlive-pst-tools-13:20240311-6.el10.noarch
- texlive-pst-tree-13:20240311-6.el10.noarch
- texlive-pstricks-13:20240311-6.el10.noarch
- texlive-pstricks-add-13:20240311-6.el10.noarch
- texlive-ragged2e-13:20240311-6.el10.noarch
- texlive-refcount-13:20240311-6.el10.noarch
- texlive-rerunfilecheck-13:20240311-6.el10.noarch
- texlive-setspace-13:20240311-6.el10.noarch
- texlive-showexpl-13:20240311-6.el10.noarch
- texlive-stringenc-13:20240311-6.el10.noarch
- texlive-subfig-13:20240311-6.el10.noarch
- texlive-symbol-13:20240311-6.el10.noarch
- texlive-tex-ini-files-13:20240311-6.el10.noarch
- texlive-texlive-scripts-13:20240311-6.el10.noarch
- texlive-texlive.infra-13:20240311-6.el10.noarch
- texlive-tools-13:20240311-6.el10.noarch
- texlive-underscore-13:20240311-6.el10.noarch
- texlive-unicode-data-13:20240311-6.el10.noarch
- texlive-uniquecounter-13:20240311-6.el10.noarch
- texlive-url-13:20240311-6.el10.noarch
- texlive-varwidth-13:20240311-6.el10.noarch
- texlive-xcolor-13:20240311-6.el10.noarch
- texlive-xkeyval-13:20240311-6.el10.noarch
- texlive-zapfding-13:20240311-6.el10.noarch
- zziplib-0.13.78-2.el10.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "epel-release" "jq" "texlive-latex"
- epel-release-10-5.el10s.noarch
- jq-1.7.1-11.el10.x86_64
- texlive-latex-20240311-6.el10.noarch
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-python-3.9.0.0 (https://opam.ocaml.org/cache)
-> installed conf-jq.1
-> installed conf-texlive.2
-> removed caisar.5.0
-> installed conf-python-3.9.0.0
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:24.37 ---> saved as "a556b8a3a98ae707f93fef217ef0f0b509b9e0f2592d4996ccab42f3658e0fff"
/home/opam: (run (shell "opam reinstall --with-test --verbose caisar.5.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"centos-10\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'caisar.5.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile caisar 5.0 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [caisar: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "caisar" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caisar.5.0)
Processing 2/4: [caisar: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "caisar" "--create-install-files" "caisar" (CWD=/home/opam/.opam/5.4/.opam-switch/build/caisar.5.0)
-> compiled caisar.5.0
-> removed caisar.5.0
-> installed caisar.5.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-23 15:24.48 ---> saved as "6c3567176d58d5bdc415c208ed95c7b1763cddc5be717ee3d966c40ec0273317"
Job succeeded
2026-01-23 15:24.54: Job succeeded