(not at the head of any monitored branch or PR)
2026-04-03 15:45.07: New job: build ocsigen-start.8.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29643/head (9e1a0839a806e7cca513787f31a63eb67474fcb6)
                              on ubuntu-22.04-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/29643/head" && git reset --hard 9e1a0839
git fetch origin master
git merge --no-edit 2a4b43904149bbedec7e93cb8c589392dcdb483a
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
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 "\"ubuntu-22.04\""; 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-04-03 15:45.07: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9-ocsigen-start.8.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.07: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
 (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 \"\\\"ubuntu-22.04\\\"\"; 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-04-03 15:45.07: Waiting for resource in pool OCluster
2026-04-03 17:07.11: Waiting for worker…
2026-04-03 17:08.50: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 2a4b439041 Merge pull request #29641 from daysv/release-sm-0.1.0
Updating 2a4b439041..9e1a0839a8
Fast-forward
 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam    | 28 ++++++++++++++++++++++++
 packages/ocsigen-start/ocsigen-start.2.21.1/opam |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.0.1/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.1.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.3.0/opam  |  1 -
 packages/ocsigen-start/ocsigen-start.4.4.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.5.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.6.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.4.7.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.5.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.0.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.1/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.1.2/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.2.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.6.3.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.0.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.7.1.0/opam  |  3 +--
 packages/ocsigen-start/ocsigen-start.8.0.0/opam  |  3 +--
 20 files changed, 42 insertions(+), 33 deletions(-)
 create mode 100644 packages/ocsigen-i18n/ocsigen-i18n.5.0.0/opam

(from ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9)
Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-5.4@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9' locally
docker.io/ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9: Pulling from ocaml/opam
b1cba2e842ca: Already exists
421afdaed246: Already exists
4f870a39d887: Already exists
55a213a632b1: Already exists
45b4d0733e62: Already exists
3aeb1fde2a5c: Already exists
aafef83927b6: Already exists
bcf6200713a7: Already exists
44126a1f4f31: Already exists
640d0ce4ea89: Already exists
b5d13c755b81: Already exists
d4f408980979: Already exists
a89dafa13071: Already exists
636fd786dcef: Already exists
31dae2391bd4: Already exists
8b28883ae878: Already exists
4a187d75ee24: Already exists
4a187d75ee24: Already exists
4f4fb700ef54: Already exists
15ef0a4fe052: Already exists
81aef10b7468: Already exists
8492c04426b2: Already exists
4f4fb700ef54: Already exists
931be6b45df3: Already exists
b3b41b093e1c: Already exists
c66a499f18f1: Already exists
dc859d65a979: Already exists
f9a4b7e83cbc: Already exists
8406175b74f2: Already exists
d8a867e68b39: Already exists
1b4507b9d94f: Already exists
86753f729f41: Already exists
bb1554100fd0: Already exists
79f063451047: Already exists
af19aefa8c28: Already exists
18ae77be10c6: Already exists
23748796c9e7: Already exists
8a87c1d60ed6: Already exists
f59dc0679c75: Already exists
d71672fc129c: Already exists
44dd0ab5fdef: Already exists
edadc98b94f2: Already exists
5594968993e8: Already exists
9f6b7b34fd6d: Already exists
fae525a8fdf7: Already exists
250c7a686cbe: Already exists
5230fa14e4cf: Already exists
864dff2bbd6b: Already exists
Digest: sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
Status: Downloaded newer image for ocaml/opam@sha256:e4dfcae6e38f838fabf685c7211c2fe7c093177ca2950941eee47cbecc201af9
2026-04-03 17:09.28 ---> using "a494baecbb94e7af4729d4c2ae860efde3ac6b3dc163dcb8423239dae5deadc4" 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-04-03 17:09.28 ---> using "6f2639a5564351e69f4f40c6c894e606e177ccae6e98ecabff0cad933b576055" 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-04-03 17:09.28 ---> using "43265c4572944c82427162f15ebbccd25ab722131f4adf4abfdfd12224670816" 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=ubuntu os-version=22.04
# 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-04-03 17:09.28 ---> using "48e6eff73b2ea30793b4fb9be93fb662b27dfe06de97dc8dbac91023200c9e4e" 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-04-03 17:09.28 ---> using "3025014d1a6a5c6d705fcf0d6762d698b02dee2a4e77830e395f8c4720c05ac5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:09.41 ---> saved as "e6a8999066e89fdf798dbbb70497ed93be5a913bae98602cb3000ad0cb231486"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 17:09.58 ---> saved as "baa6e67071c7560ca94dda4cd724fa021a492623142cddece5a8a35fb283312c"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:3 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4219 kB]
- Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1622 kB]
- Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7125 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3844 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB]
- Get:11 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6803 kB]
- Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1310 kB]
- Fetched 25.4 MB in 4s (6908 kB/s)
- Reading package lists...
- 
2026-04-03 17:10.03 ---> saved as "7afdd344f731d90ac7a475530a1c0c01a9c07d23d30158a6c2f3e8b31340f4ae"

/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-04-03 17:10.04 ---> saved as "750ff927e3fb174758916503c01ab038d0e49876b151f52c7d102a6870a2d958"

