Organisationsgs0510index8f2e73 (master)ubuntu-23.10-4.14_opam-2.1

ubuntu-23.10-4.14_opam-2.1

Logs

Show full logs
2024-06-17 13:07.26: New job: test gs0510/index https://github.com/gs0510/index.git#refs/heads/master (8f2e73f68db6634484e605257f976bc281d811f1) (linux-x86_64:ubuntu-23.10-4.14_opam-2.1)
Base: ocaml/opam@sha256:f0448c0f85a2f69e762d3e3e93fd89165fc9256efb9dc94d0f5321ce9e796f17
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:f0448c0f85a2f69e762d3e3e93fd89165fc9256efb9dc94d0f5321ce9e796f17
# ubuntu-23.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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1"
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-06-17 13:07.26: Using cache hint "gs0510/index-ocaml/opam@sha256:f0448c0f85a2f69e762d3e3e93fd89165fc9256efb9dc94d0f5321ce9e796f17-ubuntu-23.10-4.14_opam-2.1-6ec808e68c517e6c9e2847dbdf0bcf0b"
2024-06-17 13:07.26: Using OBuilder spec:
((from ocaml/opam@sha256:f0448c0f85a2f69e762d3e3e93fd89165fc9256efb9dc94d0f5321ce9e796f17)
 (comment ubuntu-23.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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1")
 (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-06-17 13:07.26: Waiting for resource in pool OCluster
2024-06-19 14:19.36: Waiting for worker…
2024-06-19 14:27.56: Got resource from pool OCluster
Building on x86-bm-c2.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/index.git-e2568b4ca0d28428be2a6fd6d7fe4d9cc3ed018c/.git/
HEAD is now at 8f2e73f Update cache.ml

(from ocaml/opam@sha256:f0448c0f85a2f69e762d3e3e93fd89165fc9256efb9dc94d0f5321ce9e796f17)
2024-06-19 14:28.56 ---> saved as "a24e00e0a6a141fd43fc7e711aefe8e77b12edf309373fb90cdc69a8f04abd82"

/: (comment ubuntu-23.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-06-19 14:28.56 ---> saved as "03f98fd1cb2b9f58a017f660e93aa4d6eaa7eddeb78bf02076e4aa51b20ee36a"

/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-06-19 14:30.33 ---> saved as "99d42aac82e41a9942ea95dc19305c91262e5f9b825ec738c6434b0728feb945"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 14:30.33 ---> saved as "42f990391ac8e1bbd988c39334d0160d6bbf13ee1c05c4154449ab71aa153d67"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-06-19 14:30.33 ---> saved as "88a7ba93bd555614a530444e8fa7fb8f7da45c2e0f72515e12009fb6a9b8c157"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)

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

The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.

<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 14:35.24 ---> saved as "4659889f00c5234d1772d6465e21bbbab3f71591e81c913aad1dbc60f28be779"

/src: (copy (src index.opam index-bench.opam) (dst ./))
2024-06-19 14:35.24 ---> saved as "afa88ef889060f31bdaef7e0432ff49726d1ef3483021eaeb84905296b03aed6"

/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-06-19 14:35.32 ---> saved as "edbfaff94f9253ff24c6bcb32e65b34223994cc4e9374ca66e194b7e03532b6f"

/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.3.0 conf-gnuplot.0.1 cppo.1.6.9 crowbar.0.2.1 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 fmt.0.9.0 host-arch-x86_64.1 host-system-other.1 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.6.0.2 ppx_deriving_yojson.3.8.0 ppxlib.0.32.1 re.1.11.0 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.2.1")

/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"
- Get:1 http://security.ubuntu.com/ubuntu mantic-security InRelease [127 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu mantic InRelease
- Get:3 http://archive.ubuntu.com/ubuntu mantic-updates InRelease [127 kB]
- Hit:4 http://archive.ubuntu.com/ubuntu mantic-backports InRelease
- Get:5 http://security.ubuntu.com/ubuntu mantic-security/restricted amd64 Packages [484 kB]
- Get:6 http://archive.ubuntu.com/ubuntu mantic-updates/multiverse amd64 Packages [9920 B]
- Get:7 http://security.ubuntu.com/ubuntu mantic-security/main amd64 Packages [508 kB]
- Get:8 http://archive.ubuntu.com/ubuntu mantic-updates/restricted amd64 Packages [506 kB]
- Get:9 http://security.ubuntu.com/ubuntu mantic-security/universe amd64 Packages [393 kB]
- Get:10 http://archive.ubuntu.com/ubuntu mantic-updates/universe amd64 Packages [508 kB]
- Get:11 http://archive.ubuntu.com/ubuntu mantic-updates/main amd64 Packages [584 kB]
- Fetched 3248 kB in 2s (2120 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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 libpython3.11-minimal: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 ... 16458 files and directories currently installed.)
- Preparing to unpack .../libpython3.11-minimal_3.11.6-3_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.6-3) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.6-3_amd64.deb ...
- Unpacking python3.11-minimal (3.11.6-3) ...
- Setting up libpython3.11-minimal:amd64 (3.11.6-3) ...
- Setting up python3.11-minimal (3.11.6-3) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 16765 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.11.4-5_amd64.deb ...
- Unpacking python3-minimal (3.11.4-5) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_10.1.0_all.deb ...
- Unpacking media-types (10.1.0) ...
- Selecting previously unselected package tzdata.
- Preparing to unpack .../2-tzdata_2024a-0ubuntu0.23.10_all.deb ...
- Unpacking tzdata (2024a-0ubuntu0.23.10) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../3-libpython3.11-stdlib_3.11.6-3_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.6-3) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../4-python3.11_3.11.6-3_amd64.deb ...
- Unpacking python3.11 (3.11.6-3) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.11.4-5_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.4-5) ...
- Setting up python3-minimal (3.11.4-5) ...
- Selecting previously unselected package python3.
- (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 ... 17709 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.4-5_amd64.deb ...
- Unpacking python3 (3.11.4-5) ...
- Selecting previously unselected package libargon2-1:amd64.
- Preparing to unpack .../01-libargon2-1_0~20190702+dfsg-3_amd64.deb ...
- Unpacking libargon2-1:amd64 (0~20190702+dfsg-3) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2ubuntu1_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2ubuntu1) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../03-libjson-c5_0.17-1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.17-1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4ubuntu3_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.6.1-4ubuntu3) ...
- Selecting previously unselected package libfdisk1:amd64.
- Preparing to unpack .../05-libfdisk1_2.39.1-4ubuntu2.2_amd64.deb ...
- Unpacking libfdisk1:amd64 (2.39.1-4ubuntu2.2) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../06-libkmod2_30+20230519-1ubuntu3_amd64.deb ...
- Unpacking libkmod2:amd64 (30+20230519-1ubuntu3) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../07-libapparmor1_4.0.0~alpha2-0ubuntu5_amd64.deb ...
- Unpacking libapparmor1:amd64 (4.0.0~alpha2-0ubuntu5) ...
- Selecting previously unselected package libip4tc2:amd64.
- Preparing to unpack .../08-libip4tc2_1.8.9-2ubuntu2_amd64.deb ...
- Unpacking libip4tc2:amd64 (1.8.9-2ubuntu2) ...
- Selecting previously unselected package libsystemd-shared:amd64.
- Preparing to unpack .../09-libsystemd-shared_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (253.5-1ubuntu6.1) ...
- Selecting previously unselected package systemd-dev.
- Preparing to unpack .../10-systemd-dev_253.5-1ubuntu6.1_all.deb ...
- Unpacking systemd-dev (253.5-1ubuntu6.1) ...
- Selecting previously unselected package systemd.
- Preparing to unpack .../11-systemd_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking systemd (253.5-1ubuntu6.1) ...
- Setting up libargon2-1:amd64 (0~20190702+dfsg-3) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2ubuntu1) ...
- Setting up libjson-c5:amd64 (0.17-1) ...
- Setting up libcryptsetup12:amd64 (2:2.6.1-4ubuntu3) ...
- Setting up libfdisk1:amd64 (2.39.1-4ubuntu2.2) ...
- Setting up libkmod2:amd64 (30+20230519-1ubuntu3) ...
- Setting up libapparmor1:amd64 (4.0.0~alpha2-0ubuntu5) ...
- Setting up libip4tc2:amd64 (1.8.9-2ubuntu2) ...
- Setting up libsystemd-shared:amd64 (253.5-1ubuntu6.1) ...
- Setting up systemd-dev (253.5-1ubuntu6.1) ...
- Setting up systemd (253.5-1ubuntu6.1) ...
- 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/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service.
- Initializing machine ID from random generator.
- /usr/lib/tmpfiles.d/systemd-network.conf:10: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:11: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:12: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd-network.conf:13: Failed to resolve user 'systemd-network': No such process
- /usr/lib/tmpfiles.d/systemd.conf:22: Failed to resolve group 'systemd-journal'.
- /usr/lib/tmpfiles.d/systemd.conf:23: Failed to resolve group 'systemd-journal'.
- /usr/lib/tmpfiles.d/systemd.conf:28: Failed to resolve group 'systemd-journal'.
- /usr/lib/tmpfiles.d/systemd.conf:29: Failed to resolve group 'systemd-journal'.
- /usr/lib/tmpfiles.d/systemd.conf:30: Failed to resolve group 'systemd-journal'.
- 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.
- 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 ... 18600 files and directories currently installed.)
- Preparing to unpack .../00-systemd-sysv_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking systemd-sysv (253.5-1ubuntu6.1) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../01-libdbus-1-3_1.14.10-1ubuntu1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../02-dbus-bin_1.14.10-1ubuntu1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1ubuntu1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.14.10-1ubuntu1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1ubuntu1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.14.10-1ubuntu1_amd64.deb ...
- Unpacking dbus (1.14.10-1ubuntu1) ...
- Selecting previously unselected package libpam-systemd:amd64.
- Preparing to unpack .../07-libpam-systemd_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking libpam-systemd:amd64 (253.5-1ubuntu6.1) ...
- Selecting previously unselected package dbus-user-session.
- Preparing to unpack .../08-dbus-user-session_1.14.10-1ubuntu1_amd64.deb ...
- Unpacking dbus-user-session (1.14.10-1ubuntu1) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../09-dmsetup_2%3a1.02.185-2ubuntu1_amd64.deb ...
- Unpacking dmsetup (2:1.02.185-2ubuntu1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../10-libglib2.0-0_2.78.0-2ubuntu0.1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.78.0-2ubuntu0.1) ...
- Selecting previously unselected package libgirepository-1.0-1:amd64.
- Preparing to unpack .../11-libgirepository-1.0-1_1.78.1-1_amd64.deb ...
- Unpacking libgirepository-1.0-1:amd64 (1.78.1-1) ...
- Selecting previously unselected package gir1.2-glib-2.0:amd64.
- Preparing to unpack .../12-gir1.2-glib-2.0_1.78.1-1_amd64.deb ...
- Unpacking gir1.2-glib-2.0:amd64 (1.78.1-1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../13-libfribidi0_1.0.13-3_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.13-3) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../14-libglib2.0-data_2.78.0-2ubuntu0.1_all.deb ...
- Unpacking libglib2.0-data (2.78.0-2ubuntu0.1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../15-libicu72_72.1-3ubuntu3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3ubuntu3) ...
- Selecting previously unselected package libnss-systemd:amd64.
- Preparing to unpack .../16-libnss-systemd_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking libnss-systemd:amd64 (253.5-1ubuntu6.1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../17-libxml2_2.9.14+dfsg-1.3ubuntu0.1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3ubuntu0.1) ...
- Selecting previously unselected package python3-dbus.
- Preparing to unpack .../18-python3-dbus_1.3.2-5_amd64.deb ...
- Unpacking python3-dbus (1.3.2-5) ...
- Selecting previously unselected package python3-gi.
- Preparing to unpack .../19-python3-gi_3.46.0-1_amd64.deb ...
- Unpacking python3-gi (3.46.0-1) ...
- Selecting previously unselected package networkd-dispatcher.
- Preparing to unpack .../20-networkd-dispatcher_2.2.4-1_all.deb ...
- Unpacking networkd-dispatcher (2.2.4-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../21-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package systemd-resolved.
- Preparing to unpack .../22-systemd-resolved_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking systemd-resolved (253.5-1ubuntu6.1) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../23-systemd-timesyncd_253.5-1ubuntu6.1_amd64.deb ...
- Unpacking systemd-timesyncd (253.5-1ubuntu6.1) ...
- Selecting previously unselected package tzdata-icu.
- Preparing to unpack .../24-tzdata-icu_2024a-0ubuntu0.23.10_all.deb ...
- Unpacking tzdata-icu (2024a-0ubuntu0.23.10) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../25-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Selecting previously unselected package xkb-data.
- Preparing to unpack .../26-xkb-data_2.38-2_all.deb ...
- Unpacking xkb-data (2.38-2) ...
- Selecting previously unselected package hicolor-icon-theme.
- Preparing to unpack .../27-hicolor-icon-theme_0.17-2_all.deb ...
- Unpacking hicolor-icon-theme (0.17-2) ...
- Selecting previously unselected package libgdk-pixbuf2.0-common.
- Preparing to unpack .../28-libgdk-pixbuf2.0-common_2.42.10+dfsg-1ubuntu0.1_all.deb ...
- Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1ubuntu0.1) ...
- Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64.
- Preparing to unpack .../29-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1ubuntu0.1_amd64.deb ...
- Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1ubuntu0.1) ...
- Selecting previously unselected package gtk-update-icon-cache.
- Preparing to unpack .../30-gtk-update-icon-cache_3.24.38-5ubuntu1_amd64.deb ...
- Unpacking gtk-update-icon-cache (3.24.38-5ubuntu1) ...
- Selecting previously unselected package humanity-icon-theme.
- Preparing to unpack .../31-humanity-icon-theme_0.6.16_all.deb ...
- Unpacking humanity-icon-theme (0.6.16) ...
- Selecting previously unselected package ubuntu-mono.
- Preparing to unpack .../32-ubuntu-mono_20.10-0ubuntu2_all.deb ...
- Unpacking ubuntu-mono (20.10-0ubuntu2) ...
- Selecting previously unselected package adwaita-icon-theme.
- Preparing to unpack .../33-adwaita-icon-theme_41.0-1ubuntu1_all.deb ...
- Unpacking adwaita-icon-theme (41.0-1ubuntu1) ...
- Selecting previously unselected package at-spi2-common.
- Preparing to unpack .../34-at-spi2-common_2.50.0-1_all.deb ...
- Unpacking at-spi2-common (2.50.0-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../35-libxi6_2%3a1.8-1build1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1build1) ...
- Selecting previously unselected package libatspi2.0-0:amd64.
- Preparing to unpack .../36-libatspi2.0-0_2.50.0-1_amd64.deb ...
- Unpacking libatspi2.0-0:amd64 (2.50.0-1) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../37-x11-common_1%3a7.7+23ubuntu2_all.deb ...
- Unpacking x11-common (1:7.7+23ubuntu2) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../38-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package libdconf1:amd64.
- Preparing to unpack .../39-libdconf1_0.40.0-4_amd64.deb ...
- Unpacking libdconf1:amd64 (0.40.0-4) ...
- Selecting previously unselected package dconf-service.
- Preparing to unpack .../40-dconf-service_0.40.0-4_amd64.deb ...
- Unpacking dconf-service (0.40.0-4) ...
- Selecting previously unselected package dconf-gsettings-backend:amd64.
- Preparing to unpack .../41-dconf-gsettings-backend_0.40.0-4_amd64.deb ...
- Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Selecting previously unselected package session-migration.
- Preparing to unpack .../42-session-migration_0.3.6_amd64.deb ...
- Unpacking session-migration (0.3.6) ...
- Selecting previously unselected package gsettings-desktop-schemas.
- Preparing to unpack .../43-gsettings-desktop-schemas_45.0-1ubuntu1_all.deb ...
- Unpacking gsettings-desktop-schemas (45.0-1ubuntu1) ...
- Selecting previously unselected package at-spi2-core.
- Preparing to unpack .../44-at-spi2-core_2.50.0-1_amd64.deb ...
- Unpacking at-spi2-core (2.50.0-1) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../45-fontconfig_2.14.2-4ubuntu1_amd64.deb ...
- Unpacking fontconfig (2.14.2-4ubuntu1) ...
- Selecting previously unselected package aglfn.
- Preparing to unpack .../46-aglfn_1.7+git20191031.4036a9c-2_all.deb ...
- Unpacking aglfn (1.7+git20191031.4036a9c-2) ...
- Selecting previously unselected package gnuplot-data.
- Preparing to unpack .../47-gnuplot-data_5.4.4+dfsg1-2build1_all.deb ...
- Unpacking gnuplot-data (5.4.4+dfsg1-2build1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../48-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../49-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../50-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../51-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../52-libcairo2_1.18.0-1_amd64.deb ...
- Unpacking libcairo2:amd64 (1.18.0-1) ...
- Selecting previously unselected package liblua5.4-0:amd64.
- Preparing to unpack .../53-liblua5.4-0_5.4.6-0ubuntu2_amd64.deb ...
- Unpacking liblua5.4-0:amd64 (5.4.6-0ubuntu2) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../54-libgraphite2-3_1.3.14-1build2_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1build2) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../55-libharfbuzz0b_8.0.1-1_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (8.0.1-1) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../56-libthai-data_0.1.29-1build1_all.deb ...
- Unpacking libthai-data (0.1.29-1build1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../57-libdatrie1_0.2.13-2_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../58-libthai0_0.1.29-1build1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1build1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../59-libpango-1.0-0_1.51.0+ds-2_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.51.0+ds-2) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../60-libpangoft2-1.0-0_1.51.0+ds-2_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.51.0+ds-2) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../61-libpangocairo-1.0-0_1.51.0+ds-2_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.51.0+ds-2) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../62-libpcre2-32-0_10.42-4_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-4) ...
- Selecting previously unselected package libwxbase3.2-1:amd64.
- Preparing to unpack .../63-libwxbase3.2-1_3.2.2+dfsg-4_amd64.deb ...
- Unpacking libwxbase3.2-1:amd64 (3.2.2+dfsg-4) ...
- Selecting previously unselected package libatk1.0-0:amd64.
- Preparing to unpack .../64-libatk1.0-0_2.50.0-1_amd64.deb ...
- Unpacking libatk1.0-0:amd64 (2.50.0-1) ...
- Selecting previously unselected package libatk-bridge2.0-0:amd64.
- Preparing to unpack .../65-libatk-bridge2.0-0_2.50.0-1_amd64.deb ...
- Unpacking libatk-bridge2.0-0:amd64 (2.50.0-1) ...
- Selecting previously unselected package libcairo-gobject2:amd64.
- Preparing to unpack .../66-libcairo-gobject2_1.18.0-1_amd64.deb ...
- Unpacking libcairo-gobject2:amd64 (1.18.0-1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../67-liblcms2-2_2.14-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.14-2) ...
- Selecting previously unselected package libcolord2:amd64.
- Preparing to unpack .../68-libcolord2_1.4.6-3_amd64.deb ...
- Unpacking libcolord2:amd64 (1.4.6-3) ...
- Selecting previously unselected package libavahi-common-data:amd64.
- Preparing to unpack .../69-libavahi-common-data_0.8-10ubuntu1.1_amd64.deb ...
- Unpacking libavahi-common-data:amd64 (0.8-10ubuntu1.1) ...
- Selecting previously unselected package libavahi-common3:amd64.
- Preparing to unpack .../70-libavahi-common3_0.8-10ubuntu1.1_amd64.deb ...
- Unpacking libavahi-common3:amd64 (0.8-10ubuntu1.1) ...
- Selecting previously unselected package libavahi-client3:amd64.
- Preparing to unpack .../71-libavahi-client3_0.8-10ubuntu1.1_amd64.deb ...
- Unpacking libavahi-client3:amd64 (0.8-10ubuntu1.1) ...
- Selecting previously unselected package libcups2:amd64.
- Preparing to unpack .../72-libcups2_2.4.6-0ubuntu3_amd64.deb ...
- Unpacking libcups2:amd64 (2.4.6-0ubuntu3) ...
- Selecting previously unselected package libepoxy0:amd64.
- Preparing to unpack .../73-libepoxy0_1.5.10-1_amd64.deb ...
- Unpacking libepoxy0:amd64 (1.5.10-1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../74-libwayland-client0_1.22.0-2.1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.22.0-2.1) ...
- Selecting previously unselected package libwayland-cursor0:amd64.
- Preparing to unpack .../75-libwayland-cursor0_1.22.0-2.1_amd64.deb ...
- Unpacking libwayland-cursor0:amd64 (1.22.0-2.1) ...
- Selecting previously unselected package libwayland-egl1:amd64.
- Preparing to unpack .../76-libwayland-egl1_1.22.0-2.1_amd64.deb ...
- Unpacking libwayland-egl1:amd64 (1.22.0-2.1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../77-libxcomposite1_1%3a0.4.5-1build2_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1build2) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../78-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../79-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxdamage1:amd64.
- Preparing to unpack .../80-libxdamage1_1%3a1.1.6-1_amd64.deb ...
- Unpacking libxdamage1:amd64 (1:1.1.6-1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../81-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbcommon0:amd64.
- Preparing to unpack .../82-libxkbcommon0_1.5.0-1_amd64.deb ...
- Unpacking libxkbcommon0:amd64 (1.5.0-1) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../83-libxrandr2_2%3a1.5.2-2_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2) ...
- Selecting previously unselected package libgtk-3-common.
- Preparing to unpack .../84-libgtk-3-common_3.24.38-5ubuntu1_all.deb ...
- Unpacking libgtk-3-common (3.24.38-5ubuntu1) ...
- Selecting previously unselected package libgtk-3-0:amd64.
- Preparing to unpack .../85-libgtk-3-0_3.24.38-5ubuntu1_amd64.deb ...
- Unpacking libgtk-3-0:amd64 (3.24.38-5ubuntu1) ...
- Selecting previously unselected package libnotify4:amd64.
- Preparing to unpack .../86-libnotify4_0.8.2-1_amd64.deb ...
- Unpacking libnotify4:amd64 (0.8.2-1) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../87-libice6_2%3a1.0.10-1build2_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1build2) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../88-libsm6_2%3a1.2.3-1build2_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1build2) ...
- Selecting previously unselected package libwxgtk3.2-1:amd64.
- Preparing to unpack .../89-libwxgtk3.2-1_3.2.2+dfsg-4_amd64.deb ...
- Unpacking libwxgtk3.2-1:amd64 (3.2.2+dfsg-4) ...
- Selecting previously unselected package gnuplot-x11.
- Preparing to unpack .../90-gnuplot-x11_5.4.4+dfsg1-2build1_amd64.deb ...
- Unpacking gnuplot-x11 (5.4.4+dfsg1-2build1) ...
- Selecting previously unselected package libgdk-pixbuf2.0-bin.
- Preparing to unpack .../91-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1ubuntu0.1_amd64.deb ...
- Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1ubuntu0.1) ...
- Selecting previously unselected package libgtk-3-bin.
- Preparing to unpack .../92-libgtk-3-bin_3.24.38-5ubuntu1_amd64.deb ...
- Unpacking libgtk-3-bin (3.24.38-5ubuntu1) ...
- Selecting previously unselected package librsvg2-2:amd64.
- Preparing to unpack .../93-librsvg2-2_2.54.7+dfsg-2_amd64.deb ...
- Unpacking librsvg2-2:amd64 (2.54.7+dfsg-2) ...
- Selecting previously unselected package librsvg2-common:amd64.
- Preparing to unpack .../94-librsvg2-common_2.54.7+dfsg-2_amd64.deb ...
- Unpacking librsvg2-common:amd64 (2.54.7+dfsg-2) ...
- Setting up media-types (10.1.0) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1build2) ...
- Setting up liblcms2-2:amd64 (2.14-2) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up fontconfig (2.14.2-4ubuntu1) ...
- Regenerating fonts cache... 
- done.
- Setting up systemd-sysv (253.5-1ubuntu6.1) ...
- Setting up libxdamage1:amd64 (1:1.1.6-1) ...
- Setting up libicu72:amd64 (72.1-3ubuntu3) ...
- Setting up hicolor-icon-theme (0.17-2) ...
- Setting up libxi6:amd64 (2:1.8-1build1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libdatrie1:amd64 (0.2.13-2) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libglib2.0-0:amd64 (2.78.0-2ubuntu0.1) ...
- Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1ubuntu0.1) ...
- Setting up x11-common (1:7.7+23ubuntu2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libnss-systemd:amd64 (253.5-1ubuntu6.1) ...
- Setting up xkb-data (2.38-2) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libcairo2:amd64 (1.18.0-1) ...
- Setting up libcolord2:amd64 (1.4.6-3) ...
- Setting up tzdata (2024a-0ubuntu0.23.10) ...
- 
- Current default time zone: 'Europe/London'
- Local time is now:      Wed Jun 19 15:36:15 BST 2024.
- Universal Time is now:  Wed Jun 19 14:36:15 UTC 2024.
- Run 'dpkg-reconfigure tzdata' if you wish to change it.
- 
- Setting up libdconf1:amd64 (0.40.0-4) ...
- Setting up libpcre2-32-0:amd64 (10.42-4) ...
- Setting up libglib2.0-data (2.78.0-2ubuntu0.1) ...
- Setting up libepoxy0:amd64 (1.5.10-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up aglfn (1.7+git20191031.4036a9c-2) ...
- Setting up libavahi-common-data:amd64 (0.8-10ubuntu1.1) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1ubuntu1) ...
- Setting up libfribidi0:amd64 (1.0.13-3) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up systemd-timesyncd (253.5-1ubuntu6.1) ...
- 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 → /lib/systemd/system/systemd-timesyncd.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
- Setting up libxrandr2:amd64 (2:1.5.2-2) ...
- Setting up dmsetup (2:1.02.185-2ubuntu1) ...
- Setting up at-spi2-common (2.50.0-1) ...
- Setting up dbus-session-bus-common (1.14.10-1ubuntu1) ...
- Setting up liblua5.4-0:amd64 (5.4.6-0ubuntu2) ...
- Setting up libharfbuzz0b:amd64 (8.0.1-1) ...
- Setting up libthai-data (0.1.29-1build1) ...
- Setting up libgirepository-1.0-1:amd64 (1.78.1-1) ...
- Setting up libcairo-gobject2:amd64 (1.18.0-1) ...
- Setting up libatk1.0-0:amd64 (2.50.0-1) ...
- Setting up libwayland-egl1:amd64 (1.22.0-2.1) ...
- Setting up dbus-system-bus-common (1.14.10-1ubuntu1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1build2) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3ubuntu0.1) ...
- Setting up dbus-bin (1.14.10-1ubuntu1) ...
- Setting up tzdata-icu (2024a-0ubuntu0.23.10) ...
- Setting up libxkbcommon0:amd64 (1.5.0-1) ...
- Setting up libwayland-client0:amd64 (1.22.0-2.1) ...
- Setting up gnuplot-data (5.4.4+dfsg1-2build1) ...
- Setting up libice6:amd64 (2:1.0.10-1build2) ...
- Setting up session-migration (0.3.6) ...
- Created symlink /etc/systemd/user/graphical-session-pre.target.wants/session-migration.service → /usr/lib/systemd/user/session-migration.service.
- Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.6-3) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libavahi-common3:amd64 (0.8-10ubuntu1.1) ...
- Setting up dbus-daemon (1.14.10-1ubuntu1) ...
- Setting up libatspi2.0-0:amd64 (2.50.0-1) ...
- Setting up libwxbase3.2-1:amd64 (3.2.2+dfsg-4) ...
- Setting up libatk-bridge2.0-0:amd64 (2.50.0-1) ...
- Setting up libthai0:amd64 (0.1.29-1build1) ...
- Setting up dbus (1.14.10-1ubuntu1) ...
- Setting up shared-mime-info (2.2-1) ...
- Setting up gir1.2-glib-2.0:amd64 (1.78.1-1) ...
- Setting up libwayland-cursor0:amd64 (1.22.0-2.1) ...
- Setting up libpam-systemd:amd64 (253.5-1ubuntu6.1) ...
- Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1ubuntu0.1) ...
- Setting up libsm6:amd64 (2:1.2.3-1build2) ...
- Setting up libavahi-client3:amd64 (0.8-10ubuntu1.1) ...
- Setting up libpython3-stdlib:amd64 (3.11.4-5) ...
- Setting up systemd-resolved (253.5-1ubuntu6.1) ...
- Converting /etc/resolv.conf to a symlink to /run/systemd/resolve/stub-resolv.conf...
- mv: cannot move '/etc/resolv.conf' to '/etc/.resolv.conf.systemd-resolved.bak': Device or resource busy
- Cannot take a backup of /etc/resolv.conf.
- ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy
- Cannot install symlink from /etc/resolv.conf to ../run/systemd/resolve/stub-resolv.conf
- Creating group 'systemd-resolve' with GID 996.
- Creating user 'systemd-resolve' (systemd Resolver) with UID 996 and GID 996.
- Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service.
- Created symlink /etc/systemd/system/sysinit.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service.
- Setting up gtk-update-icon-cache (3.24.38-5ubuntu1) ...
- Setting up python3.11 (3.11.6-3) ...
- Setting up libpango-1.0-0:amd64 (1.51.0+ds-2) ...
- Setting up python3 (3.11.4-5) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up dbus-user-session (1.14.10-1ubuntu1) ...
- Setting up libnotify4:amd64 (0.8.2-1) ...
- Setting up python3-gi (3.46.0-1) ...
- Setting up libcups2:amd64 (2.4.6-0ubuntu3) ...
- Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1ubuntu0.1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.51.0+ds-2) ...
- Setting up libpangocairo-1.0-0:amd64 (1.51.0+ds-2) ...
- Setting up python3-dbus (1.3.2-5) ...
- Setting up dconf-service (0.40.0-4) ...
- Setting up librsvg2-2:amd64 (2.54.7+dfsg-2) ...
- Setting up librsvg2-common:amd64 (2.54.7+dfsg-2) ...
- Setting up networkd-dispatcher (2.2.4-1) ...
- Created symlink /etc/systemd/system/multi-user.target.wants/networkd-dispatcher.service → /lib/systemd/system/networkd-dispatcher.service.
- Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ...
- Setting up libgtk-3-common (3.24.38-5ubuntu1) ...
- Setting up gsettings-desktop-schemas (45.0-1ubuntu1) ...
- Setting up at-spi2-core (2.50.0-1) ...
- Setting up adwaita-icon-theme (41.0-1ubuntu1) ...
- 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 libgtk-3-0:amd64 (3.24.38-5ubuntu1) ...
- Setting up libgtk-3-bin (3.24.38-5ubuntu1) ...
- Setting up humanity-icon-theme (0.6.16) ...
- Setting up libwxgtk3.2-1:amd64 (3.2.2+dfsg-4) ...
- Setting up ubuntu-mono (20.10-0ubuntu2) ...
- Setting up gnuplot-x11 (5.4.4+dfsg1-2build1) ...
- update-alternatives: using /usr/bin/gnuplot-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode
- update-alternatives: warning: skip creation of /usr/share/man/man1/gnuplot.1.gz because associated file /usr/share/man/man1/gnuplot-x11.1.gz (of link group gnuplot) doesn't exist
- Processing triggers for libc-bin (2.38-1ubuntu6.3) ...
- Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1ubuntu0.1) ...
2024-06-19 14:36.20 ---> saved as "bfd1de375f1597990557dea3519dba7631f2be83573a8ac198d78ed65347744f"

