Build:
- 1
- 0
2026-02-27 09:39.54: New job: build ocsigen-start.8.0.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29467/head (0e54e6d44d237b0586214e3c2c5a6c942055bb0c)
on centos-9-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/29467/head" && git reset --hard 0e54e6d4
git fetch origin master
git merge --no-edit 769093ffd04ce251d849c2d16d5f0c55b959aed7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:bf988e22cb03e89f6103668a85dd4ab055e17fca22fac46e4df529b6da65cbfa
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 ocsigen-start.8.0.0 8.0.0
RUN opam reinstall ocsigen-start.8.0.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-9\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ocsigen-start.8.0.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-02-27 09:39.54: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:bf988e22cb03e89f6103668a85dd4ab055e17fca22fac46e4df529b6da65cbfa-ocsigen-start.8.0.0-0e54e6d44d237b0586214e3c2c5a6c942055bb0c"
2026-02-27 09:39.54: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:bf988e22cb03e89f6103668a85dd4ab055e17fca22fac46e4df529b6da65cbfa)
(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 ocsigen-start.8.0.0 8.0.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsigen-start.8.0.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-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsigen-start.8.0.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-02-27 09:39.54: Waiting for resource in pool OCluster
2026-02-27 09:39.54: Waiting for worker…
2026-02-27 09:40.09: Got resource from pool OCluster
Building on clete
All commits already cached
Updating files: 65% (11981/18335)
Updating files: 66% (12102/18335)
Updating files: 67% (12285/18335)
Updating files: 68% (12468/18335)
Updating files: 69% (12652/18335)
Updating files: 70% (12835/18335)
Updating files: 71% (13018/18335)
Updating files: 72% (13202/18335)
Updating files: 73% (13385/18335)
Updating files: 74% (13568/18335)
Updating files: 75% (13752/18335)
Updating files: 76% (13935/18335)
Updating files: 77% (14118/18335)
Updating files: 78% (14302/18335)
Updating files: 79% (14485/18335)
Updating files: 80% (14668/18335)
Updating files: 81% (14852/18335)
Updating files: 82% (15035/18335)
Updating files: 83% (15219/18335)
Updating files: 84% (15402/18335)
Updating files: 85% (15585/18335)
Updating files: 86% (15769/18335)
Updating files: 87% (15952/18335)
Updating files: 88% (16135/18335)
Updating files: 89% (16319/18335)
Updating files: 90% (16502/18335)
Updating files: 91% (16685/18335)
Updating files: 92% (16869/18335)
Updating files: 93% (17052/18335)
Updating files: 94% (17235/18335)
Updating files: 95% (17419/18335)
Updating files: 96% (17602/18335)
Updating files: 97% (17785/18335)
Updating files: 98% (17969/18335)
Updating files: 99% (18152/18335)
Updating files: 100% (18335/18335)
Updating files: 100% (18335/18335), done.
HEAD is now at 769093ffd0 Merge pull request #29472 from Octachron/ocaml.5.5.0-alpha1-fix-ocaml-bound
Merge made by the 'ort' strategy.
packages/ocsigen-start/ocsigen-start.8.0.0/opam | 47 +++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/ocsigen-start/ocsigen-start.8.0.0/opam
(from ocaml/opam:centos-9-ocaml-5.4@sha256:bf988e22cb03e89f6103668a85dd4ab055e17fca22fac46e4df529b6da65cbfa)
2026-02-27 09:41.01 ---> saved as "982b9b449879431cfd6e21cb20da7f548adfd87363b657166c4c0e39cb975323"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-27 09:41.02 ---> saved as "2358748a918b427a433582ddd4cc6a5ac452d4b01c9d2fb5fb383c9690de40e9"
/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-02-27 09:41.54 ---> saved as "297e91fb627c5121d31d820cf45ced329ca4cb66f18b3e2c263ec7bf6d005357"
/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=9
# 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-02-27 09:41.56 ---> saved as "e6c0f1891b6e23c6922bf167151a6c605d65f7cfbc2bce2c55369893bde0a663"
/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-02-27 09:42.11 ---> saved as "557c42356b517e7156d13868ffb599cc71cfb43e2bf02e857f1a20e9ea08fc2f"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-27 09:42.31 ---> saved as "86e80511d11685d906404bc4f8e4062b526a29dfbcf552e68aa0a9019af1fa3b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-27 09:43.07 ---> saved as "fdf8157e7146107852f5889e1853f50f994c4bb8d755b8dfb00f32a84e049d45"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS 42 kB/s | 14 kB 00:00
- CentOS Stream 9 - BaseOS 11 MB/s | 8.9 MB 00:00
- CentOS Stream 9 - AppStream 100 kB/s | 15 kB 00:00
- CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02
- CentOS Stream 9 - CRB 96 kB/s | 14 kB 00:00
- CentOS Stream 9 - CRB 9.1 MB/s | 8.0 MB 00:00
- CentOS Stream 9 - Extras packages 111 kB/s | 16 kB 00:00
- Metadata cache created.
2026-02-27 09:43.36 ---> saved as "dc5d97063b77d3dc49a6475c4f42c11eddd7e89331bec44a687bcda527d2640e"
/home/opam: (run (shell "opam pin add -k version -yn ocsigen-start.8.0.0 8.0.0"))
ocsigen-start is now pinned to version 8.0.0
2026-02-27 09:43.37 ---> saved as "0f59968611de42f83e673ee5fe50e52ba0406fd5a6bbf665dcaed979f66e6e84"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ocsigen-start.8.0.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-9\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ocsigen-start.8.0.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ocsigen-start.8.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 123 packages
- install angstrom 0.16.1 [required by uri]
- install asn1-combinators 0.3.2 [required by x509]
- install astring 0.8.5 [required by conduit]
- install base v0.17.3 [required by ppx_optcomp]
- install base-bytes base [required by eliom]
- install base64 3.5.2 [required by cohttp]
- install bigstringaf 0.10.0 [required by angstrom]
- install bos 0.2.1 [required by ca-certs]
- install ca-certs 1.0.1 [required by conduit-lwt-unix]
- install calendar 3.0.0 [required by ocsigen-toolkit]
- install camlp-streams 5.0.1 [required by pgocaml]
- install camlzip 1.14 [required by ocsigenserver]
- install cmdliner 2.1.0 [required by cohttp-lwt-unix]
- install cohttp 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt 6.2.1 [required by cohttp-lwt-unix]
- install cohttp-lwt-unix 6.2.1 [required by ocsigen-start]
- 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 cohttp-lwt-unix]
- install conf-binaryen 1 [required by wasm_of_ocaml-compiler]
- install conf-gmp 5 [required by conf-gmp-powm-sec, zarith]
- install conf-gmp-powm-sec 4 [required by cryptokit]
- install conf-libssl 4 [required by ssl]
- install conf-pkg-config 4 [required by conf-zlib]
- install conf-zlib 1 [required by camlzip, cryptokit]
- install cppo 1.8.0 [required by ppx_deriving]
- install cryptokit 1.21.1 [required by ocsigenserver]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by logs-syslog]
- install csv 2.4 [required by pgocaml]
- install digestif 1.3.0 [required by ca-certs]
- install domain-name 0.5.0 [required by ipaddr]
- install dune 3.21.1 [required by resource-pooling, ocsipersist-pgsql-config, ocsigen-i18n, etc.]
- install dune-configurator 3.21.1 [required by cryptokit]
- install duration 0.2.1 [required by mirage-crypto-rng]
- install eliom 12.0.0 [required by ocsigen-start]
- install eqaf 0.10 [required by digestif, mirage-crypto]
- install fmt 0.11.0 [required by cohttp-lwt-unix]
- install fpath 0.7.3 [required by ca-certs]
- install gen 1.1 [required by sedlex]
- install gmap 0.3.0 [required by x509]
- install hex 1.5.0 [required by pgocaml]
- install http 6.2.1 [required by cohttp-lwt-unix]
- install ipaddr 5.6.2 [required by eliom]
- install ipaddr-sexp 5.6.2 [required by conduit-lwt-unix]
- install js_of_ocaml 6.3.2 [required by ocsigen-start]
- install js_of_ocaml-compiler 6.3.2 [required by eliom]
- install js_of_ocaml-lwt 6.3.2 [required by eliom]
- install js_of_ocaml-ocamlbuild 5.0 [required by eliom]
- install js_of_ocaml-ppx 6.3.2 [required by eliom]
- install js_of_ocaml-ppx_deriving_json 6.3.2 [required by eliom]
- install js_of_ocaml-tyxml 6.3.2 [required by eliom]
- install kdf 1.0.0 [required by x509]
- install logs 0.10.0 [required by cohttp-lwt-unix, eliom]
- install logs-syslog 0.5.0 [required by ocsigenserver]
- install lwt 5.9.1 [required by cohttp-lwt-unix, resource-pooling]
- install lwt_log 1.1.2 [required by resource-pooling]
- install lwt_ppx 5.9.3 [required by ocsipersist-lib]
- install lwt_react 1.2.0 [required by ocsigenserver]
- install lwt_ssl 1.2.0 [required by conduit-lwt-unix, ocsigenserver]
- install macaddr 5.6.2 [required by ipaddr]
- install magic-mime 1.3.1 [required by cohttp-lwt-unix]
- install menhir 20260209 [required by wasm_of_ocaml-compiler]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by wasm_of_ocaml-compiler]
- install menhirSdk 20260209 [required by wasm_of_ocaml-compiler]
- install mirage-crypto 2.0.3 [required by ca-certs]
- install mirage-crypto-ec 2.0.3 [required by x509]
- install mirage-crypto-pk 2.0.3 [required by x509]
- install mirage-crypto-rng 2.0.3 [required by x509]
- install num 1.6 [required by sexplib]
- install ocaml-compiler-libs v0.17.0 [required by js_of_ocaml-compiler]
- 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 js_of_ocaml-ocamlbuild]
- install ocamlfind 1.9.8 [required by eliom]
- install ocplib-endian 1.2 [required by lwt]
- install ocsigen-i18n 4.0.0 [required by ocsigen-start]
- install ocsigen-ppx-rpc 1.1 [required by ocsigen-start]
- install ocsigen-start 8.0.0 (pinned)
- install ocsigen-toolkit 4.2.0 [required by ocsigen-start]
- install ocsigenserver 7.0.0 [required by eliom, ocsipersist-pgsql-config]
- install ocsipersist 2.0.0 [required by eliom]
- install ocsipersist-lib 2.0.0 [required by ocsipersist]
- install ocsipersist-pgsql 2.0.0 [required by ocsipersist-pgsql-config]
- install ocsipersist-pgsql-config 2.0.0 [required by ocsigen-start]
- install ohex 0.2.0 [required by ca-certs]
- install parsexp v0.17.0 [required by sexplib]
- install pgocaml 4.4.0 [required by ocsigen-start]
- install pgocaml_ppx 4.4.0 [required by ocsigen-start]
- install ppx_derivers 1.2.1 [required by ppx_deriving]
- install ppx_deriving 6.1.1 [required by eliom]
- install ppx_optcomp v0.17.1 [required by eliom, pgocaml_ppx]
- install ppx_sexp_conv v0.17.1 [required by cohttp-lwt-unix]
- install ppxlib 0.37.0 [required by ocsigen-ppx-rpc, eliom, ocsigen-i18n, pgocaml_ppx]
- install ppxlib_jane v0.17.4 [required by ppx_sexp_conv]
- install ptime 1.2.0 [required by ca-certs, logs-syslog]
- install re 1.14.0 [required by ocsigen-start]
- install react 1.2.2 [required by js_of_ocaml-tyxml, ocsigenserver]
- install reactiveData 0.3.1 [required by eliom]
- install resource-pooling 1.2 [required by ocsigen-start]
- install rresult 0.7.0 [required by pgocaml]
- install safepass 3.1 [required by ocsigen-start]
- install sedlex 3.7 [required by wasm_of_ocaml-compiler]
- install seq base [required by tyxml]
- install sexplib v0.17.0 [required by pgocaml]
- install sexplib0 v0.17.0 [required by cohttp-lwt, cohttp, conduit-lwt]
- install ssl 0.7.0 [required by ocsigenserver]
- install stdio v0.17.0 [required by ppx_optcomp]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install stringext 1.6.0 [required by cohttp]
- install syslog-message 1.2.0 [required by ocsigenserver]
- install topkg 1.1.1 [required by logs, react]
- install tyxml 4.6.0 [required by eliom]
- install uri 4.4.0 [required by cohttp-lwt, cohttp, conduit-lwt-unix]
- install uri-sexp 4.4.0 [required by cohttp]
- install uutf 1.0.4 [required by tyxml]
- install wasm_of_ocaml-compiler 6.3.2 [required by eliom]
- install x509 1.0.6 [required by ca-certs, logs-syslog]
- install xml-light 2.5 [required by eliom, ocsipersist-pgsql-config]
- install yojson 3.0.0 [required by ocsigen-start]
- install zarith 1.14 [required by cryptokit]
The following system packages will first need to be installed:
gmp-devel openssl-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" "openssl-devel"
- Last metadata expiration check: 0:00:12 ago on Fri Feb 27 09:43:33 2026.
- Dependencies resolved.
- ================================================================================
- Package Architecture Version Repository Size
- ================================================================================
- Installing:
- gmp-devel x86_64 1:6.2.0-13.el9 appstream 174 k
- openssl-devel x86_64 1:3.5.5-1.el9 appstream 4.8 M
- Installing dependencies:
- gmp-c++ x86_64 1:6.2.0-13.el9 appstream 19 k
-
- Transaction Summary
- ================================================================================
- Install 3 Packages
-
- Total download size: 5.0 M
- Installed size: 5.5 M
- Downloading Packages:
- (1/3): gmp-c++-6.2.0-13.el9.x86_64.rpm 279 kB/s | 19 kB 00:00
- (2/3): gmp-devel-6.2.0-13.el9.x86_64.rpm 1.2 MB/s | 174 kB 00:00
- (3/3): openssl-devel-3.5.5-1.el9.x86_64.rpm 15 MB/s | 4.8 MB 00:00
- --------------------------------------------------------------------------------
- Total 10 MB/s | 5.0 MB 00:00
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
- Preparing : 1/1
- Installing : gmp-c++-1:6.2.0-13.el9.x86_64 1/3
- Installing : gmp-devel-1:6.2.0-13.el9.x86_64 2/3
-
- Installing : openssl-devel-1:3.5.5-1.el9.x86_64 3/3
- Running scriptlet: openssl-devel-1:3.5.5-1.el9.x86_64 3/3
- Verifying : gmp-c++-1:6.2.0-13.el9.x86_64 1/3
- Verifying : gmp-devel-1:6.2.0-13.el9.x86_64 2/3
- Verifying : openssl-devel-1:3.5.5-1.el9.x86_64 3/3
-
-
- Installed:
- gmp-c++-1:6.2.0-13.el9.x86_64 gmp-devel-1:6.2.0-13.el9.x86_64
- openssl-devel-1:3.5.5-1.el9.x86_64
-
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "gmp-devel" "openssl-devel"
- gmp-devel-6.2.0-13.el9.x86_64
- openssl-devel-3.5.5-1.el9.x86_64
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1 (cached)
-> retrieved asn1-combinators.0.3.2 (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 ca-certs.1.0.1 (cached)
-> retrieved calendar.3.0.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved camlzip.1.14 (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-libssl.4 (cached)
-> retrieved cppo.1.8.0 (cached)
[ERROR] The compilation of conf-binaryen.1 failed at "wasm-opt --version".
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved cryptokit.1.21.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-libssl.4
-> installed conf-gmp-powm-sec.4
-> installed conf-zlib.1
-> retrieved cstruct.6.2.0 (cached)
-> retrieved csv.2.4 (cached)
-> retrieved digestif.1.3.0 (cached)
-> retrieved domain-name.0.5.0 (cached)
-> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved eliom.12.0.0 (cached)
-> retrieved eqaf.0.10 (cached)
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> retrieved gen.1.1 (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)
-> installed cmdliner.2.1.0
-> retrieved js_of_ocaml.6.3.2, js_of_ocaml-compiler.6.3.2, js_of_ocaml-lwt.6.3.2, js_of_ocaml-ppx.6.3.2, js_of_ocaml-ppx_deriving_json.6.3.2, js_of_ocaml-tyxml.6.3.2, wasm_of_ocaml-compiler.6.3.2 (cached)
-> retrieved js_of_ocaml-ocamlbuild.5.0 (cached)
-> retrieved kdf.1.0.0 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved logs-syslog.0.5.0 (cached)
-> retrieved lwt.5.9.1 (cached)
-> retrieved lwt_log.1.1.2 (cached)
-> retrieved lwt_ppx.5.9.3 (cached)
-> retrieved lwt_react.1.2.0 (cached)
-> retrieved lwt_ssl.1.2.0 (cached)
-> retrieved magic-mime.1.3.1 (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (cached)
-> retrieved mirage-crypto.2.0.3, mirage-crypto-ec.2.0.3, mirage-crypto-pk.2.0.3, mirage-crypto-rng.2.0.3 (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 ocsigen-i18n.4.0.0 (cached)
-> retrieved ocsigen-ppx-rpc.1.1 (cached)
-> retrieved ocsigen-start.8.0.0 (cached)
-> retrieved ocsigen-toolkit.4.2.0 (cached)
-> retrieved ocsigenserver.7.0.0 (cached)
-> retrieved ocsipersist.2.0.0, ocsipersist-lib.2.0.0, ocsipersist-pgsql.2.0.0, ocsipersist-pgsql-config.2.0.0 (cached)
-> retrieved ohex.0.2.0 (cached)
-> retrieved parsexp.v0.17.0 (cached)
-> retrieved pgocaml.4.4.0, pgocaml_ppx.4.4.0 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_deriving.6.1.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 react.1.2.2 (cached)
-> retrieved reactiveData.0.3.1 (cached)
-> retrieved resource-pooling.1.2 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved safepass.3.1 (cached)
-> retrieved sedlex.3.7 (cached)
-> retrieved seq.base (cached)
-> installed seq.base
-> retrieved sexplib.v0.17.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved ssl.0.7.0 (cached)
-> retrieved stdio.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved stringext.1.6.0 (cached)
-> retrieved syslog-message.1.2.0 (cached)
-> retrieved topkg.1.1.1 (cached)
-> retrieved tyxml.4.6.0 (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached)
-> retrieved uutf.1.0.4 (cached)
-> retrieved x509.1.0.6 (cached)
-> retrieved xml-light.2.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 camlzip.1.14
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed rresult.0.7.0
-> installed react.1.2.2
-> installed fmt.0.11.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed dune.3.21.1
-> installed fpath.0.7.3
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed eqaf.0.10
-> installed gen.1.1
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed reactiveData.0.3.1
-> installed safepass.3.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed syslog-message.1.2.0
-> installed xml-light.2.5
-> installed ocaml-syntax-shims.1.0.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed re.1.14.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed yojson.3.0.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed calendar.3.0.0
-> installed parsexp.v0.17.0
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed sexplib.v0.17.0
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed mirage-crypto.2.0.3
-> installed cryptokit.1.21.1
-> installed kdf.1.0.0
-> installed tyxml.4.6.0
-> installed uri.4.4.0
-> installed lwt.5.9.1
-> installed lwt_ssl.1.2.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed resource-pooling.1.2
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.0
-> installed ppxlib_jane.v0.17.4
-> installed ppx_optcomp.v0.17.1
-> installed ocsigen-i18n.4.0.0
-> installed ocsigen-ppx-rpc.1.1
-> installed lwt_ppx.5.9.3
-> installed ppx_deriving.6.1.1
-> installed sedlex.3.7
-> installed ppx_sexp_conv.v0.17.1
-> installed ocsipersist-lib.2.0.0
-> installed ocsipersist.2.0.0
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed pgocaml.4.4.0
-> installed ocsipersist-pgsql.2.0.0
-> installed pgocaml_ppx.4.4.0
-> installed js_of_ocaml-compiler.6.3.2
-> installed logs.0.10.0
-> installed mirage-crypto-rng.2.0.3
-> installed mirage-crypto-pk.2.0.3
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed bos.0.2.1
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed mirage-crypto-ec.2.0.3
-> installed x509.1.0.6
-> installed ca-certs.1.0.1
-> installed logs-syslog.0.5.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed ocsigenserver.7.0.0
-> installed ocsipersist-pgsql-config.2.0.0
-> installed js_of_ocaml.6.3.2
-> installed js_of_ocaml-ppx_deriving_json.6.3.2
-> installed js_of_ocaml-ppx.6.3.2
-> installed js_of_ocaml-tyxml.6.3.2
-> installed js_of_ocaml-lwt.6.3.2
#=== ERROR while compiling conf-binaryen.1 ====================================#
# context 2.5.0 | linux/x86_64 | ocaml-base-compiler.5.4.0 | file:///home/opam/opam-repository
# path ~/.opam/5.4/.opam-switch/build/conf-binaryen.1
# command ~/.opam/opam-init/hooks/sandbox.sh build wasm-opt --version
# exit-code 10
# env-file ~/.opam/log/conf-binaryen-7-9886e4.env
# output-file ~/.opam/log/conf-binaryen-7-9886e4.out
### output ###
# [ERROR] Command not found: wasm-opt
<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build conf-binaryen 1
+-
+- The following changes have been performed (the rest was aborted)
| - install angstrom 0.16.1
| - install asn1-combinators 0.3.2
| - install astring 0.8.5
| - install base v0.17.3
| - install base-bytes base
| - install base64 3.5.2
| - install bigstringaf 0.10.0
| - install bos 0.2.1
| - install ca-certs 1.0.1
| - install calendar 3.0.0
| - install camlp-streams 5.0.1
| - install camlzip 1.14
| - install cmdliner 2.1.0
| - install cohttp 6.2.1
| - install cohttp-lwt 6.2.1
| - install cohttp-lwt-unix 6.2.1
| - install conduit 8.0.0
| - install conduit-lwt 8.0.0
| - install conduit-lwt-unix 8.0.0
| - install conf-gmp 5
| - install conf-gmp-powm-sec 4
| - install conf-libssl 4
| - install conf-pkg-config 4
| - install conf-zlib 1
| - install cppo 1.8.0
| - install cryptokit 1.21.1
| - install csexp 1.5.2
| - install cstruct 6.2.0
| - install csv 2.4
| - install digestif 1.3.0
| - install domain-name 0.5.0
| - install dune 3.21.1
| - install dune-configurator 3.21.1
| - install duration 0.2.1
| - install eqaf 0.10
| - install fmt 0.11.0
| - install fpath 0.7.3
| - install gen 1.1
| - install gmap 0.3.0
| - install hex 1.5.0
| - install http 6.2.1
| - install ipaddr 5.6.2
| - install ipaddr-sexp 5.6.2
| - install js_of_ocaml 6.3.2
| - install js_of_ocaml-compiler 6.3.2
| - install js_of_ocaml-lwt 6.3.2
| - install js_of_ocaml-ocamlbuild 5.0
| - install js_of_ocaml-ppx 6.3.2
| - install js_of_ocaml-ppx_deriving_json 6.3.2
| - install js_of_ocaml-tyxml 6.3.2
| - install kdf 1.0.0
| - install logs 0.10.0
| - install logs-syslog 0.5.0
| - install lwt 5.9.1
| - install lwt_log 1.1.2
| - install lwt_ppx 5.9.3
| - install lwt_react 1.2.0
| - install lwt_ssl 1.2.0
| - install macaddr 5.6.2
| - install magic-mime 1.3.1
| - install menhir 20260209
| - install menhirCST 20260209
| - install menhirGLR 20260209
| - install menhirLib 20260209
| - install menhirSdk 20260209
| - install mirage-crypto 2.0.3
| - install mirage-crypto-ec 2.0.3
| - install mirage-crypto-pk 2.0.3
| - install mirage-crypto-rng 2.0.3
| - install num 1.6
| - install ocaml-compiler-libs v0.17.0
| - install ocaml-syntax-shims 1.0.0
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild 0.16.1
| - install ocamlfind 1.9.8
| - install ocplib-endian 1.2
| - install ocsigen-i18n 4.0.0
| - install ocsigen-ppx-rpc 1.1
| - install ocsigenserver 7.0.0
| - install ocsipersist 2.0.0
| - install ocsipersist-lib 2.0.0
| - install ocsipersist-pgsql 2.0.0
| - install ocsipersist-pgsql-config 2.0.0
| - install ohex 0.2.0
| - install parsexp v0.17.0
| - install pgocaml 4.4.0
| - install pgocaml_ppx 4.4.0
| - install ppx_derivers 1.2.1
| - install ppx_deriving 6.1.1
| - install ppx_optcomp v0.17.1
| - install ppx_sexp_conv v0.17.1
| - install ppxlib 0.37.0
| - install ppxlib_jane v0.17.4
| - install ptime 1.2.0
| - install re 1.14.0
| - install react 1.2.2
| - install reactiveData 0.3.1
| - install resource-pooling 1.2
| - install rresult 0.7.0
| - install safepass 3.1
| - install sedlex 3.7
| - install seq base
| - install sexplib v0.17.0
| - install sexplib0 v0.17.0
| - install ssl 0.7.0
| - install stdio v0.17.0
| - install stdlib-shims 0.3.0
| - install stringext 1.6.0
| - install syslog-message 1.2.0
| - install topkg 1.1.1
| - install tyxml 4.6.0
| - install uri 4.4.0
| - install uri-sexp 4.4.0
| - install uutf 1.0.4
| - install x509 1.0.6
| - install xml-light 2.5
| - install yojson 3.0.0
| - install zarith 1.14
+-
<><> conf-binaryen.1 troubleshooting ><><><><><><><><><><><><><><><><><><><><><>
=> Please install binaryen manually, as there is no known package
for it for your distribution.
# To update the current shell environment, run: eval $(opam env)
The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260227094338.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing: conf-binaryen.1
"/usr/bin/env" "bash" "-c" "opam reinstall ocsigen-start.8.0.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-9\""; then
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
fi;
test "$pkg" != 'ocsigen-start.8.0.0' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 1
2026-02-27 09:50.00: Job failed: Failed: Build failed
2026-02-27 09:50.00: Log analysis:
2026-02-27 09:50.00: >>>
[ERROR] The compilation of conf-binaryen.1 failed at "wasm-opt --version".
(score = 20)
2026-02-27 09:50.00: >>>
opam-repo-ci detected dependencies failing: conf-binaryen.1
(score = 75)
2026-02-27 09:50.00: conf-binaryen.1 failed to build