OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-7.ocamllabs.io

(from ocaml/opam:debian-unstable)
WARNING: Error loading config file: .dockercfg: $HOME is not defined
Unable to find image 'ocaml/opam:debian-unstable' locally
debian-unstable: Pulling from ocaml/opam
Digest: sha256:a32e554d37007cabaf12da2261dad1c6890fb793357d4499f39865f3c85d81ab
Status: Downloaded newer image for ocaml/opam:debian-unstable
2021-12-03 04:47.46 ---> using "0acd5aeaa8f7bc314514d9795d14a7f12ec72a6a5b11c5904350189734c6859b" from cache

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

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2021-12-03 04:47.46 ---> using "4d29eb3e0b7cd69a97ed90837671d5ca38aa41e2fb94346298af500378eca6fa" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q b1ed080260d9fb3332ffd1ed74a70b40f8d46d66"))
2021-12-03 04:47.46 ---> using "470a5139cd314c308ef6f8a7115ce3eecbef27ce3b36ad57c590d49c448a8f62" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2021-12-03 04:47.46 ---> using "6ff696b0fce120bd80d73dc055775d9b6cd971171da508a2aeef8fc7d75ea210" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.05' '4.05.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.05.0"} | "ocaml-system" {= "4.05.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.05.0  (cached)
-> installed ocaml-base-compiler.4.05.0
-> installed ocaml-config.1
-> installed ocaml.4.05.0
Done.
# Run eval $(opam env --switch=4.05) to update the current shell environment
2021-12-03 04:47.46 ---> using "b2bc3cd62b748e473be95196fbea6dbfd685f6b63ea745c80e7b4ef751e3f76a" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [8877 kB]
- Fetched 9106 kB in 2s (5216 kB/s)
- Reading package lists...
- 
2021-12-03 04:47.46 ---> using "097c01274dafdb4d6d712fd5055f2b39a681c34254773c25d7fee5ec25aaf433" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2021-12-03 04:47.46 ---> using "8e1972bfa86d95552dd420d9999b4f41ec7df13e9cef5e6c59472ae936e0b406" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"caml-mode.4.9\"\
               \nopam install -vy \"caml-mode.4.9\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"caml-mode.4.9\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] caml-mode.4.9 is not installed.

Nothing to do.
The following actions will be performed:
  - remove  ocaml-secondary-compiler 4.08.1-1
  - install conf-emacs               1        [required by caml-mode]
  - install caml-mode                4.9
===== 2 to install | 1 to remove =====

