Build:
- 0
2026-03-26 15:23.47: New job: test current_web.0.7.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
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/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-10-ocaml-5.4@sha256:fda438bfbf8b22a16c63b29ffdd3daaa0bcd8cc3aa6b0af4da13e64c983143a5
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 current_web.0.7.4 0.7.4
RUN opam reinstall current_web.0.7.4; \
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" != 'current_web.0.7.4' && 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 current_web.0.7.4) || true
RUN opam reinstall --with-test --verbose current_web.0.7.4; \
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" != 'current_web.0.7.4' && 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-03-26 15:23.47: Using cache hint "ocaml/opam:centos-10-ocaml-5.4@sha256:fda438bfbf8b22a16c63b29ffdd3daaa0bcd8cc3aa6b0af4da13e64c983143a5-current_web.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.47: Using OBuilder spec:
((from ocaml/opam:centos-10-ocaml-5.4@sha256:fda438bfbf8b22a16c63b29ffdd3daaa0bcd8cc3aa6b0af4da13e64c983143a5)
(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 current_web.0.7.4 0.7.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall current_web.0.7.4;\
\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\" != 'current_web.0.7.4' && 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 current_web.0.7.4) || true"))
(run (shell "opam reinstall --with-test --verbose current_web.0.7.4;\
\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\" != 'current_web.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-03-26 15:23.47: Waiting for resource in pool OCluster
2026-03-26 15:29.58: Waiting for worker…
2026-03-26 15:32.38: Got resource from pool OCluster
Building on laodoke.caelum.ci.dev
All commits already cached
Updating files: 88% (16500/18552)
Updating files: 89% (16512/18552)
Updating files: 90% (16697/18552)
Updating files: 91% (16883/18552)
Updating files: 92% (17068/18552)
Updating files: 93% (17254/18552)
Updating files: 94% (17439/18552)
Updating files: 95% (17625/18552)
Updating files: 96% (17810/18552)
Updating files: 97% (17996/18552)
Updating files: 98% (18181/18552)
Updating files: 99% (18367/18552)
Updating files: 100% (18552/18552)
Updating files: 100% (18552/18552), done.
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
packages/current/current.0.7.4/opam | 94 ++++++++++++++++++
packages/current_docker/current_docker.0.7.4/opam | 83 ++++++++++++++++
.../current_examples/current_examples.0.7.4/opam | 98 +++++++++++++++++++
packages/current_git/current_git.0.7.4/opam | 88 +++++++++++++++++
packages/current_github/current_github.0.7.4/opam | 97 +++++++++++++++++++
packages/current_gitlab/current_gitlab.0.7.4/opam | 59 ++++++++++++
packages/current_rpc/current_rpc.0.7.4/opam | 84 +++++++++++++++++
packages/current_slack/current_slack.0.7.4/opam | 77 +++++++++++++++
packages/current_ssh/current_ssh.0.7.4/opam | 43 +++++++++
packages/current_web/current_web.0.7.4/opam | 105 +++++++++++++++++++++
10 files changed, 828 insertions(+)
create mode 100644 packages/current/current.0.7.4/opam
create mode 100644 packages/current_docker/current_docker.0.7.4/opam
create mode 100644 packages/current_examples/current_examples.0.7.4/opam
create mode 100644 packages/current_git/current_git.0.7.4/opam
create mode 100644 packages/current_github/current_github.0.7.4/opam
create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
create mode 100644 packages/current_slack/current_slack.0.7.4/opam
create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
create mode 100644 packages/current_web/current_web.0.7.4/opam
(from ocaml/opam:centos-10-ocaml-5.4@sha256:fda438bfbf8b22a16c63b29ffdd3daaa0bcd8cc3aa6b0af4da13e64c983143a5)
2026-03-26 15:33.35 ---> saved as "24114bdc32b4bdd62051deac06927dbabb85c2ee2af327b519fe153186cd9733"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-26 15:33.36 ---> saved as "ee774ed6c16a89323606e3bf6d0520c89ad09f148b014c7e07eb55ba9c7c3cb1"
/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
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:34.05 ---> saved as "dbf593e0b8dc7ae69e8a87aed6cb3c7d345374eed11031940557caa0375c4e07"
/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 71
# 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-03-26 15:34.06 ---> saved as "99eddda368520b088397303a2770f8b119d2545b37bb8e247daf059732c51ce3"
/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-03-26 15:34.15 ---> saved as "fb6c820425cb9a7a445cbd3ddd75a0700abc3a34d0d64d0473887b7064d1a130"
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:34.30 ---> saved as "fe9d05726a173b3940b63601c6ed3c4b66022f53c169841b8e932cf1f3c86e4f"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:34.59 ---> saved as "b610c95c9c4430c83434c1d886a7f0eb033f4169a23189dd051d637c77b67ccb"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 10 - BaseOS 117 kB/s | 15 kB 00:00
- CentOS Stream 10 - BaseOS 5.1 MB/s | 6.9 MB 00:01
- CentOS Stream 10 - AppStream 120 kB/s | 16 kB 00:00
- CentOS Stream 10 - AppStream 3.6 MB/s | 3.6 MB 00:00
- CentOS Stream 10 - CRB 109 kB/s | 15 kB 00:00
- CentOS Stream 10 - CRB 783 kB/s | 831 kB 00:01
- CentOS Stream 10 - Extras packages 122 kB/s | 16 kB 00:00
- CentOS Stream 10 - Extras packages 56 kB/s | 10 kB 00:00
- Metadata cache created.
2026-03-26 15:35.09 ---> saved as "06c2a3261154137e63c749ce1171e431c12890605064c5bdfc926643b85d6fd9"
/home/opam: (run (shell "opam pin add -k version -yn current_web.0.7.4 0.7.4"))
current_web is now pinned to version 0.7.4
2026-03-26 15:35.10 ---> saved as "a0c262f670d9488c9f72facaedea10454e2dd0ddf474195da3fd30bdbdf3829b"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall current_web.0.7.4;\
\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\" != 'current_web.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
current_web.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 104 packages
- install angstrom 0.16.1 [required by multipart_form-lwt]
- install ansi 0.7.0 [required by current_web]
- install asetmap 0.8.1 [required by prometheus-app]
- install asn1-combinators 0.2.6 [required by x509]
- install astring 0.8.5 [required by current_web]
- install base v0.17.3 [required by ppx_sexp_conv]
- install base-bytes base [required by csv]
- install base64 3.5.2 [required by current_web]
- install bigstringaf 0.10.0 [required by multipart_form-lwt]
- install bos 0.2.1 [required by current_web]
- install bstr 0.0.4 [required by prettym]
- install ca-certs 0.2.3 [required by conduit-lwt-unix]
- install cmdliner 2.1.0 [required by current_web]
- install cohttp 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt 6.2.1 [required by prometheus-app, cohttp-lwt-unix, session-cohttp-lwt]
- install cohttp-lwt-unix 6.2.1 [required by current_web]
- install conduit 8.0.0 [required by conduit-lwt]
- install conduit-lwt 8.0.0 [required by cohttp-lwt-unix]
- install conduit-lwt-unix 8.0.0 [required by current_web]
- install conf-gmp 5 [required by zarith, conf-gmp-powm-sec]
- install conf-gmp-powm-sec 4 [required by mirage-crypto-pk]
- install conf-graphviz 0.1 [required by current_web]
- install conf-libev 4-13 [required by current]
- install conf-pkg-config 4 [required by conf-sqlite3]
- install conf-sqlite3 1 [required by sqlite3]
- install cppo 1.8.0 [required by ppx_deriving]
- install crunch 4.0.0 [required by current_web]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by current_web]
- install csv 2.4 [required by current_web]
- install current 0.7.4 [required by current_web]
- install current_incr 0.6.1 [required by current]
- install current_web 0.7.4 (pinned)
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.22.0 [required by current_web]
- install dune-compiledb 0.6.0 [required by sqlite3]
- install dune-configurator 3.22.0 [required by sqlite3]
- install duration 0.2.1 [required by current, mirage-crypto-rng-lwt]
- install eqaf 0.9 [required by mirage-crypto]
- install ezjsonm 1.3.0 [required by dune-compiledb]
- install fmt 0.11.0 [required by current_web]
- install fpath 0.7.3 [required by current_web]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by ezjsonm]
- install http 6.2.1 [required by cohttp-lwt-unix]
- install ipaddr 5.6.2 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install jsonm 1.0.2 [required by ezjsonm]
- install ke 0.6 [required by multipart_form-lwt]
- install logs 0.10.0 [required by current_web]
- install lwt 6.1.1 [required by current_web]
- install lwt-dllist 1.1.0 [required by current]
- install macaddr 5.6.2 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install mirage-crypto 0.11.3 [required by current_web]
- install mirage-crypto-ec 0.11.3 [required by x509]
- install mirage-crypto-pk 0.11.3 [required by x509]
- install mirage-crypto-rng 0.11.3 [required by current_web]
- install mirage-crypto-rng-lwt 0.11.3 [required by current_web]
- install mtime 2.1.0 [required by mirage-crypto-rng-lwt]
- install multipart_form 0.8.0 [required by multipart_form-lwt]
- install multipart_form-lwt 0.8.0 [required by current_web]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by ppxlib]
- install ocaml-syntax-shims 1.0.0 [required by angstrom]
- install ocaml_intrinsics_kernel v0.17.1 [required by base]
- install ocamlbuild 0.16.1 [required by bos]
- install ocamlfind 1.9.8 [required by bos]
- install ocplib-endian 1.2 [required by lwt]
- install parsexp v0.17.0 [required by sexplib]
- install pbkdf 1.2.0 [required by x509]
- install pecu 0.7 [required by multipart_form]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by current_web]
- install ppx_deriving_yojson 3.10.0 [required by current_web]
- install ppx_sexp_conv v0.17.1 [required by current_web]
- install ppxlib 0.38.0 [required by ppx_deriving_yojson]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install prettym 0.0.4 [required by multipart_form]
- install prometheus 1.3 [required by current_web]
- install prometheus-app 1.3 [required by current_web]
- install ptime 1.2.0 [required by crunch]
- install re 1.14.0 [required by current_web]
- install result 1.5 [required by current_web]
- install routes 2.0.0 [required by current_web]
- install rresult 0.7.0 [required by bos]
- install seq base [required by tyxml]
- install session 0.5.0 [required by current_web]
- install session-cohttp 0.5.0 [required by session-cohttp-lwt]
- install session-cohttp-lwt 0.5.0 [required by current_web]
- install sexplib v0.17.0 [required by current_web]
- install sexplib0 v0.17.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install sqlite3 5.4.0 [required by current_web]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install topkg 1.1.1 [required by bos]
- install tyxml 4.6.0 [required by current_web]
- install unstrctrd 0.4 [required by multipart_form]
- install uri 4.4.0 [required by current_web]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by tyxml, multipart_form]
- install x509 0.16.5 [required by ca-certs]
- install yojson 3.0.0 [required by current_web]
- install zarith 1.14 [required by asn1-combinators, mirage-crypto-pk]
The following system packages will first need to be installed:
gmp-devel libev-devel sqlite-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" "libev-devel" "sqlite-devel"
- Last metadata expiration check: 0:00:10 ago on Thu Mar 26 15:35:08 2026.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.1-12.el10 appstream 174 k
- libev-devel x86_64 4.33-15.el10 crb 100 k
- sqlite-devel x86_64 3.46.1-5.el10 appstream 147 k
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.1-12.el10 appstream 20 k
- libev x86_64 4.33-15.el10 baseos 52 k
- sqlite x86_64 3.46.1-5.el10 appstream 891 k
-
- Transaction Summary
- ================================================================================
- Install 6 Packages
-
- Total download size: 1.4 M
- Installed size: 3.0 M
- Downloading Packages:
- (1/6): gmp-c++-6.2.1-12.el10.x86_64.rpm 493 kB/s | 20 kB 00:00
- (2/6): libev-4.33-15.el10.x86_64.rpm 895 kB/s | 52 kB 00:00
- (3/6): gmp-devel-6.2.1-12.el10.x86_64.rpm 1.7 MB/s | 174 kB 00:00
- (4/6): sqlite-devel-3.46.1-5.el10.x86_64.rpm 2.5 MB/s | 147 kB 00:00
- (5/6): sqlite-3.46.1-5.el10.x86_64.rpm 5.4 MB/s | 891 kB 00:00
- (6/6): libev-devel-4.33-15.el10.x86_64.rpm 382 kB/s | 100 kB 00:00
- --------------------------------------------------------------------------------
- Total 1.7 MB/s | 1.4 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : sqlite-3.46.1-5.el10.x86_64 1/6
- Installing : gmp-c++-1:6.2.1-12.el10.x86_64 2/6
- Installing : libev-4.33-15.el10.x86_64 3/6
- Installing : libev-devel-4.33-15.el10.x86_64 4/6
- Installing : gmp-devel-1:6.2.1-12.el10.x86_64 5/6
- Installing : sqlite-devel-3.46.1-5.el10.x86_64 6/6
- Running scriptlet: sqlite-devel-3.46.1-5.el10.x86_64 6/6
-
- Installed:
- gmp-c++-1:6.2.1-12.el10.x86_64 gmp-devel-1:6.2.1-12.el10.x86_64
- libev-4.33-15.el10.x86_64 libev-devel-4.33-15.el10.x86_64
- sqlite-3.46.1-5.el10.x86_64 sqlite-devel-3.46.1-5.el10.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "libev-devel" "sqlite-devel"
- gmp-devel-6.2.1-12.el10.x86_64
- libev-devel-4.33-15.el10.x86_64
- sqlite-devel-3.46.1-5.el10.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved ansi.0.7.0 (cached)
-> retrieved asetmap.0.8.1 (cached)
-> retrieved asn1-combinators.0.2.6 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved base.v0.17.3 (cached)
-> retrieved base64.3.5.2 (cached)
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved bstr.0.0.4 (cached)
-> retrieved ca-certs.0.2.3 (cached)
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1 (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0 (cached)
-> retrieved conf-gmp.5 (cached)
-> retrieved conf-gmp-powm-sec.4 (cached)
-> retrieved conf-libev.4-13 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved crunch.4.0.0 (cached)
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2 (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0 (cached)
-> retrieved csv.2.4 (cached)
-> retrieved current.0.7.4, current_web.0.7.4 (cached)
-> retrieved current_incr.0.6.1 (cached)
-> installed conf-libev.4-13
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)
-> retrieved dune-compiledb.0.6.0 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eqaf.0.9 (cached)
-> retrieved ezjsonm.1.3.0 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gmap.0.3.0 (cached)
-> retrieved hex.1.5.0 (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2 (cached)
-> retrieved jsonm.1.0.2 (cached)
-> retrieved ke.0.6 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved lwt.6.1.1 (cached)
-> installed cmdliner.2.1.0
-> retrieved lwt-dllist.1.1.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3 (cached)
-> retrieved mtime.2.1.0 (cached)
-> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0 (cached)
-> retrieved num.1.6 (cached)
-> retrieved ocaml-compiler-libs.v0.17.0 (cached)
-> retrieved ocaml-syntax-shims.1.0.0 (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pbkdf.1.2.0 (cached)
-> retrieved pecu.0.7 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.1 (cached)
-> retrieved ppx_deriving_yojson.3.10.0 (cached)
-> retrieved ppx_sexp_conv.v0.17.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved ppxlib_jane.v0.17.4 (cached)
-> retrieved prettym.0.0.4 (cached)
-> retrieved prometheus.1.3, prometheus-app.1.3 (cached)
-> retrieved ptime.1.2.0 (cached)
-> retrieved re.1.14.0 (cached)
-> retrieved result.1.5 (cached)
-> retrieved routes.2.0.0 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0 (cached)
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved sqlite3.5.4.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved unstrctrd.0.4 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.0.16.5 (cached)
-> retrieved yojson.3.0.0 (cached)
-> retrieved zarith.1.14 (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed uutf.1.0.4
-> installed mtime.2.1.0
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed bstr.0.0.4
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed current_incr.0.6.1
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed pecu.0.7
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed hex.1.5.0
-> installed prettym.0.0.4
-> installed routes.2.0.0
-> installed ipaddr.5.6.2
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.22.0
-> installed parsexp.v0.17.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed sexplib.v0.17.0
-> installed unstrctrd.0.4
-> installed dune-compiledb.0.6.0
-> installed mirage-crypto.0.11.3
-> installed pbkdf.1.2.0
-> installed tyxml.4.6.0
-> installed ansi.0.7.0
-> installed uri.4.4.0
-> installed lwt.6.1.1
-> installed sqlite3.5.4.0
-> installed prometheus.1.3
-> installed logs.0.10.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed session.0.5.0
-> installed multipart_form.0.8.0
-> installed mirage-crypto-pk.0.11.3
-> installed multipart_form-lwt.0.8.0
-> installed base.v0.17.3
-> installed bos.0.2.1
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ppxlib.0.38.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_deriving.6.1.1
-> installed ppx_sexp_conv.v0.17.1
-> installed ppx_deriving_yojson.3.10.0
-> installed current.0.7.4
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed session-cohttp.0.5.0
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed session-cohttp-lwt.0.5.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed prometheus-app.1.3
-> installed current_web.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:37.01 ---> saved as "808b3d72895cfb27e38651019c674396059f821982f31de692d2afdc409bb96b"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test current_web.0.7.4) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile current_web 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved current_web.0.7.4 (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> removed current_web.0.7.4
-> installed current_web.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:37.09 ---> saved as "4263275a832bc02d6a934eea1bab1d359f287395a842df6a54cf7dd65c8c9b04"
/home/opam: (run (shell "opam reinstall --with-test --verbose current_web.0.7.4;\
\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\" != 'current_web.0.7.4' && 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 current_web 0.7.4 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [current_web.0.7.4: extract]
-> retrieved current_web.0.7.4 (cached)
Processing 2/4: [current_web: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "current_web" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/5.4/.opam-switch/build/current_web.0.7.4)
-> compiled current_web.0.7.4
-> removed current_web.0.7.4
-> installed current_web.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:37.18 ---> saved as "55950bafe752a2550220c8703c474fae46e14e0f7ccd4278ec269125de6e497c"
Job succeeded
2026-03-26 15:37.27: Job succeeded