Organisationsgs0510index8f2e73 (master)debian-10-4.14_opam-2.1

debian-10-4.14_opam-2.1

Logs

Show full logs
2024-05-10 15:38.42: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:debian-10-4.14_opam-2.1)
Base: ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/gs0510/index.git" -b "master" && cd "index" && git reset --hard 8f2e73f6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
# debian-10-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 index.opam index-bench.opam ./
RUN opam pin add -yn index.dev './' && \
    opam pin add -yn index-bench.dev './'
ENV DEPS="afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y index.dev index-bench.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2024-05-10 15:38.42: Using cache hint "gs0510/index-ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f-debian-10-4.14_opam-2.1-62685bc8fb99b16deaea66c8ea5ce989"
2024-05-10 15:38.42: Using OBuilder spec:
((from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
 (comment debian-10-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src index.opam index-bench.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn index.dev './' && \
             \nopam pin add -yn index-bench.dev './'"))
 (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y index.dev index-bench.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2024-05-10 15:38.42: Waiting for resource in pool OCluster
2024-05-11 02:14.46: Waiting for worker…
2024-05-11 02:18.40: Got resource from pool OCluster
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
HEAD is now at 8f2e73f Update cache.ml

(from ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f)
Unable to find image 'ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f' locally
docker.io/ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f: Pulling from ocaml/opam
Digest: sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
Status: Downloaded newer image for ocaml/opam@sha256:27c18897a521ef159dea7435d793b8409a781d240952acbd322cba27020bf86f
2024-05-11 02:18.41 ---> using "475f54aefad2f2dc70da95751d4f9e5faea57042851efc6122783ad4185f6de6" from cache

/: (comment debian-10-4.14_opam-2.1)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:18.41 ---> using "cc2899cc08be5d27f21b207d2b5e0093d8e8bca1f06a7db4b31490afbdd11c25" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:18.41 ---> using "74c2d2421e9ad373180d09742dcc14b44eb0499e5bcdf7f3cb3acdbf685fa6f0" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-11 02:18.41 ---> using "e16b0d9e75de6711e3c04d90f8d2b1a778fd84372412401c801e6ccb826ec033" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:18.41 ---> using "49708b2c07514a880edbf2e0dc67f99079713f9fd58ccd9630304b866a927f21" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   fa727ddb20..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:18.41 ---> using "616fde3ce7fb10739f4c1c1752b810f9499888d0f92f22e08998cfba77d1f0a1" from cache

/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-05-11 02:18.41 ---> saved as "434243857c2f383d9f273a336e3b5d2f4e7cd0be0c30ad03d7e8060f1b5d5d1b"

/src: (run (network host)
           (shell  "opam pin add -yn index.dev './' && \
                  \nopam pin add -yn index-bench.dev './'"))
[index.dev] synchronised (file:///src)
index is now pinned to file:///src (version dev)
[index-bench.dev] synchronised (file:///src)
index-bench is now pinned to file:///src (version dev)
2024-05-11 02:18.51 ---> saved as "9e5600be07dcf2644ddbb24cd32dc031f2d67e0fc31a973d4ed6cdacc2d6dd65"

/src: (env DEPS "afl-persistent.1.4 alcotest.1.7.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.2.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 logs.0.7.0 lwt.5.7.0 metrics.0.4.1 metrics-unix.0.4.1 mtime.2.0.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_deriving_yojson.3.7.0 ppxlib.0.32.1 re.1.11.0 result.1.5 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7 uuidm.0.9.8 uutf.1.0.3 yojson.2.1.2")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.1 --depext-only -y index.dev index-bench.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian buster InRelease
- Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB]
- Hit:3 http://deb.debian.org/debian buster-updates InRelease
- Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [598 kB]
- Fetched 632 kB in 0s (1524 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[index.dev] synchronised (no changes)
[index-bench.dev] synchronised (no changes)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).

The following system packages will first need to be installed:
    gnuplot-x11

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gnuplot-x11"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libapparmor1: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 ... 17398 files and directories currently installed.)
- Preparing to unpack .../0-libapparmor1_2.13.2-10_amd64.deb ...
- Unpacking libapparmor1:amd64 (2.13.2-10) ...
- Selecting previously unselected package libargon2-1:amd64.
- Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../2-dmsetup_2%3a1.02.155-3_amd64.deb ...
- Unpacking dmsetup (2:1.02.155-3) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
- Selecting previously unselected package libjson-c3:amd64.
- Preparing to unpack .../4-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ...
- Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
- Selecting previously unselected package libidn11:amd64.
- Preparing to unpack .../6-libidn11_1.33-2.2_amd64.deb ...
- Unpacking libidn11:amd64 (1.33-2.2) ...
- Selecting previously unselected package libip4tc0:amd64.
- Preparing to unpack .../7-libip4tc0_1.8.2-4_amd64.deb ...
- Unpacking libip4tc0:amd64 (1.8.2-4) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../8-libkmod2_26-1_amd64.deb ...
- Unpacking libkmod2:amd64 (26-1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../9-systemd_241-7~deb10u10_amd64.deb ...
- Unpacking systemd (241-7~deb10u10) ...
- Setting up libapparmor1:amd64 (2.13.2-10) ...
- Setting up libargon2-1:amd64 (0~20171227-0.2) ...
- Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ...
- Setting up libidn11:amd64 (1.33-2.2) ...
- Setting up libip4tc0:amd64 (1.8.2-4) ...
- Setting up libkmod2:amd64 (26-1) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ...
- Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ...
- Setting up systemd (241-7~deb10u10) ...
- Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service.
- Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Initializing machine ID from random generator.
- Setting up dmsetup (2:1.02.155-3) ...
- 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 ... 18230 files and directories currently installed.)
- Preparing to unpack .../000-systemd-sysv_241-7~deb10u10_amd64.deb ...
- Unpacking systemd-sysv (241-7~deb10u10) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../001-sensible-utils_0.0.12_all.deb ...
- Unpacking sensible-utils (0.0.12) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../002-libdbus-1-3_1.12.28-0+deb10u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.28-0+deb10u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../003-dbus_1.12.28-0+deb10u1_amd64.deb ...
- Unpacking dbus (1.12.28-0+deb10u1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../004-libpam-systemd_241-7~deb10u10_amd64.deb ...
- Unpacking libpam-systemd:amd64 (241-7~deb10u10) ...
- Selecting previously unselected package libicu63:amd64.
- Preparing to unpack .../005-libicu63_63.1-6+deb10u3_amd64.deb ...
- Unpacking libicu63:amd64 (63.1-6+deb10u3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../006-libxml2_2.9.4+dfsg1-7+deb10u6_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../007-ucf_3.0038+nmu1_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0038+nmu1) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../008-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../009-libglib2.0-0_2.58.3-2+deb10u5_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.58.3-2+deb10u5) ...
- Selecting previously unselected package libjpeg62-turbo:amd64.
- Preparing to unpack .../010-libjpeg62-turbo_1%3a1.5.2-2+deb10u1_amd64.deb ...
- Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
- Selecting previously unselected package libpng16-16:amd64.
- Preparing to unpack .../011-libpng16-16_1.6.36-6_amd64.deb ...
- Unpacking libpng16-16:amd64 (1.6.36-6) ...
- Selecting previously unselected package libjbig0:amd64.
- Preparing to unpack .../012-libjbig0_2.1-3.1+b2_amd64.deb ...
- Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
- Selecting previously unselected package libwebp6:amd64.
- Preparing to unpack .../013-libwebp6_0.6.1-2+deb10u3_amd64.deb ...
- Unpacking libwebp6:amd64 (0.6.1-2+deb10u3) ...
- Selecting previously unselected package libtiff5:amd64.
- Preparing to unpack .../014-libtiff5_4.1.0+git191117-2~deb10u9_amd64.deb ...
- Unpacking libtiff5:amd64 (4.1.0+git191117-2~deb10u9) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../015-shared-mime-info_1.10-1_amd64.deb ...
- Unpacking shared-mime-info (1.10-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../016-libgdk-pixbuf2.0-common_2.38.1+dfsg-1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
- Preparing to unpack .../017-libgdk-pixbuf2.0-0_2.38.1+dfsg-1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../018-gtk-update-icon-cache_3.24.5-1_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 (3.24.5-1) ...
- Selecting previously unselected package libfreetype6:amd64.
- Preparing to unpack .../019-libfreetype6_2.9.1-3+deb10u3_amd64.deb ...
- Unpacking libfreetype6:amd64 (2.9.1-3+deb10u3) ...
- Selecting previously unselected package fonts-dejavu-core.
- Preparing to unpack .../020-fonts-dejavu-core_2.37-1_all.deb ...
- Unpacking fonts-dejavu-core (2.37-1) ...
- Selecting previously unselected package fontconfig-config.
- Preparing to unpack .../021-fontconfig-config_2.13.1-2_all.deb ...
- Unpacking fontconfig-config (2.13.1-2) ...
- Selecting previously unselected package libfontconfig1:amd64.
- Preparing to unpack .../022-libfontconfig1_2.13.1-2_amd64.deb ...
- Unpacking libfontconfig1:amd64 (2.13.1-2) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../023-libpixman-1-0_0.36.0-1+deb10u1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.36.0-1+deb10u1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../024-libxcb-render0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../025-libxcb-shm0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../026-libxrender1_1%3a0.9.10-1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../027-libcairo2_1.16.0-4+deb10u1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-4+deb10u1) ...
- Selecting previously unselected package libcroco3:amd64.
- Preparing to unpack .../028-libcroco3_0.6.12-3_amd64.deb ...
- Unpacking libcroco3:amd64 (0.6.12-3) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../029-fontconfig_2.13.1-2_amd64.deb ...
- Unpacking fontconfig (2.13.1-2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../030-libfribidi0_1.0.5-3.1+deb10u2_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../031-libthai-data_0.1.28-2_all.deb ...
- Unpacking libthai-data (0.1.28-2) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../032-libdatrie1_0.2.12-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.12-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../033-libthai0_0.1.28-2_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.28-2) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../034-libpango-1.0-0_1.42.4-8~deb10u1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../035-libgraphite2-3_1.3.13-7_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.13-7) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../036-libharfbuzz0b_2.3.1-1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (2.3.1-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../037-libpangoft2-1.0-0_1.42.4-8~deb10u1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../038-libpangocairo-1.0-0_1.42.4-8~deb10u1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../039-librsvg2-2_2.44.10-2.1+deb10u3_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.44.10-2.1+deb10u3) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../040-librsvg2-common_2.44.10-2.1+deb10u3_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.44.10-2.1+deb10u3) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../041-adwaita-icon-theme_3.30.1-1_all.deb ...
- Unpacking adwaita-icon-theme (3.30.1-1) ...
- Selecting previously unselected package aglfn.
- Preparing to unpack .../042-aglfn_1.7-3_all.deb ...
- Unpacking aglfn (1.7-3) ...
- Selecting previously unselected package libatspi2.0-0:amd64.
- Preparing to unpack .../043-libatspi2.0-0_2.30.0-7_amd64.deb ...
- Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../044-libxi6_2%3a1.7.9-1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.7.9-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../045-x11-common_1%3a7.7+19_all.deb ...
- Unpacking x11-common (1:7.7+19) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../046-libxtst6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../047-at-spi2-core_2.30.0-7_amd64.deb ...
- Unpacking at-spi2-core (2.30.0-7) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../048-dbus-user-session_1.12.28-0+deb10u1_amd64.deb ...
- Unpacking dbus-user-session (1.12.28-0+deb10u1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../049-libdconf1_0.30.1-2_amd64.deb ...
- Unpacking libdconf1:amd64 (0.30.1-2) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../050-dconf-service_0.30.1-2_amd64.deb ...
- Unpacking dconf-service (0.30.1-2) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../051-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
- Selecting previously unselected package libproxy1v5:amd64.
- Preparing to unpack .../052-libproxy1v5_0.4.15-5+deb10u1_amd64.deb ...
- Unpacking libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
- Selecting previously unselected package glib-networking-common.
- Preparing to unpack .../053-glib-networking-common_2.58.0-2+deb10u2_all.deb ...
- Unpacking glib-networking-common (2.58.0-2+deb10u2) ...
- Selecting previously unselected package glib-networking-services.
- Preparing to unpack .../054-glib-networking-services_2.58.0-2+deb10u2_amd64.deb ...
- Unpacking glib-networking-services (2.58.0-2+deb10u2) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../055-gsettings-desktop-schemas_3.28.1-1_all.deb ...
- Unpacking gsettings-desktop-schemas (3.28.1-1) ...
- Selecting previously unselected package glib-networking:amd64.
- Preparing to unpack .../056-glib-networking_2.58.0-2+deb10u2_amd64.deb ...
- Unpacking glib-networking:amd64 (2.58.0-2+deb10u2) ...
- Selecting previously unselected package gnuplot-data.
- Preparing to unpack .../057-gnuplot-data_5.2.6+dfsg1-1+deb10u1_all.deb ...
- Unpacking gnuplot-data (5.2.6+dfsg1-1+deb10u1) ...
- Selecting previously unselected package libxpm4:amd64.
- Preparing to unpack .../058-libxpm4_1%3a3.5.12-1+deb10u2_amd64.deb ...
- Unpacking libxpm4:amd64 (1:3.5.12-1+deb10u2) ...
- Selecting previously unselected package libgd3:amd64.
- Preparing to unpack .../059-libgd3_2.2.5-5.2+deb10u1_amd64.deb ...
- Unpacking libgd3:amd64 (2.2.5-5.2+deb10u1) ...
- Selecting previously unselected package liblua5.3-0:amd64.
- Preparing to unpack .../060-liblua5.3-0_5.3.3-1.1+deb10u1_amd64.deb ...
- Unpacking liblua5.3-0:amd64 (5.3.3-1.1+deb10u1) ...
- Selecting previously unselected package libwxbase3.0-0v5:amd64.
- Preparing to unpack .../061-libwxbase3.0-0v5_3.0.4+dfsg-8_amd64.deb ...
- Unpacking libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../062-libglvnd0_1.1.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.1.0-1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../063-libdrm-common_2.4.97-1_all.deb ...
- Unpacking libdrm-common (2.4.97-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../064-libdrm2_2.4.97-1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.97-1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../065-libglapi-mesa_18.3.6-2+deb10u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../066-libx11-xcb1_2%3a1.6.7-1+deb10u4_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../067-libxcb-dri2-0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../068-libxcb-dri3-0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../069-libxcb-glx0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../070-libxcb-present0_1.13.1-2_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../071-libxcb-sync1_1.13.1-2_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../072-libxfixes3_1%3a5.0.3-1_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../073-libxdamage1_1%3a1.1.4-3+b3_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.4-3+b3) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../074-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../075-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../076-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../077-libpciaccess0_0.14-1_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.14-1) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../078-libdrm-intel1_2.4.97-1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../079-libdrm-nouveau2_2.4.97-1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../080-libdrm-radeon1_2.4.97-1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
- Selecting previously unselected package libllvm7:amd64.
- Preparing to unpack .../081-libllvm7_1%3a7.0.1-8+deb10u2_amd64.deb ...
- Unpacking libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../082-libsensors-config_1%3a3.5.0-3_all.deb ...
- Unpacking libsensors-config (1:3.5.0-3) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../083-libsensors5_1%3a3.5.0-3_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.5.0-3) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../084-libgl1-mesa-dri_18.3.6-2+deb10u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../085-libglx-mesa0_18.3.6-2+deb10u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../086-libglx0_1.1.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.1.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../087-libgl1_1.1.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.1.0-1) ...
- Selecting previously unselected package libgtk2.0-common.
- Preparing to unpack .../088-libgtk2.0-common_2.24.32-3_all.deb ...
- Unpacking libgtk2.0-common (2.24.32-3) ...
- Selecting previously unselected package libatk1.0-data.
- Preparing to unpack .../089-libatk1.0-data_2.30.0-2_all.deb ...
- Unpacking libatk1.0-data (2.30.0-2) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../090-libatk1.0-0_2.30.0-2_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.30.0-2) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../091-libavahi-common-data_0.7-4+deb10u3_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.7-4+deb10u3) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../092-libavahi-common3_0.7-4+deb10u3_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.7-4+deb10u3) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../093-libavahi-client3_0.7-4+deb10u3_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.7-4+deb10u3) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../094-libcups2_2.2.10-6+deb10u9_amd64.deb ...
- Unpacking libcups2:amd64 (2.2.10-6+deb10u9) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../095-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../096-libxcursor1_1%3a1.1.15-2_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.1.15-2) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../097-libxinerama1_2%3a1.1.4-2_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../098-libxrandr2_2%3a1.5.1-1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
- Selecting previously unselected package libgtk2.0-0:amd64.
- Preparing to unpack .../099-libgtk2.0-0_2.24.32-3_amd64.deb ...
- Unpacking libgtk2.0-0:amd64 (2.24.32-3) ...
- Selecting previously unselected package libnotify4:amd64.
- Preparing to unpack .../100-libnotify4_0.7.7-4_amd64.deb ...
- Unpacking libnotify4:amd64 (0.7.7-4) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../101-libice6_2%3a1.0.9-2_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.9-2) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../102-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libwxgtk3.0-0v5:amd64.
- Preparing to unpack .../103-libwxgtk3.0-0v5_3.0.4+dfsg-8_amd64.deb ...
- Unpacking libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-8) ...
- Selecting previously unselected package gnuplot-x11.
- Preparing to unpack .../104-gnuplot-x11_5.2.6+dfsg1-1+deb10u1_amd64.deb ...
- Unpacking gnuplot-x11 (5.2.6+dfsg1-1+deb10u1) ...
- Selecting previously unselected package libatk-bridge2.0-0:amd64.
- Preparing to unpack .../105-libatk-bridge2.0-0_2.30.0-5_amd64.deb ...
- Unpacking libatk-bridge2.0-0:amd64 (2.30.0-5) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../106-libcairo-gobject2_1.16.0-4+deb10u1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../107-liblcms2-2_2.9-3_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.9-3) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../108-libcolord2_1.4.3-4_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.3-4) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../109-libepoxy0_1.5.3-0.1_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
- Selecting previously unselected package libgail18:amd64.
- Preparing to unpack .../110-libgail18_2.24.32-3_amd64.deb ...
- Unpacking libgail18:amd64 (2.24.32-3) ...
- Selecting previously unselected package libgail-common:amd64.
- Preparing to unpack .../111-libgail-common_2.24.32-3_amd64.deb ...
- Unpacking libgail-common:amd64 (2.24.32-3) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../112-libgdk-pixbuf2.0-bin_2.38.1+dfsg-1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../113-libglib2.0-data_2.58.3-2+deb10u5_all.deb ...
- Unpacking libglib2.0-data (2.58.3-2+deb10u5) ...
- Selecting previously unselected package libjson-glib-1.0-common.
- Preparing to unpack .../114-libjson-glib-1.0-common_1.4.4-2_all.deb ...
- Unpacking libjson-glib-1.0-common (1.4.4-2) ...
- Selecting previously unselected package libjson-glib-1.0-0:amd64.
- Preparing to unpack .../115-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
- Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
- Selecting previously unselected package libsoup2.4-1:amd64.
- Preparing to unpack .../116-libsoup2.4-1_2.64.2-2_amd64.deb ...
- Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
- Selecting previously unselected package libsoup-gnome2.4-1:amd64.
- Preparing to unpack .../117-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
- Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
- Selecting previously unselected package librest-0.7-0:amd64.
- Preparing to unpack .../118-librest-0.7-0_0.8.1-1_amd64.deb ...
- Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../119-libwayland-client0_1.16.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.16.0-1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../120-libwayland-cursor0_1.16.0-1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../121-libwayland-egl1_1.16.0-1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../122-xkb-data_2.26-2_all.deb ...
- Unpacking xkb-data (2.26-2) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../123-libxkbcommon0_0.8.2-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../124-libgtk-3-common_3.24.5-1_all.deb ...
- Unpacking libgtk-3-common (3.24.5-1) ...
- Selecting previously unselected package libgtk-3-0:amd64.
- Preparing to unpack .../125-libgtk-3-0_3.24.5-1_amd64.deb ...
- Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../126-libgtk-3-bin_3.24.5-1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.5-1) ...
- Selecting previously unselected package libgtk2.0-bin.
- Preparing to unpack .../127-libgtk2.0-bin_2.24.32-3_amd64.deb ...
- Unpacking libgtk2.0-bin (2.24.32-3) ...
- Selecting previously unselected package notification-daemon.
- Preparing to unpack .../128-notification-daemon_3.20.0-4_amd64.deb ...
- Unpacking notification-daemon (3.20.0-4) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../129-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../130-libnss-systemd_241-7~deb10u10_amd64.deb ...
- Unpacking libnss-systemd:amd64 (241-7~deb10u10) ...
- Setting up libgraphite2-3:amd64 (1.3.13-7) ...
- Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
- Setting up liblcms2-2:amd64 (2.9-3) ...
- Setting up libpixman-1-0:amd64 (0.36.0-1+deb10u1) ...
- Setting up libx11-xcb1:amd64 (2:1.6.7-1+deb10u4) ...
- Setting up libpciaccess0:amd64 (0.14-1) ...
- Setting up systemd-sysv (241-7~deb10u10) ...
- Setting up libproxy1v5:amd64 (0.4.15-5+deb10u1) ...
- Setting up libxpm4:amd64 (1:3.5.12-1+deb10u2) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.7.9-1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1) ...
- Setting up libdatrie1:amd64 (0.2.12-2) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libxcb-render0:amd64 (1.13.1-2) ...
- Setting up libglib2.0-0:amd64 (2.58.3-2+deb10u5) ...
- Setting up libglvnd0:amd64 (1.1.0-1) ...
- Setting up libxcb-glx0:amd64 (1.13.1-2) ...
- Setting up libgdk-pixbuf2.0-common (2.38.1+dfsg-1) ...
- Setting up x11-common (1:7.7+19) ...
- update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libsensors-config (1:3.5.0-3) ...
- Setting up libnss-systemd:amd64 (241-7~deb10u10) ...
- First installation detected...
- Checking NSS setup...
- Setting up xkb-data (2.26-2) ...
- Setting up libxcb-shm0:amd64 (1.13.1-2) ...
- Setting up libjbig0:amd64 (2.1-3.1+b2) ...
- Setting up libcolord2:amd64 (1.4.3-4) ...
- Setting up libicu63:amd64 (63.1-6+deb10u3) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.13.1-2) ...
- Setting up libdconf1:amd64 (0.30.1-2) ...
- Setting up libglib2.0-data (2.58.3-2+deb10u5) ...
- Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+deb10u1) ...
- Setting up libepoxy0:amd64 (1.5.3-0.1) ...
- Setting up libxfixes3:amd64 (1:5.0.3-1) ...
- Setting up libxcb-sync1:amd64 (1.13.1-2) ...
- Setting up aglfn (1.7-3) ...
- Setting up libavahi-common-data:amd64 (0.7-4+deb10u3) ...
- Setting up libdbus-1-3:amd64 (1.12.28-0+deb10u1) ...
- Setting up dbus (1.12.28-0+deb10u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libfribidi0:amd64 (1.0.5-3.1+deb10u2) ...
- Setting up libxinerama1:amd64 (2:1.1.4-2) ...
- Setting up libpng16-16:amd64 (1.6.36-6) ...
- Setting up libxrandr2:amd64 (2:1.5.1-1) ...
- Setting up libwebp6:amd64 (0.6.1-2+deb10u3) ...
- Setting up fonts-dejavu-core (2.37-1) ...
- Setting up libsensors5:amd64 (1:3.5.0-3) ...
- Setting up libglapi-mesa:amd64 (18.3.6-2+deb10u1) ...
- Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
- Setting up libatk1.0-data (2.30.0-2) ...
- Setting up sensible-utils (0.0.12) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up liblua5.3-0:amd64 (5.3.3-1.1+deb10u1) ...
- Setting up libpam-systemd:amd64 (241-7~deb10u10) ...
- Setting up libllvm7:amd64 (1:7.0.1-8+deb10u2) ...
- Setting up libthai-data (0.1.28-2) ...
- Setting up libwxbase3.0-0v5:amd64 (3.0.4+dfsg-8) ...
- Setting up libjson-glib-1.0-common (1.4.4-2) ...
- Setting up libgtk2.0-common (2.24.32-3) ...
- Setting up libatk1.0-0:amd64 (2.30.0-2) ...
- Setting up libtiff5:amd64 (4.1.0+git191117-2~deb10u9) ...
- Setting up libwayland-egl1:amd64 (1.16.0-1) ...
- Setting up glib-networking-common (2.58.0-2+deb10u2) ...
- Setting up libdrm-common (2.4.97-1) ...
- Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
- Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u6) ...
- Setting up libxkbcommon0:amd64 (0.8.2-1) ...
- Setting up libwayland-client0:amd64 (1.16.0-1) ...
- Setting up glib-networking-services (2.58.0-2+deb10u2) ...
- Setting up gnuplot-data (5.2.6+dfsg1-1+deb10u1) ...
- Setting up libice6:amd64 (2:1.0.9-2) ...
- Setting up libxdamage1:amd64 (1:1.1.4-3+b3) ...
- Setting up libxtst6:amd64 (2:1.2.3-1) ...
- Setting up libxcursor1:amd64 (1:1.1.15-2) ...
- Setting up libavahi-common3:amd64 (0.7-4+deb10u3) ...
- Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
- Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
- Setting up libatk-bridge2.0-0:amd64 (2.30.0-5) ...
- Setting up libthai0:amd64 (0.1.28-2) ...
- Setting up dbus-user-session (1.12.28-0+deb10u1) ...
- Setting up libfreetype6:amd64 (2.9.1-3+deb10u3) ...
- Setting up shared-mime-info (1.10-1) ...
- Setting up libcroco3:amd64 (0.6.12-3) ...
- Setting up ucf (3.0038+nmu1) ...
- Setting up libdrm2:amd64 (2.4.97-1) ...
- Setting up at-spi2-core (2.30.0-7) ...
- Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
- Setting up libharfbuzz0b:amd64 (2.3.1-1) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libavahi-client3:amd64 (0.7-4+deb10u3) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
- Setting up fontconfig-config (2.13.1-2) ...
- Setting up libdrm-intel1:amd64 (2.4.97-1) ...
- Setting up libgl1-mesa-dri:amd64 (18.3.6-2+deb10u1) ...
- Setting up dconf-service (0.30.1-2) ...
- Setting up libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
- Setting up libcups2:amd64 (2.2.10-6+deb10u9) ...
- Setting up libgdk-pixbuf2.0-bin (2.38.1+dfsg-1) ...
- Setting up libfontconfig1:amd64 (2.13.1-2) ...
- Setting up gtk-update-icon-cache (3.24.5-1) ...
- Setting up fontconfig (2.13.1-2) ...
- Regenerating fonts cache... 
- done.
- Setting up libglx-mesa0:amd64 (18.3.6-2+deb10u1) ...
- Setting up libglx0:amd64 (1.1.0-1) ...
- Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
- Setting up libpango-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Setting up libcairo2:amd64 (1.16.0-4+deb10u1) ...
- Setting up libgl1:amd64 (1.1.0-1) ...
- Setting up libnotify4:amd64 (0.7.7-4) ...
- Setting up libgd3:amd64 (2.2.5-5.2+deb10u1) ...
- Setting up libcairo-gobject2:amd64 (1.16.0-4+deb10u1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Setting up libgtk-3-common (3.24.5-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.42.4-8~deb10u1) ...
- Setting up gsettings-desktop-schemas (3.28.1-1) ...
- Setting up librsvg2-2:amd64 (2.44.10-2.1+deb10u3) ...
- Setting up librsvg2-common:amd64 (2.44.10-2.1+deb10u3) ...
- Setting up glib-networking:amd64 (2.58.0-2+deb10u2) ...
- Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
- Setting up adwaita-icon-theme (3.30.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 libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
- Setting up librest-0.7-0:amd64 (0.8.1-1) ...
- Setting up libgtk-3-0:amd64 (3.24.5-1) ...
- Setting up libgtk2.0-0:amd64 (2.24.32-3) ...
- Setting up libgtk-3-bin (3.24.5-1) ...
- Setting up notification-daemon (3.20.0-4) ...
- Setting up libwxgtk3.0-0v5:amd64 (3.0.4+dfsg-8) ...
- Setting up libgail18:amd64 (2.24.32-3) ...
- Setting up libgtk2.0-bin (2.24.32-3) ...
- Setting up gnuplot-x11 (5.2.6+dfsg1-1+deb10u1) ...
- update-alternatives: using /usr/bin/gnuplot-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode
- Setting up libgail-common:amd64 (2.24.32-3) ...
- Processing triggers for systemd (241-7~deb10u10) ...
- Processing triggers for libc-bin (2.28-10+deb10u2) ...
- Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
2024-05-11 02:19.37 ---> saved as "89928e5fa66273c25c0303a4378f7c9676ad3e55f9782670ebd9178e22f7ff40"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install cmdliner            1.2.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install dune                3.15.2
  - install conf-gnuplot        0.1
  - install topkg               1.0.7
  - install base-bytes          base
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install result              1.5
  - install re                  1.11.0
  - install ppx_derivers        1.2.1
  - install ocaml-syntax-shims  1.0.0
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install afl-persistent      1.4
  - install uutf                1.0.3
  - install uuidm               0.9.8
  - install mtime               2.0.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ppxlib              0.32.1
  - install dune-configurator   3.15.2
  - install yojson              2.1.2
  - install ocplib-endian       1.2
  - install metrics             0.4.1
  - install alcotest            1.7.0
  - install ppx_deriving        5.2.1
  - install lwt                 5.7.0
  - install crowbar             0.2.1
  - install ppx_deriving_yojson 3.7.0
  - install metrics-unix        0.4.1
  - install logs                0.7.0
===== 35 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-gnuplot.0.1
-> retrieved crowbar.0.2.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved metrics.0.4.1  (cached)
-> retrieved metrics-unix.0.4.1  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
-> retrieved re.1.11.0  (cached)
-> installed seq.base
-> retrieved result.1.5  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uuidm.0.9.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uuidm.0.9.8
-> installed uutf.1.0.3
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.15.2
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed metrics.0.4.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed afl-persistent.1.4
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed dune-configurator.3.15.2
-> installed alcotest.1.7.0
-> installed yojson.2.1.2
-> installed lwt.5.7.0
-> installed metrics-unix.0.4.1
-> installed logs.0.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.5.2.1
-> installed ppx_deriving_yojson.3.7.0
Done.

<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>
=> afl-persistent is installed, but since the current OCaml compiler does
   not enable AFL instrumentation by default, most packages will not be
   instrumented and fuzzing with afl-fuzz may not be effective.

   To globally enable AFL instrumentation, create an OCaml switch like:

     opam switch create 4.14.2+afl ocaml-variants.4.14.2+options ocaml-option-afl
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:21.34 ---> saved as "01712abac07a7fd7ec5412c5ce0b71ece4a8cb97fbc39224e3df5ba60967607f"

/src: (copy (src .) (dst /src))
2024-05-11 02:21.34 ---> saved as "bc01170dc07afc03cc780d5d3f2cde05533b78cbb66c8f6ccf7a028acfaf8ce5"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.index.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock/os -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/byte/index__Stats.cmo -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.index.objs/byte -I src/.index.objs/native -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/mtime -I /home/opam/.opam/4.14/lib/mtime/clock/os -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -open Index__ -o src/.index.objs/native/index__Stats.cmx -c -impl src/stats.ml)
File "src/stats.ml", line 77, characters 18-34:
77 |     let average = Mtime.Span.to_us span /. float_of_int !nb_replace in
                       ^^^^^^^^^^^^^^^^
Error: Unbound value Mtime.Span.to_us
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/unix/.index_unix.objs/byte -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml/threads -I src/.index.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Index_unix__ -o src/unix/.index_unix.objs/byte/index_unix.cmo -c -impl src/unix/index_unix.ml)
File "src/unix/index_unix.ml", line 139, characters 8-48:
139 |         (aux [@tailcall]) (Filename.dirname dir) @@ fun () ->
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error (warning 51 [wrong-tailcall-expectation]): expected tailcall
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Io_array.cmo -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Io_array.cmx -c -impl test/unix/io_array.ml)
File "test/unix/io_array.ml", line 59, characters 7-15:
59 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
File "test/unix/io_array.ml", line 74, characters 7-15:
74 |       (Fmt.strf "Inserted key at index %i is accessible" i)
            ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I test/unix/.main.eobjs/byte -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I test/unix/.main.eobjs/byte -I test/unix/.main.eobjs/native -I /home/opam/.opam/4.14/lib/alcotest -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/unix/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/unix/main.ml)
