Build:
  1. 0
2026-03-02 19:24.04: New job: test irmin-http.2.10.2 with dune.3.22.0~alpha0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
                              on debian-13-ocaml-4.14/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/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a
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 dune.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dune.3.22.0~alpha0; \
    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" != 'dune.3.22.0~alpha0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall irmin-http.2.10.2; \
    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" != 'irmin-http.2.10.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test irmin-http.2.10.2) || true
RUN opam reinstall --with-test --verbose irmin-http.2.10.2; \
    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" != 'irmin-http.2.10.2' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-02 19:24.04: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a-dune.3.22.0~alpha0-irmin-http.2.10.2-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 19:24.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
 (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 dune.3.22.0~alpha0 3.22.0~alpha0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.22.0~alpha0;\
             \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\" != 'dune.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall irmin-http.2.10.2;\
             \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\" != 'irmin-http.2.10.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test irmin-http.2.10.2) || true"))
 (run (shell  "opam reinstall --with-test --verbose irmin-http.2.10.2;\
             \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\" != 'irmin-http.2.10.2' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-02 19:24.04: Waiting for resource in pool OCluster
2026-03-03 05:04.21: Waiting for worker…
2026-03-03 05:09.23: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
 .../chrome-trace/chrome-trace.3.22.0~alpha0/opam   | 39 +++++++++++
 .../dune-action-plugin.3.22.0~alpha0/opam          | 52 +++++++++++++++
 .../dune-action-trace.3.22.0~alpha0/opam           | 40 ++++++++++++
 .../dune-build-info.3.22.0~alpha0/opam             | 45 +++++++++++++
 .../dune-configurator.3.22.0~alpha0/opam           | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.0~alpha0/opam    | 42 ++++++++++++
 .../dune-private-libs.3.22.0~alpha0/opam           | 50 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam   | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam      | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.0~alpha0/opam    | 37 +++++++++++
 packages/dune/dune.3.22.0~alpha0/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.0~alpha0/opam                | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.0~alpha0/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam  | 43 +++++++++++++
 packages/ordering/ordering.3.22.0~alpha0/opam      | 38 +++++++++++
 packages/stdune/stdune.3.22.0~alpha0/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.22.0~alpha0/opam     | 38 +++++++++++
 packages/xdg/xdg.3.22.0~alpha0/opam                | 39 +++++++++++
 18 files changed, 797 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
 create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
 create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
 create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
 create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
 create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
 create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
 create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
 create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
2026-03-03 05:09.35 ---> using "40de8e47c13dd397f7466181b47c70cd31f6d05f624f7f51643a7089a29a5322" 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-03-03 05:09.35 ---> using "11e955cadb21ab08a7e8407d7e49d7e8b8232723aa9e80323bab6a7d993e9a38" 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
[NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-03 05:09.35 ---> using "b84411f14b612833c97eea3b0fb49d7afb0294cf8c4774caaff1f8b0f1bd5849" 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                 255
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-03 05:09.35 ---> using "bc1392749f7c1b1568053e91f3061e53f54f3bf6892fcf3fa14761d0f2fabccc" 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-03-03 05:09.35 ---> using "0f88aad717079fee185cb5f7b0853d5dede0158dafac18dc05292641ad1318aa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 05:09.35 ---> using "cf2f29575da4e00ad2c0e3200eaf5375ace45ec778f515d81ffd2e5eb96c41f1" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 05:09.35 ---> using "c517023779902244dbe5c8fbf440d1dd4569daf367c1e2ee7dd7eb370c41d91c" from cache

/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 [113 kB]
- Fetched 203 kB in 0s (1833 kB/s)
- Reading package lists...
2026-03-03 05:09.35 ---> using "a2e6599fe15f34bfd0a71de19dbfccfacdc1f910f7a37fea793bb8ff67d4ba47" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.0~alpha0 3.22.0~alpha0"))
dune is now pinned to version 3.22.0~alpha0
2026-03-03 05:09.35 ---> using "9ecf7f496eb9b328aa3c8f7333a40a30e123b33b9d8b5606b7ac6bfc2b62fac7" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall dune.3.22.0~alpha0;\
                        \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\" != 'dune.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
dune.3.22.0~alpha0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 1 package
  - install dune 3.22.0~alpha0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha0  (cached)
-> installed dune.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:09.35 ---> using "1d093925996c7908c33a8109d0c1a7be5172d79d6a00aabc511d552ee2499f33" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall irmin-http.2.10.2;\
                        \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\" != 'irmin-http.2.10.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
irmin-http.2.10.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 53 packages
  - install angstrom            0.16.1        [required by uri]
  - install astring             0.8.5         [required by irmin-http]
  - install base                v0.16.4       [required by ppx_sexp_conv]
  - install base-bytes          base          [required by ocplib-endian]
  - install base64              3.5.2         [required by cohttp]
  - install bheap               2.0.0         [required by irmin]
  - install bigstringaf         0.10.0        [required by angstrom]
  - install cmdliner            2.1.0         [required by crunch]
  - install cohttp              6.2.1         [required by irmin-http]
  - install cohttp-lwt          6.2.1         [required by irmin-http]
  - install cppo                1.8.0         [required by lwt]
  - install crunch              4.0.0         [required by irmin-http]
  - install csexp               1.5.2         [required by dune-configurator]
  - install digestif            1.3.0         [required by irmin]
  - install dispatch            0.5.0         [required by webmachine]
  - install domain-name         0.5.0         [required by ipaddr]
  - install dune-configurator   3.22.0~alpha0 [required by lwt, base]
  - install either              1.0.0         [required by repr]
  - install eqaf                0.10          [required by digestif]
  - install fmt                 0.11.0        [required by irmin-http]
  - install http                6.2.1         [required by cohttp, cohttp-lwt]
  - install ipaddr              5.6.2         [required by cohttp, cohttp-lwt]
  - install irmin               2.10.2        [required by irmin-http]
  - install irmin-http          2.10.2
  - install jsonm               1.0.2         [required by irmin-http]
  - install logs                0.10.0        [required by irmin-http]
  - install lwt                 6.1.1         [required by irmin-http]
  - install macaddr             5.6.2         [required by ipaddr]
  - install ocaml-compiler-libs v0.12.4       [required by ppxlib]
  - install ocaml-syntax-shims  1.0.0         [required by angstrom]
  - install ocamlbuild          0.16.1        [required by astring]
  - install ocamlfind           1.9.8         [required by astring]
  - install ocamlgraph          2.2.0         [required by irmin]
  - install ocplib-endian       1.2           [required by lwt]
  - install optint              0.3.0         [required by repr]
  - install ppx_derivers        1.2.1         [required by ppxlib]
  - install ppx_deriving        6.0.3         [required by ppx_repr]
  - install ppx_irmin           2.10.2        [required by irmin-http]
  - install ppx_repr            0.5.0         [required by ppx_irmin]
  - install ppx_sexp_conv       v0.16.0       [required by cohttp, cohttp-lwt]
  - install ppxlib              0.35.0        [required by ppx_sexp_conv]
  - install ptime               1.2.0         [required by crunch, webmachine]
  - install re                  1.14.0        [required by cohttp, webmachine]
  - install repr                0.5.0         [required by irmin]
  - install result              1.5           [required by dispatch]
  - install sexplib0            v0.16.0       [required by cohttp, cohttp-lwt]
  - install stdlib-shims        0.3.0         [required by ppxlib]
  - install stringext           1.6.0         [required by cohttp]
  - install topkg               1.1.1         [required by astring]
  - install uri                 4.4.0         [required by irmin-http]
  - install uri-sexp            4.4.0         [required by cohttp]
  - install uutf                1.0.4         [required by irmin]
  - install webmachine          0.7.0         [required by irmin-http]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bheap.2.0.0  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, http.6.2.1  (cached)
-> installed bheap.2.0.0
-> retrieved cppo.1.8.0  (cached)
-> installed base64.3.5.2
-> retrieved crunch.4.0.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed csexp.1.5.2
-> installed http.6.2.1
-> retrieved digestif.1.3.0  (cached)
-> retrieved dispatch.0.5.0  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> installed domain-name.0.5.0
-> installed cppo.1.8.0
-> retrieved dune-configurator.3.22.0~alpha0  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved eqaf.0.10  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved ipaddr.5.6.2, macaddr.5.6.2  (cached)
-> retrieved irmin.2.10.2, irmin-http.2.10.2, ppx_irmin.2.10.2  (cached)
-> installed cmdliner.2.1.0
-> installed dune-configurator.3.22.0~alpha0
-> installed either.1.0.0
-> installed macaddr.5.6.2
-> retrieved jsonm.1.0.2  (cached)
-> installed eqaf.0.10
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlgraph.2.2.0  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> installed ipaddr.5.6.2
-> installed bigstringaf.0.10.0
-> retrieved ppx_repr.0.5.0, repr.0.5.0  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved ppxlib.0.35.0  (cached)
-> installed optint.0.3.0
-> installed digestif.1.3.0
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved uutf.1.0.4  (cached)
-> retrieved webmachine.0.7.0  (cached)
-> installed ocaml-compiler-libs.v0.12.4
-> installed result.1.5
-> installed stringext.1.6.0
-> installed stdlib-shims.0.3.0
-> installed dispatch.0.5.0
-> installed sexplib0.v0.16.0
-> installed angstrom.0.16.1
-> installed re.1.14.0
-> installed ocamlgraph.2.2.0
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed uri.4.4.0
-> installed ocplib-endian.1.2
-> installed ocamlbuild.0.16.1
-> installed base.v0.16.4
-> installed lwt.6.1.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed crunch.4.0.0
-> installed jsonm.1.0.2
-> installed logs.0.10.0
-> installed repr.0.5.0
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed uri-sexp.4.4.0
-> installed ppx_repr.0.5.0
-> installed ppx_irmin.2.10.2
-> installed cohttp.6.2.1
-> installed webmachine.0.7.0
-> installed cohttp-lwt.6.2.1
-> installed irmin.2.10.2
-> installed irmin-http.2.10.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:10.09 ---> saved as "889e871d265a5a8b95dbd0b220e9f357b33c7d52ef549282e85378fba7c06140"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test irmin-http.2.10.2) || true"))
The following actions will be performed:
=== downgrade 4 packages
  - downgrade cmdliner                 2.1.0 to 1.3.0 [required by git-unix, cohttp-lwt-unix, irmin-test]
  - downgrade cohttp                   6.2.1 to 5.3.1 [required by irmin-http]
  - downgrade cohttp-lwt               6.2.1 to 5.3.0 [required by irmin-http]
  - downgrade lwt                      6.1.1 to 5.9.2 [required by irmin-http]
=== recompile 11 packages
  - recompile crunch                   4.0.0          [uses cmdliner]
  - recompile fmt                      0.11.0         [uses cmdliner]
  - recompile irmin                    2.10.2         [uses lwt]
  - recompile irmin-http               2.10.2
  - recompile jsonm                    1.0.2          [uses uutf]
  - recompile logs                     0.10.0         [uses lwt]
  - recompile ppx_irmin                2.10.2         [uses ppx_repr]
  - recompile ppx_repr                 0.5.0          [uses fmt]
  - recompile repr                     0.5.0          [uses fmt, uutf]
  - recompile uutf                     1.0.4          [uses cmdliner]
  - recompile webmachine               0.7.0          [uses cohttp]
=== install 90 packages
  - install   alcotest                 1.9.1          [required by irmin-test]
  - install   arp                      3.1.1          [required by tcpip]
  - install   asn1-combinators         0.3.2          [required by x509]
  - install   awa                      0.4.0          [required by git-mirage]
  - install   awa-mirage               0.4.0          [required by git-mirage]
  - install   bos                      0.2.1          [required by git-unix]
  - install   ca-certs                 1.0.1          [required by conduit-lwt-unix]
  - install   ca-certs-nss             3.108          [required by git-mirage]
  - install   carton                   0.7.2          [required by git-unix]
  - install   carton-git               0.7.2          [required by git]
  - install   carton-lwt               0.7.2          [required by git]
  - install   checkseum                0.5.2          [required by carton, git]
  - install   cohttp-lwt-unix          5.3.0          [required by irmin-http]
  - 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-gmp                 5              [required by conf-gmp-powm-sec, zarith]
  - install   conf-gmp-powm-sec        4              [required by mirage-crypto-pk]
  - install   conf-gnuplot             0.1            [required by metrics-unix]
  - install   conf-pkg-config          4              [required by zarith]
  - install   cstruct                  6.2.0          [required by git-unix, irmin-git]
  - install   cstruct-lwt              6.2.0          [required by tcpip]
  - install   cstruct-unix             6.2.0          [required by awa]
  - install   decompress               1.5.3          [required by git-unix]
  - install   dns                      9.1.0          [required by git-mirage, happy-eyeballs-lwt]
  - install   dns-client               9.1.0          [required by git-mirage]
  - install   dns-client-mirage        9.1.0          [required by mimic-happy-eyeballs]
  - install   duff                     0.5            [required by carton]
  - install   duration                 0.2.1          [required by happy-eyeballs-lwt, mirage-unix]
  - install   emile                    1.1            [required by git]
  - install   encore                   0.8.1          [required by git]
  - install   ethernet                 3.2.0          [required by tcpip]
  - install   faraday                  0.8.2          [required by httpaf, paf]
  - install   fpath                    0.7.3          [required by git-unix, irmin-git]
  - install   git                      3.17.0         [required by git-unix, irmin-git]
  - install   git-mirage               3.17.0         [required by git-unix]
  - install   git-paf                  3.17.0         [required by git-mirage]
  - install   git-unix                 3.17.0         [required by irmin-http]
  - install   gmap                     0.3.0          [required by dns]
  - install   h2                       0.13.0         [required by paf]
  - install   happy-eyeballs           1.2.2          [required by git-mirage, happy-eyeballs-lwt]
  - install   happy-eyeballs-lwt       1.2.2          [required by git-unix]
  - install   happy-eyeballs-mirage    1.2.2          [required by git-mirage]
  - install   hpack                    0.13.0         [required by h2]
  - install   httpaf                   0.7.1          [required by git-paf]
  - install   httpun-types             0.2.0          [required by h2]
  - install   hxd                      0.4.0          [required by carton, git]
  - install   ipaddr-cstruct           5.6.2          [required by tcpip]
  - install   ipaddr-sexp              5.6.2          [required by conduit-lwt-unix]
  - install   irmin-git                2.10.2         [required by irmin-http]
  - install   irmin-layers             2.10.2         [required by irmin-test]
  - install   irmin-test               2.10.2         [required by irmin-http]
  - install   kdf                      1.0.0          [required by x509]
  - install   ke                       0.6            [required by carton, git]
  - install   lru                      0.3.1          [required by dns]
  - install   lwt-dllist               1.1.0          [required by tcpip]
  - install   macaddr-cstruct          5.6.2          [required by tcpip]
  - install   magic-mime               1.3.1          [required by cohttp-lwt-unix]
  - install   metrics                  0.5.0          [required by irmin-test]
  - install   metrics-unix             0.5.0          [required by irmin-test]
  - install   mimic                    0.0.9          [required by git-unix]
  - install   mimic-happy-eyeballs     0.0.9          [required by git-mirage]
  - install   mirage-clock             4.2.0          [required by git-unix]
  - install   mirage-clock-unix        4.2.0          [required by git-unix]
  - install   mirage-crypto            1.2.0          [required by git-mirage]
  - install   mirage-crypto-ec         1.2.0          [required by awa]
  - install   mirage-crypto-pk         1.2.0          [required by awa]
  - install   mirage-crypto-rng        1.2.0          [required by awa, dns-client]
  - install   mirage-crypto-rng-mirage 1.2.0          [required by dns-client-mirage]
  - install   mirage-flow              5.0.0          [required by git-unix]
  - install   mirage-kv                6.1.1          [required by tls-mirage]
  - install   mirage-net               4.0.0          [required by tcpip]
  - install   mirage-ptime             5.2.0          [required by tls-mirage]
  - install   mirage-runtime           4.10.5         [required by mirage-unix]
  - install   mirage-time              3.0.0          [required by git-unix]
  - install   mirage-unix              5.0.1          [required by git-unix]
  - install   mtime                    1.4.0          [required by git-unix, irmin-test]
  - install   ohex                     0.2.0          [required by ca-certs, dns]
  - install   paf                      0.7.0          [required by git-paf]
  - install   pecu                     0.7            [required by emile]
  - install   psq                      0.2.1          [required by carton, git]
  - install   randomconv               0.2.0          [required by dns-client]
  - install   rresult                  0.7.0          [required by git-unix]
  - install   seq                      base           [required by psq]
  - install   tcpip                    8.2.0          [required by git-unix]
  - install   tls                      2.0.3          [required by git-unix]
  - install   tls-mirage               2.0.3          [required by git-mirage]
  - install   uuidm                    0.9.10         [required by metrics-unix]
  - install   x509                     1.0.6          [required by git-mirage]
  - install   zarith                   1.14           [required by awa]

The following system packages will first need to be installed:
    gnuplot-x11 libgmp-dev pkg-config

<><> 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" "gnuplot-x11" "libgmp-dev" "pkg-config"
- Preconfiguring packages ...
- Selecting previously unselected package libsystemd-shared: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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (257.9-1~deb13u1) ...
- Setting up libsystemd-shared:amd64 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd.
- (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 ... 20631 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd (257.9-1~deb13u1) ...
- Setting up systemd (257.9-1~deb13u1) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.

- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.

- Initializing machine ID from random generator.

- Creating group 'systemd-journal' with GID 999.

- Creating group 'systemd-network' with GID 998.

- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.

- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.

- Selecting previously unselected package systemd-sysv.
- (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 ... 21564 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd-sysv (257.9-1~deb13u1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../001-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 .../002-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 .../003-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 .../004-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 .../005-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 .../006-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../007-libnss-systemd_257.9-1~deb13u1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (257.9-1~deb13u1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../008-libpam-systemd_257.9-1~deb13u1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../009-systemd-timesyncd_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../010-libgdk-pixbuf2.0-common_2.42.12+dfsg-4_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ...
- Selecting previously unselected package libglib2.0-0t64:amd64.
- Preparing to unpack .../011-libglib2.0-0t64_2.84.4-3~deb13u2_amd64.deb ...
- Unpacking libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../012-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 shared-mime-info.
- Preparing to unpack .../013-shared-mime-info_2.4-5+b2_amd64.deb ...
- Unpacking shared-mime-info (2.4-5+b2) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../014-libjpeg62-turbo_1%3a2.1.5-4_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:2.1.5-4) ...
- Selecting previously unselected package libpng16-16t64:amd64.
- Preparing to unpack .../015-libpng16-16t64_1.6.48-1+deb13u3_amd64.deb ...
- Unpacking libpng16-16t64:amd64 (1.6.48-1+deb13u3) ...
- Selecting previously unselected package libdeflate0:amd64.
- Preparing to unpack .../016-libdeflate0_1.23-2_amd64.deb ...
- Unpacking libdeflate0:amd64 (1.23-2) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../017-libjbig0_2.1-6.1+b2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-6.1+b2) ...
- Selecting previously unselected package liblerc4:amd64.
- Preparing to unpack .../018-liblerc4_4.0.0+ds-5_amd64.deb ...
- Unpacking liblerc4:amd64 (4.0.0+ds-5) ...
- 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 libwebp7:amd64.
- Preparing to unpack .../020-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 .../021-libtiff6_4.7.0-3+deb13u1_amd64.deb ...
- Unpacking libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../022-libgdk-pixbuf-2.0-0_2.42.12+dfsg-4_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../023-gtk-update-icon-cache_4.18.6+ds-2_amd64.deb ...
- No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
- No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
- Unpacking gtk-update-icon-cache (4.18.6+ds-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../024-hicolor-icon-theme_0.18-2_all.deb ...
- Unpacking hicolor-icon-theme (0.18-2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../025-adwaita-icon-theme_48.1-1_all.deb ...
- Unpacking adwaita-icon-theme (48.1-1) ...
- Selecting previously unselected package aglfn.
- Preparing to unpack .../026-aglfn_1.7+git20191031.4036a9c-2_all.deb ...
- Unpacking aglfn (1.7+git20191031.4036a9c-2) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../027-at-spi2-common_2.56.2-1+deb13u1_all.deb ...
- Unpacking at-spi2-common (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../028-libxi6_2%3a1.8.2-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8.2-1) ...
- Selecting previously unselected package libatspi2.0-0t64:amd64.
- Preparing to unpack .../029-libatspi2.0-0t64_2.56.2-1+deb13u1_amd64.deb ...
- Unpacking libatspi2.0-0t64:amd64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../030-x11-common_1%3a7.7+24+deb13u1_all.deb ...
- Unpacking x11-common (1:7.7+24+deb13u1) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../031-libxtst6_2%3a1.2.5-1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.5-1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../032-dbus-user-session_1.16.2-2_amd64.deb ...
- Unpacking dbus-user-session (1.16.2-2) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../033-libdconf1_0.40.0-5_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-5) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../034-dconf-service_0.40.0-5_amd64.deb ...
- Unpacking dconf-service (0.40.0-5) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../035-dconf-gsettings-backend_0.40.0-5_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-5) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../036-gsettings-desktop-schemas_48.0-1_all.deb ...
- Unpacking gsettings-desktop-schemas (48.0-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../037-at-spi2-core_2.56.2-1+deb13u1_amd64.deb ...
- Unpacking at-spi2-core (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../038-libdevmapper1.02.1_2%3a1.02.205-2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../039-dmsetup_2%3a1.02.205-2_amd64.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../040-libfreetype6_2.13.3+dfsg-1_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Selecting previously unselected package fonts-dejavu-mono.
- Preparing to unpack .../041-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 .../042-fonts-dejavu-core_2.37-8_all.deb ...
- Unpacking fonts-dejavu-core (2.37-8) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../043-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 .../044-libfontconfig1_2.15.0-2.3_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.15.0-2.3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../045-fontconfig_2.15.0-2.3_amd64.deb ...
- Unpacking fontconfig (2.15.0-2.3) ...
- Selecting previously unselected package gnuplot-data.
- Preparing to unpack .../046-gnuplot-data_6.0.2+dfsg1-1_all.deb ...
- Unpacking gnuplot-data (6.0.2+dfsg1-1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../047-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 .../048-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 .../049-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 .../050-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 .../051-libcairo2_1.18.4-1+b1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.4-1+b1) ...
- Selecting previously unselected package libaom3:amd64.
- Preparing to unpack .../052-libaom3_3.12.1-1_amd64.deb ...
- Unpacking libaom3:amd64 (3.12.1-1) ...
- Selecting previously unselected package libdav1d7:amd64.
- Preparing to unpack .../053-libdav1d7_1.5.1-1_amd64.deb ...
- Unpacking libdav1d7:amd64 (1.5.1-1) ...
- Selecting previously unselected package libabsl20240722:amd64.
- Preparing to unpack .../054-libabsl20240722_20240722.0-4_amd64.deb ...
- Unpacking libabsl20240722:amd64 (20240722.0-4) ...
- Selecting previously unselected package libgav1-1:amd64.
- Preparing to unpack .../055-libgav1-1_0.19.0-3+b1_amd64.deb ...
- Unpacking libgav1-1:amd64 (0.19.0-3+b1) ...
- Selecting previously unselected package librav1e0.7:amd64.
- Preparing to unpack .../056-librav1e0.7_0.7.1-9+b2_amd64.deb ...
- Unpacking librav1e0.7:amd64 (0.7.1-9+b2) ...
- Selecting previously unselected package libsvtav1enc2:amd64.
- Preparing to unpack .../057-libsvtav1enc2_2.3.0+dfsg-1_amd64.deb ...
- Unpacking libsvtav1enc2:amd64 (2.3.0+dfsg-1) ...
- Selecting previously unselected package libyuv0:amd64.
- Preparing to unpack .../058-libyuv0_0.0.1904.20250204-1_amd64.deb ...
- Unpacking libyuv0:amd64 (0.0.1904.20250204-1) ...
- Selecting previously unselected package libavif16:amd64.
- Preparing to unpack .../059-libavif16_1.2.1-1.2_amd64.deb ...
- Unpacking libavif16:amd64 (1.2.1-1.2) ...
- Selecting previously unselected package libheif-plugin-dav1d:amd64.
- Preparing to unpack .../060-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 .../061-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 .../062-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 .../063-libheif1_1.19.8-1_amd64.deb ...
- Unpacking libheif1:amd64 (1.19.8-1) ...
- Selecting previously unselected package libimagequant0:amd64.
- Preparing to unpack .../064-libimagequant0_2.18.0-1+b2_amd64.deb ...
- Unpacking libimagequant0:amd64 (2.18.0-1+b2) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../065-libxpm4_1%3a3.5.17-1+b3_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.17-1+b3) ...
- Selecting previously unselected package libgd3:amd64.
- Preparing to unpack .../066-libgd3_2.3.3-13_amd64.deb ...
- Unpacking libgd3:amd64 (2.3.3-13) ...
- Selecting previously unselected package liblua5.4-0:amd64.
- Preparing to unpack .../067-liblua5.4-0_5.4.7-1+b2_amd64.deb ...
- Unpacking liblua5.4-0:amd64 (5.4.7-1+b2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../068-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../069-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 .../070-libharfbuzz0b_10.2.0-1+b1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../071-libthai-data_0.1.29-2_all.deb ...
- Unpacking libthai-data (0.1.29-2) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../072-libdatrie1_0.2.13-3+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-3+b1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../073-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 .../074-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 .../075-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 .../076-libpangocairo-1.0-0_1.56.3-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.56.3-1) ...
- Selecting previously unselected package libwebpmux3:amd64.
- Preparing to unpack .../077-libwebpmux3_1.5.0-0.1_amd64.deb ...
- Unpacking libwebpmux3:amd64 (1.5.0-0.1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../078-libpcre2-32-0_10.46-1~deb13u1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.46-1~deb13u1) ...
- Selecting previously unselected package libwxbase3.2-1t64:amd64.
- Preparing to unpack .../079-libwxbase3.2-1t64_3.2.8+dfsg-2_amd64.deb ...
- Unpacking libwxbase3.2-1t64:amd64 (3.2.8+dfsg-2) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../080-libcairo-gobject2_1.18.4-1+b1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.4-1+b1) ...
- Selecting previously unselected package libatk1.0-0t64:amd64.
- Preparing to unpack .../081-libatk1.0-0t64_2.56.2-1+deb13u1_amd64.deb ...
- Unpacking libatk1.0-0t64:amd64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libatk-bridge2.0-0t64:amd64.
- Preparing to unpack .../082-libatk-bridge2.0-0t64_2.56.2-1+deb13u1_amd64.deb ...
- Unpacking libatk-bridge2.0-0t64:amd64 (2.56.2-1+deb13u1) ...
- Selecting previously unselected package libcloudproviders0:amd64.
- Preparing to unpack .../083-libcloudproviders0_0.3.6-2_amd64.deb ...
- Unpacking libcloudproviders0:amd64 (0.3.6-2) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../084-liblcms2-2_2.16-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.16-2) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../085-libcolord2_1.4.7-3_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.7-3) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../086-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 .../087-libavahi-common3_0.8-16_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-16) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../088-libavahi-client3_0.8-16_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-16) ...
- Selecting previously unselected package libcups2t64:amd64.
- Preparing to unpack .../089-libcups2t64_2.4.10-3+deb13u2_amd64.deb ...
- Unpacking libcups2t64:amd64 (2.4.10-3+deb13u2) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../090-libepoxy0_1.5.10-2_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-2) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../091-libwayland-client0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../092-libwayland-cursor0_1.23.1-3_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.23.1-3) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../093-libwayland-egl1_1.23.1-3_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.23.1-3) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../094-libxcomposite1_1%3a0.4.6-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.6-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../095-libxfixes3_1%3a6.0.0-2+b4_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../096-libxcursor1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../097-libxdamage1_1%3a1.1.6-1+b2_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1+b2) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../098-libxinerama1_2%3a1.1.4-3+b4_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../099-xkb-data_2.42-1_all.deb ...
- Unpacking xkb-data (2.42-1) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../100-libxkbcommon0_1.7.0-2_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.7.0-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../101-libxrandr2_2%3a1.5.4-1+b3_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../102-libgtk-3-common_3.24.49-3_all.deb ...
- Unpacking libgtk-3-common (3.24.49-3) ...
- Selecting previously unselected package libgtk-3-0t64:amd64.
- Preparing to unpack .../103-libgtk-3-0t64_3.24.49-3_amd64.deb ...
- Unpacking libgtk-3-0t64:amd64 (3.24.49-3) ...
- Selecting previously unselected package libnotify4:amd64.
- Preparing to unpack .../104-libnotify4_0.8.6-1_amd64.deb ...
- Unpacking libnotify4:amd64 (0.8.6-1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../105-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 .../106-libsm6_2%3a1.2.6-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.6-1) ...
- Selecting previously unselected package libwxgtk3.2-1t64:amd64.
- Preparing to unpack .../107-libwxgtk3.2-1t64_3.2.8+dfsg-2_amd64.deb ...
- Unpacking libwxgtk3.2-1t64:amd64 (3.2.8+dfsg-2) ...
- Selecting previously unselected package gnuplot-x11.
- Preparing to unpack .../108-gnuplot-x11_6.0.2+dfsg1-1_amd64.deb ...
- Unpacking gnuplot-x11 (6.0.2+dfsg1-1) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../109-libjson-c5_0.18+ds-1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../110-libcryptsetup12_2%3a2.7.5-2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.7.5-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../111-libgdk-pixbuf2.0-bin_2.42.12+dfsg-4_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../112-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 .../113-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 .../114-libgmp-dev_2%3a6.3.0+dfsg-3_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../115-libgtk-3-bin_3.24.49-3_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.49-3) ...
- Selecting previously unselected package libheif-plugin-aomenc:amd64.
- Preparing to unpack .../116-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 .../117-libnuma1_2.0.19-1_amd64.deb ...
- Unpacking libnuma1:amd64 (2.0.19-1) ...
- Selecting previously unselected package libx265-215:amd64.
- Preparing to unpack .../118-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 .../119-libheif-plugin-x265_1.19.8-1_amd64.deb ...
- Unpacking libheif-plugin-x265:amd64 (1.19.8-1) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../120-libkmod2_34.2-2_amd64.deb ...
- Unpacking libkmod2:amd64 (34.2-2) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../121-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../122-librsvg2-2_2.60.0+dfsg-1_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.60.0+dfsg-1) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../123-librsvg2-common_2.60.0+dfsg-1_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.60.0+dfsg-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../124-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../125-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../126-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../127-systemd-cryptsetup_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../128-xdg-user-dirs_0.18-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-2) ...
- 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 libsharpyuv0:amd64 (1.5.0-0.1) ...
- Setting up libaom3:amd64 (3.12.1-1) ...
- Setting up systemd-sysv (257.9-1~deb13u1) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1+b2) ...
- Setting up liblerc4:amd64 (4.0.0+ds-5) ...
- Setting up libxpm4:amd64 (1:3.5.17-1+b3) ...
- Setting up hicolor-icon-theme (0.18-2) ...
- Setting up libxi6:amd64 (2:1.8.2-1) ...
- 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 libgdk-pixbuf2.0-common (2.42.12+dfsg-4) ...
- 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 libdeflate0:amd64 (1.23-2) ...
- Setting up libnss-systemd:amd64 (257.9-1~deb13u1) ...
- Setting up xkb-data (2.42-1) ...
- Setting up libxcb-shm0:amd64 (1.17.0-2+b1) ...
- Setting up libabsl20240722:amd64 (20240722.0-4) ...
- Setting up libjbig0:amd64 (2.1-6.1+b2) ...
- Setting up libpcre2-32-0:amd64 (10.46-1~deb13u1) ...
- Setting up libglib2.0-0t64:amd64 (2.84.4-3~deb13u2) ...
- 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 libsvtav1enc2:amd64 (2.3.0+dfsg-1) ...
- Setting up libepoxy0:amd64 (1.5.10-2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2+b4) ...
- Setting up aglfn (1.7+git20191031.4036a9c-2) ...
- Setting up libavahi-common-data:amd64 (0.8-16) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3+b4) ...
- Setting up libimagequant0:amd64 (2.18.0-1+b2) ...
- Setting up fonts-dejavu-mono (2.37-8) ...
- Setting up libpng16-16t64:amd64 (1.6.48-1+deb13u3) ...
- Setting up systemd-timesyncd (257.9-1~deb13u1) ...
- Creating group 'systemd-timesync' with GID 997.

- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997.

- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Setting up libxrandr2:amd64 (2:1.5.4-1+b3) ...
- Setting up fonts-dejavu-core (2.37-8) ...
- Setting up libgav1-1:amd64 (0.19.0-3+b1) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libwebp7:amd64 (1.5.0-0.1) ...
- Setting up libnuma1:amd64 (2.0.19-1) ...
- Setting up libdav1d7:amd64 (1.5.1-1) ...
- Setting up at-spi2-common (2.56.2-1+deb13u1) ...
- Setting up libtiff6:amd64 (4.7.0-3+deb13u1) ...
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up librav1e0.7:amd64 (0.7.1-9+b2) ...
- Setting up liblua5.4-0:amd64 (5.4.7-1+b2) ...
- Setting up libthai-data (0.1.29-2) ...
- Setting up libwayland-egl1:amd64 (1.23.1-3) ...
- Setting up libwxbase3.2-1t64:amd64 (3.2.8+dfsg-2) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Creating group 'messagebus' with GID 996.

- Creating user 'messagebus' (System Message Bus) with UID 996 and GID 996.

- 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 libyuv0:amd64 (0.0.1904.20250204-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.6-1) ...
- Setting up libjson-c5:amd64 (0.18+ds-1) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libkmod2:amd64 (34.2-2) ...
- Setting up libxkbcommon0:amd64 (1.7.0-2) ...
- Setting up libwayland-client0:amd64 (1.23.1-3) ...
- Setting up gnuplot-data (6.0.2+dfsg1-1) ...
- Setting up libice6:amd64 (2:1.1.1-1) ...
- Setting up libavif16:amd64 (1.2.1-1.2) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-3) ...
- Setting up libatk1.0-0t64:amd64 (2.56.2-1+deb13u1) ...
- Setting up fontconfig-config (2.15.0-2.3) ...
- Setting up libxtst6:amd64 (2:1.2.5-1) ...
- Setting up libxcursor1:amd64 (1:1.2.3-1) ...
- Setting up libavahi-common3:amd64 (0.8-16) ...
- Setting up libcloudproviders0:amd64 (0.3.6-2) ...
- Setting up dbus-daemon (1.16.2-2) ...
- Setting up libcolord2:amd64 (1.4.7-3) ...
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up libdconf1:amd64 (0.40.0-5) ...
- Setting up libthai0:amd64 (0.1.29-2+b1) ...
- Setting up libfreetype6:amd64 (2.13.3+dfsg-1) ...
- Setting up libatspi2.0-0t64:amd64 (2.56.2-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 shared-mime-info (2.4-5+b2) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Setting up libwayland-cursor0:amd64 (1.23.1-3) ...
- Setting up libpam-systemd:amd64 (257.9-1~deb13u1) ...
- Setting up libharfbuzz0b:amd64 (10.2.0-1+b1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4) ...
- 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 libatk-bridge2.0-0t64:amd64 (2.56.2-1+deb13u1) ...
- Setting up gtk-update-icon-cache (4.18.6+ds-2) ...
- 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 libcairo2:amd64 (1.18.4-1+b1) ...
- Setting up dbus-user-session (1.16.2-2) ...
- Setting up adwaita-icon-theme (48.1-1) ...
- update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
- Setting up libnotify4:amd64 (0.8.6-1) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.12+dfsg-4) ...
- Setting up libcairo-gobject2:amd64 (1.18.4-1+b1) ...
- 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 dconf-service (0.40.0-5) ...
- Setting up librsvg2-2:amd64 (2.60.0+dfsg-1) ...
- Setting up librsvg2-common:amd64 (2.60.0+dfsg-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.40.0-5) ...
- Setting up libgtk-3-common (3.24.49-3) ...
- Setting up gsettings-desktop-schemas (48.0-1) ...
- Setting up libgtk-3-0t64:amd64 (3.24.49-3) ...
- Setting up at-spi2-core (2.56.2-1+deb13u1) ...
- Setting up libwxgtk3.2-1t64:amd64 (3.2.8+dfsg-2) ...
- Setting up libgtk-3-bin (3.24.49-3) ...
- Setting up dmsetup (2:1.02.205-2) ...
- Setting up libheif-plugin-dav1d:amd64 (1.19.8-1) ...
- Setting up libheif-plugin-libde265:amd64 (1.19.8-1) ...
- Setting up libheif1:amd64 (1.19.8-1) ...
- Setting up libgd3:amd64 (2.3.3-13) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.205-2) ...
- Setting up libcryptsetup12:amd64 (2:2.7.5-2) ...
- Setting up gnuplot-x11 (6.0.2+dfsg1-1) ...
- update-alternatives: using /usr/bin/gnuplot-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode
- Setting up libheif-plugin-x265:amd64 (1.19.8-1) ...
- Setting up libheif-plugin-aomenc:amd64 (1.19.8-1) ...
- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
- Processing triggers for procps (2:4.0.4-9) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: permission denied on key "kernel.core_pattern"
- sysctl: permission denied on key "kernel.unprivileged_userns_clone"
- sysctl: permission denied on key "kernel.sysrq"
- sysctl: permission denied on key "kernel.core_uses_pid"
- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno12399np0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno12409np1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno8303.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno8403.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno12399np0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno12409np1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno8303.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno8403.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno12399np0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno12409np1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno8303.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno8403.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring
- sysctl: permission denied on key "net.core.default_qdisc", ignoring
- sysctl: permission denied on key "fs.protected_hardlinks"
- sysctl: permission denied on key "fs.protected_symlinks"
- sysctl: permission denied on key "fs.protected_regular"
- sysctl: permission denied on key "fs.protected_fifos"
- sysctl: permission denied on key "vm.max_map_count"
- sysctl: permission denied on key "kernel.pid_max"
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.12+dfsg-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1  (https://opam.ocaml.org/cache)
-> retrieved arp.3.1.1  (https://opam.ocaml.org/cache)
-> retrieved asn1-combinators.0.3.2  (https://opam.ocaml.org/cache)
-> retrieved awa.0.4.0, awa-mirage.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved ca-certs.1.0.1  (https://opam.ocaml.org/cache)
-> installed asn1-combinators.0.3.2
-> retrieved ca-certs-nss.3.108  (https://opam.ocaml.org/cache)
-> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2  (https://opam.ocaml.org/cache)
-> retrieved checkseum.0.5.2  (https://opam.ocaml.org/cache)
-> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
-> retrieved cohttp.5.3.1  (https://opam.ocaml.org/cache)
-> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (https://opam.ocaml.org/cache)
-> installed checkseum.0.5.2
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (https://opam.ocaml.org/cache)
-> retrieved conf-gmp.5  (https://opam.ocaml.org/cache)
-> installed conf-gmp.5
-> retrieved conf-gmp-powm-sec.4  (https://opam.ocaml.org/cache)
-> installed conf-pkg-config.4
-> installed conf-gmp-powm-sec.4
-> installed conf-gnuplot.0.1
-> retrieved crunch.4.0.0  (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0  (https://opam.ocaml.org/cache)
-> retrieved decompress.1.5.3  (https://opam.ocaml.org/cache)
-> retrieved dns.9.1.0, dns-client.9.1.0, dns-client-mirage.9.1.0  (https://opam.ocaml.org/cache)
-> retrieved duff.0.5  (https://opam.ocaml.org/cache)
-> retrieved duration.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved emile.1.1  (https://opam.ocaml.org/cache)
-> retrieved encore.0.8.1  (https://opam.ocaml.org/cache)
-> installed duration.0.2.1
-> retrieved ethernet.3.2.0  (https://opam.ocaml.org/cache)
-> retrieved faraday.0.8.2  (https://opam.ocaml.org/cache)
-> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
-> installed faraday.0.8.2
-> retrieved git.3.17.0, git-mirage.3.17.0, git-paf.3.17.0, git-unix.3.17.0  (https://opam.ocaml.org/cache)
-> retrieved gmap.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved h2.0.13.0, hpack.0.13.0  (https://opam.ocaml.org/cache)
-> installed gmap.0.3.0
-> installed fpath.0.7.3
-> retrieved happy-eyeballs.1.2.2, happy-eyeballs-lwt.1.2.2, happy-eyeballs-mirage.1.2.2  (https://opam.ocaml.org/cache)
-> retrieved httpaf.0.7.1  (https://opam.ocaml.org/cache)
-> retrieved httpun-types.0.2.0  (https://opam.ocaml.org/cache)
-> retrieved hxd.0.4.0  (https://opam.ocaml.org/cache)
-> installed hpack.0.13.0
-> installed httpun-types.0.2.0
-> retrieved ipaddr-cstruct.5.6.2, ipaddr-sexp.5.6.2, macaddr-cstruct.5.6.2  (https://opam.ocaml.org/cache)
-> installed httpaf.0.7.1
-> retrieved irmin.2.10.2, irmin-git.2.10.2, irmin-http.2.10.2, irmin-layers.2.10.2, irmin-test.2.10.2, ppx_irmin.2.10.2  (https://opam.ocaml.org/cache)
-> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
-> retrieved kdf.1.0.0  (https://opam.ocaml.org/cache)
-> retrieved ke.0.6  (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
-> retrieved lru.0.3.1  (https://opam.ocaml.org/cache)
-> retrieved lwt.5.9.2  (https://opam.ocaml.org/cache)
-> installed ipaddr-sexp.5.6.2
-> retrieved lwt-dllist.1.1.0  (https://opam.ocaml.org/cache)
-> retrieved magic-mime.1.3.1  (https://opam.ocaml.org/cache)
-> retrieved metrics.0.5.0, metrics-unix.0.5.0  (https://opam.ocaml.org/cache)
-> installed lwt-dllist.1.1.0
-> retrieved mimic.0.0.9, mimic-happy-eyeballs.0.0.9  (https://opam.ocaml.org/cache)
-> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (https://opam.ocaml.org/cache)
-> installed mirage-clock.4.2.0
-> installed magic-mime.1.3.1
-> retrieved mirage-crypto.1.2.0, mirage-crypto-ec.1.2.0, mirage-crypto-pk.1.2.0, mirage-crypto-rng.1.2.0, mirage-crypto-rng-mirage.1.2.0  (https://opam.ocaml.org/cache)
-> installed mirage-clock-unix.4.2.0
-> retrieved mirage-flow.5.0.0  (https://opam.ocaml.org/cache)
-> retrieved mirage-kv.6.1.1  (https://opam.ocaml.org/cache)
-> retrieved mirage-net.4.0.0  (https://opam.ocaml.org/cache)
-> retrieved mirage-ptime.5.2.0  (https://opam.ocaml.org/cache)
-> retrieved mirage-runtime.4.10.5  (https://opam.ocaml.org/cache)
-> installed mirage-ptime.5.2.0
-> retrieved mirage-time.3.0.0  (https://opam.ocaml.org/cache)
-> retrieved mirage-unix.5.0.1  (https://opam.ocaml.org/cache)
-> retrieved mtime.1.4.0  (https://opam.ocaml.org/cache)
-> retrieved ohex.0.2.0  (https://opam.ocaml.org/cache)
-> retrieved paf.0.7.0  (https://opam.ocaml.org/cache)
-> retrieved pecu.0.7  (https://opam.ocaml.org/cache)
-> installed ohex.0.2.0
-> retrieved ppx_repr.0.5.0, repr.0.5.0  (https://opam.ocaml.org/cache)
-> installed pecu.0.7
-> retrieved psq.0.2.1  (https://opam.ocaml.org/cache)
-> retrieved randomconv.0.2.0  (https://opam.ocaml.org/cache)
-> retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
-> installed randomconv.0.2.0
-> retrieved seq.base  (2 extra sources)
-> retrieved seq.base  (2 extra sources)
-> installed seq.base
-> installed mirage-crypto.1.2.0
-> retrieved tcpip.8.2.0  (https://opam.ocaml.org/cache)
-> installed mtime.1.4.0
-> installed psq.0.2.1
-> installed kdf.1.0.0
-> retrieved tls.2.0.3, tls-mirage.2.0.3  (https://opam.ocaml.org/cache)
-> removed   irmin-http.2.10.2
-> removed   cohttp-lwt.6.2.1
-> removed   crunch.4.0.0
-> removed   irmin.2.10.2
-> removed   ppx_irmin.2.10.2
-> removed   ppx_repr.0.5.0
-> removed   repr.0.5.0
-> removed   jsonm.1.0.2
-> installed rresult.0.7.0
-> retrieved uuidm.0.9.10  (https://opam.ocaml.org/cache)
-> installed lru.0.3.1
-> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
-> removed   uutf.1.0.4
-> retrieved webmachine.0.7.0  (https://opam.ocaml.org/cache)
-> removed   webmachine.0.7.0
-> removed   cohttp.6.2.1
-> removed   logs.0.10.0
-> removed   fmt.0.11.0
-> removed   cmdliner.2.1.0
-> removed   lwt.6.1.1
-> retrieved x509.1.0.6  (https://opam.ocaml.org/cache)
-> retrieved zarith.1.14  (https://opam.ocaml.org/cache)
-> installed cmdliner.1.3.0
-> installed h2.0.13.0
-> installed lwt.5.9.2
-> installed mirage-time.3.0.0
-> installed crunch.4.0.0
-> installed uuidm.0.9.10
-> installed uutf.1.0.4
-> installed fmt.0.11.0
-> installed decompress.1.5.3
-> installed hxd.0.4.0
-> installed emile.1.1
-> installed duff.0.5
-> installed mirage-kv.6.1.1
-> installed metrics.0.5.0
-> installed encore.0.8.1
-> installed ke.0.6
-> installed cstruct.6.2.0
-> installed metrics-unix.0.5.0
-> installed cstruct-lwt.6.2.0
-> installed ipaddr-cstruct.5.6.2
-> installed cstruct-unix.6.2.0
-> installed macaddr-cstruct.5.6.2
-> installed mirage-flow.5.0.0
-> installed mirage-net.4.0.0
-> installed jsonm.1.0.2
-> installed alcotest.1.9.1
-> installed logs.0.10.0
-> installed zarith.1.14
-> installed ethernet.3.2.0
-> installed happy-eyeballs.1.2.2
-> installed mimic.0.0.9
-> installed mirage-runtime.4.10.5
-> installed repr.0.5.0
-> installed mirage-crypto-rng.1.2.0
-> installed arp.3.1.1
-> installed mirage-unix.5.0.1
-> installed mirage-crypto-rng-mirage.1.2.0
-> installed mirage-crypto-pk.1.2.0
-> installed dns.9.1.0
-> installed conduit.8.0.0
-> installed cohttp.5.3.1
-> installed happy-eyeballs-lwt.1.2.2
-> installed tcpip.8.2.0
-> installed dns-client.9.1.0
-> installed webmachine.0.7.0
-> installed bos.0.2.1
-> installed happy-eyeballs-mirage.1.2.2
-> installed ppx_repr.0.5.0
-> installed conduit-lwt.8.0.0
-> installed ppx_irmin.2.10.2
-> installed cohttp-lwt.5.3.0
-> installed carton.0.7.2
-> installed carton-lwt.0.7.2
-> installed carton-git.0.7.2
-> installed mirage-crypto-ec.1.2.0
-> installed x509.1.0.6
-> installed git.3.17.0
-> installed ca-certs.1.0.1
-> installed ca-certs-nss.3.108
-> installed awa.0.4.0
-> installed tls.2.0.3
-> installed irmin.2.10.2
-> installed conduit-lwt-unix.8.0.0
-> installed awa-mirage.0.4.0
-> installed tls-mirage.2.0.3
-> installed dns-client-mirage.9.1.0
-> installed paf.0.7.0
-> installed mimic-happy-eyeballs.0.0.9
-> installed git-paf.3.17.0
-> installed git-mirage.3.17.0
-> installed irmin-layers.2.10.2
-> installed cohttp-lwt-unix.5.3.0
-> installed git-unix.3.17.0
-> installed irmin-git.2.10.2
-> installed irmin-test.2.10.2
-> installed irmin-http.2.10.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:11.08 ---> saved as "272c8ffed1416ab6126847218c9fe47db5d990fb54269d10a8e9ccdfc08d9c2c"

/home/opam: (run (shell  "opam reinstall --with-test --verbose irmin-http.2.10.2;\
                        \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\" != 'irmin-http.2.10.2' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile irmin-http 2.10.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [irmin-http.2.10.2: extract]
-> retrieved irmin-http.2.10.2  (cached)
Processing  2/4: [irmin-http: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "irmin-http" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/irmin-http.2.10.2)
Processing  2/4: [irmin-http: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "irmin-http" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/irmin-http.2.10.2)
- (cd _build/default && test/irmin-http/test.exe -q --color=always)
- Testing `irmin-http'.
- This run has ID `GDI4HXAL'.
- 
-   [OK]          HTTP.MEM                  0   Basic operations on contents.
-   [OK]          HTTP.MEM                  1   Basic operations on nodes.
-   [OK]          HTTP.MEM                  2   Basic operations on commits.
-   [OK]          HTTP.MEM                  3   Basic operations on branches.
-   [OK]          HTTP.MEM                  4   Hash operations on trees.
-   [OK]          HTTP.MEM                  5   Basic merge operations.
-   [OK]          HTTP.MEM                  6   Basic operations on slices.
-   [OK]          HTTP.MEM                  7   Test merges on tree updates.
-   [OK]          HTTP.MEM                  8   Tree caches and hashconsing.
-   [OK]          HTTP.MEM                  9   Tree proofs.
-   [OK]          HTTP.MEM                 10   Complex histories.
-   [OK]          HTTP.MEM                 11   Empty stores.
-   [OK]          HTTP.MEM                 12   Private node manipulation.
-   [OK]          HTTP.MEM                 13   High-level store operations.
-   [OK]          HTTP.MEM                 14   High-level operations on trees.
-   [OK]          HTTP.MEM                 15   High-level store synchronisation.
-   [OK]          HTTP.MEM                 16   High-level store merges.
-   [OK]          HTTP.MEM                 17   Unrelated merges.
-   [OK]          HTTP.MEM                 18   Low-level concurrency.
-   [OK]          HTTP.MEM                 19   Concurrent updates.
-   [OK]          HTTP.MEM                 20   Concurrent head updates.
-   [OK]          HTTP.MEM                 21   Concurrent merges.
-   [OK]          HTTP.MEM                 22   Shallow objects.
-   [OK]          HTTP.MEM                 23   Closure with disconnected commits.
-   [OK]          HTTP.MEM                 24   Clear.
-   [OK]          HTTP.MEM                 25   with_tree strategies.
-   [OK]          HTTP.MEM                 26   Graph.Iter.
-   [OK]          HTTP.MEM                 27   Watch.Callbacks and exceptions.
-   [OK]          HTTP.GIT                  0   Basic operations on contents.
-   [OK]          HTTP.GIT                  1   Basic operations on nodes.
-   [OK]          HTTP.GIT                  2   Basic operations on commits.
-   [OK]          HTTP.GIT                  3   Basic operations on branches.
-   [OK]          HTTP.GIT                  4   Hash operations on trees.
-   [OK]          HTTP.GIT                  5   Basic merge operations.
-   [OK]          HTTP.GIT                  6   Basic operations on slices.
-   [OK]          HTTP.GIT                  7   Test merges on tree updates.
-   [OK]          HTTP.GIT                  8   Tree caches and hashconsing.
-   [OK]          HTTP.GIT                  9   Tree proofs.
-   [OK]          HTTP.GIT                 10   Complex histories.
-   [OK]          HTTP.GIT                 11   Empty stores.
-   [OK]          HTTP.GIT                 12   Private node manipulation.
-   [OK]          HTTP.GIT                 13   High-level store operations.
-   [OK]          HTTP.GIT                 14   High-level operations on trees.
-   [OK]          HTTP.GIT                 15   High-level store synchronisation.
-   [OK]          HTTP.GIT                 16   High-level store merges.
-   [OK]          HTTP.GIT                 17   Unrelated merges.
-   [OK]          HTTP.GIT                 18   Low-level concurrency.
-   [OK]          HTTP.GIT                 19   Concurrent updates.
-   [OK]          HTTP.GIT                 20   Concurrent head updates.
-   [OK]          HTTP.GIT                 21   Concurrent merges.
-   [OK]          HTTP.GIT                 22   Shallow objects.
-   [OK]          HTTP.GIT                 23   Closure with disconnected commits.
-   [OK]          HTTP.GIT                 24   Clear.
-   [OK]          HTTP.GIT                 25   Graph.Iter.
-   [OK]          HTTP.GIT                 26   Watch.Callbacks and exceptions.
- 
- Full test results in `~/.opam/4.14/.opam-switch/build/irmin-http.2.10.2/_build/default/_build/_tests/irmin-http'.
- Test Successful in 10.399s. 55 tests run.
- +20473us irmin.git       [DEBUG] Tree.encode_bin
- +21125us irmin.git       [DEBUG] Tree.encode_bin
- +22969us irmin.git       [DEBUG] Tree.encode_bin
- +23662us irmin.git       [DEBUG] Tree.encode_bin
- +25309us irmin.git       [DEBUG] Tree.encode_bin
-> compiled  irmin-http.2.10.2
-> removed   irmin-http.2.10.2
-> installed irmin-http.2.10.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:11.25 ---> saved as "515ff6dffd56d5aa349e0173f85b7ca4da8b9c012d51a2f6e42ec60790e85dcb"
Job succeeded
2026-03-03 05:11.35: Job succeeded