Build:
  1. 1
  2. 0
2026-02-20 10:15.33: New job: build eliom.12.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29431/head (a29915520283aa9a9d1d372fc13d89b3eb5b7cc3)
                              on debian-13-ocaml-5.4-no-flat-float-array/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/29431/head" && git reset --hard a2991552
git fetch origin master
git merge --no-edit d18d14011e4188f5c398421e2e99b297dd8150fb
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8
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 eliom.12.0.0 12.0.0
RUN opam reinstall eliom.12.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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'eliom.12.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-20 10:15.33: Using cache hint "ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8-eliom.12.0.0-a29915520283aa9a9d1d372fc13d89b3eb5b7cc3"
2026-02-20 10:15.33: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8)
 (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 eliom.12.0.0 12.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall eliom.12.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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'eliom.12.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-20 10:15.33: Waiting for resource in pool OCluster
2026-02-20 10:20.28: Waiting for worker…
2026-02-20 10:26.22: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at d18d14011e Merge pull request #29430 from hannesm/release-ipaddr-v5.6.2
Merge made by the 'ort' strategy.
 packages/eliom/eliom.12.0.0/opam | 65 ++++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)
 create mode 100644 packages/eliom/eliom.12.0.0/opam

(from ocaml/opam:debian-13-ocaml-5.4-no-flat-float-array@sha256:96dcd6b1b951c86330ddb624c78e7de7f2e9f8eb5c0f8ddd1ae533894df87cd8)
2026-02-20 10:26.53 ---> using "eee4a4e3e3dfcaed06dc627cb6997fe795e33a4f989ebc264f8cb631b050e99d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-20 10:26.53 ---> using "c68fb787eeec020e9c3b340812d370d6be1fe98d9a1afc0a4a4aebab32720eff" from cache

/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-20 10:26.53 ---> using "7d2c219132fdcb468ebf47022dd91c6cb818a56a11ca8432a464265732f91f06" from cache

/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=debian os-version=13
# 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-variants" {= "5.4.0+options"}]
# compiler-packages    ocaml-compiler.5.4.0, ocaml-option-no-flat-float-array.1, ocaml-options-only-no-flat-float-array.1, ocaml-variants.5.4.0+options
# 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+options+no-flat-float-array
2026-02-20 10:26.53 ---> using "4b4c3452ef4e7daf43d616e25327f5ac08b15f350134f6c6632472c02ad27f63" from cache

/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-20 10:26.53 ---> using "7867ad78dc4ea035aaba2e1169e85db95fa59221c452298a821c9c97e5952981" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-20 10:27.04 ---> saved as "dc7d565318ba660ec732348a3af3d9fecdf919b2fd70e4542c8d34be58e99047"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-20 10:27.27 ---> saved as "31a8a102f4a7fdd8a62579d10f92c878abdcbfd4173d0f307bef2aea3951d7b4"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [112 kB]
- Fetched 203 kB in 0s (1303 kB/s)
- Reading package lists...
- 
2026-02-20 10:27.29 ---> saved as "4ee765b7450535cd1a44de552b4a2d3f1d78c3aad9a5f2c9a347900a4c79e1e7"