File "test/unix/main.ml", line 216, characters 29-37:
216 |       Alcotest.check_raises (Fmt.strf "Find %s key after clearing." k) Not_found
                                   ^^^^^^^^
Error (alert deprecated): Fmt.strf
use Fmt.str instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I bench/.bench.eobjs/byte -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/yojson -I src/.index.objs/byte -I src/unix/.index_unix.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/byte/dune__exe__Bench.cmo -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I bench/.bench.eobjs/byte -I bench/.bench.eobjs/native -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/fmt -I /home/opam/.opam/4.14/lib/metrics -I /home/opam/.opam/4.14/lib/metrics-unix -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_deriving_yojson/runtime -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/yojson -I src/.index.objs/byte -I src/.index.objs/native -I src/unix/.index_unix.objs/byte -I src/unix/.index_unix.objs/native -intf-suffix .ml -no-alias-deps -opaque -o bench/.bench.eobjs/native/dune__exe__Bench.cmx -c -impl bench/bench.pp.ml)
File "bench/bench.ml", line 498, characters 16-27:
498 | let env_var s = Arg.env_var ("INDEX_BENCH_" ^ s)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Arg.env_var
Use Cmd.Env.info instead.
File "bench/bench.ml", line 561, characters 9-13:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
               ^^^^
Error (alert deprecated): Cmdliner.Term.pure
Use Term.const instead.
File "bench/bench.ml", line 561, characters 40-49:
561 |   (Term.(pure list_benches $ const ()), Term.info "list" ~doc)
                                              ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 4-13:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
          ^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.info
Use Cmd.info instead.
File "bench/bench.ml", line 592, characters 32-50:
592 |     Term.info "run" ~doc ~exits:Term.default_exits )
                                      ^^^^^^^^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.default_exits
Use Cmd.Exit.defaults or Cmd.info's defaults ~exits value instead.
File "bench/bench.ml", line 596, characters 8-12:
596 |   Term.(exit @@ eval_choice cmd choices)
              ^^^^
Error (alert deprecated): Cmdliner.Term.exit
Use Stdlib.exit and Cmd.eval instead.
File "bench/bench.ml", line 596, characters 16-27:
596 |   Term.(exit @@ eval_choice cmd choices)
                      ^^^^^^^^^^^
Error (alert deprecated): Cmdliner.Term.eval_choice
Use Cmd.group and one of Cmd.eval* instead.
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2024-05-11 02:21.36: Job failed: Failed: Build failed