/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 \"\\\"ubuntu-22.04\\\"\"; 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 124 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-postgresql]
  - install conf-postgresql               2              [required by ocsigen-start]
  - 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.22.1         [required by resource-pooling, ocsipersist-pgsql-config, ocsigen-i18n, etc.]
  - install dune-configurator             3.22.1         [required by cryptokit]
  - install duration                      0.2.1          [required by mirage-crypto-rng]
  - install eliom                         12.0.1         [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.1.0          [required by ca-certs]
  - install mirage-crypto-ec              2.1.0          [required by x509]
  - install mirage-crypto-pk              2.1.0          [required by x509]
  - install mirage-crypto-rng             2.1.0          [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.38.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:
    binaryen imagemagick libgmp-dev libpq-dev libssl-dev pkg-config ruby-sass 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" "imagemagick" "libgmp-dev" "libpq-dev" "libssl-dev" "pkg-config" "ruby-sass" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package fonts-droid-fallback.
- (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 ... 15669 files and directories currently installed.)
- Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
- Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
- Selecting previously unselected package fonts-lato.
- Preparing to unpack .../01-fonts-lato_2.0-2.1_all.deb ...
- Unpacking fonts-lato (2.0-2.1) ...
- Selecting previously unselected package libfftw3-double3:amd64.
- Preparing to unpack .../02-libfftw3-double3_3.3.8-2ubuntu8_amd64.deb ...
- Unpacking libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../03-libaom3_3.3.0-1ubuntu0.1_amd64.deb ...
- Unpacking libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Selecting previously unselected package libdav1d5:amd64.
- Preparing to unpack .../04-libdav1d5_0.9.2-1_amd64.deb ...
- Unpacking libdav1d5:amd64 (0.9.2-1) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../05-libde265-0_1.0.8-1ubuntu0.3_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../06-libnuma1_2.0.14-3ubuntu2_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Selecting previously unselected package libx265-199:amd64.
- Preparing to unpack .../07-libx265-199_3.5-2_amd64.deb ...
- Unpacking libx265-199:amd64 (3.5-2) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../08-libheif1_1.12.0-2build1_amd64.deb ...
- Unpacking libheif1:amd64 (1.12.0-2build1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../09-liblcms2-2_2.12~rc1-2build2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.12~rc1-2build2) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../10-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package liblqr-1-0:amd64.
- Preparing to unpack .../11-liblqr-1-0_0.4.2-2.1_amd64.deb ...
- Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../12-libltdl7_2.4.6-15build2_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.6-15build2) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../13-libopenjp2-7_2.4.0-6ubuntu0.4_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../14-libwebpdemux2_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../15-libwebpmux3_1.2.2-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libicu70:amd64.
- Preparing to unpack .../16-libicu70_70.1-2_amd64.deb ...
- Unpacking libicu70:amd64 (70.1-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../17-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Selecting previously unselected package imagemagick-6-common.
- Preparing to unpack .../18-imagemagick-6-common_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_all.deb ...
- Unpacking imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libmagickcore-6.q16-6:amd64.
- Preparing to unpack .../19-libmagickcore-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libmagickwand-6.q16-6:amd64.
- Preparing to unpack .../20-libmagickwand-6.q16-6_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package poppler-data.
- Preparing to unpack .../21-poppler-data_0.4.11-1_all.deb ...
- Unpacking poppler-data (0.4.11-1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../22-libapparmor1_3.0.4-2ubuntu2.5_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../23-libdbus-1-3_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../24-dbus_1.12.20-2ubuntu4.1_amd64.deb ...
- Unpacking dbus (1.12.20-2ubuntu4.1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../25-libfribidi0_1.0.8-2ubuntu3.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../26-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ...
- Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../27-libyaml-0-2_0.2.2-1build2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.2-1build2) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../28-shared-mime-info_2.1-2_amd64.deb ...
- Unpacking shared-mime-info (2.1-2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../29-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2ubuntu4) ...
- Selecting previously unselected package binaryen.
- Preparing to unpack .../30-binaryen_105-1_amd64.deb ...
- Unpacking binaryen (105-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../31-fontconfig_2.13.1-4.2ubuntu5_amd64.deb ...
- Unpacking fontconfig (2.13.1-4.2ubuntu5) ...
- Selecting previously unselected package fonts-noto-mono.
- Preparing to unpack .../32-fonts-noto-mono_20201225-1build1_all.deb ...
- Unpacking fonts-noto-mono (20201225-1build1) ...
- Selecting previously unselected package fonts-urw-base35.
- Preparing to unpack .../33-fonts-urw-base35_20200910-1_all.deb ...
- Unpacking fonts-urw-base35 (20200910-1) ...
- Selecting previously unselected package libgs9-common.
- Preparing to unpack .../34-libgs9-common_9.55.0~dfsg1-0ubuntu5.13_all.deb ...
- Unpacking libgs9-common (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../35-libavahi-common-data_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../36-libavahi-common3_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../37-libavahi-client3_0.8-5ubuntu5.4_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-5ubuntu5.4) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../38-libcups2_2.4.1op1-1ubuntu4.16_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.1op1-1ubuntu4.16) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../39-libidn12_1.38-4ubuntu1_amd64.deb ...
- Unpacking libidn12:amd64 (1.38-4ubuntu1) ...
- Selecting previously unselected package libijs-0.35:amd64.
- Preparing to unpack .../40-libijs-0.35_0.35-15build2_amd64.deb ...
- Unpacking libijs-0.35:amd64 (0.35-15build2) ...
- Selecting previously unselected package libjbig2dec0:amd64.
- Preparing to unpack .../41-libjbig2dec0_0.19-3build2_amd64.deb ...
- Unpacking libjbig2dec0:amd64 (0.19-3build2) ...
- Selecting previously unselected package libpaper1:amd64.
- Preparing to unpack .../42-libpaper1_1.1.28build2_amd64.deb ...
- Unpacking libpaper1:amd64 (1.1.28build2) ...
- Selecting previously unselected package libgs9:amd64.
- Preparing to unpack .../43-libgs9_9.55.0~dfsg1-0ubuntu5.13_amd64.deb ...
- Unpacking libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package ghostscript.
- Preparing to unpack .../44-ghostscript_9.55.0~dfsg1-0ubuntu5.13_amd64.deb ...
- Unpacking ghostscript (9.55.0~dfsg1-0ubuntu5.13) ...
- Selecting previously unselected package gsfonts.
- Preparing to unpack .../45-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.5_all.deb ...
- Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../46-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package imagemagick-6.q16.
- Preparing to unpack .../47-imagemagick-6.q16_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package imagemagick.
- Preparing to unpack .../48-imagemagick_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking imagemagick (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../49-javascript-common_11+nmu1_all.deb ...
- Unpacking javascript-common (11+nmu1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../50-libpixman-1-0_0.40.0-1ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../51-libxcb-render0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../52-libxcb-shm0_1.14-3ubuntu3_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../53-libxrender1_1%3a0.9.10-1build4_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1build4) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../54-libcairo2_1.16.0-5ubuntu2.1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../55-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package libdjvulibre-text.
- Preparing to unpack .../56-libdjvulibre-text_3.5.28-2ubuntu0.22.04.2_all.deb ...
- Unpacking libdjvulibre-text (3.5.28-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libdjvulibre21:amd64.
- Preparing to unpack .../57-libdjvulibre21_3.5.28-2ubuntu0.22.04.2_amd64.deb ...
- Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.22.04.2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../58-libgmpxx4ldbl_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../59-libgmp-dev_2%3a6.2.1+dfsg-3ubuntu1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../60-libgraphite2-3_1.3.14-1build2_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../61-libharfbuzz0b_2.7.4-1ubuntu3.2_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Selecting previously unselected package libilmbase25:amd64.
- Preparing to unpack .../62-libilmbase25_2.5.7-2_amd64.deb ...
- Unpacking libilmbase25:amd64 (2.5.7-2) ...
- Selecting previously unselected package libjs-jquery.
- Preparing to unpack .../63-libjs-jquery_3.6.0+dfsg+~3.5.13-1_all.deb ...
- Unpacking libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
- Selecting previously unselected package libjxr0:amd64.
- Preparing to unpack .../64-libjxr0_1.2~git20170615.f752187-5_amd64.deb ...
- Unpacking libjxr0:amd64 (1.2~git20170615.f752187-5) ...
- Selecting previously unselected package libjxr-tools.
- Preparing to unpack .../65-libjxr-tools_1.2~git20170615.f752187-5_amd64.deb ...
- Unpacking libjxr-tools (1.2~git20170615.f752187-5) ...
- Selecting previously unselected package libopenexr25:amd64.
- Preparing to unpack .../66-libopenexr25_2.5.7-1_amd64.deb ...
- Unpacking libopenexr25:amd64 (2.5.7-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../67-libthai-data_0.1.29-1build1_all.deb ...
- Unpacking libthai-data (0.1.29-1build1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../68-libthai0_0.1.29-1build1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1build1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../69-libpango-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../70-libpangoft2-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../71-libpangocairo-1.0-0_1.50.6+ds-2ubuntu1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Selecting previously unselected package libwmflite-0.2-7:amd64.
- Preparing to unpack .../72-libwmflite-0.2-7_0.2.12-5ubuntu1_amd64.deb ...
- Unpacking libwmflite-0.2-7:amd64 (0.2.12-5ubuntu1) ...
- Selecting previously unselected package libmagickcore-6.q16-6-extra:amd64.
- Preparing to unpack .../73-libmagickcore-6.q16-6-extra_8%3a6.9.11.60+dfsg-1.3ubuntu0.22.04.5_amd64.deb ...
- Unpacking libmagickcore-6.q16-6-extra:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Selecting previously unselected package libnetpbm10.
- Preparing to unpack .../74-libnetpbm10_2%3a10.0-15.4_amd64.deb ...
- Unpacking libnetpbm10 (2:10.0-15.4) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../75-libpaper-utils_1.1.28build2_amd64.deb ...
- Unpacking libpaper-utils (1.1.28build2) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../76-libpq5_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../77-libssl-dev_3.0.2-0ubuntu1.21_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.2-0ubuntu1.21) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../78-libpq-dev_14.22-0ubuntu0.22.04.1_amd64.deb ...
- Unpacking libpq-dev (14.22-0ubuntu0.22.04.1) ...
- Selecting previously unselected package rubygems-integration.
- Preparing to unpack .../79-rubygems-integration_1.18_all.deb ...
- Unpacking rubygems-integration (1.18) ...
- Selecting previously unselected package ruby3.0.
- Preparing to unpack .../80-ruby3.0_3.0.2-7ubuntu2.12_amd64.deb ...
- Unpacking ruby3.0 (3.0.2-7ubuntu2.12) ...
- Selecting previously unselected package ruby-rubygems.
- Preparing to unpack .../81-ruby-rubygems_3.3.5-2ubuntu1.2_all.deb ...
- Unpacking ruby-rubygems (3.3.5-2ubuntu1.2) ...
- Selecting previously unselected package ruby.
- Preparing to unpack .../82-ruby_1%3a3.0~exp1_amd64.deb ...
- Unpacking ruby (1:3.0~exp1) ...
- Selecting previously unselected package rake.
- Preparing to unpack .../83-rake_13.0.6-2_all.deb ...
- Unpacking rake (13.0.6-2) ...
- Selecting previously unselected package ruby-net-telnet.
- Preparing to unpack .../84-ruby-net-telnet_0.1.1-2_all.deb ...
- Unpacking ruby-net-telnet (0.1.1-2) ...
- Selecting previously unselected package ruby-webrick.
- Preparing to unpack .../85-ruby-webrick_1.7.0-3ubuntu0.2_all.deb ...
- Unpacking ruby-webrick (1.7.0-3ubuntu0.2) ...
- Selecting previously unselected package ruby-xmlrpc.
- Preparing to unpack .../86-ruby-xmlrpc_0.3.2-1ubuntu0.1_all.deb ...
- Unpacking ruby-xmlrpc (0.3.2-1ubuntu0.1) ...
- Selecting previously unselected package libruby3.0:amd64.
- Preparing to unpack .../87-libruby3.0_3.0.2-7ubuntu2.12_amd64.deb ...
- Unpacking libruby3.0:amd64 (3.0.2-7ubuntu2.12) ...
- Selecting previously unselected package netpbm.
- Preparing to unpack .../88-netpbm_2%3a10.0-15.4_amd64.deb ...
- Unpacking netpbm (2:10.0-15.4) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../89-pkg-config_0.29.2-1ubuntu3_amd64.deb ...
- Unpacking pkg-config (0.29.2-1ubuntu3) ...
- Selecting previously unselected package ruby-ffi:amd64.
- Preparing to unpack .../90-ruby-ffi_1.15.4+dfsg-2_amd64.deb ...
- Unpacking ruby-ffi:amd64 (1.15.4+dfsg-2) ...
- Selecting previously unselected package ruby-rb-inotify.
- Preparing to unpack .../91-ruby-rb-inotify_0.9.10-2_all.deb ...
- Unpacking ruby-rb-inotify (0.9.10-2) ...
- Selecting previously unselected package ruby-listen.
- Preparing to unpack .../92-ruby-listen_3.7.0-1_all.deb ...
- Unpacking ruby-listen (3.7.0-1) ...
- Selecting previously unselected package ruby-sass.
- Preparing to unpack .../93-ruby-sass_3.7.4-5_all.deb ...
- Unpacking ruby-sass (3.7.4-5) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../94-zip_3.0-12build2_amd64.deb ...
- Unpacking zip (3.0-12build2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../95-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu9.2_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up javascript-common (11+nmu1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
- Setting up liblcms2-2:amd64 (2.12~rc1-2build2) ...
- Setting up libpixman-1-0:amd64 (0.40.0-1ubuntu0.22.04.1) ...
- Setting up binaryen (105-1) ...
- Setting up libpaper1:amd64 (1.1.28build2) ...
- 
- Creating config file /etc/papersize with new version
- Setting up libaom3:amd64 (3.3.0-1ubuntu0.1) ...
- Setting up fontconfig (2.13.1-4.2ubuntu5) ...
- Regenerating fonts cache... 
- done.
- Setting up imagemagick-6-common (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up libapparmor1:amd64 (3.0.4-2ubuntu2.5) ...
- Setting up fonts-lato (2.0-2.1) ...
- Setting up fonts-noto-mono (20201225-1build1) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libwmflite-0.2-7:amd64 (0.2.12-5ubuntu1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1build4) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.17-2ubuntu4) ...
- Setting up libxcb-render0:amd64 (1.14-3ubuntu3) ...
- Setting up libyaml-0-2:amd64 (0.2.2-1build2) ...
- Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ...
- No schema files found: doing nothing.
- Setting up libijs-0.35:amd64 (0.35-15build2) ...
- Setting up libjxr0:amd64 (1.2~git20170615.f752187-5) ...
- Setting up libwebpdemux2:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Setting up libpq5:amd64 (14.22-0ubuntu0.22.04.1) ...
- Setting up libilmbase25:amd64 (2.5.7-2) ...
- Setting up rubygems-integration (1.18) ...
- Setting up libxcb-shm0:amd64 (1.14-3ubuntu3) ...
- Setting up libpaper-utils (1.1.28build2) ...
- Setting up libnetpbm10 (2:10.0-15.4) ...
- Setting up fonts-urw-base35 (20200910-1) ...
- Setting up libcairo2:amd64 (1.16.0-5ubuntu2.1) ...
- Setting up poppler-data (0.4.11-1) ...
- Setting up libopenexr25:amd64 (2.5.7-1) ...
- Setting up zip (3.0-12build2) ...
- Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libjbig2dec0:amd64 (0.19-3build2) ...
- Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.5) ...
- Setting up libavahi-common-data:amd64 (0.8-5ubuntu5.4) ...
- Setting up libdbus-1-3:amd64 (1.12.20-2ubuntu4.1) ...
- Setting up ruby-net-telnet (0.1.1-2) ...
- Setting up dbus (1.12.20-2ubuntu4.1) ...
- Setting up libfribidi0:amd64 (1.0.8-2ubuntu3.1) ...
- Setting up libssl-dev:amd64 (3.0.2-0ubuntu1.21) ...
- Setting up libidn12:amd64 (1.38-4ubuntu1) ...
- Setting up pkg-config (0.29.2-1ubuntu3) ...
- Setting up netpbm (2:10.0-15.4) ...
- Setting up libltdl7:amd64 (2.4.6-15build2) ...
- Setting up libfftw3-double3:amd64 (3.3.8-2ubuntu8) ...
- Setting up ruby-webrick (1.7.0-3ubuntu0.2) ...
- Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu9.2) ...
- Setting up libnuma1:amd64 (2.0.14-3ubuntu2) ...
- Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
- Setting up libopenjp2-7:amd64 (2.4.0-6ubuntu0.4) ...
- Setting up libharfbuzz0b:amd64 (2.7.4-1ubuntu3.2) ...
- Setting up libthai-data (0.1.29-1build1) ...
- Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
- Setting up libdjvulibre-text (3.5.28-2ubuntu0.22.04.2) ...
- Setting up libjs-jquery (3.6.0+dfsg+~3.5.13-1) ...
- Setting up libdav1d5:amd64 (0.9.2-1) ...
- Setting up libde265-0:amd64 (1.0.8-1ubuntu0.3) ...
- Setting up libwebpmux3:amd64 (1.2.2-2ubuntu0.22.04.2) ...
- Setting up ruby-xmlrpc (0.3.2-1ubuntu0.1) ...
- Setting up libicu70:amd64 (70.1-2) ...
- Setting up libgs9-common (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg-3ubuntu1) ...
- Setting up libjxr-tools (1.2~git20170615.f752187-5) ...
- Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.22.04.2) ...
- Setting up libavahi-common3:amd64 (0.8-5ubuntu5.4) ...
- Setting up libpq-dev (14.22-0ubuntu0.22.04.1) ...
- Setting up libthai0:amd64 (0.1.29-1build1) ...
- Setting up libx265-199:amd64 (3.5-2) ...
- Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ...
- Setting up libavahi-client3:amd64 (0.8-5ubuntu5.4) ...
- Setting up libpango-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libheif1:amd64 (1.12.0-2build1) ...
- Setting up libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up shared-mime-info (2.1-2) ...
- Setting up libcups2:amd64 (2.4.1op1-1ubuntu4.16) ...
- Setting up libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.6+ds-2ubuntu1) ...
- Setting up libgs9:amd64 (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up libmagickcore-6.q16-6-extra:amd64 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up ghostscript (9.55.0~dfsg1-0ubuntu5.13) ...
- Setting up imagemagick-6.q16 (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/compare.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare) doesn't exist
- update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/compare-im6.1.gz because associated file /usr/share/man/man1/compare-im6.q16.1.gz (of link group compare-im6) doesn't exist
- update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/animate.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate) doesn't exist
- update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/animate-im6.1.gz because associated file /usr/share/man/man1/animate-im6.q16.1.gz (of link group animate-im6) doesn't exist
- update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/convert.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert) doesn't exist
- update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/convert-im6.1.gz because associated file /usr/share/man/man1/convert-im6.q16.1.gz (of link group convert-im6) doesn't exist
- update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/composite.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite) doesn't exist
- update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/composite-im6.1.gz because associated file /usr/share/man/man1/composite-im6.q16.1.gz (of link group composite-im6) doesn't exist
- update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/conjure.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure) doesn't exist
- update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/conjure-im6.1.gz because associated file /usr/share/man/man1/conjure-im6.q16.1.gz (of link group conjure-im6) doesn't exist
- update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/import.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import) doesn't exist
- update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/import-im6.1.gz because associated file /usr/share/man/man1/import-im6.q16.1.gz (of link group import-im6) doesn't exist
- update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/identify.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify) doesn't exist
- update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/identify-im6.1.gz because associated file /usr/share/man/man1/identify-im6.q16.1.gz (of link group identify-im6) doesn't exist
- update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/stream.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream) doesn't exist
- update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/stream-im6.1.gz because associated file /usr/share/man/man1/stream-im6.q16.1.gz (of link group stream-im6) doesn't exist
- update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/display.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display) doesn't exist
- update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/display-im6.1.gz because associated file /usr/share/man/man1/display-im6.q16.1.gz (of link group display-im6) doesn't exist
- update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/montage.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage) doesn't exist
- update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/montage-im6.1.gz because associated file /usr/share/man/man1/montage-im6.q16.1.gz (of link group montage-im6) doesn't exist
- update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify) doesn't exist
- update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/mogrify-im6.1.gz because associated file /usr/share/man/man1/mogrify-im6.q16.1.gz (of link group mogrify-im6) doesn't exist
- Setting up imagemagick (8:6.9.11.60+dfsg-1.3ubuntu0.22.04.5) ...
- Setting up ruby-rubygems (3.3.5-2ubuntu1.2) ...
- Setting up rake (13.0.6-2) ...
- Setting up libruby3.0:amd64 (3.0.2-7ubuntu2.12) ...
- Setting up ruby3.0 (3.0.2-7ubuntu2.12) ...
- Setting up ruby (1:3.0~exp1) ...
- Setting up ruby-ffi:amd64 (1.15.4+dfsg-2) ...
- Setting up ruby-rb-inotify (0.9.10-2) ...
- Setting up ruby-listen (3.7.0-1) ...
- Setting up ruby-sass (3.7.4-5) ...
- Processing triggers for libc-bin (2.35-0ubuntu3.13) ...