The following system packages will first need to be installed:
    emacs-nox

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "emacs-nox"
- debconf: delaying package configuration, since apt-utils is not installed
- (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 ... 18048 files and directories currently installed.)
- Preparing to unpack .../libc6-dev_2.32-4_amd64.deb ...
- Unpacking libc6-dev:amd64 (2.32-4) over (2.31-13) ...
- Replacing files in old package libc6:amd64 (2.31-13) ...
- Preparing to unpack .../libc-dev-bin_2.32-4_amd64.deb ...
- Unpacking libc-dev-bin (2.32-4) over (2.31-13) ...
- Selecting previously unselected package rpcsvc-proto.
- Preparing to unpack .../rpcsvc-proto_1.4.2-4_amd64.deb ...
- Unpacking rpcsvc-proto (1.4.2-4) ...
- Preparing to unpack .../libc6_2.32-4_amd64.deb ...
- Checking for services that may need to be restarted...
- Checking init scripts...
- Unpacking libc6:amd64 (2.32-4) over (2.31-13) ...
- Setting up libc6:amd64 (2.32-4) ...
- Checking for services that may need to be restarted...
- Checking init scripts...
- Nothing to restart.
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../libc-bin_2.32-4_amd64.deb ...
- Unpacking libc-bin (2.32-4) over (2.31-13) ...
- Setting up libc-bin (2.32-4) ...
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../libncursesw6_6.3-1_amd64.deb ...
- Unpacking libncursesw6:amd64 (6.3-1) over (6.2+20201114-2) ...
- Preparing to unpack .../libtinfo6_6.3-1_amd64.deb ...
- Unpacking libtinfo6:amd64 (6.3-1) over (6.2+20201114-2) ...
- Setting up libtinfo6:amd64 (6.3-1) ...
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../ncurses-bin_6.3-1_amd64.deb ...
- Unpacking ncurses-bin (6.3-1) over (6.2+20201114-2) ...
- Setting up ncurses-bin (6.3-1) ...
- Selecting previously unselected package install-info.
- (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 ... 18032 files and directories currently installed.)
- Preparing to unpack .../install-info_6.8-3_amd64.deb ...
- Unpacking install-info (6.8-3) ...
- Setting up install-info (6.8-3) ...
- Selecting previously unselected package cron.
- (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 ... 18046 files and directories currently installed.)
- Preparing to unpack .../0-cron_3.0pl1-137_amd64.deb ...
- Unpacking cron (3.0pl1-137) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../1-libdbus-1-3_1.12.20-3_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.12.20-3) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../2-dbus-bin_1.12.20-3_amd64.deb ...
- Unpacking dbus-bin (1.12.20-3) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../3-dbus-session-bus-common_1.12.20-3_all.deb ...
- Unpacking dbus-session-bus-common (1.12.20-3) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../4-libapparmor1_3.0.3-6_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.3-6) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../5-dbus-daemon_1.12.20-3_amd64.deb ...
- Unpacking dbus-daemon (1.12.20-3) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../6-dbus-system-bus-common_1.12.20-3_all.deb ...
- Unpacking dbus-system-bus-common (1.12.20-3) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../7-dbus_1.12.20-3_amd64.deb ...
- Unpacking dbus (1.12.20-3) ...
- Preparing to unpack .../8-libgnutls30_3.7.2-2_amd64.deb ...
- Unpacking libgnutls30:amd64 (3.7.2-2) over (3.7.1-5) ...
- Setting up libgnutls30:amd64 (3.7.2-2) ...
- Selecting previously unselected package media-types.
- (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 ... 18176 files and directories currently installed.)
- Preparing to unpack .../00-media-types_4.0.0_all.deb ...
- Unpacking media-types (4.0.0) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../01-alsa-topology-conf_1.2.5.1-2_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-2) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../02-libasound2-data_1.2.5.1-1_all.deb ...
- Unpacking libasound2-data (1.2.5.1-1) ...
- Selecting previously unselected package libasound2:amd64.
- Preparing to unpack .../03-libasound2_1.2.5.1-1_amd64.deb ...
- Unpacking libasound2:amd64 (1.2.5.1-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../04-alsa-ucm-conf_1.2.5.1-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.5.1-1) ...
- Selecting previously unselected package emacsen-common.
- Preparing to unpack .../05-emacsen-common_3.0.4_all.deb ...
- Unpacking emacsen-common (3.0.4) ...
- Selecting previously unselected package emacs-common.
- Preparing to unpack .../06-emacs-common_1%3a27.1+1-3.1_all.deb ...
- Unpacking emacs-common (1:27.1+1-3.1) ...
- Selecting previously unselected package emacs-bin-common.
- Preparing to unpack .../07-emacs-bin-common_1%3a27.1+1-3.1+b1_amd64.deb ...
- Unpacking emacs-bin-common (1:27.1+1-3.1+b1) ...
- Selecting previously unselected package emacs-el.
- Preparing to unpack .../08-emacs-el_1%3a27.1+1-3.1_all.deb ...
- Unpacking emacs-el (1:27.1+1-3.1) ...
- Selecting previously unselected package libjansson4:amd64.
- Preparing to unpack .../09-libjansson4_2.13.1-1.1_amd64.deb ...
- Unpacking libjansson4:amd64 (2.13.1-1.1) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../10-liblcms2-2_2.12~rc1-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.12~rc1-2) ...
- Selecting previously unselected package libicu67:amd64.
- Preparing to unpack .../11-libicu67_67.1-7_amd64.deb ...
- Unpacking libicu67:amd64 (67.1-7) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../12-libxml2_2.9.12+dfsg-5+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Selecting previously unselected package emacs-nox.
- Preparing to unpack .../13-emacs-nox_1%3a27.1+1-3.1+b1_amd64.deb ...
- Unpacking emacs-nox (1:27.1+1-3.1+b1) ...
- Selecting previously unselected package exim4-config.
- Preparing to unpack .../14-exim4-config_4.95-2_all.deb ...
- Unpacking exim4-config (4.95-2) ...
- Selecting previously unselected package exim4-base.
- Preparing to unpack .../15-exim4-base_4.95-2_amd64.deb ...
- Unpacking exim4-base (4.95-2) ...
- Selecting previously unselected package libevent-2.1-7:amd64.
- Preparing to unpack .../16-libevent-2.1-7_2.1.12-stable-1_amd64.deb ...
- Unpacking libevent-2.1-7:amd64 (2.1.12-stable-1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../17-libunbound8_1.13.1-1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.13.1-1) ...
- Selecting previously unselected package libgnutls-dane0:amd64.
- Preparing to unpack .../18-libgnutls-dane0_3.7.2-2_amd64.deb ...
- Unpacking libgnutls-dane0:amd64 (3.7.2-2) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../19-libidn12_1.38-4_amd64.deb ...
- Unpacking libidn12:amd64 (1.38-4) ...
- Selecting previously unselected package exim4-daemon-light.
- Preparing to unpack .../20-exim4-daemon-light_4.95-2_amd64.deb ...
- Unpacking exim4-daemon-light (4.95-2) ...
- Selecting previously unselected package gsasl-common.
- Preparing to unpack .../21-gsasl-common_1.10.0-5_all.deb ...
- Unpacking gsasl-common (1.10.0-5) ...
- Selecting previously unselected package libffi8:amd64.
- Preparing to unpack .../22-libffi8_3.4.2-3_amd64.deb ...
- Unpacking libffi8:amd64 (3.4.2-3) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../23-libgc1_1%3a8.0.4-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.0.4-3) ...
- Selecting previously unselected package guile-3.0-libs:amd64.
- Preparing to unpack .../24-guile-3.0-libs_3.0.7-1+b1_amd64.deb ...
- Unpacking guile-3.0-libs:amd64 (3.0.7-1+b1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../25-libfribidi0_1.0.8-2_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2) ...
- Selecting previously unselected package libntlm0:amd64.
- Preparing to unpack .../26-libntlm0_1.6-4_amd64.deb ...
- Unpacking libntlm0:amd64 (1.6-4) ...
- Selecting previously unselected package libgsasl7:amd64.
- Preparing to unpack .../27-libgsasl7_1.10.0-5+b1_amd64.deb ...
- Unpacking libgsasl7:amd64 (1.10.0-5+b1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../28-libltdl7_2.4.6-15_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.6-15) ...
- Selecting previously unselected package mailutils-common.
- Preparing to unpack .../29-mailutils-common_1%3a3.13-1_all.deb ...
- Unpacking mailutils-common (1:3.13-1) ...
- Selecting previously unselected package mysql-common.
- Preparing to unpack .../30-mysql-common_5.8+1.0.7_all.deb ...
- Unpacking mysql-common (5.8+1.0.7) ...
- Selecting previously unselected package mariadb-common.
- Preparing to unpack .../31-mariadb-common_1%3a10.5.12-1_all.deb ...
- Unpacking mariadb-common (1:10.5.12-1) ...
- Selecting previously unselected package libmariadb3:amd64.
- Preparing to unpack .../32-libmariadb3_1%3a10.6.5-1_amd64.deb ...
- Unpacking libmariadb3:amd64 (1:10.6.5-1) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../33-libpq5_14.1-1_amd64.deb ...
- Unpacking libpq5:amd64 (14.1-1) ...
- Selecting previously unselected package libpython3.9-minimal:amd64.
- Preparing to unpack .../34-libpython3.9-minimal_3.9.9-1_amd64.deb ...
- Unpacking libpython3.9-minimal:amd64 (3.9.9-1) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../35-libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Selecting previously unselected package libpython3.9-stdlib:amd64.
- Preparing to unpack .../36-libpython3.9-stdlib_3.9.9-1_amd64.deb ...
- Unpacking libpython3.9-stdlib:amd64 (3.9.9-1) ...
- Selecting previously unselected package libpython3.9:amd64.
- Preparing to unpack .../37-libpython3.9_3.9.9-1_amd64.deb ...
- Unpacking libpython3.9:amd64 (3.9.9-1) ...
- Selecting previously unselected package libmailutils8:amd64.
- Preparing to unpack .../38-libmailutils8_1%3a3.13-1_amd64.deb ...
- Unpacking libmailutils8:amd64 (1:3.13-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../39-libncurses6_6.3-1_amd64.deb ...
- Unpacking libncurses6:amd64 (6.3-1) ...
- Selecting previously unselected package mailutils.
- Preparing to unpack .../40-mailutils_1%3a3.13-1_amd64.deb ...
- Unpacking mailutils (1:3.13-1) ...
- Selecting previously unselected package psmisc.
- Preparing to unpack .../41-psmisc_23.4-2_amd64.deb ...
- Unpacking psmisc (23.4-2) ...
- Setting up media-types (4.0.0) ...
- Setting up liblcms2-2:amd64 (2.12~rc1-2) ...
- Setting up mysql-common (5.8+1.0.7) ...
- update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libapparmor1:amd64 (3.0.3-6) ...
- Setting up libicu67:amd64 (67.1-7) ...
- Setting up psmisc (23.4-2) ...
- Setting up libpython3.9-minimal:amd64 (3.9.9-1) ...
- Setting up cron (3.0pl1-137) ...
- Adding group `crontab' (GID 102) ...
- Done.
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libpq5:amd64 (14.1-1) ...
- Setting up libjansson4:amd64 (2.13.1-1.1) ...
- Setting up mariadb-common (1:10.5.12-1) ...
- update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libasound2-data (1.2.5.1-1) ...
- Setting up rpcsvc-proto (1.4.2-4) ...
- Setting up emacsen-common (3.0.4) ...
- Setting up libntlm0:amd64 (1.6-4) ...
- Setting up libncurses6:amd64 (6.3-1) ...
- Setting up libdbus-1-3:amd64 (1.12.20-3) ...
- Setting up libfribidi0:amd64 (1.0.8-2) ...
- Setting up libidn12:amd64 (1.38-4) ...
- Setting up libevent-2.1-7:amd64 (2.1.12-stable-1) ...
- Setting up mailutils-common (1:3.13-1) ...
- Setting up libmariadb3:amd64 (1:10.6.5-1) ...
- Setting up libncursesw6:amd64 (6.3-1) ...
- Setting up libgc1:amd64 (1:8.0.4-3) ...
- Setting up libltdl7:amd64 (2.4.6-15) ...
- Setting up libffi8:amd64 (3.4.2-3) ...
- Setting up alsa-topology-conf (1.2.5.1-2) ...
- Setting up exim4-config (4.95-2) ...
- Adding system-user for exim (v4)
- Setting up dbus-session-bus-common (1.12.20-3) ...
- Setting up libasound2:amd64 (1.2.5.1-1) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up gsasl-common (1.10.0-5) ...
- Setting up dbus-system-bus-common (1.12.20-3) ...
- Setting up emacs-common (1:27.1+1-3.1) ...
- Setting up libc-dev-bin (2.32-4) ...
- Setting up libxml2:amd64 (2.9.12+dfsg-5+b1) ...
- Setting up dbus-bin (1.12.20-3) ...
- Setting up libpython3.9-stdlib:amd64 (3.9.9-1) ...
- Setting up exim4-base (4.95-2) ...
- exim: DB upgrade, deleting hints-db
- Setting up alsa-ucm-conf (1.2.5.1-1) ...
- Setting up guile-3.0-libs:amd64 (3.0.7-1+b1) ...
- Setting up libgsasl7:amd64 (1.10.0-5+b1) ...
- Setting up dbus-daemon (1.12.20-3) ...
- Setting up libunbound8:amd64 (1.13.1-1) ...
- Setting up libpython3.9:amd64 (3.9.9-1) ...
- Setting up dbus (1.12.20-3) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libmailutils8:amd64 (1:3.13-1) ...
- Setting up emacs-el (1:27.1+1-3.1) ...
- Setting up emacs-bin-common (1:27.1+1-3.1+b1) ...
- update-alternatives: using /usr/bin/ctags.emacs to provide /usr/bin/ctags (ctags) in auto mode
- update-alternatives: using /usr/bin/ebrowse.emacs to provide /usr/bin/ebrowse (ebrowse) in auto mode
- update-alternatives: using /usr/bin/emacsclient.emacs to provide /usr/bin/emacsclient (emacsclient) in auto mode
- update-alternatives: using /usr/bin/etags.emacs to provide /usr/bin/etags (etags) in auto mode
- Setting up libc6-dev:amd64 (2.32-4) ...
- Setting up libgnutls-dane0:amd64 (3.7.2-2) ...
- Setting up mailutils (1:3.13-1) ...
- update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
- update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
- update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
- update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
- update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
- update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
- update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
- Setting up emacs-nox (1:27.1+1-3.1+b1) ...
- update-alternatives: using /usr/bin/emacs-nox to provide /usr/bin/emacs (emacs) in auto mode
- Install emacsen-common for emacs
- emacsen-common: Handling install of emacsen flavor emacs
- Setting up exim4-daemon-light (4.95-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Processing triggers for install-info (6.8-3) ...
- Processing triggers for libc-bin (2.32-4) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   ocaml-secondary-compiler.4.08.1-1
Processing  2/7:
Processing  3/7:
Processing  4/7: [conf-emacs: emacs]
-> retrieved caml-mode.4.9  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "emacs" "--version" (CWD=/home/opam/.opam/4.05/.opam-switch/build/conf-emacs.1)
- GNU Emacs 27.1
- Copyright (C) 2020 Free Software Foundation, Inc.
- GNU Emacs comes with ABSOLUTELY NO WARRANTY.
- You may redistribute copies of GNU Emacs
- under the terms of the GNU General Public License.
- For more information about these matters, see the file named COPYING.
-> compiled  conf-emacs.1
-> installed conf-emacs.1
Processing  7/7: [caml-mode: make install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install" "INSTALL_DIR=/home/opam/.opam/4.05/share/emacs/site-lisp" (CWD=/home/opam/.opam/4.05/.opam-switch/build/caml-mode.4.9)
- Installing in /home/opam/.opam/4.05/share/emacs/site-lisp...
- mkdir -p /home/opam/.opam/4.05/share/emacs/site-lisp
- cp caml-font.el caml.el camldebug.el inf-caml.el caml-help.el caml-types.el /home/opam/.opam/4.05/share/emacs/site-lisp
- if [ -z "" ]; then \
-   cd /home/opam/.opam/4.05/share/emacs/site-lisp; emacs --batch --eval '(progn (setq load-path (cons "." load-path)) (byte-compile-file "caml.el") (byte-compile-file "inf-caml.el") (byte-compile-file "caml-help.el") (byte-compile-file "caml-types.el") (byte-compile-file "caml-font.el") (byte-compile-file "camldebug.el"))'; \
- fi
- Loading /etc/emacs/site-start.d/00debian.el (source)...
- 
- In camldebug-complete:
- camldebug.el:492:6:Warning: `comint-dynamic-simple-complete' is an obsolete
-     function (as of 24.1); use `completion-in-region' instead.
Processing  7/7: [caml-mode: make install-ocamltags]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "make" "install-ocamltags" "INSTALL_BIN=/home/opam/.opam/4.05/bin" (CWD=/home/opam/.opam/4.05/.opam-switch/build/caml-mode.4.9)
- sed -e 's:@EMACS@:emacs:' ocamltags.in >ocamltags
- chmod a+x ocamltags
- cp ocamltags /home/opam/.opam/4.05/bin/ocamltags
-> installed caml-mode.4.9
Done.

<><> caml-mode.4.9 installed successfully <><><><><><><><><><><><><><><><><><><>
=> If you have not yet done so, please add in ~/.emacs.d/init.el or
   in ~/.emacs to following line:
       (add-to-list 'load-path "/home/opam/.opam/4.05/share/emacs/site-lisp/")
# Run eval $(opam env) to update the current shell environment
2021-12-03 04:48.29 ---> saved as "903dff5c2e1e434207aaed0722e64bdccd24b625b32d84e2d2cd2978edbb75c0"
Job succeeded