/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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 dune                3.16.0
  - install ocamlfind           1.9.6
  - install seq                 base
  - install cmdliner            1.3.0
  - install conf-gnuplot        0.1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.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 topkg               1.0.7
  - install base-bytes          base
  - install yojson              2.2.1
  - install re                  1.11.0
  - install ppxlib              0.32.1
  - install dune-configurator   3.16.0
  - 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 ocplib-endian       1.2
  - install ppx_deriving        6.0.2
  - install metrics             0.4.1
  - install alcotest            1.7.0
  - install lwt                 5.7.0
  - install crowbar             0.2.1
  - install ppx_deriving_yojson 3.8.0
  - install metrics-unix        0.4.1
  - install logs                0.7.0
===== 34 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved afl-persistent.1.4  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved alcotest.1.7.0  (cached)
-> retrieved cmdliner.1.3.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 ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.2  (cached)
-> retrieved ppx_deriving_yojson.3.8.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved re.1.11.0  (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.2.1  (cached)
-> installed cmdliner.1.3.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.16.0
-> installed ppx_derivers.1.2.1
-> installed afl-persistent.1.4
-> installed csexp.1.5.2
-> installed metrics.0.4.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed re.1.11.0
-> installed ocaml-syntax-shims.1.0.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed yojson.2.2.1
-> installed ocplib-endian.1.2
-> installed crowbar.0.2.1
-> installed dune-configurator.3.16.0
-> installed alcotest.1.7.0
-> installed lwt.5.7.0
-> installed metrics-unix.0.4.1
-> installed logs.0.7.0
-> installed ppxlib.0.32.1
-> installed ppx_deriving.6.0.2
-> installed ppx_deriving_yojson.3.8.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-06-19 14:37.56 ---> saved as "667f823397ece616f8b3c8c2f7533d091a4f500222f1007e7e57bec72b14d086"

/src: (copy (src .) (dst /src))
2024-06-19 14:37.56 ---> saved as "5aebae0108f36325c681d4065425ee526c3bd0533cabb849edc78e84b0c6c37e"

/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-06-19 14:37.58: Job failed: Failed: Build failed