<><> 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)
-> 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-postgresql.2
-> 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.22.1, dune-configurator.3.22.1  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eliom.12.0.1  (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.1.0, mirage-crypto-ec.2.1.0, mirage-crypto-pk.2.1.0, mirage-crypto-rng.2.1.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 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.38.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 dune.3.22.1
-> installed react.1.2.2
-> installed rresult.0.7.0
-> installed base64.3.5.2
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed astring.0.8.5
-> installed ptime.1.2.0
-> installed cppo.1.8.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-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 safepass.3.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed xml-light.2.5
-> installed yojson.3.0.0
-> installed reactiveData.0.3.1
-> installed cstruct.6.2.0
-> installed fpath.0.7.3
-> installed asn1-combinators.0.3.2
-> installed syslog-message.1.2.0
-> installed ocplib-endian.1.2
-> installed digestif.1.3.0
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed ipaddr.5.6.2
-> installed hex.1.5.0
-> installed dune-configurator.3.22.1
-> installed calendar.3.0.0
-> installed bigstringaf.0.10.0
-> installed parsexp.v0.17.0
-> installed angstrom.0.16.1
-> installed ssl.0.7.0
-> installed sexplib.v0.17.0
-> installed mirage-crypto.2.1.0
-> 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 base.v0.17.3
-> installed menhir.20260209
-> installed stdio.v0.17.0
-> installed ppxlib.0.38.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.1.0
-> installed mirage-crypto-pk.2.1.0
-> 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.1.0
-> 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 js_of_ocaml.6.3.2
-> installed ocsigenserver.7.0.0
-> installed ocsipersist-pgsql-config.2.0.0
-> installed js_of_ocaml-ppx_deriving_json.6.3.2
-> installed js_of_ocaml-ppx.6.3.2
[ERROR] The compilation of wasm_of_ocaml-compiler.6.3.2 failed at "dune build -p wasm_of_ocaml-compiler -j 71 @install".
-> installed js_of_ocaml-tyxml.6.3.2
-> installed js_of_ocaml-lwt.6.3.2

#=== ERROR while compiling wasm_of_ocaml-compiler.6.3.2 =======================#
# 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/wasm_of_ocaml-compiler.6.3.2
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p wasm_of_ocaml-compiler -j 71 @install
# exit-code            1
# env-file             ~/.opam/log/wasm_of_ocaml-compiler-7-9a8912.env
# output-file          ~/.opam/log/wasm_of_ocaml-compiler-7-9a8912.out
### output ###
# (cd tools/version && /home/opam/.opam/5.4/bin/ocaml -I +compiler-libs /home/opam/.opam/5.4/.opam-switch/build/wasm_of_ocaml-compiler.6.3.2/_build/.dune/default/tools/version/dune.ml)
# fatal: not a git repository (or any parent up to mount point /)
# Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
# File "runtime/wasm/dune", lines 24-37, characters 0-328:
# 24 | (rule
# 25 |  (target runtime-cps.wasm)
# 26 |  (deps
# ....
# 35 |    --allowed-imports=bindings,Math,js,wasm:js-string,wasm:text-encoder,wasm:text-decoder
# 36 |    %{target}
# 37 |    %{read-lines:args})))
# (cd _build/default/runtime/wasm && ../../compiler/bin-wasm_of_ocaml/wasmoo_link_wasm.exe --binaryen=-g --binaryen-opt=-O3 --set=effects=cps --allowed-imports=bindings,Math,js,wasm:js-string,wasm:text-encoder,wasm:text-decoder runtime-cps.wasm array:array.wat backtrace:backtrace.wat bigarray:bigarray.wat bigstring:bigstring.wat blake2:blake2.wat compare:compare.wat custom:custom.wat domain:domain.wat dynlink:dynlink.wat effect:effect.wat fail:fail.wat float:float.wat fs:fs.wat gc:gc.wat hash:hash.wat int32:int32.wat int64:int64.wat ints:ints.wat io:io.wat jslib:jslib.wat jslib_js_of_ocaml:jslib_js_of_ocaml.wat jsstring:jsstring.wat lexing:lexing.wat marshal:marshal.wat md5:md5.wat nat:nat.wat obj:obj.wat parsing:parsing.wat printexc:printexc.wat prng:prng.wat runtime_events:runtime_events.wat stdlib:stdlib.wat str:str.wat string:string.wat sync:sync.wat sys:sys.wat toplevel:toplevel.wat unix:unix.wat weak:weak.wat zstd:zstd.wat)
# sh: 1: wasm-merge: not found
# ../../compiler/bin-wasm_of_ocaml/wasmoo_link_wasm.exe: Error: the following command terminated unsuccessfully: wasm-merge --enable-gc --enable-multivalue --enable-exception-handling --enable-reference-types --enable-tail-call --enable-bulk-memory --enable-nontrapping-float-to-int --enable-strings -g '/opam-tmp/build_d0b419_dune/arrayd70a98.wat' array '/opam-tmp/build_d0b419_dune/backtrace1fc7a6.wat' backtrace '/opam-tmp/build_d0b419_dune/bigarray48bd6f.wat' bigarray '/opam-tmp/build_d0b419_dune/bigstring0de18e.wat' bigstring '/opam-tmp/build_d0b419_dune/blake247dc7c.wat' blake2 '/opam-tmp/build_d0b419_dune/comparef23da4.wat' compare '/opam-tmp/build_d0b419_dune/custom8d678b.wat' custom '/opam-tmp/build_d0b419_dune/domain6eed45.wat' domain '/opam-tmp/build_d0b419_dune/dynlink4da54f.wat' dynlink '/opam-tmp/build_d0b419_dune/effectd8fe21.wat' effect '/opam-tmp/build_d0b419_dune/fail25c332.wat' fail '/opam-tmp/build_d0b419_dune/float7d8260.wat' float '/opam-tmp/build_d0b419_dune/fsc97097.wat' fs '/opam-tmp/build_d0b419_dune/gcfdd66b.wat' gc '/opam-tmp/build_d0b419_dune/hash0795bb.wat' hash '/opam-tmp/build_d0b419_dune/int32ac42f1.wat' int32 '/opam-tmp/build_d0b419_dune/int64458f3a.wat' int64 '/opam-tmp/build_d0b419_dune/ints7bfe1c.wat' ints '/opam-tmp/build_d0b419_dune/io473ccb.wat' io '/opam-tmp/build_d0b419_dune/jslib9dc2ca.wat' jslib '/opam-tmp/build_d0b419_dune/jslib_js_of_ocaml407a1f.wat' jslib_js_of_ocaml '/opam-tmp/build_d0b419_dune/jsstringd32146.wat' jsstring '/opam-tmp/build_d0b419_dune/lexing90921a.wat' lexing '/opam-tmp/build_d0b419_dune/marshal99b0f1.wat' marshal '/opam-tmp/build_d0b419_dune/md5891125.wat' md5 '/opam-tmp/build_d0b419_dune/natb8091a.wat' nat '/opam-tmp/build_d0b419_dune/obj96a29e.wat' obj '/opam-tmp/build_d0b419_dune/parsing5033ca.wat' parsing '/opam-tmp/build_d0b419_dune/printexcc0857f.wat' printexc '/opam-tmp/build_d0b419_dune/prng162206.wat' prng '/opam-tmp/build_d0b419_dune/runtime_events4c6958.wat' runtime_events '/opam-tmp/build_d0b419_dune/stdlib9b3b2b.wat' stdlib '/opam-tmp/build_d0b419_dune/stra5dcc6.wat' str '/opam-tmp/build_d0b419_dune/string8c3955.wat' string '/opam-tmp/build_d0b419_dune/sync481634.wat' sync '/opam-tmp/build_d0b419_dune/syse93196.wat' sys '/opam-tmp/build_d0b419_dune/toplevelbdb616.wat' toplevel '/opam-tmp/build_d0b419_dune/unix4c34b4.wat' unix '/opam-tmp/build_d0b419_dune/weake33649.wat' weak '/opam-tmp/build_d0b419_dune/zstdb8bb7c.wat' zstd -o '/opam-tmp/build_d0b419_dune/runtime-mergedb27670.wasm'
# File "runtime/wasm/dune", lines 9-22, characters 0-334:
#  9 | (rule
# 10 |  (target runtime-standard.wasm)
# 11 |  (deps
# ....
# 20 |    --allowed-imports=bindings,Math,js,wasm:js-string,wasm:text-encoder,wasm:text-decoder
# 21 |    %{target}
# 22 |    %{read-lines:args})))
# (cd _build/default/runtime/wasm && ../../compiler/bin-wasm_of_ocaml/wasmoo_link_wasm.exe --binaryen=-g --binaryen-opt=-O3 --set=effects=jspi --allowed-imports=bindings,Math,js,wasm:js-string,wasm:text-encoder,wasm:text-decoder runtime-standard.wasm array:array.wat backtrace:backtrace.wat bigarray:bigarray.wat bigstring:bigstring.wat blake2:blake2.wat compare:compare.wat custom:custom.wat domain:domain.wat dynlink:dynlink.wat effect:effect.wat fail:fail.wat float:float.wat fs:fs.wat gc:gc.wat hash:hash.wat int32:int32.wat int64:int64.wat ints:ints.wat io:io.wat jslib:jslib.wat jslib_js_of_ocaml:jslib_js_of_ocaml.wat jsstring:jsstring.wat lexing:lexing.wat marshal:marshal.wat md5:md5.wat nat:nat.wat obj:obj.wat parsing:parsing.wat printexc:printexc.wat prng:prng.wat runtime_events:runtime_events.wat stdlib:stdlib.wat str:str.wat string:string.wat sync:sync.wat sys:sys.wat toplevel:toplevel.wat unix:unix.wat weak:weak.wat zstd:zstd.wat)
# sh: 1: wasm-merge: not found
# ../../compiler/bin-wasm_of_ocaml/wasmoo_link_wasm.exe: Error: the following command terminated unsuccessfully: wasm-merge --enable-gc --enable-multivalue --enable-exception-handling --enable-reference-types --enable-tail-call --enable-bulk-memory --enable-nontrapping-float-to-int --enable-strings -g '/opam-tmp/build_d0b419_dune/array2d4967.wat' array '/opam-tmp/build_d0b419_dune/backtraceebc123.wat' backtrace '/opam-tmp/build_d0b419_dune/bigarray807c36.wat' bigarray '/opam-tmp/build_d0b419_dune/bigstring7ed184.wat' bigstring '/opam-tmp/build_d0b419_dune/blake2a80b10.wat' blake2 '/opam-tmp/build_d0b419_dune/compared0dbfb.wat' compare '/opam-tmp/build_d0b419_dune/customccd50f.wat' custom '/opam-tmp/build_d0b419_dune/domain226f42.wat' domain '/opam-tmp/build_d0b419_dune/dynlink51a834.wat' dynlink '/opam-tmp/build_d0b419_dune/effectc1dc96.wat' effect '/opam-tmp/build_d0b419_dune/fail4e7e70.wat' fail '/opam-tmp/build_d0b419_dune/floatbcd8fc.wat' float '/opam-tmp/build_d0b419_dune/fs3ce59d.wat' fs '/opam-tmp/build_d0b419_dune/gcde69ff.wat' gc '/opam-tmp/build_d0b419_dune/hash9c5072.wat' hash '/opam-tmp/build_d0b419_dune/int324f573f.wat' int32 '/opam-tmp/build_d0b419_dune/int64adf4a8.wat' int64 '/opam-tmp/build_d0b419_dune/ints1a115d.wat' ints '/opam-tmp/build_d0b419_dune/ioce0af9.wat' io '/opam-tmp/build_d0b419_dune/jslib47ab0b.wat' jslib '/opam-tmp/build_d0b419_dune/jslib_js_of_ocaml22252d.wat' jslib_js_of_ocaml '/opam-tmp/build_d0b419_dune/jsstring318648.wat' jsstring '/opam-tmp/build_d0b419_dune/lexingd6dc18.wat' lexing '/opam-tmp/build_d0b419_dune/marshal800a31.wat' marshal '/opam-tmp/build_d0b419_dune/md5ef4c7d.wat' md5 '/opam-tmp/build_d0b419_dune/nat9f39c5.wat' nat '/opam-tmp/build_d0b419_dune/obj678de8.wat' obj '/opam-tmp/build_d0b419_dune/parsing25b11b.wat' parsing '/opam-tmp/build_d0b419_dune/printexc02b69d.wat' printexc '/opam-tmp/build_d0b419_dune/prng4d3436.wat' prng '/opam-tmp/build_d0b419_dune/runtime_eventsee8257.wat' runtime_events '/opam-tmp/build_d0b419_dune/stdlib69b7a2.wat' stdlib '/opam-tmp/build_d0b419_dune/str5676ef.wat' str '/opam-tmp/build_d0b419_dune/stringe6f00e.wat' string '/opam-tmp/build_d0b419_dune/sync3f3120.wat' sync '/opam-tmp/build_d0b419_dune/sys93d8e8.wat' sys '/opam-tmp/build_d0b419_dune/topleveld55409.wat' toplevel '/opam-tmp/build_d0b419_dune/unixf25269.wat' unix '/opam-tmp/build_d0b419_dune/weak2f5198.wat' weak '/opam-tmp/build_d0b419_dune/zstd154b3e.wat' zstd -o '/opam-tmp/build_d0b419_dune/runtime-mergedaa8fda.wasm'



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build wasm_of_ocaml-compiler 6.3.2
+- 
+- 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-binaryen                 1
| - install conf-gmp                      5
| - install conf-gmp-powm-sec             4
| - install conf-libssl                   4
| - install conf-pkg-config               4
| - install conf-postgresql               2
| - 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.22.1
| - install dune-configurator             3.22.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.1.0
| - install mirage-crypto-ec              2.1.0
| - install mirage-crypto-pk              2.1.0
| - install mirage-crypto-rng             2.1.0
| - 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.38.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
+- 
# 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-20260403171004.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.
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
opam-repo-ci detected dependencies failing:  wasm_of_ocaml-compiler.6.3.2
"/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 "\"ubuntu-22.04\""; 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-04-03 17:12.05: Job failed: Failed: Build failed
2026-04-03 17:12.05: Log analysis:
2026-04-03 17:12.05: >>> 
[ERROR] The compilation of wasm_of_ocaml-compiler.6.3.2 failed at "dune build -p wasm_of_ocaml-compiler -j 71 @install".
 (score = 20)
2026-04-03 17:12.05: >>> 
A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.
 (score = 100)
2026-04-03 17:12.05: [SKIP] Failure ignored