/home/opam: (run (shell "opam pin add -k version -yn eliom.12.0.0 12.0.0"))
eliom is now pinned to version 12.0.0
2026-02-20 10:27.32 ---> saved as "9d36162467fc7f80c078a2b4310e52d91d7ba2838ebf659c16eac2a05efb04fb"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall eliom.12.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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'eliom.12.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"))
eliom.12.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 104 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 camlzip                       1.14            [required by ocsigenserver]
  - install cmdliner                      2.1.0           [required by logs, wasm_of_ocaml-compiler]
  - 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 ocsigenserver]
  - 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 ocsigenserver]
  - 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 digestif                      1.3.0           [required by ca-certs]
  - install domain-name                   0.5.0           [required by ipaddr]
  - install dune                          3.21.1          [required by eliom]
  - install dune-configurator             3.21.1          [required by lwt, cryptokit]
  - install duration                      0.2.1           [required by mirage-crypto-rng]
  - install eliom                         12.0.0 (pinned)
  - install eqaf                          0.10            [required by digestif, mirage-crypto]
  - install fmt                           0.11.0          [required by logs]
  - 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 http                          6.2.1           [required by ocsigenserver]
  - 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 eliom]
  - 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 eliom]
  - install logs-syslog                   0.5.0           [required by ocsigenserver]
  - install lwt                           6.1.0           [required by ocsigenserver, js_of_ocaml-lwt, logs, ocsipersist]
  - install lwt_ppx                       6.1.0           [required by ocsipersist-lib]
  - install lwt_react                     1.2.0           [required by ocsigenserver]
  - install lwt_ssl                       1.2.0           [required by 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 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, logs]
  - install ocamlfind                     1.9.8           [required by eliom]
  - install ocplib-endian                 1.2             [required by lwt]
  - install ocsigenserver                 7.0.0           [required by eliom]
  - install ocsipersist                   2.0.0           [required by eliom]
  - install ocsipersist-lib               2.0.0           [required by ocsipersist]
  - install ohex                          0.2.0           [required by ca-certs]
  - 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]
  - install ppx_sexp_conv                 v0.17.1         [required by cohttp-lwt-unix]
  - install ppxlib                        0.37.0          [required by eliom]
  - install ppxlib_jane                   v0.17.4         [required by ppx_sexp_conv]
  - install ptime                         1.2.0           [required by logs-syslog]
  - install re                            1.14.0          [required by ocsigenserver]
  - install react                         1.2.2           [required by js_of_ocaml-tyxml, ocsigenserver]
  - install reactiveData                  0.3.1           [required by eliom]
  - install rresult                       0.7.0           [required by bos]
  - install sedlex                        3.7             [required by wasm_of_ocaml-compiler]
  - install seq                           base            [required by tyxml]
  - install sexplib0                      v0.17.0         [required by cohttp-lwt, ppxlib, 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]
  - 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 logs-syslog]
  - install xml-light                     2.5             [required by eliom]
  - install yojson                        3.0.0           [required by wasm_of_ocaml-compiler]
  - install zarith                        1.14            [required by cryptokit]

The following system packages will first need to be installed:
    binaryen libgmp-dev libssl-dev pkg-config zlib1g-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "binaryen" "libgmp-dev" "libssl-dev" "pkg-config" "zlib1g-dev"
- Selecting previously unselected package binaryen.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20654 files and directories currently installed.)
- Preparing to unpack .../0-binaryen_120-4_amd64.deb ...
- Unpacking binaryen (120-4) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../1-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../2-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../3-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../4-libssl-dev_3.5.4-1~deb13u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.4-1~deb13u2) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../5-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../6-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../7-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../8-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up binaryen (120-4) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libssl-dev:amd64 (3.5.4-1~deb13u2) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...

