- github
- ocaml
- opam-repository
- 9e1a08
- compilers,5.4,ocsigen-start.8.0.0
(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 debian-13-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:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e
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 "\"debian-13\""; 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:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e-ocsigen-start.8.0.0-9e1a0839a806e7cca513787f31a63eb67474fcb6"
2026-04-03 15:45.07: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
(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 \"\\\"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\" != '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:05.19: Waiting for worker…
2026-04-03 17:07.22: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 95% (17861/18611)
Updating files: 96% (17867/18611)
Updating files: 97% (18053/18611)
Updating files: 98% (18239/18611)
Updating files: 99% (18425/18611)
Updating files: 100% (18611/18611)
Updating files: 100% (18611/18611), done.
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:debian-13-ocaml-5.4@sha256:13f453bea920b1b323f4a04f2b81ee06601f2feba7e1f1aa31e088bc65526b6e)
2026-04-03 17:07.32 ---> using "04accec92e2bf0fc058f8f78760257a004a3abe580d28a2e712fdd6bd38bbb3e" 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:07.32 ---> using "55be5c75d97cce6d0c85146d99e2d19cbd4b6c23bbab392b149f23269ad44f5a" 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.
Continue? [Y/n] y
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.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-03 17:07.32 ---> using "cb81601bf5ca0a036e701f32d1dd52e883da5e6a376ec0e2e934250247bea436" 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-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, 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.1
2026-04-03 17:07.32 ---> using "c8d363e61eb558daaf2125e55111985ec4782dc41b9492241350e7418f36d4d8" 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:07.32 ---> using "951cf337435093db2a2fde4866f1fda5737c4cc37e34b0d936972f7c5053b176" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-03 17:07.42 ---> saved as "09a73abaea3635d95158c6ef55fe55b59cc73eb683c0c7dcb848676f281e6687"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-03 17:08.03 ---> saved as "6a1a4873efa12a094342b55029ec22ab266528e726f324401a981d3ffd73f2fb"
/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 [119 kB]
- Fetched 210 kB in 0s (571 kB/s)
- Reading package lists...
-
2026-04-03 17:08.05 ---> saved as "c56073a187643f4052266820edcc3b07731dde8d8f8f76ac1522bafe6b91c49e"
/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:08.06 ---> saved as "0e46a209266e8729e67a7b89dead18563d4c2a81e57ee5d350d233e6f419d999"
/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 \"\\\"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\" != '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"
- Preconfiguring packages ...
- Selecting previously unselected package libdbus-1-3:amd64.
- (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 .../000-libdbus-1-3_1.16.2-2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../001-dbus-bin_1.16.2-2_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../002-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../003-dbus-daemon_1.16.2-2_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../004-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../005-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package fonts-lato.
- Preparing to unpack .../006-fonts-lato_2.015-1_all.deb ...
- Unpacking fonts-lato (2.015-1) ...
- Selecting previously unselected package libfftw3-double3:amd64.
- Preparing to unpack .../007-libfftw3-double3_3.3.10-2+b1_amd64.deb ...
- Unpacking libfftw3-double3:amd64 (3.3.10-2+b1) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../008-libpng16-16t64_1.6.48-1+deb13u4_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.48-1+deb13u4) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../009-libfreetype6_2.13.3+dfsg-1+deb13u1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../010-fonts-dejavu-mono_2.37-8_all.deb ...
- Unpacking fonts-dejavu-mono (2.37-8) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../011-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../012-libfontenc1_1%3a1.1.8-1+b2_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.8-1+b2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../013-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package xfonts-encodings.
- Preparing to unpack .../014-xfonts-encodings_1%3a1.0.4-2.2_all.deb ...
- Unpacking xfonts-encodings (1:1.0.4-2.2) ...
- Selecting previously unselected package xfonts-utils.
- Preparing to unpack .../015-xfonts-utils_1%3a7.7+7_amd64.deb ...
- Unpacking xfonts-utils (1:7.7+7) ...
- Selecting previously unselected package fonts-urw-base35.
- Preparing to unpack .../016-fonts-urw-base35_20200910-8_all.deb ...
- Unpacking fonts-urw-base35 (20200910-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../017-fontconfig-config_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig-config (2.15.0-2.3) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../018-libfontconfig1_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package libsharpyuv0:amd64.
- Preparing to unpack .../019-libsharpyuv0_1.5.0-0.1_amd64.deb ...
- Unpacking libsharpyuv0:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../020-libdav1d7_1.5.1-1_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.1-1) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../021-libheif-plugin-dav1d_1.19.8-1_amd64.deb ...
- Unpacking libheif-plugin-dav1d:amd64 (1.19.8-1) ...
- Selecting previously unselected package libde265-0:amd64.
- Preparing to unpack .../022-libde265-0_1.0.15-1+b3_amd64.deb ...
- Unpacking libde265-0:amd64 (1.0.15-1+b3) ...
- Selecting previously unselected package libheif-plugin-libde265:amd64.
- Preparing to unpack .../023-libheif-plugin-libde265_1.19.8-1_amd64.deb ...
- Unpacking libheif-plugin-libde265:amd64 (1.19.8-1) ...
- Selecting previously unselected package libheif1:amd64.
- Preparing to unpack .../024-libheif1_1.19.8-1_amd64.deb ...
- Unpacking libheif1:amd64 (1.19.8-1) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../025-libjbig0_2.1-6.1+b2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../026-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../027-liblcms2-2_2.16-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.16-2) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../028-libglib2.0-0t64_2.84.4-3~deb13u2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package liblqr-1-0:amd64.
- Preparing to unpack .../029-liblqr-1-0_0.4.2-2.1+b2_amd64.deb ...
- Unpacking liblqr-1-0:amd64 (0.4.2-2.1+b2) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../030-libltdl7_2.5.4-4_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-4) ...
- Selecting previously unselected package libopenjp2-7:amd64.
- Preparing to unpack .../031-libopenjp2-7_2.5.3-2.1~deb13u1_amd64.deb ...
- Unpacking libopenjp2-7:amd64 (2.5.3-2.1~deb13u1) ...
- Selecting previously unselected package libraw23t64:amd64.
- Preparing to unpack .../032-libraw23t64_0.21.4-2_amd64.deb ...
- Unpacking libraw23t64:amd64 (0.21.4-2) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../033-libdeflate0_1.23-2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../034-liblerc4_4.0.0+ds-5_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
- Selecting previously unselected package libwebp7:amd64.
- Preparing to unpack .../035-libwebp7_1.5.0-0.1_amd64.deb ...
- Unpacking libwebp7:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libtiff6:amd64.
- Preparing to unpack .../036-libtiff6_4.7.0-3+deb13u1_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libwebpdemux2:amd64.
- Preparing to unpack .../037-libwebpdemux2_1.5.0-0.1_amd64.deb ...
- Unpacking libwebpdemux2:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../038-libwebpmux3_1.5.0-0.1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../039-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package imagemagick-7-common.
- Preparing to unpack .../040-imagemagick-7-common_8%3a7.1.1.43+dfsg1-1+deb13u7_all.deb ...
- Unpacking imagemagick-7-common (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package libmagickcore-7.q16-10:amd64.
- Preparing to unpack .../041-libmagickcore-7.q16-10_8%3a7.1.1.43+dfsg1-1+deb13u7_amd64.deb ...
- Unpacking libmagickcore-7.q16-10:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package libmagickwand-7.q16-10:amd64.
- Preparing to unpack .../042-libmagickwand-7.q16-10_8%3a7.1.1.43+dfsg1-1+deb13u7_amd64.deb ...
- Unpacking libmagickwand-7.q16-10:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package poppler-data.
- Preparing to unpack .../043-poppler-data_0.4.12-1_all.deb ...
- Unpacking poppler-data (0.4.12-1) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../044-sensible-utils_0.0.25_all.deb ...
- Unpacking sensible-utils (0.0.25) ...
- Selecting previously unselected package binaryen.
- Preparing to unpack .../045-binaryen_120-4_amd64.deb ...
- Unpacking binaryen (120-4) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../046-fontconfig_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package fonts-droid-fallback.
- Preparing to unpack .../047-fonts-droid-fallback_1%3a8.1.0r7-1~1.gbp36536b_all.deb ...
- Unpacking fonts-droid-fallback (1:8.1.0r7-1~1.gbp36536b) ...
- Selecting previously unselected package fonts-noto-mono.
- Preparing to unpack .../048-fonts-noto-mono_20201225-2_all.deb ...
- Unpacking fonts-noto-mono (20201225-2) ...
- Selecting previously unselected package libgs-common.
- Preparing to unpack .../049-libgs-common_10.05.1~dfsg-1+deb13u1_all.deb ...
- Unpacking libgs-common (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package libgs10-common.
- Preparing to unpack .../050-libgs10-common_10.05.1~dfsg-1+deb13u1_all.deb ...
- Unpacking libgs10-common (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../051-libavahi-common-data_0.8-16_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-16) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../052-libavahi-common3_0.8-16_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../053-libavahi-client3_0.8-16_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-16) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../054-libcups2t64_2.4.10-3+deb13u2_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../055-libidn12_1.43-1_amd64.deb ...
- Unpacking libidn12:amd64 (1.43-1) ...
- Selecting previously unselected package libijs-0.35:amd64.
- Preparing to unpack .../056-libijs-0.35_0.35-15.2_amd64.deb ...
- Unpacking libijs-0.35:amd64 (0.35-15.2) ...
- Selecting previously unselected package libjbig2dec0:amd64.
- Preparing to unpack .../057-libjbig2dec0_0.20-1+b3_amd64.deb ...
- Unpacking libjbig2dec0:amd64 (0.20-1+b3) ...
- Selecting previously unselected package libpaper2:amd64.
- Preparing to unpack .../058-libpaper2_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper2:amd64 (2.2.5-0.3+b2) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../059-libice6_2%3a1.1.1-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.1.1-1) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../060-libsm6_2%3a1.2.6-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1) ...
- Selecting previously unselected package libxt6t64:amd64.
- Preparing to unpack .../061-libxt6t64_1%3a1.2.1-1.2+b2_amd64.deb ...
- Unpacking libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Selecting previously unselected package libgs10:amd64.
- Preparing to unpack .../062-libgs10_10.05.1~dfsg-1+deb13u1_amd64.deb ...
- Unpacking libgs10:amd64 (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package ghostscript.
- Preparing to unpack .../063-ghostscript_10.05.1~dfsg-1+deb13u1_amd64.deb ...
- Unpacking ghostscript (10.05.1~dfsg-1+deb13u1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../064-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package imagemagick-7.q16.
- Preparing to unpack .../065-imagemagick-7.q16_8%3a7.1.1.43+dfsg1-1+deb13u7_amd64.deb ...
- Unpacking imagemagick-7.q16 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package imagemagick.
- Preparing to unpack .../066-imagemagick_8%3a7.1.1.43+dfsg1-1+deb13u7_amd64.deb ...
- Unpacking imagemagick (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package javascript-common.
- Preparing to unpack .../067-javascript-common_12+nmu1_all.deb ...
- Unpacking javascript-common (12+nmu1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../068-libaom3_3.12.1-1_amd64.deb ...
- Unpacking libaom3:amd64 (3.12.1-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../069-libpixman-1-0_0.44.0-3_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.44.0-3) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../070-libxcb-render0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../071-libxcb-shm0_1.17.0-2+b1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../072-libxrender1_1%3a0.9.12-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.12-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../073-libcairo2_1.18.4-1+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1+b1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../074-libdatrie1_0.2.13-3+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-3+b1) ...
- Selecting previously unselected package libdjvulibre-text.
- Preparing to unpack .../075-libdjvulibre-text_3.5.28-2.2_all.deb ...
- Unpacking libdjvulibre-text (3.5.28-2.2) ...
- Selecting previously unselected package libdjvulibre21:amd64.
- Preparing to unpack .../076-libdjvulibre21_3.5.28-2.2_amd64.deb ...
- Unpacking libdjvulibre21:amd64 (3.5.28-2.2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../077-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../078-libglib2.0-data_2.84.4-3~deb13u2_all.deb ...
- Unpacking libglib2.0-data (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- Preparing to unpack .../079-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 .../080-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../081-libgraphite2-3_1.3.14-2+b1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../082-libharfbuzz0b_10.2.0-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../083-libheif-plugin-aomenc_1.19.8-1_amd64.deb ...
- Unpacking libheif-plugin-aomenc:amd64 (1.19.8-1) ...
- Selecting previously unselected package libnuma1:amd64.
- Preparing to unpack .../084-libnuma1_2.0.19-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../085-libx265-215_4.1-2_amd64.deb ...
- Unpacking libx265-215:amd64 (4.1-2) ...
- Selecting previously unselected package libheif-plugin-x265:amd64.
- Preparing to unpack .../086-libheif-plugin-x265_1.19.8-1_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.19.8-1) ...
- Selecting previously unselected package libimath-3-1-29t64:amd64.
- Preparing to unpack .../087-libimath-3-1-29t64_3.1.12-1+b3_amd64.deb ...
- Unpacking libimath-3-1-29t64:amd64 (3.1.12-1+b3) ...
- Selecting previously unselected package libjs-jquery.
- Preparing to unpack .../088-libjs-jquery_3.6.1+dfsg+~3.5.14-1_all.deb ...
- Unpacking libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
- Selecting previously unselected package libjxr0t64:amd64.
- Preparing to unpack .../089-libjxr0t64_1.2~git20170615.f752187-5.3_amd64.deb ...
- Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.3) ...
- Selecting previously unselected package libjxr-tools.
- Preparing to unpack .../090-libjxr-tools_1.2~git20170615.f752187-5.3_amd64.deb ...
- Unpacking libjxr-tools (1.2~git20170615.f752187-5.3) ...
- Selecting previously unselected package libopenexr-3-1-30:amd64.
- Preparing to unpack .../091-libopenexr-3-1-30_3.1.13-2_amd64.deb ...
- Unpacking libopenexr-3-1-30:amd64 (3.1.13-2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../092-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../093-libthai0_0.1.29-2+b1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-2+b1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../094-libpango-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../095-libpangoft2-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../096-libpangocairo-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libwmflite-0.2-7:amd64.
- Preparing to unpack .../097-libwmflite-0.2-7_0.2.13-1.1+b3_amd64.deb ...
- Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1+b3) ...
- Selecting previously unselected package libmagickcore-7.q16-10-extra:amd64.
- Preparing to unpack .../098-libmagickcore-7.q16-10-extra_8%3a7.1.1.43+dfsg1-1+deb13u7_amd64.deb ...
- Unpacking libmagickcore-7.q16-10-extra:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Selecting previously unselected package libnetpbm11t64:amd64.
- Preparing to unpack .../099-libnetpbm11t64_2%3a11.10.02-1_amd64.deb ...
- Unpacking libnetpbm11t64:amd64 (2:11.10.02-1) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../100-libpaper-utils_2.2.5-0.3+b2_amd64.deb ...
- Unpacking libpaper-utils (2.2.5-0.3+b2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../101-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../102-libpq5_17.9-0+deb13u1_amd64.deb ...
- Unpacking libpq5:amd64 (17.9-0+deb13u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../103-libssl-dev_3.5.5-1~deb13u1_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.5.5-1~deb13u1) ...
- Selecting previously unselected package libpq-dev.
- Preparing to unpack .../104-libpq-dev_17.9-0+deb13u1_amd64.deb ...
- Unpacking libpq-dev (17.9-0+deb13u1) ...
- Selecting previously unselected package rubygems-integration.
- Preparing to unpack .../105-rubygems-integration_1.19_all.deb ...
- Unpacking rubygems-integration (1.19) ...
- Selecting previously unselected package ruby3.3.
- Preparing to unpack .../106-ruby3.3_3.3.8-2_amd64.deb ...
- Unpacking ruby3.3 (3.3.8-2) ...
- Selecting previously unselected package ruby-rubygems.
- Preparing to unpack .../107-ruby-rubygems_3.6.7-2_all.deb ...
- Unpacking ruby-rubygems (3.6.7-2) ...
- Selecting previously unselected package ruby.
- Preparing to unpack .../108-ruby_1%3a3.3+b1_amd64.deb ...
- Unpacking ruby (1:3.3+b1) ...
- Selecting previously unselected package rake.
- Preparing to unpack .../109-rake_13.2.1-1_all.deb ...
- Unpacking rake (13.2.1-1) ...
- Selecting previously unselected package ruby-csv.
- Preparing to unpack .../110-ruby-csv_3.3.4-1_all.deb ...
- Unpacking ruby-csv (3.3.4-1) ...
- Selecting previously unselected package ruby-did-you-mean.
- Preparing to unpack .../111-ruby-did-you-mean_1.6.3-2_all.deb ...
- Unpacking ruby-did-you-mean (1.6.3-2) ...
- Selecting previously unselected package ruby-net-telnet.
- Preparing to unpack .../112-ruby-net-telnet_0.2.0-1_all.deb ...
- Unpacking ruby-net-telnet (0.2.0-1) ...
- Selecting previously unselected package ruby-ruby2-keywords.
- Preparing to unpack .../113-ruby-ruby2-keywords_0.0.5-1_all.deb ...
- Unpacking ruby-ruby2-keywords (0.0.5-1) ...
- Selecting previously unselected package ruby-webrick.
- Preparing to unpack .../114-ruby-webrick_1.9.1-1_all.deb ...
- Unpacking ruby-webrick (1.9.1-1) ...
- Selecting previously unselected package ruby-xmlrpc.
- Preparing to unpack .../115-ruby-xmlrpc_0.3.3-2_all.deb ...
- Unpacking ruby-xmlrpc (0.3.3-2) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../116-libyaml-0-2_0.2.5-2_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-2) ...
- Selecting previously unselected package libruby3.3:amd64.
- Preparing to unpack .../117-libruby3.3_3.3.8-2_amd64.deb ...
- Unpacking libruby3.3:amd64 (3.3.8-2) ...
- Selecting previously unselected package libruby:amd64.
- Preparing to unpack .../118-libruby_1%3a3.3+b1_amd64.deb ...
- Unpacking libruby:amd64 (1:3.3+b1) ...
- Selecting previously unselected package netpbm.
- Preparing to unpack .../119-netpbm_2%3a11.10.02-1_amd64.deb ...
- Unpacking netpbm (2:11.10.02-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../120-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../121-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../122-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package ruby-ffi:amd64.
- Preparing to unpack .../123-ruby-ffi_1.17.0+dfsg-1+b3_amd64.deb ...
- Unpacking ruby-ffi:amd64 (1.17.0+dfsg-1+b3) ...
- Selecting previously unselected package ruby-rb-inotify.
- Preparing to unpack .../124-ruby-rb-inotify_0.10.1-2_all.deb ...
- Unpacking ruby-rb-inotify (0.10.1-2) ...
- Selecting previously unselected package ruby-listen.
- Preparing to unpack .../125-ruby-listen_3.9.0-1_all.deb ...
- Unpacking ruby-listen (3.9.0-1) ...
- Selecting previously unselected package ruby-sass.
- Preparing to unpack .../126-ruby-sass_3.7.4-6_all.deb ...
- Unpacking ruby-sass (3.7.4-6) ...
- Selecting previously unselected package ruby-sdbm:amd64.
- Preparing to unpack .../127-ruby-sdbm_1.0.0-5+b7_amd64.deb ...
- Unpacking ruby-sdbm:amd64 (1.0.0-5+b7) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../128-shared-mime-info_2.4-5+b2_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../129-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../130-zip_3.0-15_amd64.deb ...
- Unpacking zip (3.0-15) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../131-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 javascript-common (12+nmu1) ...
- Setting up libgraphite2-3:amd64 (1.3.14-2+b1) ...
- Setting up liblcms2-2:amd64 (2.16-2) ...
- Setting up libpixman-1-0:amd64 (0.44.0-3) ...
- Setting up binaryen (120-4) ...
- Setting up libsharpyuv0:amd64 (1.5.0-0.1) ...
- Setting up libaom3:amd64 (3.12.1-1) ...
- Setting up ruby-ruby2-keywords (0.0.5-1) ...
- Setting up fonts-lato (2.015-1) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5) ...
- Setting up fonts-noto-mono (20201225-2) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1+b3) ...
- Setting up libxrender1:amd64 (1:0.9.12-1) ...
- Setting up libdatrie1:amd64 (0.2.13-3+b1) ...
- Setting up xdg-user-dirs (0.18-2) ...
- Setting up libxcb-render0:amd64 (1.17.0-2+b1) ...
- Setting up libyaml-0-2:amd64 (0.2.5-2) ...
- Setting up imagemagick-7-common (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Setting up libijs-0.35:amd64 (0.35-15.2) ...
- Setting up libgs-common (10.05.1~dfsg-1+deb13u1) ...
- Setting up x11-common (1:7.7+24+deb13u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libpq5:amd64 (17.9-0+deb13u1) ...
- Setting up libdeflate0:amd64 (1.23-2) ...
- Setting up rubygems-integration (1.19) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Setting up libjbig0:amd64 (2.1-6.1+b2) ...
- Setting up libnetpbm11t64:amd64 (2:11.10.02-1) ...
- Setting up poppler-data (0.4.12-1) ...
- Setting up zip (3.0-15) ...
- Setting up libfontenc1:amd64 (1:1.1.8-1+b2) ...
- Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- No schema files found: doing nothing.
- Setting up libglib2.0-data (2.84.4-3~deb13u2) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.3) ...
- Setting up libjbig2dec0:amd64 (0.20-1+b3) ...
- Setting up libavahi-common-data:amd64 (0.8-16) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2) ...
- Setting up ruby-net-telnet (0.2.0-1) ...
- Setting up xfonts-encodings (1:1.0.4-2.2) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up ruby-csv (3.3.4-1) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libssl-dev:amd64 (3.5.5-1~deb13u1) ...
- Setting up libpng16-16t64:amd64 (1.6.48-1+deb13u4) ...
- Setting up libimath-3-1-29t64:amd64 (3.1.12-1+b3) ...
- Setting up libidn12:amd64 (1.43-1) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libltdl7:amd64 (2.5.4-4) ...
- Setting up libfftw3-double3:amd64 (3.3.10-2+b1) ...
- Setting up libraw23t64:amd64 (0.21.4-2) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up ruby-webrick (1.9.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libnuma1:amd64 (2.0.19-1) ...
- Setting up libdav1d7:amd64 (1.5.1-1) ...
- Setting up liblqr-1-0:amd64 (0.4.2-2.1+b2) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up libopenjp2-7:amd64 (2.5.3-2.1~deb13u1) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up fonts-droid-fallback (1:8.1.0r7-1~1.gbp36536b) ...
- Setting up libpaper2:amd64 (2.2.5-0.3+b2) ...
- Setting up libdjvulibre-text (3.5.28-2.2) ...
- Setting up libjs-jquery (3.6.1+dfsg+~3.5.14-1) ...
- Setting up ruby-did-you-mean (1.6.3-2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Setting up libde265-0:amd64 (1.0.15-1+b3) ...
- Setting up libx265-215:amd64 (4.1-2) ...
- Setting up libwebpmux3:amd64 (1.5.0-0.1) ...
- Setting up ruby-xmlrpc (0.3.3-2) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libjxr-tools (1.2~git20170615.f752187-5.3) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libwebpdemux2:amd64 (1.5.0-0.1) ...
- Setting up libdjvulibre21:amd64 (3.5.28-2.2) ...
- Setting up libavahi-common3:amd64 (0.8-16) ...
- Setting up libpq-dev (17.9-0+deb13u1) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libpaper-utils (2.2.5-0.3+b2) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libthai0:amd64 (0.1.29-2+b1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1+deb13u1) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libopenexr-3-1-30:amd64 (3.1.13-2) ...
- Setting up shared-mime-info (2.4-5+b2) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up netpbm (2:11.10.02-1) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Setting up libfontconfig1:amd64 (2.15.0-2.3) ...
- Setting up libsm6:amd64 (2:1.2.6-1) ...
- Setting up libavahi-client3:amd64 (0.8-16) ...
- Setting up fontconfig (2.15.0-2.3) ...
- Regenerating fonts cache...
- done.
- Setting up libpango-1.0-0:amd64 (1.56.3-1) ...
- Setting up xfonts-utils (1:7.7+7) ...
- Setting up libcairo2:amd64 (1.18.4-1+b1) ...
- Setting up libxt6t64:amd64 (1:1.2.1-1.2+b2) ...
- Setting up libpangoft2-1.0-0:amd64 (1.56.3-1) ...
- Setting up libcups2t64:amd64 (2.4.10-3+deb13u2) ...
- Setting up libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Setting up fonts-urw-base35 (20200910-8) ...
- Setting up libgs10-common (10.05.1~dfsg-1+deb13u1) ...
- Setting up libgs10:amd64 (10.05.1~dfsg-1+deb13u1) ...
- Setting up ghostscript (10.05.1~dfsg-1+deb13u1) ...
- Setting up libheif-plugin-dav1d:amd64 (1.19.8-1) ...
- Setting up libheif-plugin-libde265:amd64 (1.19.8-1) ...
- Setting up libruby:amd64 (1:3.3+b1) ...
- Setting up libheif1:amd64 (1.19.8-1) ...
- Setting up ruby-rubygems (3.6.7-2) ...
- Setting up ruby (1:3.3+b1) ...
- Setting up rake (13.2.1-1) ...
- Setting up libmagickcore-7.q16-10:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Setting up libmagickwand-7.q16-10:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Setting up libruby3.3:amd64 (3.3.8-2) ...
- Setting up libheif-plugin-x265:amd64 (1.19.8-1) ...
- Setting up libheif-plugin-aomenc:amd64 (1.19.8-1) ...
- Setting up ruby3.3 (3.3.8-2) ...
- Setting up ruby-ffi:amd64 (1.17.0+dfsg-1+b3) ...
- Setting up ruby-sdbm:amd64 (1.0.0-5+b7) ...
- Setting up libmagickcore-7.q16-10-extra:amd64 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Setting up imagemagick-7.q16 (8:7.1.1.43+dfsg1-1+deb13u7) ...
- update-alternatives: using /usr/bin/compare-im7.q16 to provide /usr/bin/compare (compare) in auto mode
- update-alternatives: using /usr/bin/compare-im7.q16 to provide /usr/bin/compare-im7 (compare-im7) in auto mode
- update-alternatives: using /usr/bin/animate-im7.q16 to provide /usr/bin/animate (animate) in auto mode
- update-alternatives: using /usr/bin/animate-im7.q16 to provide /usr/bin/animate-im7 (animate-im7) in auto mode
- update-alternatives: using /usr/bin/convert-im7.q16 to provide /usr/bin/convert (convert) in auto mode
- update-alternatives: using /usr/bin/convert-im7.q16 to provide /usr/bin/convert-im7 (convert-im7) in auto mode
- update-alternatives: using /usr/bin/composite-im7.q16 to provide /usr/bin/composite (composite) in auto mode
- update-alternatives: using /usr/bin/composite-im7.q16 to provide /usr/bin/composite-im7 (composite-im7) in auto mode
- update-alternatives: using /usr/bin/conjure-im7.q16 to provide /usr/bin/conjure (conjure) in auto mode
- update-alternatives: using /usr/bin/conjure-im7.q16 to provide /usr/bin/conjure-im7 (conjure-im7) in auto mode
- update-alternatives: using /usr/bin/import-im7.q16 to provide /usr/bin/import (import) in auto mode
- update-alternatives: using /usr/bin/import-im7.q16 to provide /usr/bin/import-im7 (import-im7) in auto mode
- update-alternatives: using /usr/bin/identify-im7.q16 to provide /usr/bin/identify (identify) in auto mode
- update-alternatives: using /usr/bin/identify-im7.q16 to provide /usr/bin/identify-im7 (identify-im7) in auto mode
- update-alternatives: using /usr/bin/stream-im7.q16 to provide /usr/bin/stream (stream) in auto mode
- update-alternatives: using /usr/bin/stream-im7.q16 to provide /usr/bin/stream-im7 (stream-im7) in auto mode
- update-alternatives: using /usr/bin/display-im7.q16 to provide /usr/bin/display (display) in auto mode
- update-alternatives: using /usr/bin/display-im7.q16 to provide /usr/bin/display-im7 (display-im7) in auto mode
- update-alternatives: using /usr/bin/montage-im7.q16 to provide /usr/bin/montage (montage) in auto mode
- update-alternatives: using /usr/bin/montage-im7.q16 to provide /usr/bin/montage-im7 (montage-im7) in auto mode
- update-alternatives: using /usr/bin/mogrify-im7.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
- update-alternatives: using /usr/bin/mogrify-im7.q16 to provide /usr/bin/mogrify-im7 (mogrify-im7) in auto mode
- update-alternatives: using /usr/bin/magick-im7.q16 to provide /usr/bin/magick (magick) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/magick.1.gz because associated file /usr/share/man/man1/magick-im7.q16.1.gz (of link group magick) doesn't exist
- update-alternatives: using /usr/bin/magick-im7.q16 to provide /usr/bin/magick-im7 (magick-im7) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/magick-im7.1.gz because associated file /usr/share/man/man1/magick-im7.q16.1.gz (of link group magick-im7) doesn't exist
- update-alternatives: using /usr/bin/magick-script-im7.q16 to provide /usr/bin/magick-script (magick-script) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/magick-script.1.gz because associated file /usr/share/man/man1/magick-script-im7.q16.1.gz (of link group magick-script) doesn't exist
- update-alternatives: using /usr/bin/magick-script-im7.q16 to provide /usr/bin/magick-script-im7 (magick-script-im7) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/magick-script-im7.1.gz because associated file /usr/share/man/man1/magick-script-im7.q16.1.gz (of link group magick-script-im7) doesn't exist
- Setting up ruby-rb-inotify (0.10.1-2) ...
- Setting up imagemagick (8:7.1.1.43+dfsg1-1+deb13u7) ...
- Setting up ruby-listen (3.9.0-1) ...
- Setting up ruby-sass (3.7.4-6) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
<><> 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)
-> installed cmdliner.2.1.0
-> retrieved eliom.12.0.1 (https://opam.ocaml.org/cache)
-> 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)
-> 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 (https://opam.ocaml.org/cache)
-> retrieved ocsigen-toolkit.4.2.0 (https://opam.ocaml.org/cache)
-> 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 rresult.0.7.0
-> installed base64.3.5.2
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed astring.0.8.5
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed react.1.2.2
-> installed uutf.1.0.4
-> 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 fpath.0.7.3
-> installed cstruct.6.2.0
-> installed asn1-combinators.0.3.2
-> installed syslog-message.1.2.0
-> installed reactiveData.0.3.1
-> installed ocplib-endian.1.2
-> installed js_of_ocaml-ocamlbuild.5.0
-> installed ipaddr.5.6.2
-> installed digestif.1.3.0
-> 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 kdf.1.0.0
-> installed cryptokit.1.21.1
-> 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 uri-sexp.4.4.0
-> installed ipaddr-sexp.5.6.2
-> 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
-> installed wasm_of_ocaml-compiler.6.3.2
-> installed js_of_ocaml-tyxml.6.3.2
-> installed js_of_ocaml-lwt.6.3.2
-> installed eliom.12.0.1
-> installed ocsigen-toolkit.4.2.0
-> installed ocsigen-start.8.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-03 17:11.55 ---> saved as "d63278593e11a100ba900e2268408825ff6550ae28e676e7c68193da45c53dc3"
Job succeeded
2026-04-03 17:12.02: Job succeeded