<><> 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 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)
-> retrieved cryptokit.1.21.1  (cached)
-> installed conf-binaryen.1
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-libssl.4
-> installed conf-zlib.1
-> 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 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.6.1.0, lwt_ppx.6.1.0  (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 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 ocsigenserver.7.0.0  (cached)
-> retrieved ocsipersist.2.0.0, ocsipersist-lib.2.0.0  (cached)
-> retrieved ohex.0.2.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 rresult.0.7.0  (cached)
-> retrieved sedlex.3.7  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> 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 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 uutf.1.0.4
-> installed react.1.2.2
-> installed ptime.1.2.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed dune.3.21.1
-> installed fpath.0.7.3
-> installed base64.3.5.2
-> installed csexp.1.5.2
-> installed asn1-combinators.0.3.2
-> installed cppo.1.8.0
-> 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-compiler-libs.v0.17.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ohex.0.2.0
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed reactiveData.0.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 yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> installed dune-configurator.3.21.1
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed tyxml.4.6.0
-> installed ssl.0.7.0
-> installed mirage-crypto.2.0.3
-> installed cryptokit.1.21.1
-> installed kdf.1.0.0
-> installed lwt.6.1.0
-> installed uri.4.4.0
-> installed lwt_ssl.1.2.0
-> installed lwt_react.1.2.0
-> installed menhir.20260209
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed ppxlib.0.37.0
-> installed ppx_optcomp.v0.17.1
-> installed ppxlib_jane.v0.17.4
-> installed lwt_ppx.6.1.0
-> 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 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 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 wasm_of_ocaml-compiler.6.3.2
-> installed js_of_ocaml-tyxml.6.3.2
-> installed js_of_ocaml-lwt.6.3.2
[ERROR] The compilation of eliom.12.0.0 failed at "dune build -p eliom -j 71 @install".

#=== ERROR while compiling eliom.12.0.0 =======================================#
# context              2.5.0 | linux/x86_64 | ocaml-variants.5.4.0+options | pinned(https://github.com/ocsigen/eliom/archive/refs/tags/11.1.1.tar.gz)
# path                 ~/.opam/5.4/.opam-switch/build/eliom.12.0.0
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p eliom -j 71 @install
# exit-code            1
# env-file             ~/.opam/log/eliom-7-e077b7.env
# output-file          ~/.opam/log/eliom-7-e077b7.out
### output ###
# File "src/lib/client/dune", line 25, characters 2-24:
# 25 |   js_of_ocaml-lwt.logger
#        ^^^^^^^^^^^^^^^^^^^^^^
# Error: Library "js_of_ocaml-lwt.logger" not found.
# -> required by library "eliom.client" in _build/default/src/lib/client
# -> required by _build/default/src/lib/client/eliom_stubs.o
# -> required by _build/default/src/lib/client/dlleliom_client_stubs.so
# -> required by _build/install/default/lib/stublibs/dlleliom_client_stubs.so
# -> required by _build/default/eliom.install
# -> required by alias install
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -I /home/opam/.opam/5.4/lib/js_of_ocaml -g -bin-annot -bin-annot-occurrences -I src/lib/server/.eliom_server.objs/byte -I /home/opam/.opam/5.4/lib/angstrom -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/bigstringaf -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/cohttp -I /home/opam/.opam/5.4/lib/cohttp-lwt -I /home/opam/.opam/5.4/lib/cohttp-lwt-unix -I /home/opam/.opam/5.4/lib/conduit -I /home/opam/.opam/5.4/lib/conduit-lwt -I /home/opam/.opam/5.4/lib/conduit-lwt-unix -I /home/opam/.opam/5.4/lib/cryptokit -I /home/opam/.opam/5.4/lib/domain-name -I /home/opam/.opam/5.4/lib/findlib -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/http -H /home/opam/.opam/5.4/lib/http/__private__/http_bytebuffer -H /home/opam/.opam/5.4/lib/http/__private__/http_bytebuffer/.public_cmi -I /home/opam/.opam/5.4/lib/ipaddr -I /home/opam/.opam/5.4/lib/ipaddr-sexp -I /home/opam/.opam/5.4/lib/ipaddr/unix -I /home/opam/.opam/5.4/lib/js_of_ocaml/deriving -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs-syslog -I /home/opam/.opam/5.4/lib/logs-syslog/unix -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/logs/lwt -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/lwt_react -I /home/opam/.opam/5.4/lib/lwt_ssl -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/magic-mime -I /home/opam/.opam/5.4/lib/ocaml/dynlink -I /home/opam/.opam/5.4/lib/ocaml/str -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/ocsigenserver -I /home/opam/.opam/5.4/lib/ocsigenserver/baselib -I /home/opam/.opam/5.4/lib/ocsigenserver/baselib/base -I /home/opam/.opam/5.4/lib/ocsigenserver/cookies -I /home/opam/.opam/5.4/lib/ocsigenserver/http -I /home/opam/.opam/5.4/lib/ocsigenserver/polytables -I /home/opam/.opam/5.4/lib/ocsipersist -I /home/opam/.opam/5.4/lib/ocsipersist-lib -I /home/opam/.opam/5.4/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/react -I /home/opam/.opam/5.4/lib/seq -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/ssl -I /home/opam/.opam/5.4/lib/stringext -I /home/opam/.opam/5.4/lib/syslog-message -I /home/opam/.opam/5.4/lib/tyxml -I /home/opam/.opam/5.4/lib/tyxml/functor -I /home/opam/.opam/5.4/lib/uri -I /home/opam/.opam/5.4/lib/uri-sexp -I /home/opam/.opam/5.4/lib/uri/services -I /home/opam/.opam/5.4/lib/uutf -I /home/opam/.opam/5.4/lib/xml-light -I /home/opam/.opam/5.4/lib/zarith -no-alias-deps -o src/lib/server/.eliom_server.objs/byte/eliom_wrap.cmi -c -intf src/lib/server/eliom_wrap.pp.mli)
# File "_none_", line 1:
# Error: Unbound module Lwt_log_core
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -I /home/opam/.opam/5.4/lib/js_of_ocaml -g -bin-annot -bin-annot-occurrences -I src/lib/server/.eliom_server.objs/byte -I /home/opam/.opam/5.4/lib/angstrom -I /home/opam/.opam/5.4/lib/astring -I /home/opam/.opam/5.4/lib/base64 -I /home/opam/.opam/5.4/lib/bigstringaf -I /home/opam/.opam/5.4/lib/bytes -I /home/opam/.opam/5.4/lib/cohttp -I /home/opam/.opam/5.4/lib/cohttp-lwt -I /home/opam/.opam/5.4/lib/cohttp-lwt-unix -I /home/opam/.opam/5.4/lib/conduit -I /home/opam/.opam/5.4/lib/conduit-lwt -I /home/opam/.opam/5.4/lib/conduit-lwt-unix -I /home/opam/.opam/5.4/lib/cryptokit -I /home/opam/.opam/5.4/lib/domain-name -I /home/opam/.opam/5.4/lib/findlib -I /home/opam/.opam/5.4/lib/fmt -I /home/opam/.opam/5.4/lib/http -H /home/opam/.opam/5.4/lib/http/__private__/http_bytebuffer -H /home/opam/.opam/5.4/lib/http/__private__/http_bytebuffer/.public_cmi -I /home/opam/.opam/5.4/lib/ipaddr -I /home/opam/.opam/5.4/lib/ipaddr-sexp -I /home/opam/.opam/5.4/lib/ipaddr/unix -I /home/opam/.opam/5.4/lib/js_of_ocaml/deriving -I /home/opam/.opam/5.4/lib/logs -I /home/opam/.opam/5.4/lib/logs-syslog -I /home/opam/.opam/5.4/lib/logs-syslog/unix -I /home/opam/.opam/5.4/lib/logs/fmt -I /home/opam/.opam/5.4/lib/logs/lwt -I /home/opam/.opam/5.4/lib/lwt -I /home/opam/.opam/5.4/lib/lwt/unix -I /home/opam/.opam/5.4/lib/lwt_react -I /home/opam/.opam/5.4/lib/lwt_ssl -I /home/opam/.opam/5.4/lib/macaddr -I /home/opam/.opam/5.4/lib/magic-mime -I /home/opam/.opam/5.4/lib/ocaml/dynlink -I /home/opam/.opam/5.4/lib/ocaml/str -I /home/opam/.opam/5.4/lib/ocaml/threads -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib-endian -I /home/opam/.opam/5.4/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.4/lib/ocsigenserver -I /home/opam/.opam/5.4/lib/ocsigenserver/baselib -I /home/opam/.opam/5.4/lib/ocsigenserver/baselib/base -I /home/opam/.opam/5.4/lib/ocsigenserver/cookies -I /home/opam/.opam/5.4/lib/ocsigenserver/http -I /home/opam/.opam/5.4/lib/ocsigenserver/polytables -I /home/opam/.opam/5.4/lib/ocsipersist -I /home/opam/.opam/5.4/lib/ocsipersist-lib -I /home/opam/.opam/5.4/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/5.4/lib/ptime -I /home/opam/.opam/5.4/lib/ptime/clock -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/react -I /home/opam/.opam/5.4/lib/seq -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/ssl -I /home/opam/.opam/5.4/lib/stringext -I /home/opam/.opam/5.4/lib/syslog-message -I /home/opam/.opam/5.4/lib/tyxml -I /home/opam/.opam/5.4/lib/tyxml/functor -I /home/opam/.opam/5.4/lib/uri -I /home/opam/.opam/5.4/lib/uri-sexp -I /home/opam/.opam/5.4/lib/uri/services -I /home/opam/.opam/5.4/lib/uutf -I /home/opam/.opam/5.4/lib/xml-light -I /home/opam/.opam/5.4/lib/zarith -no-alias-deps -o src/lib/server/.eliom_server.objs/byte/eliom_lib.cmi -c -intf src/lib/server/eliom_lib.pp.mli)
# File "src/lib/eliom_lib.server.mli", line 53, characters 19-26:
# Error: Unbound module Lwt_log
# Hint:    Did you mean Lwt_ops?
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/ppx/.ppx_utils.objs/byte -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/ppx/.ppx_utils.objs/byte/ppx_eliom_utils.cmi -no-alias-deps -o src/ppx/.ppx_utils.objs/byte/ppx_eliom_utils.cmo -c -impl src/ppx/ppx_eliom_utils.pp.ml)
# File "src/ppx/ppx_eliom_utils.ml", line 365, characters 63-66:
# 365 |       | Otyp_tuple tyl -> Typ.tuple (List.map type_of_out_type tyl)
#                                                                      ^^^
# Error: The value tyl has type (string option * Outcometree.out_type) list
#        but an expression was expected of type Outcometree.out_type list
#        Type string option * Outcometree.out_type is not compatible with type
#          Outcometree.out_type
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I src/ppx/.ppx_utils.objs/byte -I src/ppx/.ppx_utils.objs/native -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -cmi-file src/ppx/.ppx_utils.objs/byte/ppx_eliom_utils.cmi -no-alias-deps -o src/ppx/.ppx_utils.objs/native/ppx_eliom_utils.cmx -c -impl src/ppx/ppx_eliom_utils.pp.ml)
# File "src/ppx/ppx_eliom_utils.ml", line 365, characters 63-66:
# 365 |       | Otyp_tuple tyl -> Typ.tuple (List.map type_of_out_type tyl)
#                                                                      ^^^
# Error: The value tyl has type (string option * Outcometree.out_type) list
#        but an expression was expected of type Outcometree.out_type list
#        Type string option * Outcometree.out_type is not compatible with type
#          Outcometree.out_type



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build eliom 12.0.0
+- 
+- The following changes have been performed
| - 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 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-binaryen                 1
| - 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 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 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                           6.1.0
| - install lwt_ppx                       6.1.0
| - 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 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 ocsigenserver                 7.0.0
| - install ocsipersist                   2.0.0
| - install ocsipersist-lib               2.0.0
| - install ohex                          0.2.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 rresult                       0.7.0
| - install sedlex                        3.7
| - install seq                           base
| - 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 wasm_of_ocaml-compiler        6.3.2
| - install x509                          1.0.6
| - install xml-light                     2.5
| - install yojson                        3.0.0
| - install zarith                        1.14
+- 
# 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-20260220102733.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.
"/usr/bin/env" "bash" "-c" "opam reinstall eliom.12.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 "\"debian-13\""; then
            echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.";
          fi;
          test "$pkg" != 'eliom.12.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-20 10:31.55: Job failed: Failed: Build failed
2026-02-20 10:31.55: Log analysis:
2026-02-20 10:31.55: >>> 
[ERROR] The compilation of eliom.12.0.0 failed at "dune build -p eliom -j 71 @install".
 (score = 20)
2026-02-20 10:31.55: >>> 
# Error: Library "js_of_ocaml-lwt.logger" not found.
 (score = 48)
2026-02-20 10:31.55: >>> 
# Error: Unbound module Lwt_log_core
 (score = 48)
2026-02-20 10:31.55: >>> 
# Error: Unbound module Lwt_log
 (score = 48)
2026-02-20 10:31.55: >>> 
# Error: The value tyl has type (string option * Outcometree.out_type) list
 (score = 48)
2026-02-20 10:31.55: >>> 
# Error: The value tyl has type (string option * Outcometree.out_type) list
 (score = 48)
2026-02-20 10:31.55: Library "js_of_ocaml-lwt.logger" not found.