Skip to content

Instantly share code, notes, and snippets.

@lag-linaro
Created October 25, 2018 10:48
Show Gist options
  • Save lag-linaro/e3680bfc551c34d9301b303a0987c5ef to your computer and use it in GitHub Desktop.
Save lag-linaro/e3680bfc551c34d9301b303a0987c5ef to your computer and use it in GitHub Desktop.
linaro@ubuntu:~/projects/docker-hub/couchdb-ci [master]$ ERLANGVERSION=20.3.8.9 ./build.sh platform ubuntu-bionic
Sending build context to Docker daemon 54.27kB
Step 1/13 : FROM ubuntu:bionic
---> 04375af0bacd
Step 2/13 : ARG js=js
---> Using cache
---> 7f19e54f8750
Step 3/13 : ARG erlang=erlang
---> Using cache
---> f804fd377ea9
Step 4/13 : ARG erlangversion=19.3.6
---> Using cache
---> bb7edfb2bcdc
Step 5/13 : ARG nodeversion=8
---> Using cache
---> 90d8f493e6e8
Step 6/13 : RUN groupadd --gid 910 jenkins; useradd --uid 910 --gid jenkins --create-home jenkins
---> Using cache
---> 7ac8a59bf27d
Step 7/13 : ADD --chown=root:root bin /root/couchdb-ci/bin/
---> 66c755700ed0
Step 8/13 : ADD --chown=root:root files /root/couchdb-ci/files/
---> a1d01c42383e
Step 9/13 : RUN mkdir -p /usr/src/couchdb; chown -R jenkins:jenkins /usr/src/couchdb
---> Running in a8249935acd2
Removing intermediate container a8249935acd2
---> 1b345ea31cef
Step 10/13 : RUN ERLANGVERSION=$erlangversion NODEVERSION=$nodeversion /root/couchdb-ci/bin/install-dependencies.sh $js $erlang
---> Running in cac8006e9e44
Detected architecture: aarch64
Detected OS: Linux
Detected distribution: ubuntu, version 18.04 (bionic)
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [242 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [83.2 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe Sources [11.5 MB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 Packages [11.0 MB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/restricted arm64 Packages [572 B]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/multiverse arm64 Packages [153 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 Packages [1285 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe Sources [120 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [1644 B]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [598 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [444 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [613 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-backports/universe arm64 Packages [2967 B]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe Sources [24.0 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [110 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [176 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic-security/multiverse arm64 Packages [552 B]
Fetched 26.0 MB in 10s (2573 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
distro-info-data file libexpat1 libmagic-mgc libmagic1 libmpdec2
libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7
libsqlite3-0 libssl1.1 mime-support python3 python3-minimal python3.6
python3.6-minimal readline-common xz-utils
Suggested packages:
lsb python3-doc python3-tk python3-venv python3.6-venv python3.6-doc
binutils binfmt-support readline-doc
The following NEW packages will be installed:
distro-info-data file libexpat1 libmagic-mgc libmagic1 libmpdec2
libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libreadline7
libsqlite3-0 libssl1.1 lsb-release mime-support python3 python3-minimal
python3.6 python3.6-minimal readline-common xz-utils
0 upgraded, 20 newly installed, 0 to remove and 15 not upgraded.
Need to get 5684 kB of archives.
After this operation, 32.2 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.1 arm64 1.1.0g-2ubuntu4.1 [915 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-minimal arm64 3.6.6-1~18.04 [525 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexpat1 arm64 2.2.5-3 [69.2 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6-minimal arm64 3.6.6-1~18.04 [1284 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-minimal arm64 3.6.5-3ubuntu1 [23.7 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 mime-support all 3.60ubuntu1 [30.1 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpdec2 arm64 2.4.2-1ubuntu1 [73.9 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 readline-common all 7.0-3 [52.9 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libreadline7 arm64 7.0-3 [107 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsqlite3-0 arm64 3.22.0-1 [428 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3.6-stdlib arm64 3.6.6-1~18.04 [1606 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3.6 arm64 3.6.6-1~18.04 [190 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpython3-stdlib arm64 3.6.5-3ubuntu1 [7204 B]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3 arm64 3.6.5-3ubuntu1 [10.2 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 distro-info-data all 0.37ubuntu0.1 [4484 B]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic-mgc arm64 1:5.32-2ubuntu0.1 [184 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmagic1 arm64 1:5.32-2ubuntu0.1 [61.9 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 file arm64 1:5.32-2ubuntu0.1 [21.8 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lsb-release all 9.20170808ubuntu1 [11.0 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xz-utils arm64 5.2.2-1.3 [79.2 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5684 kB in 3s (1904 kB/s)
Selecting previously unselected package libssl1.1:arm64.
(Reading database ... 4030 files and directories currently installed.)
Preparing to unpack .../libssl1.1_1.1.0g-2ubuntu4.1_arm64.deb ...
Unpacking libssl1.1:arm64 (1.1.0g-2ubuntu4.1) ...
Selecting previously unselected package libpython3.6-minimal:arm64.
Preparing to unpack .../libpython3.6-minimal_3.6.6-1~18.04_arm64.deb ...
Unpacking libpython3.6-minimal:arm64 (3.6.6-1~18.04) ...
Selecting previously unselected package libexpat1:arm64.
Preparing to unpack .../libexpat1_2.2.5-3_arm64.deb ...
Unpacking libexpat1:arm64 (2.2.5-3) ...
Selecting previously unselected package python3.6-minimal.
Preparing to unpack .../python3.6-minimal_3.6.6-1~18.04_arm64.deb ...
Unpacking python3.6-minimal (3.6.6-1~18.04) ...
Setting up libssl1.1:arm64 (1.1.0g-2ubuntu4.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/aarch64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/aarch64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Setting up libpython3.6-minimal:arm64 (3.6.6-1~18.04) ...
Setting up libexpat1:arm64 (2.2.5-3) ...
Setting up python3.6-minimal (3.6.6-1~18.04) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 4286 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.6.5-3ubuntu1_arm64.deb ...
Unpacking python3-minimal (3.6.5-3ubuntu1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ...
Unpacking mime-support (3.60ubuntu1) ...
Selecting previously unselected package libmpdec2:arm64.
Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_arm64.deb ...
Unpacking libmpdec2:arm64 (2.4.2-1ubuntu1) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-3_all.deb ...
Unpacking readline-common (7.0-3) ...
Selecting previously unselected package libreadline7:arm64.
Preparing to unpack .../4-libreadline7_7.0-3_arm64.deb ...
Unpacking libreadline7:arm64 (7.0-3) ...
Selecting previously unselected package libsqlite3-0:arm64.
Preparing to unpack .../5-libsqlite3-0_3.22.0-1_arm64.deb ...
Unpacking libsqlite3-0:arm64 (3.22.0-1) ...
Selecting previously unselected package libpython3.6-stdlib:arm64.
Preparing to unpack .../6-libpython3.6-stdlib_3.6.6-1~18.04_arm64.deb ...
Unpacking libpython3.6-stdlib:arm64 (3.6.6-1~18.04) ...
Selecting previously unselected package python3.6.
Preparing to unpack .../7-python3.6_3.6.6-1~18.04_arm64.deb ...
Unpacking python3.6 (3.6.6-1~18.04) ...
Selecting previously unselected package libpython3-stdlib:arm64.
Preparing to unpack .../8-libpython3-stdlib_3.6.5-3ubuntu1_arm64.deb ...
Unpacking libpython3-stdlib:arm64 (3.6.5-3ubuntu1) ...
Setting up python3-minimal (3.6.5-3ubuntu1) ...
Selecting previously unselected package python3.
(Reading database ... 4742 files and directories currently installed.)
Preparing to unpack .../0-python3_3.6.5-3ubuntu1_arm64.deb ...
Unpacking python3 (3.6.5-3ubuntu1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../1-distro-info-data_0.37ubuntu0.1_all.deb ...
Unpacking distro-info-data (0.37ubuntu0.1) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../2-libmagic-mgc_1%3a5.32-2ubuntu0.1_arm64.deb ...
Unpacking libmagic-mgc (1:5.32-2ubuntu0.1) ...
Selecting previously unselected package libmagic1:arm64.
Preparing to unpack .../3-libmagic1_1%3a5.32-2ubuntu0.1_arm64.deb ...
Unpacking libmagic1:arm64 (1:5.32-2ubuntu0.1) ...
Selecting previously unselected package file.
Preparing to unpack .../4-file_1%3a5.32-2ubuntu0.1_arm64.deb ...
Unpacking file (1:5.32-2ubuntu0.1) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../5-lsb-release_9.20170808ubuntu1_all.deb ...
Unpacking lsb-release (9.20170808ubuntu1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../6-xz-utils_5.2.2-1.3_arm64.deb ...
Unpacking xz-utils (5.2.2-1.3) ...
Setting up readline-common (7.0-3) ...
Setting up mime-support (3.60ubuntu1) ...
Setting up libreadline7:arm64 (7.0-3) ...
Setting up distro-info-data (0.37ubuntu0.1) ...
Setting up libmagic-mgc (1:5.32-2ubuntu0.1) ...
Setting up libmagic1:arm64 (1:5.32-2ubuntu0.1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up xz-utils (5.2.2-1.3) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist
Setting up libsqlite3-0:arm64 (3.22.0-1) ...
Setting up libmpdec2:arm64 (2.4.2-1ubuntu1) ...
Setting up libpython3.6-stdlib:arm64 (3.6.6-1~18.04) ...
Setting up python3.6 (3.6.6-1~18.04) ...
Setting up file (1:5.32-2ubuntu0.1) ...
Setting up libpython3-stdlib:arm64 (3.6.5-3ubuntu1) ...
Setting up python3 (3.6.5-3ubuntu1) ...
running python rtupdate hooks for python3.6...
running python post-rtupdate hooks for python3.6...
Setting up lsb-release (9.20170808ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Detected Ubuntu/Debian version: bionic arch: aarch64
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
tzdata
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 188 kB of archives.
After this operation, 3092 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 tzdata all 2018f-0ubuntu0.18.04 [188 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 188 kB in 0s (847 kB/s)
Selecting previously unselected package tzdata.
(Reading database ... 4850 files and directories currently installed.)
Preparing to unpack .../tzdata_2018f-0ubuntu0.18.04_all.deb ...
Unpacking tzdata (2018f-0ubuntu0.18.04) ...
Setting up tzdata (2018f-0ubuntu0.18.04) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.26.1 /usr/local/share/perl/5.26.1 /usr/lib/aarch64-linux-gnu/perl5/5.26 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/aarch64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Current default time zone: 'Etc/UTC'
Local time is now: Thu Oct 25 09:49:08 UTC 2018.
Universal Time is now: Thu Oct 25 09:49:08 UTC 2018.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages will be upgraded:
apt base-files bsdutils fdisk gcc-8-base libapt-pkg5.0 libblkid1 libfdisk1
libgcc1 libmount1 libsmartcols1 libstdc++6 libuuid1 mount util-linux
15 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3888 kB of archives.
After this operation, 27.6 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 base-files arm64 10.1ubuntu2.3 [60.2 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 bsdutils arm64 1:2.31.1-0.4ubuntu3.2 [54.5 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libuuid1 arm64 2.31.1-0.4ubuntu3.2 [18.5 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libblkid1 arm64 2.31.1-0.4ubuntu3.2 [105 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libfdisk1 arm64 2.31.1-0.4ubuntu3.2 [138 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libmount1 arm64 2.31.1-0.4ubuntu3.2 [115 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libsmartcols1 arm64 2.31.1-0.4ubuntu3.2 [70.8 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 fdisk arm64 2.31.1-0.4ubuntu3.2 [95.0 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 util-linux arm64 2.31.1-0.4ubuntu3.2 [818 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-8-base arm64 8.2.0-1ubuntu2~18.04 [18.3 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc1 arm64 1:8.2.0-1ubuntu2~18.04 [34.3 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++6 arm64 8.2.0-1ubuntu2~18.04 [372 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-pkg5.0 arm64 1.6.3ubuntu0.1 [760 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 apt arm64 1.6.3ubuntu0.1 [1131 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 mount arm64 2.31.1-0.4ubuntu3.2 [97.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3888 kB in 2s (1975 kB/s)
(Reading database ... 6745 files and directories currently installed.)
Preparing to unpack .../base-files_10.1ubuntu2.3_arm64.deb ...
Unpacking base-files (10.1ubuntu2.3) over (10.1ubuntu2.1) ...
Setting up base-files (10.1ubuntu2.3) ...
Installing new version of config file /etc/update-motd.d/50-motd-news ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking bsdutils (1:2.31.1-0.4ubuntu3.2) over (1:2.31.1-0.4ubuntu3.1) ...
Setting up bsdutils (1:2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking libuuid1:arm64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libuuid1:arm64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking libblkid1:arm64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libblkid1:arm64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking libfdisk1:arm64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libfdisk1:arm64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking libmount1:arm64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libmount1:arm64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking libsmartcols1:arm64 (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up libsmartcols1:arm64 (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking fdisk (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up fdisk (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking util-linux (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Setting up util-linux (2.31.1-0.4ubuntu3.2) ...
(Reading database ... 6747 files and directories currently installed.)
Preparing to unpack .../gcc-8-base_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking gcc-8-base:arm64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Setting up gcc-8-base:arm64 (8.2.0-1ubuntu2~18.04) ...
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../libgcc1_1%3a8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libgcc1:arm64 (1:8.2.0-1ubuntu2~18.04) over (1:8-20180414-1ubuntu2) ...
Setting up libgcc1:arm64 (1:8.2.0-1ubuntu2~18.04) ...
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../libstdc++6_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libstdc++6:arm64 (8.2.0-1ubuntu2~18.04) over (8-20180414-1ubuntu2) ...
Setting up libstdc++6:arm64 (8.2.0-1ubuntu2~18.04) ...
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../libapt-pkg5.0_1.6.3ubuntu0.1_arm64.deb ...
Unpacking libapt-pkg5.0:arm64 (1.6.3ubuntu0.1) over (1.6.3) ...
Setting up libapt-pkg5.0:arm64 (1.6.3ubuntu0.1) ...
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../apt_1.6.3ubuntu0.1_arm64.deb ...
Unpacking apt (1.6.3ubuntu0.1) over (1.6.3) ...
Setting up apt (1.6.3ubuntu0.1) ...
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../mount_2.31.1-0.4ubuntu3.2_arm64.deb ...
Unpacking mount (2.31.1-0.4ubuntu3.2) over (2.31.1-0.4ubuntu3.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Setting up mount (2.31.1-0.4ubuntu3.2) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
binutils binutils-aarch64-linux-gnu binutils-common cpp cpp-7 dbus dirmngr
dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base gir1.2-glib-2.0
gir1.2-harfbuzz-0.0 git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent
gpg-wks-client gpg-wks-server gpgconf gpgsm icu-devtools krb5-locales less
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libapparmor1 libasan4 libasn1-8-heimdal libassuan0 libatomic1 libbinutils
libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libcurl4 libdbus-1-3
libdpkg-perl libedit2 libelf1 liberror-perl libexpat1-dev libfakeroot
libfile-fcntllock-perl libfreetype6 libgcc-7-dev libgdbm-compat4 libgdbm5
libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data
libglib2.0-dev libglib2.0-dev-bin libgomp1 libgraphite2-3 libgraphite2-dev
libgssapi-krb5-2 libgssapi3-heimdal libharfbuzz-dev libharfbuzz-gobject0
libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal libheimbase1-heimdal
libheimntlm0-heimdal libhx509-5-heimdal libicu-le-hb-dev libicu-le-hb0
libicu60 libiculx60 libisl19 libitm1 libk5crypto3 libkeyutils1
libkrb5-26-heimdal libkrb5-3 libkrb5support0 libksba8 libldap-2.4-2
libldap-common liblocale-gettext-perl liblsan0 libmpc3 libmpfr6
libnghttp2-14 libnpth0 libnspr4 libpcre16-3 libpcre3-dev libpcre32-3
libpcrecpp0v5 libperl5.26 libpng16-16 libpsl5 libpython-all-dev
libpython-stdlib libpython2.7 libpython2.7-dev libpython2.7-minimal
libpython2.7-stdlib libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules
libsasl2-modules-db libssl1.0.0 libstdc++-7-dev libtsan0 libubsan0
libwind0-heimdal libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxext6
libxml2 libxmuu1 linux-libc-dev make manpages manpages-dev multiarch-support
netbase openssh-client openssl patch perl perl-modules-5.26 pinentry-curses
publicsuffix python-all python-all-dev python-asn1crypto python-cffi-backend
python-crypto python-cryptography python-dbus python-dev python-enum34
python-gi python-idna python-ipaddress python-keyring python-keyrings.alt
python-minimal python-pip-whl python-pkg-resources python-secretstorage
python-setuptools python-six python-wheel python-xdg python2.7 python2.7-dev
python2.7-minimal python3-distutils python3-lib2to3 shared-mime-info unzip
xauth xdg-user-dirs zlib1g-dev
Suggested packages:
binutils-doc cpp-doc gcc-7-locales default-dbus-session-bus
| dbus-session-bus dbus-user-session libpam-systemd pinentry-gnome3 tor
debian-keyring gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake
libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg
libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run
| git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs
git-mediawiki git-svn parcimonie xloadimage scdaemon glibc-doc libcurl4-doc
libidn11-dev libkrb5-dev libldap2-dev librtmp-dev libssh2-1-dev libssl-dev
bzr gdbm-l10n libglib2.0-doc libgraphite2-utils krb5-doc krb5-user icu-doc
libsasl2-modules-gssapi-mit | libsasl2-modules-gssapi-heimdal
libsasl2-modules-ldap libsasl2-modules-otp libsasl2-modules-sql
libstdc++-7-doc make-doc man-browser keychain libpam-ssh monkeysphere
ssh-askpass ed diffutils-doc perl-doc libterm-readline-gnu-perl
| libterm-readline-perl-perl pinentry-doc python-doc python-tk
python-crypto-doc python-cryptography-doc python-cryptography-vectors
python-dbus-dbg python-dbus-doc python-enum34-doc python-gi-cairo
gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-fs
python-gdata python-keyczar python-secretstorage-doc python-setuptools-doc
python2.7-doc binfmt-support
The following NEW packages will be installed:
apt-transport-https binutils binutils-aarch64-linux-gnu binutils-common
build-essential ca-certificates cpp cpp-7 curl dbus dirmngr dpkg-dev
fakeroot g++ g++-7 gcc gcc-7 gcc-7-base gir1.2-glib-2.0 gir1.2-harfbuzz-0.0
git git-man gnupg gnupg-l10n gnupg-utils gpg gpg-agent gpg-wks-client
gpg-wks-server gpgconf gpgsm icu-devtools krb5-locales less
libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
libapparmor1 libasan4 libasn1-8-heimdal libassuan0 libatomic1 libbinutils
libbsd0 libc-dev-bin libc6-dev libcc1-0 libcurl3-gnutls libcurl4
libcurl4-openssl-dev libdbus-1-3 libdpkg-perl libedit2 libelf1 liberror-perl
libexpat1-dev libfakeroot libfile-fcntllock-perl libfreetype6 libgcc-7-dev
libgdbm-compat4 libgdbm5 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin
libglib2.0-data libglib2.0-dev libglib2.0-dev-bin libgomp1 libgraphite2-3
libgraphite2-dev libgssapi-krb5-2 libgssapi3-heimdal libharfbuzz-dev
libharfbuzz-gobject0 libharfbuzz-icu0 libharfbuzz0b libhcrypto4-heimdal
libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libicu-dev
libicu-le-hb-dev libicu-le-hb0 libicu60 libiculx60 libisl19 libitm1
libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0
libksba8 libldap-2.4-2 libldap-common liblocale-gettext-perl liblsan0
libmpc3 libmpfr6 libnghttp2-14 libnpth0 libnspr4 libnspr4-dev libpcre16-3
libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpng16-16 libpsl5
libpython-all-dev libpython-dev libpython-stdlib libpython2.7
libpython2.7-dev libpython2.7-minimal libpython2.7-stdlib libroken18-heimdal
librtmp1 libsasl2-2 libsasl2-modules libsasl2-modules-db libssl1.0.0
libstdc++-7-dev libtsan0 libubsan0 libwind0-heimdal libx11-6 libx11-data
libxau6 libxcb1 libxdmcp6 libxext6 libxml2 libxmuu1 linux-libc-dev make
manpages manpages-dev multiarch-support netbase openssh-client openssl patch
perl perl-modules-5.26 pinentry-curses pkg-config publicsuffix python
python-all python-all-dev python-asn1crypto python-cffi-backend
python-crypto python-cryptography python-dbus python-dev python-enum34
python-gi python-idna python-ipaddress python-keyring python-keyrings.alt
python-minimal python-pip python-pip-whl python-pkg-resources
python-secretstorage python-setuptools python-six python-wheel python-xdg
python2.7 python2.7-dev python2.7-minimal python3-distutils python3-lib2to3
shared-mime-info sudo unzip wget xauth xdg-user-dirs zip zlib1g-dev
0 upgraded, 187 newly installed, 0 to remove and 0 not upgraded.
Need to get 110 MB of archives.
After this operation, 416 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblocale-gettext-perl arm64 1.07-3build2 [16.3 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 multiarch-support arm64 2.27-3ubuntu1 [6916 B]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxau6 arm64 1:1.0.8-1 [7590 B]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libbsd0 arm64 0.8.7-1 [36.4 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxdmcp6 arm64 1:1.1.2-3 [9694 B]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxcb1 arm64 1.13-1 [37.4 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-data all 2:1.6.4-3ubuntu0.1 [113 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libx11-6 arm64 2:1.6.4-3ubuntu0.1 [521 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxext6 arm64 2:1.3.3-1 [25.4 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.2 [2762 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.2 [3337 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.2 [201 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython2.7-minimal arm64 2.7.15~rc1-1 [334 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python2.7-minimal arm64 2.7.15~rc1-1 [1142 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-minimal arm64 2.7.15~rc1-1 [28.1 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython2.7-stdlib arm64 2.7.15~rc1-1 [1849 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python2.7 arm64 2.7.15~rc1-1 [238 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython-stdlib arm64 2.7.15~rc1-1 [7620 B]
Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python arm64 2.7.15~rc1-1 [140 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 openssl arm64 1.1.0g-2ubuntu4.1 [505 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ca-certificates all 20180409 [151 kB]
Get:24 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapparmor1 arm64 2.12-4ubuntu5.1 [28.4 kB]
Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdbus-1-3 arm64 1.12.2-1ubuntu1 [152 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dbus arm64 1.12.2-1ubuntu1 [130 kB]
Get:27 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-0 arm64 2.56.2-0ubuntu0.18.04.2 [981 kB]
Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgirepository-1.0-1 arm64 1.56.1-1 [67.1 kB]
Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-glib-2.0 arm64 1.56.1-1 [131 kB]
Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB]
Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libelf1 arm64 0.170-0.4 [40.4 kB]
Get:32 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-data all 2.56.2-0ubuntu0.18.04.2 [4400 B]
Get:33 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libicu60 arm64 60.2-3ubuntu3 [7985 kB]
Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.2 [548 kB]
Get:35 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB]
Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 shared-mime-info arm64 1.9-2 [423 kB]
Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 sudo arm64 1.8.21p2-3ubuntu1 [382 kB]
Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xdg-user-dirs arm64 0.17-1ubuntu1 [47.0 kB]
Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 krb5-locales all 1.16-2build1 [13.8 kB]
Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libedit2 arm64 3.1-20170329-1 [63.4 kB]
Get:41 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5support0 arm64 1.16-2build1 [28.4 kB]
Get:42 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libk5crypto3 arm64 1.16-2build1 [79.7 kB]
Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkeyutils1 arm64 1.5.9-9.2ubuntu2 [8112 B]
Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-3 arm64 1.16-2build1 [241 kB]
Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi-krb5-2 arm64 1.16-2build1 [102 kB]
Get:46 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libpng16-16 arm64 1.6.34-1ubuntu0.18.04.1 [162 kB]
Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpsl5 arm64 0.19.1-5build1 [40.9 kB]
Get:48 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl1.0.0 arm64 1.0.2n-1ubuntu5.1 [722 kB]
Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxmuu1 arm64 2:1.1.2-2 [9502 B]
Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages all 4.15-1 [1234 kB]
Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 openssh-client arm64 1:7.6p1-4 [526 kB]
Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 publicsuffix all 20180223.1310-1 [97.6 kB]
Get:53 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 wget arm64 1.19.4-1ubuntu2.1 [287 kB]
Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xauth arm64 1:1.0.10-1 [22.4 kB]
Get:55 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 apt-transport-https all 1.6.3ubuntu0.1 [1696 B]
Get:56 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-common arm64 2.30-21ubuntu1~18.04 [193 kB]
Get:57 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libbinutils arm64 2.30-21ubuntu1~18.04 [429 kB]
Get:58 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils-aarch64-linux-gnu arm64 2.30-21ubuntu1~18.04 [2183 kB]
Get:59 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 binutils arm64 2.30-21ubuntu1~18.04 [3368 B]
Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc-dev-bin arm64 2.27-3ubuntu1 [58.6 kB]
Get:61 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 linux-libc-dev arm64 4.15.0-38.41 [984 kB]
Get:62 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libc6-dev arm64 2.27-3ubuntu1 [2052 kB]
Get:63 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7-base arm64 7.3.0-27ubuntu1~18.04 [19.0 kB]
Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libisl19 arm64 0.19-1 [439 kB]
Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpfr6 arm64 4.0.1-1 [202 kB]
Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmpc3 arm64 1.1.0-1 [37.2 kB]
Get:67 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp-7 arm64 7.3.0-27ubuntu1~18.04 [5330 kB]
Get:68 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 cpp arm64 4:7.3.0-3ubuntu2.1 [27.6 kB]
Get:69 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcc1-0 arm64 8.2.0-1ubuntu2~18.04 [36.5 kB]
Get:70 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgomp1 arm64 8.2.0-1ubuntu2~18.04 [69.6 kB]
Get:71 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libitm1 arm64 8.2.0-1ubuntu2~18.04 [24.4 kB]
Get:72 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libatomic1 arm64 8.2.0-1ubuntu2~18.04 [9156 B]
Get:73 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libasan4 arm64 7.3.0-27ubuntu1~18.04 [335 kB]
Get:74 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblsan0 arm64 8.2.0-1ubuntu2~18.04 [120 kB]
Get:75 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtsan0 arm64 8.2.0-1ubuntu2~18.04 [269 kB]
Get:76 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libubsan0 arm64 7.3.0-27ubuntu1~18.04 [117 kB]
Get:77 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgcc-7-dev arm64 7.3.0-27ubuntu1~18.04 [834 kB]
Get:78 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc-7 arm64 7.3.0-27ubuntu1~18.04 [5999 kB]
Get:79 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gcc arm64 4:7.3.0-3ubuntu2.1 [5200 B]
Get:80 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libstdc++-7-dev arm64 7.3.0-27ubuntu1~18.04 [1463 kB]
Get:81 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++-7 arm64 7.3.0-27ubuntu1~18.04 [6147 kB]
Get:82 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 g++ arm64 4:7.3.0-3ubuntu2.1 [1560 B]
Get:83 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB]
Get:84 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdpkg-perl all 1.19.0.5ubuntu2 [211 kB]
Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patch arm64 2.7.6-2ubuntu1 [91.5 kB]
Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dpkg-dev all 1.19.0.5ubuntu2 [607 kB]
Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 build-essential arm64 12.4ubuntu1 [4754 B]
Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libroken18-heimdal arm64 7.5.0+dfsg-1 [35.4 kB]
Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libasn1-8-heimdal arm64 7.5.0+dfsg-1 [130 kB]
Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimbase1-heimdal arm64 7.5.0+dfsg-1 [24.9 kB]
Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhcrypto4-heimdal arm64 7.5.0+dfsg-1 [76.4 kB]
Get:92 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwind0-heimdal arm64 7.5.0+dfsg-1 [47.0 kB]
Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhx509-5-heimdal arm64 7.5.0+dfsg-1 [88.5 kB]
Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libkrb5-26-heimdal arm64 7.5.0+dfsg-1 [170 kB]
Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libheimntlm0-heimdal arm64 7.5.0+dfsg-1 [13.3 kB]
Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgssapi3-heimdal arm64 7.5.0+dfsg-1 [79.1 kB]
Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsasl2-modules-db arm64 2.1.27~101-g0780600+dfsg-3ubuntu2 [13.4 kB]
Get:98 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsasl2-2 arm64 2.1.27~101-g0780600+dfsg-3ubuntu2 [43.1 kB]
Get:99 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libldap-common all 2.4.45+dfsg-1ubuntu1 [16.6 kB]
Get:100 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libldap-2.4-2 arm64 2.4.45+dfsg-1ubuntu1 [128 kB]
Get:101 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnghttp2-14 arm64 1.30.0-1ubuntu1 [68.9 kB]
Get:102 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-1 [48.2 kB]
Get:103 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4 arm64 7.58.0-2ubuntu3.3 [180 kB]
Get:104 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.3 [152 kB]
Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libassuan0 arm64 2.5.1-2 [28.9 kB]
Get:106 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgconf arm64 2.2.4-1ubuntu1.1 [106 kB]
Get:107 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libksba8 arm64 1.3.5-2 [77.4 kB]
Get:108 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnpth0 arm64 1.5-3 [6844 B]
Get:109 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 dirmngr arm64 2.2.4-1ubuntu1.1 [275 kB]
Get:110 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfakeroot arm64 1.22-2ubuntu1 [21.8 kB]
Get:111 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 fakeroot arm64 1.22-2ubuntu1 [59.9 kB]
Get:112 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfreetype6 arm64 2.8.1-2ubuntu2 [290 kB]
Get:113 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgraphite2-3 arm64 1.3.11-2 [67.0 kB]
Get:114 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libharfbuzz0b arm64 1.7.2-1ubuntu1 [206 kB]
Get:115 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gir1.2-harfbuzz-0.0 arm64 1.7.2-1ubuntu1 [18.5 kB]
Get:116 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.3 [178 kB]
Get:117 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB]
Get:118 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.3 [803 kB]
Get:119 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.3 [2953 kB]
Get:120 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-l10n all 2.2.4-1ubuntu1.1 [49.5 kB]
Get:121 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg-utils arm64 2.2.4-1ubuntu1.1 [108 kB]
Get:122 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg arm64 2.2.4-1ubuntu1.1 [400 kB]
Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pinentry-curses arm64 1.1.0-1 [32.4 kB]
Get:124 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-agent arm64 2.2.4-1ubuntu1.1 [190 kB]
Get:125 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-client arm64 2.2.4-1ubuntu1.1 [76.6 kB]
Get:126 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpg-wks-server arm64 2.2.4-1ubuntu1.1 [71.6 kB]
Get:127 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gpgsm arm64 2.2.4-1ubuntu1.1 [182 kB]
Get:128 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 gnupg arm64 2.2.4-1ubuntu1.1 [249 kB]
Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 icu-devtools arm64 60.2-3ubuntu3 [170 kB]
Get:130 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-diff-xs-perl arm64 0.04-5 [10.8 kB]
Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
Get:133 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl4-openssl-dev arm64 7.58.0-2ubuntu3.3 [269 kB]
Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexpat1-dev arm64 2.2.5-3 [110 kB]
Get:135 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-fcntllock-perl arm64 0.22-3build2 [33.0 kB]
Get:136 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-bin arm64 2.56.2-0ubuntu0.18.04.2 [61.9 kB]
Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-lib2to3 all 3.6.5-3 [76.6 kB]
Get:138 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-distutils all 3.6.5-3 [141 kB]
Get:139 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-dev-bin arm64 2.56.2-0ubuntu0.18.04.2 [99.6 kB]
Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre16-3 arm64 2:8.39-9 [121 kB]
Get:141 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre32-3 arm64 2:8.39-9 [113 kB]
Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcrecpp0v5 arm64 2:8.39-9 [15.1 kB]
Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpcre3-dev arm64 2:8.39-9 [459 kB]
Get:144 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 pkg-config arm64 0.29.1-0ubuntu2 [42.8 kB]
Get:145 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 zlib1g-dev arm64 1:1.2.11.dfsg-0ubuntu2 [171 kB]
Get:146 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libglib2.0-dev arm64 2.56.2-0ubuntu0.18.04.2 [1295 kB]
Get:147 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgraphite2-dev arm64 1.3.11-2 [14.5 kB]
Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libharfbuzz-icu0 arm64 1.7.2-1ubuntu1 [5348 B]
Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libharfbuzz-gobject0 arm64 1.7.2-1ubuntu1 [12.6 kB]
Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libicu-le-hb0 arm64 1.0.3+git161113-4 [14.4 kB]
Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libiculx60 arm64 60.2-3ubuntu3 [18.8 kB]
Get:152 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libicu-le-hb-dev arm64 1.0.3+git161113-4 [29.8 kB]
Get:153 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libicu-dev arm64 60.2-3ubuntu3 [8891 kB]
Get:154 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libharfbuzz-dev arm64 1.7.2-1ubuntu1 [281 kB]
Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnspr4 arm64 2:4.18-1ubuntu1 [93.3 kB]
Get:156 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnspr4-dev arm64 2:4.18-1ubuntu1 [196 kB]
Get:157 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython2.7 arm64 2.7.15~rc1-1 [905 kB]
Get:158 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython2.7-dev arm64 2.7.15~rc1-1 [28.0 MB]
Get:159 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython-dev arm64 2.7.15~rc1-1 [7684 B]
Get:160 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpython-all-dev arm64 2.7.15~rc1-1 [1092 B]
Get:161 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsasl2-modules arm64 2.1.27~101-g0780600+dfsg-3ubuntu2 [41.9 kB]
Get:162 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 manpages-dev all 4.15-1 [2217 kB]
Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-all arm64 2.7.15~rc1-1 [1076 B]
Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python2.7-dev arm64 2.7.15~rc1-1 [287 kB]
Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-dev arm64 2.7.15~rc1-1 [1252 B]
Get:166 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-all-dev arm64 2.7.15~rc1-1 [1100 B]
Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-asn1crypto all 0.24.0-1 [72.7 kB]
Get:168 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-cffi-backend arm64 1.11.5-1 [59.2 kB]
Get:169 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-crypto arm64 2.6.1-8ubuntu2 [240 kB]
Get:170 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-enum34 all 1.1.6-2 [34.8 kB]
Get:171 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-idna all 2.6-1 [32.4 kB]
Get:172 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-ipaddress all 1.0.17-1 [18.2 kB]
Get:173 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-six all 1.11.0-2 [11.3 kB]
Get:174 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-cryptography arm64 2.1.4-1ubuntu1.2 [175 kB]
Get:175 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-dbus arm64 1.2.6-1 [84.5 kB]
Get:176 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-gi arm64 3.26.1-2 [181 kB]
Get:177 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-secretstorage all 2.3.1-2 [11.8 kB]
Get:178 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-keyring all 10.6.0-1 [30.6 kB]
Get:179 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-keyrings.alt all 3.0-1 [16.7 kB]
Get:180 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 python-pip-whl all 9.0.1-2.3~ubuntu1 [1652 kB]
Get:181 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 python-pip all 9.0.1-2.3~ubuntu1 [151 kB]
Get:182 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-pkg-resources all 39.0.1-2 [128 kB]
Get:183 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-setuptools all 39.0.1-2 [329 kB]
Get:184 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-wheel all 0.30.0-0.2 [36.4 kB]
Get:185 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-xdg all 0.25-4ubuntu1 [31.3 kB]
Get:186 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 unzip arm64 6.0-21ubuntu1 [149 kB]
Get:187 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 zip arm64 3.0-11build1 [146 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 110 MB in 41s (2722 kB/s)
Selecting previously unselected package liblocale-gettext-perl.
(Reading database ... 6746 files and directories currently installed.)
Preparing to unpack .../liblocale-gettext-perl_1.07-3build2_arm64.deb ...
Unpacking liblocale-gettext-perl (1.07-3build2) ...
Selecting previously unselected package multiarch-support.
Preparing to unpack .../multiarch-support_2.27-3ubuntu1_arm64.deb ...
Unpacking multiarch-support (2.27-3ubuntu1) ...
Setting up multiarch-support (2.27-3ubuntu1) ...
Selecting previously unselected package libxau6:arm64.
(Reading database ... 6763 files and directories currently installed.)
Preparing to unpack .../00-libxau6_1%3a1.0.8-1_arm64.deb ...
Unpacking libxau6:arm64 (1:1.0.8-1) ...
Selecting previously unselected package libbsd0:arm64.
Preparing to unpack .../01-libbsd0_0.8.7-1_arm64.deb ...
Unpacking libbsd0:arm64 (0.8.7-1) ...
Selecting previously unselected package libxdmcp6:arm64.
Preparing to unpack .../02-libxdmcp6_1%3a1.1.2-3_arm64.deb ...
Unpacking libxdmcp6:arm64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:arm64.
Preparing to unpack .../03-libxcb1_1.13-1_arm64.deb ...
Unpacking libxcb1:arm64 (1.13-1) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../04-libx11-data_2%3a1.6.4-3ubuntu0.1_all.deb ...
Unpacking libx11-data (2:1.6.4-3ubuntu0.1) ...
Selecting previously unselected package libx11-6:arm64.
Preparing to unpack .../05-libx11-6_2%3a1.6.4-3ubuntu0.1_arm64.deb ...
Unpacking libx11-6:arm64 (2:1.6.4-3ubuntu0.1) ...
Selecting previously unselected package libxext6:arm64.
Preparing to unpack .../06-libxext6_2%3a1.3.3-1_arm64.deb ...
Unpacking libxext6:arm64 (2:1.3.3-1) ...
Selecting previously unselected package perl-modules-5.26.
Preparing to unpack .../07-perl-modules-5.26_5.26.1-6ubuntu0.2_all.deb ...
Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.2) ...
Selecting previously unselected package libgdbm5:arm64.
Preparing to unpack .../08-libgdbm5_1.14.1-6_arm64.deb ...
Unpacking libgdbm5:arm64 (1.14.1-6) ...
Selecting previously unselected package libgdbm-compat4:arm64.
Preparing to unpack .../09-libgdbm-compat4_1.14.1-6_arm64.deb ...
Unpacking libgdbm-compat4:arm64 (1.14.1-6) ...
Selecting previously unselected package libperl5.26:arm64.
Preparing to unpack .../10-libperl5.26_5.26.1-6ubuntu0.2_arm64.deb ...
Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.2) ...
Selecting previously unselected package perl.
Preparing to unpack .../11-perl_5.26.1-6ubuntu0.2_arm64.deb ...
Unpacking perl (5.26.1-6ubuntu0.2) ...
Selecting previously unselected package libpython2.7-minimal:arm64.
Preparing to unpack .../12-libpython2.7-minimal_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython2.7-minimal:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package python2.7-minimal.
Preparing to unpack .../13-python2.7-minimal_2.7.15~rc1-1_arm64.deb ...
Unpacking python2.7-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package python-minimal.
Preparing to unpack .../14-python-minimal_2.7.15~rc1-1_arm64.deb ...
Unpacking python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package libpython2.7-stdlib:arm64.
Preparing to unpack .../15-libpython2.7-stdlib_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython2.7-stdlib:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package python2.7.
Preparing to unpack .../16-python2.7_2.7.15~rc1-1_arm64.deb ...
Unpacking python2.7 (2.7.15~rc1-1) ...
Selecting previously unselected package libpython-stdlib:arm64.
Preparing to unpack .../17-libpython-stdlib_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython-stdlib:arm64 (2.7.15~rc1-1) ...
Setting up libpython2.7-minimal:arm64 (2.7.15~rc1-1) ...
Setting up python2.7-minimal (2.7.15~rc1-1) ...
Linking and byte-compiling packages for runtime python2.7...
Setting up python-minimal (2.7.15~rc1-1) ...
Selecting previously unselected package python.
(Reading database ... 9714 files and directories currently installed.)
Preparing to unpack .../000-python_2.7.15~rc1-1_arm64.deb ...
Unpacking python (2.7.15~rc1-1) ...
Selecting previously unselected package openssl.
Preparing to unpack .../001-openssl_1.1.0g-2ubuntu4.1_arm64.deb ...
Unpacking openssl (1.1.0g-2ubuntu4.1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../002-ca-certificates_20180409_all.deb ...
Unpacking ca-certificates (20180409) ...
Selecting previously unselected package libapparmor1:arm64.
Preparing to unpack .../003-libapparmor1_2.12-4ubuntu5.1_arm64.deb ...
Unpacking libapparmor1:arm64 (2.12-4ubuntu5.1) ...
Selecting previously unselected package libdbus-1-3:arm64.
Preparing to unpack .../004-libdbus-1-3_1.12.2-1ubuntu1_arm64.deb ...
Unpacking libdbus-1-3:arm64 (1.12.2-1ubuntu1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../005-dbus_1.12.2-1ubuntu1_arm64.deb ...
Unpacking dbus (1.12.2-1ubuntu1) ...
Selecting previously unselected package libglib2.0-0:arm64.
Preparing to unpack .../006-libglib2.0-0_2.56.2-0ubuntu0.18.04.2_arm64.deb ...
Unpacking libglib2.0-0:arm64 (2.56.2-0ubuntu0.18.04.2) ...
Selecting previously unselected package libgirepository-1.0-1:arm64.
Preparing to unpack .../007-libgirepository-1.0-1_1.56.1-1_arm64.deb ...
Unpacking libgirepository-1.0-1:arm64 (1.56.1-1) ...
Selecting previously unselected package gir1.2-glib-2.0:arm64.
Preparing to unpack .../008-gir1.2-glib-2.0_1.56.1-1_arm64.deb ...
Unpacking gir1.2-glib-2.0:arm64 (1.56.1-1) ...
Selecting previously unselected package less.
Preparing to unpack .../009-less_487-0.1_arm64.deb ...
Unpacking less (487-0.1) ...
Selecting previously unselected package libelf1:arm64.
Preparing to unpack .../010-libelf1_0.170-0.4_arm64.deb ...
Unpacking libelf1:arm64 (0.170-0.4) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../011-libglib2.0-data_2.56.2-0ubuntu0.18.04.2_all.deb ...
Unpacking libglib2.0-data (2.56.2-0ubuntu0.18.04.2) ...
Selecting previously unselected package libicu60:arm64.
Preparing to unpack .../012-libicu60_60.2-3ubuntu3_arm64.deb ...
Unpacking libicu60:arm64 (60.2-3ubuntu3) ...
Selecting previously unselected package libxml2:arm64.
Preparing to unpack .../013-libxml2_2.9.4+dfsg1-6.1ubuntu1.2_arm64.deb ...
Unpacking libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Selecting previously unselected package netbase.
Preparing to unpack .../014-netbase_5.4_all.deb ...
Unpacking netbase (5.4) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../015-shared-mime-info_1.9-2_arm64.deb ...
Unpacking shared-mime-info (1.9-2) ...
Selecting previously unselected package sudo.
Preparing to unpack .../016-sudo_1.8.21p2-3ubuntu1_arm64.deb ...
Unpacking sudo (1.8.21p2-3ubuntu1) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../017-xdg-user-dirs_0.17-1ubuntu1_arm64.deb ...
Unpacking xdg-user-dirs (0.17-1ubuntu1) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../018-krb5-locales_1.16-2build1_all.deb ...
Unpacking krb5-locales (1.16-2build1) ...
Selecting previously unselected package libedit2:arm64.
Preparing to unpack .../019-libedit2_3.1-20170329-1_arm64.deb ...
Unpacking libedit2:arm64 (3.1-20170329-1) ...
Selecting previously unselected package libkrb5support0:arm64.
Preparing to unpack .../020-libkrb5support0_1.16-2build1_arm64.deb ...
Unpacking libkrb5support0:arm64 (1.16-2build1) ...
Selecting previously unselected package libk5crypto3:arm64.
Preparing to unpack .../021-libk5crypto3_1.16-2build1_arm64.deb ...
Unpacking libk5crypto3:arm64 (1.16-2build1) ...
Selecting previously unselected package libkeyutils1:arm64.
Preparing to unpack .../022-libkeyutils1_1.5.9-9.2ubuntu2_arm64.deb ...
Unpacking libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ...
Selecting previously unselected package libkrb5-3:arm64.
Preparing to unpack .../023-libkrb5-3_1.16-2build1_arm64.deb ...
Unpacking libkrb5-3:arm64 (1.16-2build1) ...
Selecting previously unselected package libgssapi-krb5-2:arm64.
Preparing to unpack .../024-libgssapi-krb5-2_1.16-2build1_arm64.deb ...
Unpacking libgssapi-krb5-2:arm64 (1.16-2build1) ...
Selecting previously unselected package libpng16-16:arm64.
Preparing to unpack .../025-libpng16-16_1.6.34-1ubuntu0.18.04.1_arm64.deb ...
Unpacking libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.1) ...
Selecting previously unselected package libpsl5:arm64.
Preparing to unpack .../026-libpsl5_0.19.1-5build1_arm64.deb ...
Unpacking libpsl5:arm64 (0.19.1-5build1) ...
Selecting previously unselected package libssl1.0.0:arm64.
Preparing to unpack .../027-libssl1.0.0_1.0.2n-1ubuntu5.1_arm64.deb ...
Unpacking libssl1.0.0:arm64 (1.0.2n-1ubuntu5.1) ...
Selecting previously unselected package libxmuu1:arm64.
Preparing to unpack .../028-libxmuu1_2%3a1.1.2-2_arm64.deb ...
Unpacking libxmuu1:arm64 (2:1.1.2-2) ...
Selecting previously unselected package manpages.
Preparing to unpack .../029-manpages_4.15-1_all.deb ...
Unpacking manpages (4.15-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../030-openssh-client_1%3a7.6p1-4_arm64.deb ...
Unpacking openssh-client (1:7.6p1-4) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../031-publicsuffix_20180223.1310-1_all.deb ...
Unpacking publicsuffix (20180223.1310-1) ...
Selecting previously unselected package wget.
Preparing to unpack .../032-wget_1.19.4-1ubuntu2.1_arm64.deb ...
Unpacking wget (1.19.4-1ubuntu2.1) ...
Selecting previously unselected package xauth.
Preparing to unpack .../033-xauth_1%3a1.0.10-1_arm64.deb ...
Unpacking xauth (1:1.0.10-1) ...
Selecting previously unselected package apt-transport-https.
Preparing to unpack .../034-apt-transport-https_1.6.3ubuntu0.1_all.deb ...
Unpacking apt-transport-https (1.6.3ubuntu0.1) ...
Selecting previously unselected package binutils-common:arm64.
Preparing to unpack .../035-binutils-common_2.30-21ubuntu1~18.04_arm64.deb ...
Unpacking binutils-common:arm64 (2.30-21ubuntu1~18.04) ...
Selecting previously unselected package libbinutils:arm64.
Preparing to unpack .../036-libbinutils_2.30-21ubuntu1~18.04_arm64.deb ...
Unpacking libbinutils:arm64 (2.30-21ubuntu1~18.04) ...
Selecting previously unselected package binutils-aarch64-linux-gnu.
Preparing to unpack .../037-binutils-aarch64-linux-gnu_2.30-21ubuntu1~18.04_arm64.deb ...
Unpacking binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04) ...
Selecting previously unselected package binutils.
Preparing to unpack .../038-binutils_2.30-21ubuntu1~18.04_arm64.deb ...
Unpacking binutils (2.30-21ubuntu1~18.04) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../039-libc-dev-bin_2.27-3ubuntu1_arm64.deb ...
Unpacking libc-dev-bin (2.27-3ubuntu1) ...
Selecting previously unselected package linux-libc-dev:arm64.
Preparing to unpack .../040-linux-libc-dev_4.15.0-38.41_arm64.deb ...
Unpacking linux-libc-dev:arm64 (4.15.0-38.41) ...
Selecting previously unselected package libc6-dev:arm64.
Preparing to unpack .../041-libc6-dev_2.27-3ubuntu1_arm64.deb ...
Unpacking libc6-dev:arm64 (2.27-3ubuntu1) ...
Selecting previously unselected package gcc-7-base:arm64.
Preparing to unpack .../042-gcc-7-base_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking gcc-7-base:arm64 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package libisl19:arm64.
Preparing to unpack .../043-libisl19_0.19-1_arm64.deb ...
Unpacking libisl19:arm64 (0.19-1) ...
Selecting previously unselected package libmpfr6:arm64.
Preparing to unpack .../044-libmpfr6_4.0.1-1_arm64.deb ...
Unpacking libmpfr6:arm64 (4.0.1-1) ...
Selecting previously unselected package libmpc3:arm64.
Preparing to unpack .../045-libmpc3_1.1.0-1_arm64.deb ...
Unpacking libmpc3:arm64 (1.1.0-1) ...
Selecting previously unselected package cpp-7.
Preparing to unpack .../046-cpp-7_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking cpp-7 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package cpp.
Preparing to unpack .../047-cpp_4%3a7.3.0-3ubuntu2.1_arm64.deb ...
Unpacking cpp (4:7.3.0-3ubuntu2.1) ...
Selecting previously unselected package libcc1-0:arm64.
Preparing to unpack .../048-libcc1-0_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libcc1-0:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libgomp1:arm64.
Preparing to unpack .../049-libgomp1_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libgomp1:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libitm1:arm64.
Preparing to unpack .../050-libitm1_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libitm1:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libatomic1:arm64.
Preparing to unpack .../051-libatomic1_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libatomic1:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libasan4:arm64.
Preparing to unpack .../052-libasan4_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking libasan4:arm64 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package liblsan0:arm64.
Preparing to unpack .../053-liblsan0_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking liblsan0:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libtsan0:arm64.
Preparing to unpack .../054-libtsan0_8.2.0-1ubuntu2~18.04_arm64.deb ...
Unpacking libtsan0:arm64 (8.2.0-1ubuntu2~18.04) ...
Selecting previously unselected package libubsan0:arm64.
Preparing to unpack .../055-libubsan0_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking libubsan0:arm64 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package libgcc-7-dev:arm64.
Preparing to unpack .../056-libgcc-7-dev_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking libgcc-7-dev:arm64 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package gcc-7.
Preparing to unpack .../057-gcc-7_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking gcc-7 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package gcc.
Preparing to unpack .../058-gcc_4%3a7.3.0-3ubuntu2.1_arm64.deb ...
Unpacking gcc (4:7.3.0-3ubuntu2.1) ...
Selecting previously unselected package libstdc++-7-dev:arm64.
Preparing to unpack .../059-libstdc++-7-dev_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking libstdc++-7-dev:arm64 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package g++-7.
Preparing to unpack .../060-g++-7_7.3.0-27ubuntu1~18.04_arm64.deb ...
Unpacking g++-7 (7.3.0-27ubuntu1~18.04) ...
Selecting previously unselected package g++.
Preparing to unpack .../061-g++_4%3a7.3.0-3ubuntu2.1_arm64.deb ...
Unpacking g++ (4:7.3.0-3ubuntu2.1) ...
Selecting previously unselected package make.
Preparing to unpack .../062-make_4.1-9.1ubuntu1_arm64.deb ...
Unpacking make (4.1-9.1ubuntu1) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../063-libdpkg-perl_1.19.0.5ubuntu2_all.deb ...
Unpacking libdpkg-perl (1.19.0.5ubuntu2) ...
Selecting previously unselected package patch.
Preparing to unpack .../064-patch_2.7.6-2ubuntu1_arm64.deb ...
Unpacking patch (2.7.6-2ubuntu1) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../065-dpkg-dev_1.19.0.5ubuntu2_all.deb ...
Unpacking dpkg-dev (1.19.0.5ubuntu2) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../066-build-essential_12.4ubuntu1_arm64.deb ...
Unpacking build-essential (12.4ubuntu1) ...
Selecting previously unselected package libroken18-heimdal:arm64.
Preparing to unpack .../067-libroken18-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libasn1-8-heimdal:arm64.
Preparing to unpack .../068-libasn1-8-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimbase1-heimdal:arm64.
Preparing to unpack .../069-libheimbase1-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhcrypto4-heimdal:arm64.
Preparing to unpack .../070-libhcrypto4-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libwind0-heimdal:arm64.
Preparing to unpack .../071-libwind0-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libhx509-5-heimdal:arm64.
Preparing to unpack .../072-libhx509-5-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libkrb5-26-heimdal:arm64.
Preparing to unpack .../073-libkrb5-26-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libheimntlm0-heimdal:arm64.
Preparing to unpack .../074-libheimntlm0-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libgssapi3-heimdal:arm64.
Preparing to unpack .../075-libgssapi3-heimdal_7.5.0+dfsg-1_arm64.deb ...
Unpacking libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
Selecting previously unselected package libsasl2-modules-db:arm64.
Preparing to unpack .../076-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2_arm64.deb ...
Unpacking libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libsasl2-2:arm64.
Preparing to unpack .../077-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2_arm64.deb ...
Unpacking libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../078-libldap-common_2.4.45+dfsg-1ubuntu1_all.deb ...
Unpacking libldap-common (2.4.45+dfsg-1ubuntu1) ...
Selecting previously unselected package libldap-2.4-2:arm64.
Preparing to unpack .../079-libldap-2.4-2_2.4.45+dfsg-1ubuntu1_arm64.deb ...
Unpacking libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1) ...
Selecting previously unselected package libnghttp2-14:arm64.
Preparing to unpack .../080-libnghttp2-14_1.30.0-1ubuntu1_arm64.deb ...
Unpacking libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
Selecting previously unselected package librtmp1:arm64.
Preparing to unpack .../081-librtmp1_2.4+20151223.gitfa8646d.1-1_arm64.deb ...
Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
Selecting previously unselected package libcurl4:arm64.
Preparing to unpack .../082-libcurl4_7.58.0-2ubuntu3.3_arm64.deb ...
Unpacking libcurl4:arm64 (7.58.0-2ubuntu3.3) ...
Selecting previously unselected package curl.
Preparing to unpack .../083-curl_7.58.0-2ubuntu3.3_arm64.deb ...
Unpacking curl (7.58.0-2ubuntu3.3) ...
Selecting previously unselected package libassuan0:arm64.
Preparing to unpack .../084-libassuan0_2.5.1-2_arm64.deb ...
Unpacking libassuan0:arm64 (2.5.1-2) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../085-gpgconf_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpgconf (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package libksba8:arm64.
Preparing to unpack .../086-libksba8_1.3.5-2_arm64.deb ...
Unpacking libksba8:arm64 (1.3.5-2) ...
Selecting previously unselected package libnpth0:arm64.
Preparing to unpack .../087-libnpth0_1.5-3_arm64.deb ...
Unpacking libnpth0:arm64 (1.5-3) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../088-dirmngr_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking dirmngr (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package libfakeroot:arm64.
Preparing to unpack .../089-libfakeroot_1.22-2ubuntu1_arm64.deb ...
Unpacking libfakeroot:arm64 (1.22-2ubuntu1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../090-fakeroot_1.22-2ubuntu1_arm64.deb ...
Unpacking fakeroot (1.22-2ubuntu1) ...
Selecting previously unselected package libfreetype6:arm64.
Preparing to unpack .../091-libfreetype6_2.8.1-2ubuntu2_arm64.deb ...
Unpacking libfreetype6:arm64 (2.8.1-2ubuntu2) ...
Selecting previously unselected package libgraphite2-3:arm64.
Preparing to unpack .../092-libgraphite2-3_1.3.11-2_arm64.deb ...
Unpacking libgraphite2-3:arm64 (1.3.11-2) ...
Selecting previously unselected package libharfbuzz0b:arm64.
Preparing to unpack .../093-libharfbuzz0b_1.7.2-1ubuntu1_arm64.deb ...
Unpacking libharfbuzz0b:arm64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package gir1.2-harfbuzz-0.0:arm64.
Preparing to unpack .../094-gir1.2-harfbuzz-0.0_1.7.2-1ubuntu1_arm64.deb ...
Unpacking gir1.2-harfbuzz-0.0:arm64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libcurl3-gnutls:arm64.
Preparing to unpack .../095-libcurl3-gnutls_7.58.0-2ubuntu3.3_arm64.deb ...
Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.3) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../096-liberror-perl_0.17025-1_all.deb ...
Unpacking liberror-perl (0.17025-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../097-git-man_1%3a2.17.1-1ubuntu0.3_all.deb ...
Unpacking git-man (1:2.17.1-1ubuntu0.3) ...
Selecting previously unselected package git.
Preparing to unpack .../098-git_1%3a2.17.1-1ubuntu0.3_arm64.deb ...
Unpacking git (1:2.17.1-1ubuntu0.3) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../099-gnupg-l10n_2.2.4-1ubuntu1.1_all.deb ...
Unpacking gnupg-l10n (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../100-gnupg-utils_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gnupg-utils (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../101-gpg_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpg (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../102-pinentry-curses_1.1.0-1_arm64.deb ...
Unpacking pinentry-curses (1.1.0-1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../103-gpg-agent_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpg-agent (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../104-gpg-wks-client_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpg-wks-client (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../105-gpg-wks-server_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpg-wks-server (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../106-gpgsm_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gpgsm (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../107-gnupg_2.2.4-1ubuntu1.1_arm64.deb ...
Unpacking gnupg (2.2.4-1ubuntu1.1) ...
Selecting previously unselected package icu-devtools.
Preparing to unpack .../108-icu-devtools_60.2-3ubuntu3_arm64.deb ...
Unpacking icu-devtools (60.2-3ubuntu3) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../109-libalgorithm-diff-perl_1.19.03-1_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-1) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../110-libalgorithm-diff-xs-perl_0.04-5_arm64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../111-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libcurl4-openssl-dev:arm64.
Preparing to unpack .../112-libcurl4-openssl-dev_7.58.0-2ubuntu3.3_arm64.deb ...
Unpacking libcurl4-openssl-dev:arm64 (7.58.0-2ubuntu3.3) ...
Selecting previously unselected package libexpat1-dev:arm64.
Preparing to unpack .../113-libexpat1-dev_2.2.5-3_arm64.deb ...
Unpacking libexpat1-dev:arm64 (2.2.5-3) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../114-libfile-fcntllock-perl_0.22-3build2_arm64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3build2) ...
Selecting previously unselected package libglib2.0-bin.
Preparing to unpack .../115-libglib2.0-bin_2.56.2-0ubuntu0.18.04.2_arm64.deb ...
Unpacking libglib2.0-bin (2.56.2-0ubuntu0.18.04.2) ...
Selecting previously unselected package python3-lib2to3.
Preparing to unpack .../116-python3-lib2to3_3.6.5-3_all.deb ...
Unpacking python3-lib2to3 (3.6.5-3) ...
Selecting previously unselected package python3-distutils.
Preparing to unpack .../117-python3-distutils_3.6.5-3_all.deb ...
Unpacking python3-distutils (3.6.5-3) ...
Selecting previously unselected package libglib2.0-dev-bin.
Preparing to unpack .../118-libglib2.0-dev-bin_2.56.2-0ubuntu0.18.04.2_arm64.deb ...
Unpacking libglib2.0-dev-bin (2.56.2-0ubuntu0.18.04.2) ...
Selecting previously unselected package libpcre16-3:arm64.
Preparing to unpack .../119-libpcre16-3_2%3a8.39-9_arm64.deb ...
Unpacking libpcre16-3:arm64 (2:8.39-9) ...
Selecting previously unselected package libpcre32-3:arm64.
Preparing to unpack .../120-libpcre32-3_2%3a8.39-9_arm64.deb ...
Unpacking libpcre32-3:arm64 (2:8.39-9) ...
Selecting previously unselected package libpcrecpp0v5:arm64.
Preparing to unpack .../121-libpcrecpp0v5_2%3a8.39-9_arm64.deb ...
Unpacking libpcrecpp0v5:arm64 (2:8.39-9) ...
Selecting previously unselected package libpcre3-dev:arm64.
Preparing to unpack .../122-libpcre3-dev_2%3a8.39-9_arm64.deb ...
Unpacking libpcre3-dev:arm64 (2:8.39-9) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../123-pkg-config_0.29.1-0ubuntu2_arm64.deb ...
Unpacking pkg-config (0.29.1-0ubuntu2) ...
Selecting previously unselected package zlib1g-dev:arm64.
Preparing to unpack .../124-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_arm64.deb ...
Unpacking zlib1g-dev:arm64 (1:1.2.11.dfsg-0ubuntu2) ...
Selecting previously unselected package libglib2.0-dev:arm64.
Preparing to unpack .../125-libglib2.0-dev_2.56.2-0ubuntu0.18.04.2_arm64.deb ...
Unpacking libglib2.0-dev:arm64 (2.56.2-0ubuntu0.18.04.2) ...
Selecting previously unselected package libgraphite2-dev:arm64.
Preparing to unpack .../126-libgraphite2-dev_1.3.11-2_arm64.deb ...
Unpacking libgraphite2-dev:arm64 (1.3.11-2) ...
Selecting previously unselected package libharfbuzz-icu0:arm64.
Preparing to unpack .../127-libharfbuzz-icu0_1.7.2-1ubuntu1_arm64.deb ...
Unpacking libharfbuzz-icu0:arm64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libharfbuzz-gobject0:arm64.
Preparing to unpack .../128-libharfbuzz-gobject0_1.7.2-1ubuntu1_arm64.deb ...
Unpacking libharfbuzz-gobject0:arm64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libicu-le-hb0:arm64.
Preparing to unpack .../129-libicu-le-hb0_1.0.3+git161113-4_arm64.deb ...
Unpacking libicu-le-hb0:arm64 (1.0.3+git161113-4) ...
Selecting previously unselected package libiculx60:arm64.
Preparing to unpack .../130-libiculx60_60.2-3ubuntu3_arm64.deb ...
Unpacking libiculx60:arm64 (60.2-3ubuntu3) ...
Selecting previously unselected package libicu-le-hb-dev:arm64.
Preparing to unpack .../131-libicu-le-hb-dev_1.0.3+git161113-4_arm64.deb ...
Unpacking libicu-le-hb-dev:arm64 (1.0.3+git161113-4) ...
Selecting previously unselected package libicu-dev.
Preparing to unpack .../132-libicu-dev_60.2-3ubuntu3_arm64.deb ...
Unpacking libicu-dev (60.2-3ubuntu3) ...
Selecting previously unselected package libharfbuzz-dev:arm64.
Preparing to unpack .../133-libharfbuzz-dev_1.7.2-1ubuntu1_arm64.deb ...
Unpacking libharfbuzz-dev:arm64 (1.7.2-1ubuntu1) ...
Selecting previously unselected package libnspr4:arm64.
Preparing to unpack .../134-libnspr4_2%3a4.18-1ubuntu1_arm64.deb ...
Unpacking libnspr4:arm64 (2:4.18-1ubuntu1) ...
Selecting previously unselected package libnspr4-dev.
Preparing to unpack .../135-libnspr4-dev_2%3a4.18-1ubuntu1_arm64.deb ...
Unpacking libnspr4-dev (2:4.18-1ubuntu1) ...
Selecting previously unselected package libpython2.7:arm64.
Preparing to unpack .../136-libpython2.7_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython2.7:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package libpython2.7-dev:arm64.
Preparing to unpack .../137-libpython2.7-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython2.7-dev:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package libpython-dev:arm64.
Preparing to unpack .../138-libpython-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython-dev:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package libpython-all-dev:arm64.
Preparing to unpack .../139-libpython-all-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking libpython-all-dev:arm64 (2.7.15~rc1-1) ...
Selecting previously unselected package libsasl2-modules:arm64.
Preparing to unpack .../140-libsasl2-modules_2.1.27~101-g0780600+dfsg-3ubuntu2_arm64.deb ...
Unpacking libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../141-manpages-dev_4.15-1_all.deb ...
Unpacking manpages-dev (4.15-1) ...
Selecting previously unselected package python-all.
Preparing to unpack .../142-python-all_2.7.15~rc1-1_arm64.deb ...
Unpacking python-all (2.7.15~rc1-1) ...
Selecting previously unselected package python2.7-dev.
Preparing to unpack .../143-python2.7-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking python2.7-dev (2.7.15~rc1-1) ...
Selecting previously unselected package python-dev.
Preparing to unpack .../144-python-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking python-dev (2.7.15~rc1-1) ...
Selecting previously unselected package python-all-dev.
Preparing to unpack .../145-python-all-dev_2.7.15~rc1-1_arm64.deb ...
Unpacking python-all-dev (2.7.15~rc1-1) ...
Selecting previously unselected package python-asn1crypto.
Preparing to unpack .../146-python-asn1crypto_0.24.0-1_all.deb ...
Unpacking python-asn1crypto (0.24.0-1) ...
Selecting previously unselected package python-cffi-backend.
Preparing to unpack .../147-python-cffi-backend_1.11.5-1_arm64.deb ...
Unpacking python-cffi-backend (1.11.5-1) ...
Selecting previously unselected package python-crypto.
Preparing to unpack .../148-python-crypto_2.6.1-8ubuntu2_arm64.deb ...
Unpacking python-crypto (2.6.1-8ubuntu2) ...
Selecting previously unselected package python-enum34.
Preparing to unpack .../149-python-enum34_1.1.6-2_all.deb ...
Unpacking python-enum34 (1.1.6-2) ...
Selecting previously unselected package python-idna.
Preparing to unpack .../150-python-idna_2.6-1_all.deb ...
Unpacking python-idna (2.6-1) ...
Selecting previously unselected package python-ipaddress.
Preparing to unpack .../151-python-ipaddress_1.0.17-1_all.deb ...
Unpacking python-ipaddress (1.0.17-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../152-python-six_1.11.0-2_all.deb ...
Unpacking python-six (1.11.0-2) ...
Selecting previously unselected package python-cryptography.
Preparing to unpack .../153-python-cryptography_2.1.4-1ubuntu1.2_arm64.deb ...
Unpacking python-cryptography (2.1.4-1ubuntu1.2) ...
Selecting previously unselected package python-dbus.
Preparing to unpack .../154-python-dbus_1.2.6-1_arm64.deb ...
Unpacking python-dbus (1.2.6-1) ...
Selecting previously unselected package python-gi.
Preparing to unpack .../155-python-gi_3.26.1-2_arm64.deb ...
Unpacking python-gi (3.26.1-2) ...
Selecting previously unselected package python-secretstorage.
Preparing to unpack .../156-python-secretstorage_2.3.1-2_all.deb ...
Unpacking python-secretstorage (2.3.1-2) ...
Selecting previously unselected package python-keyring.
Preparing to unpack .../157-python-keyring_10.6.0-1_all.deb ...
Unpacking python-keyring (10.6.0-1) ...
Selecting previously unselected package python-keyrings.alt.
Preparing to unpack .../158-python-keyrings.alt_3.0-1_all.deb ...
Unpacking python-keyrings.alt (3.0-1) ...
Selecting previously unselected package python-pip-whl.
Preparing to unpack .../159-python-pip-whl_9.0.1-2.3~ubuntu1_all.deb ...
Unpacking python-pip-whl (9.0.1-2.3~ubuntu1) ...
Selecting previously unselected package python-pip.
Preparing to unpack .../160-python-pip_9.0.1-2.3~ubuntu1_all.deb ...
Unpacking python-pip (9.0.1-2.3~ubuntu1) ...
Selecting previously unselected package python-pkg-resources.
Preparing to unpack .../161-python-pkg-resources_39.0.1-2_all.deb ...
Unpacking python-pkg-resources (39.0.1-2) ...
Selecting previously unselected package python-setuptools.
Preparing to unpack .../162-python-setuptools_39.0.1-2_all.deb ...
Unpacking python-setuptools (39.0.1-2) ...
Selecting previously unselected package python-wheel.
Preparing to unpack .../163-python-wheel_0.30.0-0.2_all.deb ...
Unpacking python-wheel (0.30.0-0.2) ...
Selecting previously unselected package python-xdg.
Preparing to unpack .../164-python-xdg_0.25-4ubuntu1_all.deb ...
Unpacking python-xdg (0.25-4ubuntu1) ...
Selecting previously unselected package unzip.
Preparing to unpack .../165-unzip_6.0-21ubuntu1_arm64.deb ...
Unpacking unzip (6.0-21ubuntu1) ...
Selecting previously unselected package zip.
Preparing to unpack .../166-zip_3.0-11build1_arm64.deb ...
Unpacking zip (3.0-11build1) ...
Setting up libnpth0:arm64 (1.5-3) ...
Setting up libedit2:arm64 (3.1-20170329-1) ...
Setting up libgomp1:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up libatomic1:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up manpages (4.15-1) ...
Setting up git-man (1:2.17.1-1ubuntu0.3) ...
Setting up libicu60:arm64 (60.2-3ubuntu3) ...
Setting up libcc1-0:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up less (487-0.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up make (4.1-9.1ubuntu1) ...
Setting up apt-transport-https (1.6.3ubuntu0.1) ...
Setting up libssl1.0.0:arm64 (1.0.2n-1ubuntu5.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up libnghttp2-14:arm64 (1.30.0-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Setting up sudo (1.8.21p2-3ubuntu1) ...
Setting up libpng16-16:arm64 (1.6.34-1ubuntu0.18.04.1) ...
Setting up libldap-common (2.4.45+dfsg-1ubuntu1) ...
Setting up libpsl5:arm64 (0.19.1-5build1) ...
Setting up libelf1:arm64 (0.170-0.4) ...
Setting up libtsan0:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up libglib2.0-0:arm64 (2.56.2-0ubuntu0.18.04.2) ...
No schema files found: doing nothing.
Setting up libsasl2-modules-db:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up unzip (6.0-21ubuntu1) ...
Setting up linux-libc-dev:arm64 (4.15.0-38.41) ...
Setting up libmpfr6:arm64 (4.0.1-1) ...
Setting up libsasl2-2:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up libroken18-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up libksba8:arm64 (1.3.5-2) ...
Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-1) ...
Setting up perl-modules-5.26 (5.26.1-6ubuntu0.2) ...
Setting up libgdbm5:arm64 (1.14.1-6) ...
Setting up libbsd0:arm64 (0.8.7-1) ...
Setting up libkrb5support0:arm64 (1.16-2build1) ...
Setting up libnspr4:arm64 (2:4.18-1ubuntu1) ...
Setting up libgirepository-1.0-1:arm64 (1.56.1-1) ...
Setting up libxml2:arm64 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Setting up zip (3.0-11build1) ...
Setting up libfreetype6:arm64 (2.8.1-2ubuntu2) ...
Setting up gnupg-l10n (2.2.4-1ubuntu1.1) ...
Setting up libnspr4-dev (2:4.18-1ubuntu1) ...
Setting up libgraphite2-3:arm64 (1.3.11-2) ...
Setting up liblsan0:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up gcc-7-base:arm64 (7.3.0-27ubuntu1~18.04) ...
Setting up binutils-common:arm64 (2.30-21ubuntu1~18.04) ...
Setting up gir1.2-glib-2.0:arm64 (1.56.1-1) ...
Setting up patch (2.7.6-2ubuntu1) ...
Setting up libglib2.0-data (2.56.2-0ubuntu0.18.04.2) ...
Setting up krb5-locales (1.16-2build1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up publicsuffix (20180223.1310-1) ...
Setting up libapparmor1:arm64 (2.12-4ubuntu5.1) ...
Setting up libheimbase1-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up libfakeroot:arm64 (1.22-2ubuntu1) ...
Setting up openssl (1.1.0g-2ubuntu4.1) ...
Setting up wget (1.19.4-1ubuntu2.1) ...
Setting up liblocale-gettext-perl (1.07-3build2) ...
Setting up shared-mime-info (1.9-2) ...
Setting up libpcrecpp0v5:arm64 (2:8.39-9) ...
Setting up libpcre32-3:arm64 (2:8.39-9) ...
Setting up libmpc3:arm64 (1.1.0-1) ...
Setting up icu-devtools (60.2-3ubuntu3) ...
Setting up libc-dev-bin (2.27-3ubuntu1) ...
Setting up libpcre16-3:arm64 (2:8.39-9) ...
Setting up libxdmcp6:arm64 (1:1.1.2-3) ...
Setting up libgdbm-compat4:arm64 (1.14.1-6) ...
Setting up libkeyutils1:arm64 (1.5.9-9.2ubuntu2) ...
Setting up libsasl2-modules:arm64 (2.1.27~101-g0780600+dfsg-3ubuntu2) ...
Setting up python3-lib2to3 (3.6.5-3) ...
Setting up ca-certificates (20180409) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Updating certificates in /etc/ssl/certs...
133 added, 0 removed; done.
Setting up manpages-dev (4.15-1) ...
Setting up libglib2.0-bin (2.56.2-0ubuntu0.18.04.2) ...
Setting up libc6-dev:arm64 (2.27-3ubuntu1) ...
Setting up libgraphite2-dev:arm64 (1.3.11-2) ...
Setting up libassuan0:arm64 (2.5.1-2) ...
Setting up xdg-user-dirs (0.17-1ubuntu1) ...
Setting up python3-distutils (3.6.5-3) ...
Setting up libitm1:arm64 (8.2.0-1ubuntu2~18.04) ...
Setting up libx11-data (2:1.6.4-3ubuntu0.1) ...
Setting up libpython2.7-stdlib:arm64 (2.7.15~rc1-1) ...
Setting up libxau6:arm64 (1:1.0.8-1) ...
Setting up libdbus-1-3:arm64 (1.12.2-1ubuntu1) ...
Setting up netbase (5.4) ...
Setting up zlib1g-dev:arm64 (1:1.2.11.dfsg-0ubuntu2) ...
Setting up libisl19:arm64 (0.19-1) ...
Setting up python-pip-whl (9.0.1-2.3~ubuntu1) ...
Setting up libk5crypto3:arm64 (1.16-2build1) ...
Setting up libpcre3-dev:arm64 (2:8.39-9) ...
Setting up libwind0-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up libasan4:arm64 (7.3.0-27ubuntu1~18.04) ...
Setting up libglib2.0-dev-bin (2.56.2-0ubuntu0.18.04.2) ...
Setting up libbinutils:arm64 (2.30-21ubuntu1~18.04) ...
Setting up libasn1-8-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up libubsan0:arm64 (7.3.0-27ubuntu1~18.04) ...
Setting up gpgconf (2.2.4-1ubuntu1.1) ...
Setting up libhcrypto4-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up python2.7 (2.7.15~rc1-1) ...
Setting up libharfbuzz0b:arm64 (1.7.2-1ubuntu1) ...
Setting up fakeroot (1.22-2ubuntu1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist
Setting up libhx509-5-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up libgcc-7-dev:arm64 (7.3.0-27ubuntu1~18.04) ...
Setting up cpp-7 (7.3.0-27ubuntu1~18.04) ...
Setting up libstdc++-7-dev:arm64 (7.3.0-27ubuntu1~18.04) ...
Setting up libpython-stdlib:arm64 (2.7.15~rc1-1) ...
Setting up gir1.2-harfbuzz-0.0:arm64 (1.7.2-1ubuntu1) ...
Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.2) ...
Setting up binutils-aarch64-linux-gnu (2.30-21ubuntu1~18.04) ...
Setting up gpgsm (2.2.4-1ubuntu1.1) ...
Setting up libpython2.7:arm64 (2.7.15~rc1-1) ...
Setting up gnupg-utils (2.2.4-1ubuntu1.1) ...
Setting up libexpat1-dev:arm64 (2.2.5-3) ...
Setting up pinentry-curses (1.1.0-1) ...
Setting up libkrb5-3:arm64 (1.16-2build1) ...
Setting up libpython2.7-dev:arm64 (2.7.15~rc1-1) ...
Setting up binutils (2.30-21ubuntu1~18.04) ...
Setting up libkrb5-26-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up dbus (1.12.2-1ubuntu1) ...
Setting up python2.7-dev (2.7.15~rc1-1) ...
Setting up libxcb1:arm64 (1.13-1) ...
Setting up libharfbuzz-gobject0:arm64 (1.7.2-1ubuntu1) ...
Setting up libheimntlm0-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up python (2.7.15~rc1-1) ...
Setting up gpg (2.2.4-1ubuntu1.1) ...
Setting up python-xdg (0.25-4ubuntu1) ...
Setting up python-idna (2.6-1) ...
Setting up cpp (4:7.3.0-3ubuntu2.1) ...
Setting up libpython-dev:arm64 (2.7.15~rc1-1) ...
Setting up python-asn1crypto (0.24.0-1) ...
Setting up python-crypto (2.6.1-8ubuntu2) ...
Setting up libharfbuzz-icu0:arm64 (1.7.2-1ubuntu1) ...
Setting up gcc-7 (7.3.0-27ubuntu1~18.04) ...
Setting up g++-7 (7.3.0-27ubuntu1~18.04) ...
Setting up python-dev (2.7.15~rc1-1) ...
Setting up libicu-le-hb0:arm64 (1.0.3+git161113-4) ...
Setting up python-wheel (0.30.0-0.2) ...
Setting up libx11-6:arm64 (2:1.6.4-3ubuntu0.1) ...
Setting up libpython-all-dev:arm64 (2.7.15~rc1-1) ...
Setting up gpg-agent (2.2.4-1ubuntu1.1) ...
Setting up gcc (4:7.3.0-3ubuntu2.1) ...
Setting up gpg-wks-server (2.2.4-1ubuntu1.1) ...
Setting up python-pkg-resources (39.0.1-2) ...
Setting up libxmuu1:arm64 (2:1.1.2-2) ...
Setting up libgssapi-krb5-2:arm64 (1.16-2build1) ...
Setting up perl (5.26.1-6ubuntu0.2) ...
Setting up libfile-fcntllock-perl (0.22-3build2) ...
Setting up python-cffi-backend (1.11.5-1) ...
Setting up python-gi (3.26.1-2) ...
Setting up python-six (1.11.0-2) ...
Setting up python-enum34 (1.1.6-2) ...
Setting up libiculx60:arm64 (60.2-3ubuntu3) ...
Setting up libalgorithm-diff-perl (1.19.03-1) ...
Setting up g++ (4:7.3.0-3ubuntu2.1) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist
Setting up python-dbus (1.2.6-1) ...
Setting up libgssapi3-heimdal:arm64 (7.5.0+dfsg-1) ...
Setting up python-ipaddress (1.0.17-1) ...
Setting up openssh-client (1:7.6p1-4) ...
Setting up python-pip (9.0.1-2.3~ubuntu1) ...
Setting up python-all (2.7.15~rc1-1) ...
Setting up python-setuptools (39.0.1-2) ...
Setting up libxext6:arm64 (2:1.3.3-1) ...
Setting up liberror-perl (0.17025-1) ...
Setting up libdpkg-perl (1.19.0.5ubuntu2) ...
Setting up python-keyrings.alt (3.0-1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up dpkg-dev (1.19.0.5ubuntu2) ...
Setting up libalgorithm-diff-xs-perl (0.04-5) ...
Setting up python-all-dev (2.7.15~rc1-1) ...
Setting up libldap-2.4-2:arm64 (2.4.45+dfsg-1ubuntu1) ...
Setting up python-cryptography (2.1.4-1ubuntu1.2) ...
Setting up dirmngr (2.2.4-1ubuntu1.1) ...
Setting up python-secretstorage (2.3.1-2) ...
Setting up python-keyring (10.6.0-1) ...
Setting up build-essential (12.4ubuntu1) ...
Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.3) ...
Setting up libcurl4:arm64 (7.58.0-2ubuntu3.3) ...
Setting up gpg-wks-client (2.2.4-1ubuntu1.1) ...
Setting up pkg-config (0.29.1-0ubuntu2) ...
Setting up libcurl4-openssl-dev:arm64 (7.58.0-2ubuntu3.3) ...
Setting up git (1:2.17.1-1ubuntu0.3) ...
Setting up curl (7.58.0-2ubuntu3.3) ...
Setting up gnupg (2.2.4-1ubuntu1.1) ...
Setting up libglib2.0-dev:arm64 (2.56.2-0ubuntu0.18.04.2) ...
Setting up libicu-dev (60.2-3ubuntu3) ...
Setting up libharfbuzz-dev:arm64 (1.7.2-1ubuntu1) ...
Setting up libicu-le-hb-dev:arm64 (1.0.3+git161113-4) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for ca-certificates (20180409) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
/tmp /
--2018-10-25 09:53:58-- https://deb.nodesource.com/setup_8.x
Resolving deb.nodesource.com (deb.nodesource.com)... 143.204.214.35, 143.204.214.29, 143.204.214.39, ...
Connecting to deb.nodesource.com (deb.nodesource.com)|143.204.214.35|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 11433 (11K) [text/plain]
Saving to: 'setup_8.x'
0K .......... . 100% 120M=0s
2018-10-25 09:53:58 (120 MB/s) - 'setup_8.x' saved [11433/11433]
## Installing the NodeSource Node.js 8.x LTS Carbon repo...
## Populating apt-get cache...
+ apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Reading package lists...
## Confirming "bionic" is supported...
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_8.x/dists/bionic/Release'
## Adding the NodeSource signing key to your keyring...
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add -
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
## Creating apt sources list file for the NodeSource Node.js 8.x LTS Carbon repo...
+ echo 'deb https://deb.nodesource.com/node_8.x bionic main' > /etc/apt/sources.list.d/nodesource.list
+ echo 'deb-src https://deb.nodesource.com/node_8.x bionic main' >> /etc/apt/sources.list.d/nodesource.list
## Running `apt-get update` for you...
+ apt-get update
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Get:5 https://deb.nodesource.com/node_8.x bionic InRelease [4622 B]
Get:6 https://deb.nodesource.com/node_8.x bionic/main arm64 Packages [766 B]
Fetched 5388 B in 1s (5391 B/s)
Reading package lists...
## Run `sudo apt-get install -y nodejs` to install Node.js 8.x LTS Carbon and npm
## You may also need development tools to build native addons:
sudo apt-get install gcc g++ make
## To install the Yarn package manager, run:
curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
nodejs
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 12.8 MB of archives.
After this operation, 64.4 MB of additional disk space will be used.
Get:1 https://deb.nodesource.com/node_8.x bionic/main arm64 nodejs arm64 8.12.0-1nodesource1 [12.8 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 12.8 MB in 5s (2367 kB/s)
Selecting previously unselected package nodejs.
(Reading database ... 20055 files and directories currently installed.)
Preparing to unpack .../nodejs_8.12.0-1nodesource1_arm64.deb ...
Unpacking nodejs (8.12.0-1nodesource1) ...
Setting up nodejs (8.12.0-1nodesource1) ...
/
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
docutils-common docutils-doc javascript-common libjbig0 libjpeg-turbo8
libjpeg8 libjs-jquery libjs-sphinxdoc libjs-underscore liblcms2-2
libpaper-utils libpaper1 libtiff5 libwebp6 libwebpdemux2 libwebpmux3
python-alabaster python-babel python-babel-localedata python-certifi
python-chardet python-docutils python-imagesize python-jinja2
python-markupsafe python-olefile python-openssl python-pil python-pygments
python-requests python-roman python-typing python-tz python-urllib3
sgml-base sphinx-common ucf xml-core
Suggested packages:
apache2 | lighttpd | httpd liblcms2-utils fonts-linuxlibertine
| ttf-linux-libertine texlive-lang-french texlive-latex-base
texlive-latex-recommended python-jinja2-doc python-openssl-doc
python-openssl-dbg python-pil-doc python-pil-dbg ttf-bitstream-vera
python-socks python-sphinx-rtd-theme libjs-mathjax dvipng
texlive-latex-extra texlive-fonts-recommended texlive-generic-extra latexmk
imagemagick-6.q16 sphinx-doc python-ntlm sgml-base-doc debhelper
The following NEW packages will be installed:
docutils-common docutils-doc help2man javascript-common libjbig0
libjpeg-turbo8 libjpeg8 libjs-jquery libjs-sphinxdoc libjs-underscore
liblcms2-2 libpaper-utils libpaper1 libtiff5 libwebp6 libwebpdemux2
libwebpmux3 python-alabaster python-babel python-babel-localedata
python-certifi python-chardet python-docutils python-imagesize python-jinja2
python-markupsafe python-olefile python-openssl python-pil python-pygments
python-requests python-roman python-sphinx python-typing python-tz
python-urllib3 sgml-base sphinx-common ucf xml-core
0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded.
Need to get 8433 kB of archives.
After this operation, 41.5 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libjpeg-turbo8 arm64 1.5.2-0ubuntu5.18.04.1 [91.3 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 sgml-base all 1.29 [12.3 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 ucf all 3.0038 [50.5 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xml-core all 0.18 [21.3 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 docutils-common all 0.14+dfsg-3 [156 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 docutils-doc all 0.14+dfsg-3 [913 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 help2man arm64 1.47.6 [162 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 javascript-common all 11 [6066 B]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2198 B]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjs-jquery all 3.2.1-1 [152 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjs-underscore all 1.8.3~dfsg-1 [59.9 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjs-sphinxdoc all 1.6.7-1ubuntu1 [85.6 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 liblcms2-2 arm64 2.9-1ubuntu0.1 [115 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpaper1 arm64 1.1.24+nmu5ubuntu1 [13.0 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpaper-utils arm64 1.1.24+nmu5ubuntu1 [8178 B]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libjbig0 arm64 2.1-3.1build1 [24.0 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtiff5 arm64 4.0.9-5 [130 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwebp6 arm64 0.6.1-2 [155 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwebpdemux2 arm64 0.6.1-2 [8868 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwebpmux3 arm64 0.6.1-2 [17.3 kB]
Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-babel-localedata all 2.4.0+dfsg.1-2ubuntu1 [3412 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-tz all 2018.3-2 [31.6 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-babel all 2.4.0+dfsg.1-2ubuntu1 [80.5 kB]
Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-certifi all 2018.1.18-2 [144 kB]
Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-chardet all 3.0.4-1 [80.3 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-roman all 2.0.0-3 [8548 B]
Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-docutils all 0.14+dfsg-3 [365 kB]
Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-imagesize all 0.7.1-1 [3854 B]
Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-markupsafe arm64 1.0-1build1 [12.9 kB]
Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-jinja2 all 2.10-1 [94.6 kB]
Get:31 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-olefile all 0.45.1-1 [33.2 kB]
Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-openssl all 17.5.0-1ubuntu1 [41.3 kB]
Get:33 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-pil arm64 5.1.0-1 [300 kB]
Get:34 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-pygments all 2.2.0+dfsg-1 [577 kB]
Get:35 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-urllib3 all 1.22-1 [85.1 kB]
Get:36 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-requests all 2.18.4-2ubuntu0.1 [58.5 kB]
Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-alabaster all 0.7.8-1 [18.4 kB]
Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-typing all 3.6.2-1 [22.2 kB]
Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 sphinx-common all 1.6.7-1ubuntu1 [420 kB]
Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-sphinx all 1.6.7-1ubuntu1 [461 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 8433 kB in 4s (2073 kB/s)
Selecting previously unselected package libjpeg-turbo8:arm64.
(Reading database ... 23540 files and directories currently installed.)
Preparing to unpack .../00-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_arm64.deb ...
Unpacking libjpeg-turbo8:arm64 (1.5.2-0ubuntu5.18.04.1) ...
Selecting previously unselected package sgml-base.
Preparing to unpack .../01-sgml-base_1.29_all.deb ...
Unpacking sgml-base (1.29) ...
Selecting previously unselected package ucf.
Preparing to unpack .../02-ucf_3.0038_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038) ...
Selecting previously unselected package xml-core.
Preparing to unpack .../03-xml-core_0.18_all.deb ...
Unpacking xml-core (0.18) ...
Selecting previously unselected package docutils-common.
Preparing to unpack .../04-docutils-common_0.14+dfsg-3_all.deb ...
Unpacking docutils-common (0.14+dfsg-3) ...
Selecting previously unselected package docutils-doc.
Preparing to unpack .../05-docutils-doc_0.14+dfsg-3_all.deb ...
Unpacking docutils-doc (0.14+dfsg-3) ...
Selecting previously unselected package help2man.
Preparing to unpack .../06-help2man_1.47.6_arm64.deb ...
Unpacking help2man (1.47.6) ...
Selecting previously unselected package javascript-common.
Preparing to unpack .../07-javascript-common_11_all.deb ...
Unpacking javascript-common (11) ...
Selecting previously unselected package libjpeg8:arm64.
Preparing to unpack .../08-libjpeg8_8c-2ubuntu8_arm64.deb ...
Unpacking libjpeg8:arm64 (8c-2ubuntu8) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../09-libjs-jquery_3.2.1-1_all.deb ...
Unpacking libjs-jquery (3.2.1-1) ...
Selecting previously unselected package libjs-underscore.
Preparing to unpack .../10-libjs-underscore_1.8.3~dfsg-1_all.deb ...
Unpacking libjs-underscore (1.8.3~dfsg-1) ...
Selecting previously unselected package libjs-sphinxdoc.
Preparing to unpack .../11-libjs-sphinxdoc_1.6.7-1ubuntu1_all.deb ...
Unpacking libjs-sphinxdoc (1.6.7-1ubuntu1) ...
Selecting previously unselected package liblcms2-2:arm64.
Preparing to unpack .../12-liblcms2-2_2.9-1ubuntu0.1_arm64.deb ...
Unpacking liblcms2-2:arm64 (2.9-1ubuntu0.1) ...
Selecting previously unselected package libpaper1:arm64.
Preparing to unpack .../13-libpaper1_1.1.24+nmu5ubuntu1_arm64.deb ...
Unpacking libpaper1:arm64 (1.1.24+nmu5ubuntu1) ...
Selecting previously unselected package libpaper-utils.
Preparing to unpack .../14-libpaper-utils_1.1.24+nmu5ubuntu1_arm64.deb ...
Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ...
Selecting previously unselected package libjbig0:arm64.
Preparing to unpack .../15-libjbig0_2.1-3.1build1_arm64.deb ...
Unpacking libjbig0:arm64 (2.1-3.1build1) ...
Selecting previously unselected package libtiff5:arm64.
Preparing to unpack .../16-libtiff5_4.0.9-5_arm64.deb ...
Unpacking libtiff5:arm64 (4.0.9-5) ...
Selecting previously unselected package libwebp6:arm64.
Preparing to unpack .../17-libwebp6_0.6.1-2_arm64.deb ...
Unpacking libwebp6:arm64 (0.6.1-2) ...
Selecting previously unselected package libwebpdemux2:arm64.
Preparing to unpack .../18-libwebpdemux2_0.6.1-2_arm64.deb ...
Unpacking libwebpdemux2:arm64 (0.6.1-2) ...
Selecting previously unselected package libwebpmux3:arm64.
Preparing to unpack .../19-libwebpmux3_0.6.1-2_arm64.deb ...
Unpacking libwebpmux3:arm64 (0.6.1-2) ...
Selecting previously unselected package python-babel-localedata.
Preparing to unpack .../20-python-babel-localedata_2.4.0+dfsg.1-2ubuntu1_all.deb ...
Unpacking python-babel-localedata (2.4.0+dfsg.1-2ubuntu1) ...
Selecting previously unselected package python-tz.
Preparing to unpack .../21-python-tz_2018.3-2_all.deb ...
Unpacking python-tz (2018.3-2) ...
Selecting previously unselected package python-babel.
Preparing to unpack .../22-python-babel_2.4.0+dfsg.1-2ubuntu1_all.deb ...
Unpacking python-babel (2.4.0+dfsg.1-2ubuntu1) ...
Selecting previously unselected package python-certifi.
Preparing to unpack .../23-python-certifi_2018.1.18-2_all.deb ...
Unpacking python-certifi (2018.1.18-2) ...
Selecting previously unselected package python-chardet.
Preparing to unpack .../24-python-chardet_3.0.4-1_all.deb ...
Unpacking python-chardet (3.0.4-1) ...
Selecting previously unselected package python-roman.
Preparing to unpack .../25-python-roman_2.0.0-3_all.deb ...
Unpacking python-roman (2.0.0-3) ...
Selecting previously unselected package python-docutils.
Preparing to unpack .../26-python-docutils_0.14+dfsg-3_all.deb ...
Unpacking python-docutils (0.14+dfsg-3) ...
Selecting previously unselected package python-imagesize.
Preparing to unpack .../27-python-imagesize_0.7.1-1_all.deb ...
Unpacking python-imagesize (0.7.1-1) ...
Selecting previously unselected package python-markupsafe.
Preparing to unpack .../28-python-markupsafe_1.0-1build1_arm64.deb ...
Unpacking python-markupsafe (1.0-1build1) ...
Selecting previously unselected package python-jinja2.
Preparing to unpack .../29-python-jinja2_2.10-1_all.deb ...
Unpacking python-jinja2 (2.10-1) ...
Selecting previously unselected package python-olefile.
Preparing to unpack .../30-python-olefile_0.45.1-1_all.deb ...
Unpacking python-olefile (0.45.1-1) ...
Selecting previously unselected package python-openssl.
Preparing to unpack .../31-python-openssl_17.5.0-1ubuntu1_all.deb ...
Unpacking python-openssl (17.5.0-1ubuntu1) ...
Selecting previously unselected package python-pil:arm64.
Preparing to unpack .../32-python-pil_5.1.0-1_arm64.deb ...
Unpacking python-pil:arm64 (5.1.0-1) ...
Selecting previously unselected package python-pygments.
Preparing to unpack .../33-python-pygments_2.2.0+dfsg-1_all.deb ...
Unpacking python-pygments (2.2.0+dfsg-1) ...
Selecting previously unselected package python-urllib3.
Preparing to unpack .../34-python-urllib3_1.22-1_all.deb ...
Unpacking python-urllib3 (1.22-1) ...
Selecting previously unselected package python-requests.
Preparing to unpack .../35-python-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python-requests (2.18.4-2ubuntu0.1) ...
Selecting previously unselected package python-alabaster.
Preparing to unpack .../36-python-alabaster_0.7.8-1_all.deb ...
Unpacking python-alabaster (0.7.8-1) ...
Selecting previously unselected package python-typing.
Preparing to unpack .../37-python-typing_3.6.2-1_all.deb ...
Unpacking python-typing (3.6.2-1) ...
Selecting previously unselected package sphinx-common.
Preparing to unpack .../38-sphinx-common_1.6.7-1ubuntu1_all.deb ...
Unpacking sphinx-common (1.6.7-1ubuntu1) ...
Selecting previously unselected package python-sphinx.
Preparing to unpack .../39-python-sphinx_1.6.7-1ubuntu1_all.deb ...
Unpacking python-sphinx (1.6.7-1ubuntu1) ...
Setting up libjs-jquery (3.2.1-1) ...
Setting up python-urllib3 (1.22-1) ...
Setting up python-chardet (3.0.4-1) ...
Setting up libjs-underscore (1.8.3~dfsg-1) ...
Setting up liblcms2-2:arm64 (2.9-1ubuntu0.1) ...
Setting up python-openssl (17.5.0-1ubuntu1) ...
Setting up libjbig0:arm64 (2.1-3.1build1) ...
Setting up python-certifi (2018.1.18-2) ...
Setting up python-tz (2018.3-2) ...
Setting up python-imagesize (0.7.1-1) ...
Setting up libjs-sphinxdoc (1.6.7-1ubuntu1) ...
Setting up libjpeg-turbo8:arm64 (1.5.2-0ubuntu5.18.04.1) ...
Setting up python-alabaster (0.7.8-1) ...
Setting up sgml-base (1.29) ...
Setting up python-roman (2.0.0-3) ...
Setting up ucf (3.0038) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up python-markupsafe (1.0-1build1) ...
Setting up python-pygments (2.2.0+dfsg-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up python-babel-localedata (2.4.0+dfsg.1-2ubuntu1) ...
Setting up help2man (1.47.6) ...
Setting up docutils-doc (0.14+dfsg-3) ...
Setting up sphinx-common (1.6.7-1ubuntu1) ...
Setting up python-olefile (0.45.1-1) ...
Setting up python-requests (2.18.4-2ubuntu0.1) ...
Processing triggers for shared-mime-info (1.9-2) ...
Setting up xml-core (0.18) ...
Setting up javascript-common (11) ...
Setting up python-typing (3.6.2-1) ...
Setting up libwebp6:arm64 (0.6.1-2) ...
Setting up libjpeg8:arm64 (8c-2ubuntu8) ...
Setting up libpaper1:arm64 (1.1.24+nmu5ubuntu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Creating config file /etc/papersize with new version
Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ...
Setting up python-jinja2 (2.10-1) ...
Setting up python-babel (2.4.0+dfsg.1-2ubuntu1) ...
update-alternatives: using /usr/bin/pybabel-python2 to provide /usr/bin/pybabel (pybabel) in auto mode
Setting up libtiff5:arm64 (4.0.9-5) ...
Setting up libwebpmux3:arm64 (0.6.1-2) ...
Setting up libwebpdemux2:arm64 (0.6.1-2) ...
Setting up python-pil:arm64 (5.1.0-1) ...
Processing triggers for sgml-base (1.29) ...
Setting up docutils-common (0.14+dfsg-3) ...
Processing triggers for sgml-base (1.29) ...
Setting up python-docutils (0.14+dfsg-3) ...
update-alternatives: using /usr/share/docutils/scripts/python2/rst-buildhtml to provide /usr/bin/rst-buildhtml (rst-buildhtml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html to provide /usr/bin/rst2html (rst2html) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html4 to provide /usr/bin/rst2html4 (rst2html4) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2html5 to provide /usr/bin/rst2html5 (rst2html5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2latex to provide /usr/bin/rst2latex (rst2latex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2man to provide /usr/bin/rst2man (rst2man) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt to provide /usr/bin/rst2odt (rst2odt) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2odt_prepstyles to provide /usr/bin/rst2odt_prepstyles (rst2odt_prepstyles) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2pseudoxml to provide /usr/bin/rst2pseudoxml (rst2pseudoxml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2s5 to provide /usr/bin/rst2s5 (rst2s5) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xetex to provide /usr/bin/rst2xetex (rst2xetex) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rst2xml to provide /usr/bin/rst2xml (rst2xml) in auto mode
update-alternatives: using /usr/share/docutils/scripts/python2/rstpep2html to provide /usr/bin/rstpep2html (rstpep2html) in auto mode
Setting up python-sphinx (1.6.7-1ubuntu1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Collecting sphinx_rtd_theme
Downloading https://files.pythonhosted.org/packages/ef/0c/e4a462190506bc4bff6ca8cf93da07b2d13e540466d2e8a760352d0c69b0/sphinx_rtd_theme-0.4.2-py2.py3-none-any.whl (6.4MB)
Collecting nose
Downloading https://files.pythonhosted.org/packages/99/4f/13fb671119e65c4dce97c60e67d3fd9e6f7f809f2b307e2611f4701205cb/nose-1.3.7-py2-none-any.whl (154kB)
Collecting requests
Downloading https://files.pythonhosted.org/packages/f1/ca/10332a30cb25b627192b4ea272c351bce3ca1091e541245cccbace6051d8/requests-2.20.0-py2.py3-none-any.whl (60kB)
Collecting hypothesis
Downloading https://files.pythonhosted.org/packages/1d/fa/dfe139c1f31bc37634da8c4b6e3fd7377c0b62262d0811d6e7b76cee74fe/hypothesis-3.79.3-py2-none-any.whl (238kB)
Collecting sphinx (from sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/35/e0/e9e83b244eaa382ba21896dda6172617e47aff0be225eb72782cca105d3c/Sphinx-1.8.1-py2.py3-none-any.whl (3.1MB)
Collecting urllib3<1.25,>=1.21.1 (from requests)
Downloading https://files.pythonhosted.org/packages/8c/4b/5cbc4cb46095f369117dcb751821e1bef9dd86a07c968d8757e9204c324c/urllib3-1.24-py2.py3-none-any.whl (117kB)
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in /usr/lib/python2.7/dist-packages (from requests)
Collecting idna<2.8,>=2.5 (from requests)
Downloading https://files.pythonhosted.org/packages/4b/2a/0276479a4b3caeb8a8c1af2f8e4355746a97fab05a372e4a2c6a6b876165/idna-2.7-py2.py3-none-any.whl (58kB)
Collecting certifi>=2017.4.17 (from requests)
Downloading https://files.pythonhosted.org/packages/56/9d/1d02dd80bc4cd955f98980f28c5ee2200e1209292d5f9e9cc8d030d18655/certifi-2018.10.15-py2.py3-none-any.whl (146kB)
Requirement already up-to-date: enum34; python_version == "2.7" in /usr/lib/python2.7/dist-packages (from hypothesis)
Collecting attrs>=16.0.0 (from hypothesis)
Downloading https://files.pythonhosted.org/packages/3a/e1/5f9023cc983f1a628a8c2fd051ad19e76ff7b142a0faf329336f9a62a514/attrs-18.2.0-py2.py3-none-any.whl
Collecting imagesize (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/fc/b6/aef66b4c52a6ad6ac18cf6ebc5731ed06d8c9ae4d3b2d9951f261150be67/imagesize-1.1.0-py2.py3-none-any.whl
Requirement already up-to-date: six>=1.5 in /usr/lib/python2.7/dist-packages (from sphinx->sphinx_rtd_theme)
Requirement already up-to-date: Pygments>=2.0 in /usr/lib/python2.7/dist-packages (from sphinx->sphinx_rtd_theme)
Collecting sphinxcontrib-websupport (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/52/69/3c2fbdc3702358c5b34ee25e387b24838597ef099761fc9a42c166796e8f/sphinxcontrib_websupport-1.1.0-py2.py3-none-any.whl
Collecting alabaster<0.8,>=0.7 (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/10/ad/00b090d23a222943eb0eda509720a404f531a439e803f6538f35136cae9e/alabaster-0.7.12-py2.py3-none-any.whl
Collecting snowballstemmer>=1.1 (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/d4/6c/8a935e2c7b54a37714656d753e4187ee0631988184ed50c0cf6476858566/snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB)
Requirement already up-to-date: docutils>=0.11 in /usr/lib/python2.7/dist-packages (from sphinx->sphinx_rtd_theme)
Collecting typing; python_version < "3.5" (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/cc/3e/29f92b7aeda5b078c86d14f550bf85cff809042e3429ace7af6193c3bc9f/typing-3.6.6-py2-none-any.whl
Collecting babel!=2.0,>=1.3 (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/b8/ad/c6f60602d3ee3d92fbed87675b6fb6a6f9a38c223343ababdb44ba201f10/Babel-2.6.0-py2.py3-none-any.whl (8.1MB)
Collecting setuptools (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/96/06/c8ee69628191285ddddffb277bd5abdf769166e7a14b867c2a172f0175b1/setuptools-40.4.3-py2.py3-none-any.whl (569kB)
Collecting packaging (from sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/89/d1/92e6df2e503a69df9faab187c684585f0136662c12bb1f36901d426f3fab/packaging-18.0-py2.py3-none-any.whl
Requirement already up-to-date: Jinja2>=2.3 in /usr/lib/python2.7/dist-packages (from sphinx->sphinx_rtd_theme)
Collecting pytz>=0a (from babel!=2.0,>=1.3->sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/52/8b/876c5745f617630be90cfb8fafe363c6d7204b176dc707d1805d1e9a0a35/pytz-2018.6-py2.py3-none-any.whl (507kB)
Collecting pyparsing>=2.0.2 (from packaging->sphinx->sphinx_rtd_theme)
Downloading https://files.pythonhosted.org/packages/2b/4a/f06b45ab9690d4c37641ec776f7ad691974f4cf6943a73267475b05cbfca/pyparsing-2.2.2-py2.py3-none-any.whl (57kB)
Installing collected packages: imagesize, sphinxcontrib-websupport, alabaster, snowballstemmer, typing, pytz, babel, urllib3, idna, certifi, requests, setuptools, pyparsing, packaging, sphinx, sphinx-rtd-theme, nose, attrs, hypothesis
Found existing installation: imagesize 0.7.1
Not uninstalling imagesize at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: alabaster 0.7.8
Not uninstalling alabaster at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: typing 3.6.2
Not uninstalling typing at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: pytz 2018.3
Not uninstalling pytz at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: Babel 2.4.0
Not uninstalling babel at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: urllib3 1.22
Not uninstalling urllib3 at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: idna 2.6
Not uninstalling idna at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: certifi 2018.1.18
Not uninstalling certifi at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: requests 2.18.4
Not uninstalling requests at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: setuptools 39.0.1
Not uninstalling setuptools at /usr/lib/python2.7/dist-packages, outside environment /usr
Found existing installation: Sphinx 1.6.7
Not uninstalling sphinx at /usr/lib/python2.7/dist-packages, outside environment /usr
Successfully installed alabaster-0.7.12 attrs-18.2.0 babel-2.6.0 certifi-2018.10.15 hypothesis-3.79.3 idna-2.7 imagesize-1.1.0 nose-1.3.7 packaging-18.0 pyparsing-2.2.2 pytz-2018.6 requests-2.20.0 setuptools-40.4.3 snowballstemmer-1.2.1 sphinx-1.8.1 sphinx-rtd-theme-0.4.2 sphinxcontrib-websupport-1.1.0 typing-3.6.6 urllib3-1.24
Reading package lists...
Building dependency tree...
Reading state information...
curl is already the newest version (7.58.0-2ubuntu3.3).
The following additional packages will be installed:
at autoconf automake autopoint autotools-dev bsdmainutils dctrl-tools
dh-autoreconf dh-strip-nondeterminism diffstat dput gettext gettext-base
groff-base intltool-debian iso-codes libapt-inst2.0 libapt-pkg-perl
libarchive-cpio-perl libarchive-zip-perl libauthen-sasl-perl
libb-hooks-endofscope-perl libb-hooks-op-check-perl libcgi-fast-perl
libcgi-pm-perl libclass-accessor-perl libclass-method-modifiers-perl
libclass-xsaccessor-perl libclone-perl libcroco3 libdata-dump-perl
libdata-optlist-perl libdevel-callchecker-perl
libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
libdynaloader-functions-perl libemail-valid-perl libencode-locale-perl
libexporter-tiny-perl libfcgi-perl libfile-basedir-perl libfile-chdir-perl
libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
libfile-which-perl libfont-afm-perl libgetopt-long-descriptive-perl
libgit-wrapper-perl libgpgme11 libhtml-form-perl libhtml-format-perl
libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libidn11 libimport-into-perl
libio-html-perl libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl
libio-string-perl libio-stringy-perl libipc-run-perl
libipc-system-simple-perl liblist-compare-perl liblist-moreutils-perl
libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
libmail-sendmail-perl libmailtools-perl libmodule-implementation-perl
libmodule-runtime-perl libmoo-perl libnamespace-clean-perl libnet-dns-perl
libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
libnet-smtp-ssl-perl libnet-ssleay-perl libnumber-compare-perl
libnumber-range-perl libpackage-stash-perl libpackage-stash-xs-perl
libparams-classify-perl libparams-util-perl libparams-validate-perl
libparse-debianchangelog-perl libpath-iterator-rule-perl libpath-tiny-perl
libperlio-gzip-perl libpipeline1 libpod-constants-perl
libregexp-pattern-license-perl librole-tiny-perl libsigsegv2 libsocket6-perl
libsort-key-perl libsort-versions-perl libstrictures-perl
libstring-copyright-perl libstring-escape-perl libsub-exporter-perl
libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
libsub-name-perl libsub-quote-perl libsys-hostname-long-perl
libtext-glob-perl libtext-levenshtein-perl libtimedate-perl libtool
libtry-tiny-perl libunicode-utf8-perl liburi-perl libvariable-magic-perl
libwww-robotrules-perl libxml-libxml-perl libxml-namespacesupport-perl
libxml-parser-perl libxml-sax-base-perl libxml-sax-expat-perl
libxml-sax-perl libxml-simple-perl libyaml-0-2 libyaml-libyaml-perl
licensecheck m4 man-db patchutils perl-openssl-defaults po-debconf
python-apt-common python3-apt python3-certifi python3-chardet python3-debian
python3-gpg python3-idna python3-magic python3-pkg-resources
python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
strace t1utils wdiff
Suggested packages:
default-mta | mail-transport-agent autoconf-archive gnu-standards
autoconf-doc wamerican | wordlist whois vacation debtags dh-make dwz
adequate autopkgtest bls-standalone bsd-mailx | mailx check-all-the-things
cvs-buildpackage devscripts-el diffoscope disorderfs dose-extra duck
faketime gnuplot how-can-i-help libfile-desktopentry-perl libnet-smtps-perl
libterm-size-perl libyaml-syck-perl mozilla-devscripts mutt piuparts
postgresql-client ratt reprotest svn-buildpackage w3m debian-keyring
libsoap-lite-perl python3-paramiko mini-dinstall rsync gettext-doc
libasprintf-dev libgettextpo-dev groff isoquery libgssapi-perl libtool-doc
libcrypt-ssleay-perl libscalar-number-perl libhtml-template-perl
libbareword-filehandles-perl libindirect-perl libmultidimensional-perl
gfortran | fortran95-compiler gcj-jdk libauthen-ntlm-perl bash-completion
binutils-multiarch libtext-template-perl m4-doc apparmor www-browser
libmail-box-perl python3-apt-dbg python-apt-doc python3-setuptools
python3-cryptography python3-openssl python3-socks procmail graphviz
wdiff-doc
The following NEW packages will be installed:
at autoconf automake autopoint autotools-dev bsdmainutils dctrl-tools
debhelper devscripts dh-autoreconf dh-exec dh-strip-nondeterminism dialog
diffstat dput equivs gettext gettext-base groff-base intltool-debian
iso-codes libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl
libarchive-zip-perl libauthen-sasl-perl libb-hooks-endofscope-perl
libb-hooks-op-check-perl libcgi-fast-perl libcgi-pm-perl
libclass-accessor-perl libclass-method-modifiers-perl
libclass-xsaccessor-perl libclone-perl libcroco3 libdata-dump-perl
libdata-optlist-perl libdevel-callchecker-perl
libdevel-globaldestruction-perl libdigest-hmac-perl libdistro-info-perl
libdynaloader-functions-perl libemail-valid-perl libencode-locale-perl
libexporter-tiny-perl libfcgi-perl libfile-basedir-perl libfile-chdir-perl
libfile-homedir-perl libfile-listing-perl libfile-stripnondeterminism-perl
libfile-which-perl libfont-afm-perl libgetopt-long-descriptive-perl
libgit-wrapper-perl libgpgme11 libhtml-form-perl libhtml-format-perl
libhtml-parser-perl libhtml-tagset-perl libhtml-tree-perl
libhttp-cookies-perl libhttp-daemon-perl libhttp-date-perl
libhttp-message-perl libhttp-negotiate-perl libidn11 libimport-into-perl
libio-html-perl libio-pty-perl libio-socket-inet6-perl libio-socket-ssl-perl
libio-string-perl libio-stringy-perl libipc-run-perl
libipc-system-simple-perl liblist-compare-perl liblist-moreutils-perl
libltdl-dev libltdl7 liblwp-mediatypes-perl liblwp-protocol-https-perl
libmail-sendmail-perl libmailtools-perl libmodule-implementation-perl
libmodule-runtime-perl libmoo-perl libnamespace-clean-perl libnet-dns-perl
libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
libnet-smtp-ssl-perl libnet-ssleay-perl libnumber-compare-perl
libnumber-range-perl libpackage-stash-perl libpackage-stash-xs-perl
libparams-classify-perl libparams-util-perl libparams-validate-perl
libparse-debianchangelog-perl libpath-iterator-rule-perl libpath-tiny-perl
libperlio-gzip-perl libpipeline1 libpod-constants-perl
libregexp-pattern-license-perl librole-tiny-perl libsigsegv2 libsocket6-perl
libsort-key-perl libsort-versions-perl libstrictures-perl
libstring-copyright-perl libstring-escape-perl libsub-exporter-perl
libsub-exporter-progressive-perl libsub-identify-perl libsub-install-perl
libsub-name-perl libsub-quote-perl libsys-hostname-long-perl
libtext-glob-perl libtext-levenshtein-perl libtimedate-perl libtool
libtry-tiny-perl libunicode-utf8-perl liburi-perl libvariable-magic-perl
libwww-perl libwww-robotrules-perl libxml-libxml-perl
libxml-namespacesupport-perl libxml-parser-perl libxml-sax-base-perl
libxml-sax-expat-perl libxml-sax-perl libxml-simple-perl libyaml-0-2
libyaml-libyaml-perl licensecheck lintian m4 man-db patchutils
perl-openssl-defaults po-debconf python-apt-common python3-apt
python3-certifi python3-chardet python3-debian python3-gpg python3-idna
python3-magic python3-pkg-resources python3-requests python3-six
python3-unidiff python3-urllib3 python3-xdg quilt strace t1utils wdiff
0 upgraded, 168 newly installed, 0 to remove and 0 not upgraded.
Need to get 17.3 MB of archives.
After this operation, 70.3 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 bsdmainutils arm64 11.1.2ubuntu1 [175 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 groff-base arm64 1.22.3-10 [1152 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpipeline1 arm64 1.5.0-1 [22.0 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 man-db arm64 2.8.3-2ubuntu0.1 [993 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libapt-inst2.0 arm64 1.6.3ubuntu0.1 [55.0 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libidn11 arm64 1.33-2.1ubuntu1 [43.5 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-0-2 arm64 0.1.7-2ubuntu3 [40.0 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gettext-base arm64 0.19.8.1-6 [46.5 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 iso-codes all 3.79-1 [2565 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-apt-common all 1.6.2 [16.4 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-apt arm64 1.6.2 [147 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 strace arm64 4.21-1ubuntu1 [226 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 at arm64 3.1.20-3.1ubuntu2 [36.8 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsigsegv2 arm64 2.12-1 [14.1 kB]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 m4 arm64 1.4.18-1 [185 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autoconf all 2.69-11 [322 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autotools-dev all 20180224.1 [39.6 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 automake all 1:1.15.1-3ubuntu2 [509 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 autopoint all 0.19.8.1-6 [412 kB]
Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dctrl-tools arm64 2.24-2build1 [54.5 kB]
Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtool all 2.4.6-2 [194 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-autoreconf all 17 [15.8 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB]
Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB]
Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtimedate-perl all 2.3000-2 [37.5 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-strip-nondeterminism all 0.040-1.1~build1 [5208 B]
Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcroco3 arm64 0.6.12-2 [68.2 kB]
Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 gettext arm64 0.19.8.1-6 [824 kB]
Get:29 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 intltool-debian all 0.35.0+20060710.4 [24.9 kB]
Get:30 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 po-debconf all 1.0.20 [232 kB]
Get:31 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 debhelper all 11.1.6ubuntu2 [902 kB]
Get:32 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-which-perl all 1.21-1 [11.8 kB]
Get:33 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-homedir-perl all 1.002-1 [37.1 kB]
Get:34 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 devscripts arm64 2.17.12ubuntu1.1 [870 kB]
Get:35 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 dialog arm64 1.3-20171209-1 [199 kB]
Get:36 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 diffstat arm64 1.61-1build1 [21.5 kB]
Get:37 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-pkg-resources all 39.0.1-2 [98.8 kB]
Get:38 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-chardet all 3.0.4-1 [80.3 kB]
Get:39 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-six all 1.11.0-2 [11.4 kB]
Get:40 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-debian all 0.1.32 [65.4 kB]
Get:41 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libgpgme11 arm64 1.10.0-1ubuntu2 [90.0 kB]
Get:42 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-gpg arm64 1.10.0-1ubuntu2 [131 kB]
Get:43 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dput all 1.0.1ubuntu1 [42.7 kB]
Get:44 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libapt-pkg-perl arm64 0.1.33build1 [67.2 kB]
Get:45 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libarchive-cpio-perl all 0.10-1 [9644 B]
Get:46 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-op-check-perl arm64 0.22-1 [9996 B]
Get:47 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdynaloader-functions-perl all 0.003-1 [11.9 kB]
Get:48 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-callchecker-perl arm64 0.007-2build1 [14.0 kB]
Get:49 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-classify-perl arm64 0.015-1 [20.4 kB]
Get:50 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-runtime-perl all 0.016-1 [16.2 kB]
Get:51 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtry-tiny-perl all 0.30-1 [20.5 kB]
Get:52 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmodule-implementation-perl all 0.09-1 [12.2 kB]
Get:53 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-progressive-perl all 0.001013-1 [6784 B]
Get:54 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libvariable-magic-perl arm64 0.62-1 [32.6 kB]
Get:55 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libb-hooks-endofscope-perl all 0.21-1 [14.7 kB]
Get:56 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
Get:57 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liburi-perl all 1.73-1 [77.2 kB]
Get:58 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-parser-perl arm64 3.72-3build1 [82.6 kB]
Get:59 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-pm-perl all 4.38-1 [185 kB]
Get:60 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfcgi-perl arm64 0.78-2build1 [30.2 kB]
Get:61 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcgi-fast-perl all 1:2.13-1 [9940 B]
Get:62 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-name-perl arm64 0.21-1build1 [11.2 kB]
Get:63 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-accessor-perl all 0.51-1 [21.2 kB]
Get:64 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-method-modifiers-perl all 2.12-1 [15.7 kB]
Get:65 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclass-xsaccessor-perl arm64 1.19-2build8 [30.7 kB]
Get:66 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libclone-perl arm64 0.39-1 [10.1 kB]
Get:67 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-dump-perl all 1.23-1 [27.0 kB]
Get:68 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-util-perl arm64 1.07-3build3 [18.9 kB]
Get:69 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-install-perl all 0.928-1 [10.5 kB]
Get:70 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdata-optlist-perl all 0.110-1 [9956 B]
Get:71 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdevel-globaldestruction-perl all 0.14-1 [6752 B]
Get:72 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdigest-hmac-perl all 1.03+dfsg-1 [12.1 kB]
Get:73 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdistro-info-perl all 0.18 [4840 B]
Get:74 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 perl-openssl-defaults arm64 3build1 [7012 B]
Get:75 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ssleay-perl arm64 1.84-1build1 [269 kB]
Get:76 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-ssl-perl all 2.056-1 [172 kB]
Get:77 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-smtp-ssl-perl all 1.04-1 [5948 B]
Get:78 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmailtools-perl all 2.18-1 [74.0 kB]
Get:79 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsocket6-perl arm64 0.27-1build2 [22.0 kB]
Get:80 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-socket-inet6-perl all 2.72-2 [13.8 kB]
Get:81 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-ip-perl all 1.26-1 [31.5 kB]
Get:82 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-dns-perl all 1.10-2 [335 kB]
Get:83 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-domain-tld-perl all 1.75-1 [29.1 kB]
Get:84 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libemail-valid-perl all 1.202-1 [16.3 kB]
Get:85 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libencode-locale-perl all 1.05-1 [12.3 kB]
Get:86 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libexporter-tiny-perl all 1.000000-2 [34.6 kB]
Get:87 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-system-simple-perl all 1.25-4 [22.5 kB]
Get:88 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-basedir-perl all 0.07-1 [16.9 kB]
Get:89 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-chdir-perl all 0.1008-1 [11.7 kB]
Get:90 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-date-perl all 6.02-1 [10.4 kB]
Get:91 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfile-listing-perl all 6.04-1 [9774 B]
Get:92 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libfont-afm-perl all 1.20-2 [13.2 kB]
Get:93 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-stringy-perl all 2.111-2 [60.6 kB]
Get:94 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparams-validate-perl arm64 1.29-1 [49.4 kB]
Get:95 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-exporter-perl all 0.987-1 [44.9 kB]
Get:96 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgetopt-long-descriptive-perl all 0.102-1 [24.4 kB]
Get:97 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-versions-perl all 1.62-1 [9294 B]
Get:98 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgit-wrapper-perl all 0.047-1 [29.6 kB]
Get:99 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-html-perl all 1.001-1 [14.9 kB]
Get:100 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
Get:101 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-message-perl all 6.14-1 [72.1 kB]
Get:102 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-form-perl all 6.03-1 [23.5 kB]
Get:103 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-tree-perl all 5.07-1 [200 kB]
Get:104 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhtml-format-perl all 2.12-1 [41.3 kB]
Get:105 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-cookies-perl all 6.04-1 [17.2 kB]
Get:106 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-daemon-perl all 6.01-1 [17.0 kB]
Get:107 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libhttp-negotiate-perl all 6.00-2 [13.4 kB]
Get:108 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libimport-into-perl all 1.002005-1 [11.0 kB]
Get:109 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-pty-perl arm64 1:1.08-1.1build4 [28.9 kB]
Get:110 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libio-string-perl all 1.08-3 [11.1 kB]
Get:111 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libipc-run-perl all 0.96-1 [89.9 kB]
Get:112 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-compare-perl all 0.53-1 [65.6 kB]
Get:113 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblist-moreutils-perl arm64 0.416-1build3 [52.7 kB]
Get:114 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl7 arm64 2.4.6-2 [35.9 kB]
Get:115 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libltdl-dev arm64 2.4.6-2 [160 kB]
Get:116 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-http-perl all 6.17-1 [22.7 kB]
Get:117 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-robotrules-perl all 6.01-1 [14.1 kB]
Get:118 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libwww-perl all 6.31-1 [137 kB]
Get:119 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblwp-protocol-https-perl all 6.07-2 [8284 B]
Get:120 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsys-hostname-long-perl all 1.5-1 [11.7 kB]
Get:121 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmail-sendmail-perl all 0.80-1 [22.6 kB]
Get:122 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 librole-tiny-perl all 2.000006-1 [15.9 kB]
Get:123 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstrictures-perl all 2.000003-1 [16.1 kB]
Get:124 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-quote-perl all 2.005000-1 [17.0 kB]
Get:125 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libmoo-perl all 2.003004-1 [45.5 kB]
Get:126 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-perl all 0.37-1 [18.3 kB]
Get:127 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsub-identify-perl arm64 0.14-1 [10.3 kB]
Get:128 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnamespace-clean-perl all 0.27-1 [13.6 kB]
Get:129 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnet-libidn-perl arm64 0.12.ds-2build4 [16.1 kB]
Get:130 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-compare-perl all 0.03-1 [7318 B]
Get:131 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnumber-range-perl all 0.12-1 [8556 B]
Get:132 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpackage-stash-xs-perl arm64 0.28-3build2 [15.2 kB]
Get:133 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libparse-debianchangelog-perl all 1.2.0-12 [49.5 kB]
Get:134 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-glob-perl all 0.10-1 [7554 B]
Get:135 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-iterator-rule-perl all 1.009-1 [49.1 kB]
Get:136 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpath-tiny-perl all 0.104-1 [55.3 kB]
Get:137 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libperlio-gzip-perl arm64 0.19-1build3 [13.5 kB]
Get:138 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpod-constants-perl all 0.19-1 [16.0 kB]
Get:139 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libregexp-pattern-license-perl all 3.0.31-3 [14.7 kB]
Get:140 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libsort-key-perl arm64 1.33-2 [33.6 kB]
Get:141 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-copyright-perl all 0.003005-1 [10.1 kB]
Get:142 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libstring-escape-perl all 2010.002-2 [17.6 kB]
Get:143 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libtext-levenshtein-perl all 0.13-1 [9612 B]
Get:144 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libunicode-utf8-perl arm64 0.60-1build4 [17.2 kB]
Get:145 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-namespacesupport-perl all 1.12-1 [13.2 kB]
Get:146 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-base-perl all 1.09-1 [18.8 kB]
Get:147 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-perl all 0.99+dfsg-2ubuntu1 [64.6 kB]
Get:148 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-libxml-perl arm64 2.0128+dfsg-5 [297 kB]
Get:149 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-parser-perl arm64 2.44-2build3 [196 kB]
Get:150 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-sax-expat-perl all 0.40-2 [11.5 kB]
Get:151 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxml-simple-perl all 2.24-1 [63.6 kB]
Get:152 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libyaml-libyaml-perl arm64 0.69+repack-1 [24.3 kB]
Get:153 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 licensecheck all 3.0.31-2 [22.0 kB]
Get:154 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 patchutils arm64 0.3.4-2 [65.2 kB]
Get:155 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 t1utils arm64 1.41-2 [48.9 kB]
Get:156 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 lintian all 2.5.81ubuntu1 [847 kB]
Get:157 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-certifi all 2018.1.18-2 [144 kB]
Get:158 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-idna all 2.6-1 [32.5 kB]
Get:159 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-urllib3 all 1.22-1 [85.2 kB]
Get:160 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python3-requests all 2.18.4-2ubuntu0.1 [58.3 kB]
Get:161 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-unidiff all 0.5.4-1 [7140 B]
Get:162 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-xdg all 0.25-4ubuntu1 [31.4 kB]
Get:163 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 quilt all 0.63-8.2 [293 kB]
Get:164 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 wdiff arm64 1.2.2-2 [27.9 kB]
Get:165 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 dh-exec arm64 0.23build1 [23.7 kB]
Get:166 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 equivs all 2.1.0 [19.4 kB]
Get:167 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libauthen-sasl-perl all 2.1600-1 [48.7 kB]
Get:168 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python3-magic all 2:0.4.15-1 [9280 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 17.3 MB in 9s (1999 kB/s)
Selecting previously unselected package bsdmainutils.
(Reading database ... 26206 files and directories currently installed.)
Preparing to unpack .../000-bsdmainutils_11.1.2ubuntu1_arm64.deb ...
Unpacking bsdmainutils (11.1.2ubuntu1) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../001-groff-base_1.22.3-10_arm64.deb ...
Unpacking groff-base (1.22.3-10) ...
Selecting previously unselected package libpipeline1:arm64.
Preparing to unpack .../002-libpipeline1_1.5.0-1_arm64.deb ...
Unpacking libpipeline1:arm64 (1.5.0-1) ...
Selecting previously unselected package man-db.
Preparing to unpack .../003-man-db_2.8.3-2ubuntu0.1_arm64.deb ...
Unpacking man-db (2.8.3-2ubuntu0.1) ...
Selecting previously unselected package libapt-inst2.0:arm64.
Preparing to unpack .../004-libapt-inst2.0_1.6.3ubuntu0.1_arm64.deb ...
Unpacking libapt-inst2.0:arm64 (1.6.3ubuntu0.1) ...
Selecting previously unselected package libidn11:arm64.
Preparing to unpack .../005-libidn11_1.33-2.1ubuntu1_arm64.deb ...
Unpacking libidn11:arm64 (1.33-2.1ubuntu1) ...
Selecting previously unselected package libyaml-0-2:arm64.
Preparing to unpack .../006-libyaml-0-2_0.1.7-2ubuntu3_arm64.deb ...
Unpacking libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../007-gettext-base_0.19.8.1-6_arm64.deb ...
Unpacking gettext-base (0.19.8.1-6) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../008-iso-codes_3.79-1_all.deb ...
Unpacking iso-codes (3.79-1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../009-python-apt-common_1.6.2_all.deb ...
Unpacking python-apt-common (1.6.2) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../010-python3-apt_1.6.2_arm64.deb ...
Unpacking python3-apt (1.6.2) ...
Selecting previously unselected package strace.
Preparing to unpack .../011-strace_4.21-1ubuntu1_arm64.deb ...
Unpacking strace (4.21-1ubuntu1) ...
Selecting previously unselected package at.
Preparing to unpack .../012-at_3.1.20-3.1ubuntu2_arm64.deb ...
Unpacking at (3.1.20-3.1ubuntu2) ...
Selecting previously unselected package libsigsegv2:arm64.
Preparing to unpack .../013-libsigsegv2_2.12-1_arm64.deb ...
Unpacking libsigsegv2:arm64 (2.12-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../014-m4_1.4.18-1_arm64.deb ...
Unpacking m4 (1.4.18-1) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../015-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../016-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../017-automake_1%3a1.15.1-3ubuntu2_all.deb ...
Unpacking automake (1:1.15.1-3ubuntu2) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../018-autopoint_0.19.8.1-6_all.deb ...
Unpacking autopoint (0.19.8.1-6) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../019-dctrl-tools_2.24-2build1_arm64.deb ...
Unpacking dctrl-tools (2.24-2build1) ...
Selecting previously unselected package libtool.
Preparing to unpack .../020-libtool_2.4.6-2_all.deb ...
Unpacking libtool (2.4.6-2) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../021-dh-autoreconf_17_all.deb ...
Unpacking dh-autoreconf (17) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../022-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ...
Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../023-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../024-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../025-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ...
Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ...
Selecting previously unselected package libcroco3:arm64.
Preparing to unpack .../026-libcroco3_0.6.12-2_arm64.deb ...
Unpacking libcroco3:arm64 (0.6.12-2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../027-gettext_0.19.8.1-6_arm64.deb ...
Unpacking gettext (0.19.8.1-6) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../028-intltool-debian_0.35.0+20060710.4_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.4) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../029-po-debconf_1.0.20_all.deb ...
Unpacking po-debconf (1.0.20) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../030-debhelper_11.1.6ubuntu2_all.deb ...
Unpacking debhelper (11.1.6ubuntu2) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../031-libfile-which-perl_1.21-1_all.deb ...
Unpacking libfile-which-perl (1.21-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../032-libfile-homedir-perl_1.002-1_all.deb ...
Unpacking libfile-homedir-perl (1.002-1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../033-devscripts_2.17.12ubuntu1.1_arm64.deb ...
Unpacking devscripts (2.17.12ubuntu1.1) ...
Selecting previously unselected package dialog.
Preparing to unpack .../034-dialog_1.3-20171209-1_arm64.deb ...
Unpacking dialog (1.3-20171209-1) ...
Selecting previously unselected package diffstat.
Preparing to unpack .../035-diffstat_1.61-1build1_arm64.deb ...
Unpacking diffstat (1.61-1build1) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../036-python3-pkg-resources_39.0.1-2_all.deb ...
Unpacking python3-pkg-resources (39.0.1-2) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../037-python3-chardet_3.0.4-1_all.deb ...
Unpacking python3-chardet (3.0.4-1) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../038-python3-six_1.11.0-2_all.deb ...
Unpacking python3-six (1.11.0-2) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../039-python3-debian_0.1.32_all.deb ...
Unpacking python3-debian (0.1.32) ...
Selecting previously unselected package libgpgme11:arm64.
Preparing to unpack .../040-libgpgme11_1.10.0-1ubuntu2_arm64.deb ...
Unpacking libgpgme11:arm64 (1.10.0-1ubuntu2) ...
Selecting previously unselected package python3-gpg.
Preparing to unpack .../041-python3-gpg_1.10.0-1ubuntu2_arm64.deb ...
Unpacking python3-gpg (1.10.0-1ubuntu2) ...
Selecting previously unselected package dput.
Preparing to unpack .../042-dput_1.0.1ubuntu1_all.deb ...
Unpacking dput (1.0.1ubuntu1) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../043-libapt-pkg-perl_0.1.33build1_arm64.deb ...
Unpacking libapt-pkg-perl (0.1.33build1) ...
Selecting previously unselected package libarchive-cpio-perl.
Preparing to unpack .../044-libarchive-cpio-perl_0.10-1_all.deb ...
Unpacking libarchive-cpio-perl (0.10-1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../045-libb-hooks-op-check-perl_0.22-1_arm64.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../046-libdynaloader-functions-perl_0.003-1_all.deb ...
Unpacking libdynaloader-functions-perl (0.003-1) ...
Selecting previously unselected package libdevel-callchecker-perl.
Preparing to unpack .../047-libdevel-callchecker-perl_0.007-2build1_arm64.deb ...
Unpacking libdevel-callchecker-perl (0.007-2build1) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../048-libparams-classify-perl_0.015-1_arm64.deb ...
Unpacking libparams-classify-perl (0.015-1) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../049-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../050-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libmodule-implementation-perl.
Preparing to unpack .../051-libmodule-implementation-perl_0.09-1_all.deb ...
Unpacking libmodule-implementation-perl (0.09-1) ...
Selecting previously unselected package libsub-exporter-progressive-perl.
Preparing to unpack .../052-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
Selecting previously unselected package libvariable-magic-perl.
Preparing to unpack .../053-libvariable-magic-perl_0.62-1_arm64.deb ...
Unpacking libvariable-magic-perl (0.62-1) ...
Selecting previously unselected package libb-hooks-endofscope-perl.
Preparing to unpack .../054-libb-hooks-endofscope-perl_0.21-1_all.deb ...
Unpacking libb-hooks-endofscope-perl (0.21-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../055-libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../056-liburi-perl_1.73-1_all.deb ...
Unpacking liburi-perl (1.73-1) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../057-libhtml-parser-perl_3.72-3build1_arm64.deb ...
Unpacking libhtml-parser-perl (3.72-3build1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../058-libcgi-pm-perl_4.38-1_all.deb ...
Unpacking libcgi-pm-perl (4.38-1) ...
Selecting previously unselected package libfcgi-perl.
Preparing to unpack .../059-libfcgi-perl_0.78-2build1_arm64.deb ...
Unpacking libfcgi-perl (0.78-2build1) ...
Selecting previously unselected package libcgi-fast-perl.
Preparing to unpack .../060-libcgi-fast-perl_1%3a2.13-1_all.deb ...
Unpacking libcgi-fast-perl (1:2.13-1) ...
Selecting previously unselected package libsub-name-perl.
Preparing to unpack .../061-libsub-name-perl_0.21-1build1_arm64.deb ...
Unpacking libsub-name-perl (0.21-1build1) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../062-libclass-accessor-perl_0.51-1_all.deb ...
Unpacking libclass-accessor-perl (0.51-1) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../063-libclass-method-modifiers-perl_2.12-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.12-1) ...
Selecting previously unselected package libclass-xsaccessor-perl.
Preparing to unpack .../064-libclass-xsaccessor-perl_1.19-2build8_arm64.deb ...
Unpacking libclass-xsaccessor-perl (1.19-2build8) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../065-libclone-perl_0.39-1_arm64.deb ...
Unpacking libclone-perl (0.39-1) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../066-libdata-dump-perl_1.23-1_all.deb ...
Unpacking libdata-dump-perl (1.23-1) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../067-libparams-util-perl_1.07-3build3_arm64.deb ...
Unpacking libparams-util-perl (1.07-3build3) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../068-libsub-install-perl_0.928-1_all.deb ...
Unpacking libsub-install-perl (0.928-1) ...
Selecting previously unselected package libdata-optlist-perl.
Preparing to unpack .../069-libdata-optlist-perl_0.110-1_all.deb ...
Unpacking libdata-optlist-perl (0.110-1) ...
Selecting previously unselected package libdevel-globaldestruction-perl.
Preparing to unpack .../070-libdevel-globaldestruction-perl_0.14-1_all.deb ...
Unpacking libdevel-globaldestruction-perl (0.14-1) ...
Selecting previously unselected package libdigest-hmac-perl.
Preparing to unpack .../071-libdigest-hmac-perl_1.03+dfsg-1_all.deb ...
Unpacking libdigest-hmac-perl (1.03+dfsg-1) ...
Selecting previously unselected package libdistro-info-perl.
Preparing to unpack .../072-libdistro-info-perl_0.18_all.deb ...
Unpacking libdistro-info-perl (0.18) ...
Selecting previously unselected package perl-openssl-defaults:arm64.
Preparing to unpack .../073-perl-openssl-defaults_3build1_arm64.deb ...
Unpacking perl-openssl-defaults:arm64 (3build1) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../074-libnet-ssleay-perl_1.84-1build1_arm64.deb ...
Unpacking libnet-ssleay-perl (1.84-1build1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../075-libio-socket-ssl-perl_2.056-1_all.deb ...
Unpacking libio-socket-ssl-perl (2.056-1) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../076-libnet-smtp-ssl-perl_1.04-1_all.deb ...
Unpacking libnet-smtp-ssl-perl (1.04-1) ...
Selecting previously unselected package libmailtools-perl.
Preparing to unpack .../077-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libsocket6-perl.
Preparing to unpack .../078-libsocket6-perl_0.27-1build2_arm64.deb ...
Unpacking libsocket6-perl (0.27-1build2) ...
Selecting previously unselected package libio-socket-inet6-perl.
Preparing to unpack .../079-libio-socket-inet6-perl_2.72-2_all.deb ...
Unpacking libio-socket-inet6-perl (2.72-2) ...
Selecting previously unselected package libnet-ip-perl.
Preparing to unpack .../080-libnet-ip-perl_1.26-1_all.deb ...
Unpacking libnet-ip-perl (1.26-1) ...
Selecting previously unselected package libnet-dns-perl.
Preparing to unpack .../081-libnet-dns-perl_1.10-2_all.deb ...
Unpacking libnet-dns-perl (1.10-2) ...
Selecting previously unselected package libnet-domain-tld-perl.
Preparing to unpack .../082-libnet-domain-tld-perl_1.75-1_all.deb ...
Unpacking libnet-domain-tld-perl (1.75-1) ...
Selecting previously unselected package libemail-valid-perl.
Preparing to unpack .../083-libemail-valid-perl_1.202-1_all.deb ...
Unpacking libemail-valid-perl (1.202-1) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../084-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../085-libexporter-tiny-perl_1.000000-2_all.deb ...
Unpacking libexporter-tiny-perl (1.000000-2) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../086-libipc-system-simple-perl_1.25-4_all.deb ...
Unpacking libipc-system-simple-perl (1.25-4) ...
Selecting previously unselected package libfile-basedir-perl.
Preparing to unpack .../087-libfile-basedir-perl_0.07-1_all.deb ...
Unpacking libfile-basedir-perl (0.07-1) ...
Selecting previously unselected package libfile-chdir-perl.
Preparing to unpack .../088-libfile-chdir-perl_0.1008-1_all.deb ...
Unpacking libfile-chdir-perl (0.1008-1) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../089-libhttp-date-perl_6.02-1_all.deb ...
Unpacking libhttp-date-perl (6.02-1) ...
Selecting previously unselected package libfile-listing-perl.
Preparing to unpack .../090-libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../091-libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../092-libio-stringy-perl_2.111-2_all.deb ...
Unpacking libio-stringy-perl (2.111-2) ...
Selecting previously unselected package libparams-validate-perl.
Preparing to unpack .../093-libparams-validate-perl_1.29-1_arm64.deb ...
Unpacking libparams-validate-perl (1.29-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../094-libsub-exporter-perl_0.987-1_all.deb ...
Unpacking libsub-exporter-perl (0.987-1) ...
Selecting previously unselected package libgetopt-long-descriptive-perl.
Preparing to unpack .../095-libgetopt-long-descriptive-perl_0.102-1_all.deb ...
Unpacking libgetopt-long-descriptive-perl (0.102-1) ...
Selecting previously unselected package libsort-versions-perl.
Preparing to unpack .../096-libsort-versions-perl_1.62-1_all.deb ...
Unpacking libsort-versions-perl (1.62-1) ...
Selecting previously unselected package libgit-wrapper-perl.
Preparing to unpack .../097-libgit-wrapper-perl_0.047-1_all.deb ...
Unpacking libgit-wrapper-perl (0.047-1) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../098-libio-html-perl_1.001-1_all.deb ...
Unpacking libio-html-perl (1.001-1) ...
Selecting previously unselected package liblwp-mediatypes-perl.
Preparing to unpack .../099-liblwp-mediatypes-perl_6.02-1_all.deb ...
Unpacking liblwp-mediatypes-perl (6.02-1) ...
Selecting previously unselected package libhttp-message-perl.
Preparing to unpack .../100-libhttp-message-perl_6.14-1_all.deb ...
Unpacking libhttp-message-perl (6.14-1) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../101-libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../102-libhtml-tree-perl_5.07-1_all.deb ...
Unpacking libhtml-tree-perl (5.07-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../103-libhtml-format-perl_2.12-1_all.deb ...
Unpacking libhtml-format-perl (2.12-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../104-libhttp-cookies-perl_6.04-1_all.deb ...
Unpacking libhttp-cookies-perl (6.04-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../105-libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../106-libhttp-negotiate-perl_6.00-2_all.deb ...
Unpacking libhttp-negotiate-perl (6.00-2) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../107-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../108-libio-pty-perl_1%3a1.08-1.1build4_arm64.deb ...
Unpacking libio-pty-perl (1:1.08-1.1build4) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../109-libio-string-perl_1.08-3_all.deb ...
Unpacking libio-string-perl (1.08-3) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../110-libipc-run-perl_0.96-1_all.deb ...
Unpacking libipc-run-perl (0.96-1) ...
Selecting previously unselected package liblist-compare-perl.
Preparing to unpack .../111-liblist-compare-perl_0.53-1_all.deb ...
Unpacking liblist-compare-perl (0.53-1) ...
Selecting previously unselected package liblist-moreutils-perl.
Preparing to unpack .../112-liblist-moreutils-perl_0.416-1build3_arm64.deb ...
Unpacking liblist-moreutils-perl (0.416-1build3) ...
Selecting previously unselected package libltdl7:arm64.
Preparing to unpack .../113-libltdl7_2.4.6-2_arm64.deb ...
Unpacking libltdl7:arm64 (2.4.6-2) ...
Selecting previously unselected package libltdl-dev:arm64.
Preparing to unpack .../114-libltdl-dev_2.4.6-2_arm64.deb ...
Unpacking libltdl-dev:arm64 (2.4.6-2) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../115-libnet-http-perl_6.17-1_all.deb ...
Unpacking libnet-http-perl (6.17-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../116-libwww-robotrules-perl_6.01-1_all.deb ...
Unpacking libwww-robotrules-perl (6.01-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../117-libwww-perl_6.31-1_all.deb ...
Unpacking libwww-perl (6.31-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../118-liblwp-protocol-https-perl_6.07-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.07-2) ...
Selecting previously unselected package libsys-hostname-long-perl.
Preparing to unpack .../119-libsys-hostname-long-perl_1.5-1_all.deb ...
Unpacking libsys-hostname-long-perl (1.5-1) ...
Selecting previously unselected package libmail-sendmail-perl.
Preparing to unpack .../120-libmail-sendmail-perl_0.80-1_all.deb ...
Unpacking libmail-sendmail-perl (0.80-1) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../121-librole-tiny-perl_2.000006-1_all.deb ...
Unpacking librole-tiny-perl (2.000006-1) ...
Selecting previously unselected package libstrictures-perl.
Preparing to unpack .../122-libstrictures-perl_2.000003-1_all.deb ...
Unpacking libstrictures-perl (2.000003-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../123-libsub-quote-perl_2.005000-1_all.deb ...
Unpacking libsub-quote-perl (2.005000-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../124-libmoo-perl_2.003004-1_all.deb ...
Unpacking libmoo-perl (2.003004-1) ...
Selecting previously unselected package libpackage-stash-perl.
Preparing to unpack .../125-libpackage-stash-perl_0.37-1_all.deb ...
Unpacking libpackage-stash-perl (0.37-1) ...
Selecting previously unselected package libsub-identify-perl.
Preparing to unpack .../126-libsub-identify-perl_0.14-1_arm64.deb ...
Unpacking libsub-identify-perl (0.14-1) ...
Selecting previously unselected package libnamespace-clean-perl.
Preparing to unpack .../127-libnamespace-clean-perl_0.27-1_all.deb ...
Unpacking libnamespace-clean-perl (0.27-1) ...
Selecting previously unselected package libnet-libidn-perl.
Preparing to unpack .../128-libnet-libidn-perl_0.12.ds-2build4_arm64.deb ...
Unpacking libnet-libidn-perl (0.12.ds-2build4) ...
Selecting previously unselected package libnumber-compare-perl.
Preparing to unpack .../129-libnumber-compare-perl_0.03-1_all.deb ...
Unpacking libnumber-compare-perl (0.03-1) ...
Selecting previously unselected package libnumber-range-perl.
Preparing to unpack .../130-libnumber-range-perl_0.12-1_all.deb ...
Unpacking libnumber-range-perl (0.12-1) ...
Selecting previously unselected package libpackage-stash-xs-perl.
Preparing to unpack .../131-libpackage-stash-xs-perl_0.28-3build2_arm64.deb ...
Unpacking libpackage-stash-xs-perl (0.28-3build2) ...
Selecting previously unselected package libparse-debianchangelog-perl.
Preparing to unpack .../132-libparse-debianchangelog-perl_1.2.0-12_all.deb ...
Unpacking libparse-debianchangelog-perl (1.2.0-12) ...
Selecting previously unselected package libtext-glob-perl.
Preparing to unpack .../133-libtext-glob-perl_0.10-1_all.deb ...
Unpacking libtext-glob-perl (0.10-1) ...
Selecting previously unselected package libpath-iterator-rule-perl.
Preparing to unpack .../134-libpath-iterator-rule-perl_1.009-1_all.deb ...
Unpacking libpath-iterator-rule-perl (1.009-1) ...
Selecting previously unselected package libpath-tiny-perl.
Preparing to unpack .../135-libpath-tiny-perl_0.104-1_all.deb ...
Unpacking libpath-tiny-perl (0.104-1) ...
Selecting previously unselected package libperlio-gzip-perl.
Preparing to unpack .../136-libperlio-gzip-perl_0.19-1build3_arm64.deb ...
Unpacking libperlio-gzip-perl (0.19-1build3) ...
Selecting previously unselected package libpod-constants-perl.
Preparing to unpack .../137-libpod-constants-perl_0.19-1_all.deb ...
Unpacking libpod-constants-perl (0.19-1) ...
Selecting previously unselected package libregexp-pattern-license-perl.
Preparing to unpack .../138-libregexp-pattern-license-perl_3.0.31-3_all.deb ...
Unpacking libregexp-pattern-license-perl (3.0.31-3) ...
Selecting previously unselected package libsort-key-perl.
Preparing to unpack .../139-libsort-key-perl_1.33-2_arm64.deb ...
Unpacking libsort-key-perl (1.33-2) ...
Selecting previously unselected package libstring-copyright-perl.
Preparing to unpack .../140-libstring-copyright-perl_0.003005-1_all.deb ...
Unpacking libstring-copyright-perl (0.003005-1) ...
Selecting previously unselected package libstring-escape-perl.
Preparing to unpack .../141-libstring-escape-perl_2010.002-2_all.deb ...
Unpacking libstring-escape-perl (2010.002-2) ...
Selecting previously unselected package libtext-levenshtein-perl.
Preparing to unpack .../142-libtext-levenshtein-perl_0.13-1_all.deb ...
Unpacking libtext-levenshtein-perl (0.13-1) ...
Selecting previously unselected package libunicode-utf8-perl.
Preparing to unpack .../143-libunicode-utf8-perl_0.60-1build4_arm64.deb ...
Unpacking libunicode-utf8-perl (0.60-1build4) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../144-libxml-namespacesupport-perl_1.12-1_all.deb ...
Unpacking libxml-namespacesupport-perl (1.12-1) ...
Selecting previously unselected package libxml-sax-base-perl.
Preparing to unpack .../145-libxml-sax-base-perl_1.09-1_all.deb ...
Unpacking libxml-sax-base-perl (1.09-1) ...
Selecting previously unselected package libxml-sax-perl.
Preparing to unpack .../146-libxml-sax-perl_0.99+dfsg-2ubuntu1_all.deb ...
Unpacking libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../147-libxml-libxml-perl_2.0128+dfsg-5_arm64.deb ...
Unpacking libxml-libxml-perl (2.0128+dfsg-5) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../148-libxml-parser-perl_2.44-2build3_arm64.deb ...
Unpacking libxml-parser-perl (2.44-2build3) ...
Selecting previously unselected package libxml-sax-expat-perl.
Preparing to unpack .../149-libxml-sax-expat-perl_0.40-2_all.deb ...
Unpacking libxml-sax-expat-perl (0.40-2) ...
Selecting previously unselected package libxml-simple-perl.
Preparing to unpack .../150-libxml-simple-perl_2.24-1_all.deb ...
Unpacking libxml-simple-perl (2.24-1) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../151-libyaml-libyaml-perl_0.69+repack-1_arm64.deb ...
Unpacking libyaml-libyaml-perl (0.69+repack-1) ...
Selecting previously unselected package licensecheck.
Preparing to unpack .../152-licensecheck_3.0.31-2_all.deb ...
Unpacking licensecheck (3.0.31-2) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../153-patchutils_0.3.4-2_arm64.deb ...
Unpacking patchutils (0.3.4-2) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../154-t1utils_1.41-2_arm64.deb ...
Unpacking t1utils (1.41-2) ...
Selecting previously unselected package lintian.
Preparing to unpack .../155-lintian_2.5.81ubuntu1_all.deb ...
Unpacking lintian (2.5.81ubuntu1) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../156-python3-certifi_2018.1.18-2_all.deb ...
Unpacking python3-certifi (2018.1.18-2) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../157-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../158-python3-urllib3_1.22-1_all.deb ...
Unpacking python3-urllib3 (1.22-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../159-python3-requests_2.18.4-2ubuntu0.1_all.deb ...
Unpacking python3-requests (2.18.4-2ubuntu0.1) ...
Selecting previously unselected package python3-unidiff.
Preparing to unpack .../160-python3-unidiff_0.5.4-1_all.deb ...
Unpacking python3-unidiff (0.5.4-1) ...
Selecting previously unselected package python3-xdg.
Preparing to unpack .../161-python3-xdg_0.25-4ubuntu1_all.deb ...
Unpacking python3-xdg (0.25-4ubuntu1) ...
Selecting previously unselected package quilt.
Preparing to unpack .../162-quilt_0.63-8.2_all.deb ...
Unpacking quilt (0.63-8.2) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../163-wdiff_1.2.2-2_arm64.deb ...
Unpacking wdiff (1.2.2-2) ...
Selecting previously unselected package dh-exec.
Preparing to unpack .../164-dh-exec_0.23build1_arm64.deb ...
Unpacking dh-exec (0.23build1) ...
Selecting previously unselected package equivs.
Preparing to unpack .../165-equivs_2.1.0_all.deb ...
Unpacking equivs (2.1.0) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../166-libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../167-python3-magic_2%3a0.4.15-1_all.deb ...
Unpacking python3-magic (2:0.4.15-1) ...
Setting up python-apt-common (1.6.2) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up libpath-tiny-perl (0.104-1) ...
Setting up libnet-domain-tld-perl (1.75-1) ...
Setting up libsub-install-perl (0.928-1) ...
Setting up libapt-inst2.0:arm64 (1.6.3ubuntu0.1) ...
Setting up strace (4.21-1ubuntu1) ...
Setting up libio-stringy-perl (2.111-2) ...
Setting up libsub-exporter-progressive-perl (0.001013-1) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libclass-method-modifiers-perl (2.12-1) ...
Setting up libfont-afm-perl (1.20-2) ...
Setting up libregexp-pattern-license-perl (3.0.31-3) ...
Setting up python3-apt (1.6.2) ...
Setting up libapt-pkg-perl (0.1.33build1) ...
Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ...
Setting up dialog (1.3-20171209-1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Setting up libdistro-info-perl (0.18) ...
Setting up libxml-namespacesupport-perl (1.12-1) ...
Setting up libio-pty-perl (1:1.08-1.1build4) ...
Setting up libfile-which-perl (1.21-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libperlio-gzip-perl (0.19-1build3) ...
Setting up libtext-levenshtein-perl (0.13-1) ...
Setting up iso-codes (3.79-1) ...
Setting up libvariable-magic-perl (0.62-1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libnet-ip-perl (1.26-1) ...
Setting up libsigsegv2:arm64 (2.12-1) ...
Setting up librole-tiny-perl (2.000006-1) ...
Setting up perl-openssl-defaults:arm64 (3build1) ...
Setting up libfile-homedir-perl (1.002-1) ...
Setting up libipc-system-simple-perl (1.25-4) ...
Setting up libfile-basedir-perl (0.07-1) ...
Setting up libstring-escape-perl (2010.002-2) ...
Setting up groff-base (1.22.3-10) ...
Setting up libb-hooks-op-check-perl (0.22-1) ...
Setting up python3-magic (2:0.4.15-1) ...
Setting up libio-html-perl (1.001-1) ...
Setting up python3-idna (2.6-1) ...
Setting up libexporter-tiny-perl (1.000000-2) ...
Setting up python3-xdg (0.25-4ubuntu1) ...
Setting up python3-six (1.11.0-2) ...
Setting up libarchive-cpio-perl (0.10-1) ...
Setting up libnumber-range-perl (0.12-1) ...
Setting up liblist-compare-perl (0.53-1) ...
Setting up dctrl-tools (2.24-2build1) ...
Setting up python3-certifi (2018.1.18-2) ...
Setting up gettext-base (0.19.8.1-6) ...
Setting up libpipeline1:arm64 (1.5.0-1) ...
Setting up devscripts (2.17.12ubuntu1.1) ...
Setting up m4 (1.4.18-1) ...
Processing triggers for sgml-base (1.29) ...
Setting up python3-pkg-resources (39.0.1-2) ...
Setting up at (3.1.20-3.1ubuntu2) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libsub-identify-perl (0.14-1) ...
Setting up libpod-constants-perl (0.19-1) ...
Setting up libsort-versions-perl (1.62-1) ...
Setting up libdynaloader-functions-perl (0.003-1) ...
Setting up libcroco3:arm64 (0.6.12-2) ...
Setting up libgpgme11:arm64 (1.10.0-1ubuntu2) ...
Setting up libfile-chdir-perl (0.1008-1) ...
Setting up libsys-hostname-long-perl (1.5-1) ...
Setting up libtext-glob-perl (0.10-1) ...
Setting up libxml-sax-base-perl (1.09-1) ...
Setting up libpackage-stash-xs-perl (0.28-3build2) ...
Setting up libstrictures-perl (2.000003-1) ...
Setting up libyaml-0-2:arm64 (0.1.7-2ubuntu3) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libmail-sendmail-perl (0.80-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up libsocket6-perl (0.27-1build2) ...
Setting up patchutils (0.3.4-2) ...
Setting up autotools-dev (20180224.1) ...
Setting up python3-chardet (3.0.4-1) ...
Setting up liburi-perl (1.73-1) ...
Setting up t1utils (1.41-2) ...
Setting up libdata-dump-perl (1.23-1) ...
Setting up libltdl7:arm64 (2.4.6-2) ...
Setting up libstring-copyright-perl (0.003005-1) ...
Setting up libhtml-parser-perl (3.72-3build1) ...
Setting up libipc-run-perl (0.96-1) ...
Setting up libcgi-pm-perl (4.38-1) ...
Setting up libdevel-globaldestruction-perl (0.14-1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-1) ...
Setting up libio-string-perl (1.08-3) ...
Setting up libclone-perl (0.39-1) ...
Setting up wdiff (1.2.2-2) ...
Setting up libclass-xsaccessor-perl (1.19-2build8) ...
Setting up libnet-http-perl (6.17-1) ...
Setting up libnumber-compare-perl (0.03-1) ...
Setting up python3-urllib3 (1.22-1) ...
Setting up python3-unidiff (0.5.4-1) ...
Setting up libunicode-utf8-perl (0.60-1build4) ...
Setting up bsdmainutils (11.1.2ubuntu1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/write.1.gz because associated file /usr/share/man/man1/bsd-write.1.gz (of link group write) doesn't exist
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/from.1.gz because associated file /usr/share/man/man1/bsd-from.1.gz (of link group from) doesn't exist
Setting up libparams-util-perl (1.07-3build3) ...
Setting up libsub-name-perl (0.21-1build1) ...
Setting up libyaml-libyaml-perl (0.69+repack-1) ...
Setting up libsub-quote-perl (2.005000-1) ...
Setting up libfcgi-perl (0.78-2build1) ...
Setting up libwww-robotrules-perl (6.01-1) ...
Setting up python3-debian (0.1.32) ...
Setting up libauthen-sasl-perl (2.1600-1) ...
Setting up diffstat (1.61-1build1) ...
Setting up autopoint (0.19.8.1-6) ...
Setting up libidn11:arm64 (1.33-2.1ubuntu1) ...
Setting up libclass-accessor-perl (0.51-1) ...
Setting up libsort-key-perl (1.33-2) ...
Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ...
Setting up libxml-sax-perl (0.99+dfsg-2ubuntu1) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up liblist-moreutils-perl (0.416-1build3) ...
Setting up libtool (2.4.6-2) ...
Setting up libnet-libidn-perl (0.12.ds-2build4) ...
Setting up libdata-optlist-perl (0.110-1) ...
Setting up libgit-wrapper-perl (0.047-1) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libltdl-dev:arm64 (2.4.6-2) ...
Setting up libio-socket-inet6-perl (2.72-2) ...
Setting up gettext (0.19.8.1-6) ...
Setting up libnet-ssleay-perl (1.84-1build1) ...
Setting up libdevel-callchecker-perl (0.007-2build1) ...
Setting up autoconf (2.69-11) ...
Setting up libpath-iterator-rule-perl (1.009-1) ...
Setting up python3-gpg (1.10.0-1ubuntu2) ...
Setting up libnet-dns-perl (1.10-2) ...
Setting up libio-socket-ssl-perl (2.056-1) ...
Setting up libcgi-fast-perl (1:2.13-1) ...
Setting up libhtml-tree-perl (5.07-1) ...
Setting up libsub-exporter-perl (0.987-1) ...
Setting up intltool-debian (0.35.0+20060710.4) ...
Setting up dput (1.0.1ubuntu1) ...
Setting up automake (1:1.15.1-3ubuntu2) ...
update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist
Setting up python3-requests (2.18.4-2ubuntu0.1) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libparse-debianchangelog-perl (1.2.0-12) ...
Setting up man-db (2.8.3-2ubuntu0.1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Building database of manual pages ...
Setting up libhttp-message-perl (6.14-1) ...
Setting up libxml-libxml-perl (2.0128+dfsg-5) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50...
update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Setting up libparams-classify-perl (0.015-1) ...
Setting up libhttp-negotiate-perl (6.00-2) ...
Setting up quilt (0.63-8.2) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up po-debconf (1.0.20) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up libxml-simple-perl (2.24-1) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up libemail-valid-perl (1.202-1) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmodule-implementation-perl (0.09-1) ...
Setting up libparams-validate-perl (1.29-1) ...
Setting up lintian (2.5.81ubuntu1) ...
Setting up libmoo-perl (2.003004-1) ...
Setting up libb-hooks-endofscope-perl (0.21-1) ...
Setting up libpackage-stash-perl (0.37-1) ...
Setting up libgetopt-long-descriptive-perl (0.102-1) ...
Setting up libnamespace-clean-perl (0.27-1) ...
Setting up licensecheck (3.0.31-2) ...
Setting up dh-autoreconf (17) ...
Setting up libwww-perl (6.31-1) ...
Setting up debhelper (11.1.6ubuntu2) ...
Setting up equivs (2.1.0) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up dh-strip-nondeterminism (0.040-1.1~build1) ...
Setting up dh-exec (0.23build1) ...
Setting up libxml-parser-perl (2.44-2build3) ...
Setting up libxml-sax-expat-perl (0.40-2) ...
update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::Expat with priority 50...
update-perl-sax-parsers: Updating overall Perl SAX parser modules info file...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
dh-systemd
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 2676 B of archives.
After this operation, 125 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 dh-systemd all 11.1.6ubuntu2 [2676 B]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2676 B in 0s (29.8 kB/s)
Selecting previously unselected package dh-systemd.
(Reading database ... 32835 files and directories currently installed.)
Preparing to unpack .../dh-systemd_11.1.6ubuntu2_all.deb ...
Unpacking dh-systemd (11.1.6ubuntu2) ...
Setting up dh-systemd (11.1.6ubuntu2) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
debugedit deltarpm libarchive13 libcap2 libdw1 liblua5.2-0 liblzo2-2 libnss3
libpopt0 librpm8 librpmbuild8 librpmio8 librpmsign8 libsqlite0
python-deltarpm python-libxml2 python-lzma python-pycurl python-rpm
python-sqlite python-sqlitecachec python-urlgrabber rpm rpm-common rpm2cpio
yum
Suggested packages:
rpm-i18n lrzip libcurl4-gnutls-dev python-pycurl-dbg python-pycurl-doc
python-sqlite-dbg inoticoming lzip alien elfutils rpmlint rpm2html
The following NEW packages will be installed:
createrepo debugedit deltarpm libarchive13 libcap2 libdw1 liblua5.2-0
liblzo2-2 libnss3 libpopt0 librpm8 librpmbuild8 librpmio8 librpmsign8
libsqlite0 python-deltarpm python-libxml2 python-lzma python-pycurl
python-rpm python-sqlite python-sqlitecachec python-urlgrabber reprepro rpm
rpm-common rpm2cpio yum
0 upgraded, 28 newly installed, 0 to remove and 0 not upgraded.
Need to get 3466 kB of archives.
After this operation, 14.5 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblzo2-2 arm64 2.08-1.2 [42.2 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libcap2 arm64 1:2.25-1.2 [12.2 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libpopt0 arm64 1.16-11 [22.8 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 deltarpm arm64 3.6+dfsg-1build6 [105 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-deltarpm arm64 3.6+dfsg-1build6 [18.1 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 python-libxml2 arm64 2.9.4+dfsg1-6.1ubuntu1.2 [129 kB]
Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-lzma arm64 0.5.3-3 [24.8 kB]
Get:8 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liblua5.2-0 arm64 5.2.4-1.1build1 [94.3 kB]
Get:9 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libnss3 arm64 2:3.35-2ubuntu2 [960 kB]
Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 librpmio8 arm64 4.14.1+dfsg1-2 [61.8 kB]
Get:11 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 librpm8 arm64 4.14.1+dfsg1-2 [142 kB]
Get:12 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libdw1 arm64 0.170-0.4 [179 kB]
Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 librpmbuild8 arm64 4.14.1+dfsg1-2 [59.4 kB]
Get:14 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 librpmsign8 arm64 4.14.1+dfsg1-2 [7452 B]
Get:15 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 rpm-common arm64 4.14.1+dfsg1-2 [28.0 kB]
Get:16 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-rpm arm64 4.14.1+dfsg1-2 [39.5 kB]
Get:17 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-sqlitecachec arm64 1.1.4-1 [19.1 kB]
Get:18 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libarchive13 arm64 3.2.2-3.1ubuntu0.1 [245 kB]
Get:19 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 rpm2cpio arm64 4.14.1+dfsg1-2 [7616 B]
Get:20 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 debugedit arm64 4.14.1+dfsg1-2 [17.2 kB]
Get:21 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 rpm arm64 4.14.1+dfsg1-2 [116 kB]
Get:22 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 libsqlite0 arm64 2.8.17-14fakesync1 [138 kB]
Get:23 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 python-sqlite arm64 1.0.1-12 [19.5 kB]
Get:24 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-pycurl arm64 7.43.0.1-0.2 [39.8 kB]
Get:25 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 python-urlgrabber all 3.10.2-1 [51.0 kB]
Get:26 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 yum all 3.4.3-3 [486 kB]
Get:27 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 createrepo all 0.10.3-1 [35.0 kB]
Get:28 http://ports.ubuntu.com/ubuntu-ports bionic/universe arm64 reprepro arm64 5.1.1-1 [366 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 3466 kB in 3s (1386 kB/s)
Selecting previously unselected package liblzo2-2:arm64.
(Reading database ... 32838 files and directories currently installed.)
Preparing to unpack .../00-liblzo2-2_2.08-1.2_arm64.deb ...
Unpacking liblzo2-2:arm64 (2.08-1.2) ...
Selecting previously unselected package libcap2:arm64.
Preparing to unpack .../01-libcap2_1%3a2.25-1.2_arm64.deb ...
Unpacking libcap2:arm64 (1:2.25-1.2) ...
Selecting previously unselected package libpopt0:arm64.
Preparing to unpack .../02-libpopt0_1.16-11_arm64.deb ...
Unpacking libpopt0:arm64 (1.16-11) ...
Selecting previously unselected package deltarpm.
Preparing to unpack .../03-deltarpm_3.6+dfsg-1build6_arm64.deb ...
Unpacking deltarpm (3.6+dfsg-1build6) ...
Selecting previously unselected package python-deltarpm.
Preparing to unpack .../04-python-deltarpm_3.6+dfsg-1build6_arm64.deb ...
Unpacking python-deltarpm (3.6+dfsg-1build6) ...
Selecting previously unselected package python-libxml2.
Preparing to unpack .../05-python-libxml2_2.9.4+dfsg1-6.1ubuntu1.2_arm64.deb ...
Unpacking python-libxml2 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Selecting previously unselected package python-lzma.
Preparing to unpack .../06-python-lzma_0.5.3-3_arm64.deb ...
Unpacking python-lzma (0.5.3-3) ...
Selecting previously unselected package liblua5.2-0:arm64.
Preparing to unpack .../07-liblua5.2-0_5.2.4-1.1build1_arm64.deb ...
Unpacking liblua5.2-0:arm64 (5.2.4-1.1build1) ...
Selecting previously unselected package libnss3:arm64.
Preparing to unpack .../08-libnss3_2%3a3.35-2ubuntu2_arm64.deb ...
Unpacking libnss3:arm64 (2:3.35-2ubuntu2) ...
Selecting previously unselected package librpmio8.
Preparing to unpack .../09-librpmio8_4.14.1+dfsg1-2_arm64.deb ...
Unpacking librpmio8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package librpm8.
Preparing to unpack .../10-librpm8_4.14.1+dfsg1-2_arm64.deb ...
Unpacking librpm8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package libdw1:arm64.
Preparing to unpack .../11-libdw1_0.170-0.4_arm64.deb ...
Unpacking libdw1:arm64 (0.170-0.4) ...
Selecting previously unselected package librpmbuild8.
Preparing to unpack .../12-librpmbuild8_4.14.1+dfsg1-2_arm64.deb ...
Unpacking librpmbuild8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package librpmsign8.
Preparing to unpack .../13-librpmsign8_4.14.1+dfsg1-2_arm64.deb ...
Unpacking librpmsign8 (4.14.1+dfsg1-2) ...
Selecting previously unselected package rpm-common.
Preparing to unpack .../14-rpm-common_4.14.1+dfsg1-2_arm64.deb ...
Unpacking rpm-common (4.14.1+dfsg1-2) ...
Selecting previously unselected package python-rpm.
Preparing to unpack .../15-python-rpm_4.14.1+dfsg1-2_arm64.deb ...
Unpacking python-rpm (4.14.1+dfsg1-2) ...
Selecting previously unselected package python-sqlitecachec.
Preparing to unpack .../16-python-sqlitecachec_1.1.4-1_arm64.deb ...
Unpacking python-sqlitecachec (1.1.4-1) ...
Selecting previously unselected package libarchive13:arm64.
Preparing to unpack .../17-libarchive13_3.2.2-3.1ubuntu0.1_arm64.deb ...
Unpacking libarchive13:arm64 (3.2.2-3.1ubuntu0.1) ...
Selecting previously unselected package rpm2cpio.
Preparing to unpack .../18-rpm2cpio_4.14.1+dfsg1-2_arm64.deb ...
Unpacking rpm2cpio (4.14.1+dfsg1-2) ...
Selecting previously unselected package debugedit.
Preparing to unpack .../19-debugedit_4.14.1+dfsg1-2_arm64.deb ...
Unpacking debugedit (4.14.1+dfsg1-2) ...
Selecting previously unselected package rpm.
Preparing to unpack .../20-rpm_4.14.1+dfsg1-2_arm64.deb ...
Unpacking rpm (4.14.1+dfsg1-2) ...
Selecting previously unselected package libsqlite0.
Preparing to unpack .../21-libsqlite0_2.8.17-14fakesync1_arm64.deb ...
Unpacking libsqlite0 (2.8.17-14fakesync1) ...
Selecting previously unselected package python-sqlite.
Preparing to unpack .../22-python-sqlite_1.0.1-12_arm64.deb ...
Unpacking python-sqlite (1.0.1-12) ...
Selecting previously unselected package python-pycurl.
Preparing to unpack .../23-python-pycurl_7.43.0.1-0.2_arm64.deb ...
Unpacking python-pycurl (7.43.0.1-0.2) ...
Selecting previously unselected package python-urlgrabber.
Preparing to unpack .../24-python-urlgrabber_3.10.2-1_all.deb ...
Unpacking python-urlgrabber (3.10.2-1) ...
Selecting previously unselected package yum.
Preparing to unpack .../25-yum_3.4.3-3_all.deb ...
Unpacking yum (3.4.3-3) ...
Selecting previously unselected package createrepo.
Preparing to unpack .../26-createrepo_0.10.3-1_all.deb ...
Unpacking createrepo (0.10.3-1) ...
Selecting previously unselected package reprepro.
Preparing to unpack .../27-reprepro_5.1.1-1_arm64.deb ...
Unpacking reprepro (5.1.1-1) ...
Setting up libpopt0:arm64 (1.16-11) ...
Setting up python-lzma (0.5.3-3) ...
Setting up libdw1:arm64 (0.170-0.4) ...
Setting up python-sqlitecachec (1.1.4-1) ...
Setting up libcap2:arm64 (1:2.25-1.2) ...
Setting up libnss3:arm64 (2:3.35-2ubuntu2) ...
Setting up python-pycurl (7.43.0.1-0.2) ...
Setting up python-deltarpm (3.6+dfsg-1build6) ...
Setting up python-urlgrabber (3.10.2-1) ...
Setting up deltarpm (3.6+dfsg-1build6) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up python-libxml2 (2.9.4+dfsg1-6.1ubuntu1.2) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up liblua5.2-0:arm64 (5.2.4-1.1build1) ...
Setting up libsqlite0 (2.8.17-14fakesync1) ...
Setting up liblzo2-2:arm64 (2.08-1.2) ...
Setting up librpmio8 (4.14.1+dfsg1-2) ...
Setting up libarchive13:arm64 (3.2.2-3.1ubuntu0.1) ...
Setting up debugedit (4.14.1+dfsg1-2) ...
Setting up reprepro (5.1.1-1) ...
Setting up python-sqlite (1.0.1-12) ...
Setting up librpm8 (4.14.1+dfsg1-2) ...
Setting up rpm-common (4.14.1+dfsg1-2) ...
Setting up librpmsign8 (4.14.1+dfsg1-2) ...
Setting up librpmbuild8 (4.14.1+dfsg1-2) ...
Setting up rpm2cpio (4.14.1+dfsg1-2) ...
Setting up python-rpm (4.14.1+dfsg1-2) ...
Setting up rpm (4.14.1+dfsg1-2) ...
Setting up yum (3.4.3-3) ...
Setting up createrepo (0.10.3-1) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
libutempter0 vim-common xxd
Suggested packages:
byobu | screenie | iselect ncurses-term indent
The following NEW packages will be installed:
libutempter0 screen vim-common vim-tiny xxd
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 1069 kB of archives.
After this operation, 2800 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xxd arm64 2:8.0.1453-1ubuntu1 [48.3 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 vim-common all 2:8.0.1453-1ubuntu1 [70.4 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 vim-tiny arm64 2:8.0.1453-1ubuntu1 [405 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libutempter0 arm64 1.1.6-3 [7904 B]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 screen arm64 4.6.2-1ubuntu1 [538 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 1069 kB in 1s (1177 kB/s)
Selecting previously unselected package xxd.
(Reading database ... 33544 files and directories currently installed.)
Preparing to unpack .../xxd_2%3a8.0.1453-1ubuntu1_arm64.deb ...
Unpacking xxd (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../vim-common_2%3a8.0.1453-1ubuntu1_all.deb ...
Unpacking vim-common (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package vim-tiny.
Preparing to unpack .../vim-tiny_2%3a8.0.1453-1ubuntu1_arm64.deb ...
Unpacking vim-tiny (2:8.0.1453-1ubuntu1) ...
Selecting previously unselected package libutempter0:arm64.
Preparing to unpack .../libutempter0_1.1.6-3_arm64.deb ...
Unpacking libutempter0:arm64 (1.1.6-3) ...
Selecting previously unselected package screen.
Preparing to unpack .../screen_4.6.2-1ubuntu1_arm64.deb ...
Unpacking screen (4.6.2-1ubuntu1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Setting up xxd (2:8.0.1453-1ubuntu1) ...
Setting up libutempter0:arm64 (1.1.6-3) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Setting up vim-common (2:8.0.1453-1ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up screen (4.6.2-1ubuntu1) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Setting up vim-tiny (2:8.0.1453-1ubuntu1) ...
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/rview (rview) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/vi (vi) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/editor (editor) in auto mode
update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist
update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist
deb https://dl.bintray.com/couchdbtest/couchdb-deb bionic main
gpg: directory '/root/.gnupg' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: keyserver receive failed: Cannot assign requested address
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 379CE192D401AB61: public key "Bintray (by JFrog) <bintray@bintray.com>" imported
gpg: Total number processed: 1
gpg: imported: 1
Warning: apt-key output should not be parsed (stdout is not a terminal)
OK
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Ign:5 https://dl.bintray.com/couchdbtest/couchdb-deb bionic InRelease
Hit:6 https://deb.nodesource.com/node_8.x bionic InRelease
Get:7 https://dl.bintray.com/couchdbtest/couchdb-deb bionic Release [2689 B]
Get:8 https://dl.bintray.com/couchdbtest/couchdb-deb bionic Release.gpg [821 B]
Get:9 https://dl.bintray.com/couchdbtest/couchdb-deb bionic/main arm64 Packages [1576 B]
Fetched 5086 B in 1s (4709 B/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
couch-libmozjs185-1.0 libffi-dev
The following NEW packages will be installed:
couch-libmozjs185-1.0 couch-libmozjs185-dev libffi-dev
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 2571 kB of archives.
After this operation, 7568 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libffi-dev arm64 3.2.1-8 [155 kB]
Get:2 https://dl.bintray.com/couchdbtest/couchdb-deb bionic/main arm64 couch-libmozjs185-1.0 arm64 1.8.5-1.0.0+couch-2~bionic [915 kB]
Get:3 https://dl.bintray.com/couchdbtest/couchdb-deb bionic/main arm64 couch-libmozjs185-dev arm64 1.8.5-1.0.0+couch-2~bionic [1501 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2571 kB in 2s (1473 kB/s)
Selecting previously unselected package couch-libmozjs185-1.0.
(Reading database ... 33699 files and directories currently installed.)
Preparing to unpack .../couch-libmozjs185-1.0_1.8.5-1.0.0+couch-2~bionic_arm64.deb ...
Unpacking couch-libmozjs185-1.0 (1.8.5-1.0.0+couch-2~bionic) ...
Selecting previously unselected package libffi-dev:arm64.
Preparing to unpack .../libffi-dev_3.2.1-8_arm64.deb ...
Unpacking libffi-dev:arm64 (3.2.1-8) ...
Selecting previously unselected package couch-libmozjs185-dev.
Preparing to unpack .../couch-libmozjs185-dev_1.8.5-1.0.0+couch-2~bionic_arm64.deb ...
Unpacking couch-libmozjs185-dev (1.8.5-1.0.0+couch-2~bionic) ...
Setting up couch-libmozjs185-1.0 (1.8.5-1.0.0+couch-2~bionic) ...
Setting up libffi-dev:arm64 (3.2.1-8) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up couch-libmozjs185-dev (1.8.5-1.0.0+couch-2~bionic) ...
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Ign:5 https://dl.bintray.com/couchdbtest/couchdb-deb bionic InRelease
Hit:6 https://deb.nodesource.com/node_8.x bionic InRelease
Hit:7 https://dl.bintray.com/couchdbtest/couchdb-deb bionic Release
Reading package lists...
Detected OS: Linux
Detected distribution: ubuntu, version 18.04 (bionic)
Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
Ign:5 https://dl.bintray.com/couchdbtest/couchdb-deb bionic InRelease
Hit:6 https://deb.nodesource.com/node_8.x bionic InRelease
Hit:7 https://dl.bintray.com/couchdbtest/couchdb-deb bionic Release
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
autoconf is already the newest version (2.69-11).
autoconf set to manually installed.
build-essential is already the newest version (12.4ubuntu1).
git is already the newest version (1:2.17.1-1ubuntu0.3).
openssl is already the newest version (1.1.0g-2ubuntu4.1).
openssl set to manually installed.
The following additional packages will be installed:
libssl-doc libtinfo-dev libxslt1.1
Suggested packages:
ncurses-doc
The following NEW packages will be installed:
libncurses5-dev libssl-dev libssl-doc libtinfo-dev libxslt1.1 xsltproc
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 2822 kB of archives.
After this operation, 12.6 MB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libtinfo-dev arm64 6.1-1ubuntu1.18.04 [74.2 kB]
Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libncurses5-dev arm64 6.1-1ubuntu1.18.04 [163 kB]
Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl-dev arm64 1.1.0g-2ubuntu4.1 [1189 kB]
Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libssl-doc all 1.1.0g-2ubuntu4.1 [1255 kB]
Get:5 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libxslt1.1 arm64 1.1.29-5 [128 kB]
Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 xsltproc arm64 1.1.29-5 [13.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 2822 kB in 2s (1659 kB/s)
Selecting previously unselected package libtinfo-dev:arm64.
(Reading database ... 33824 files and directories currently installed.)
Preparing to unpack .../0-libtinfo-dev_6.1-1ubuntu1.18.04_arm64.deb ...
Unpacking libtinfo-dev:arm64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libncurses5-dev:arm64.
Preparing to unpack .../1-libncurses5-dev_6.1-1ubuntu1.18.04_arm64.deb ...
Unpacking libncurses5-dev:arm64 (6.1-1ubuntu1.18.04) ...
Selecting previously unselected package libssl-dev:arm64.
Preparing to unpack .../2-libssl-dev_1.1.0g-2ubuntu4.1_arm64.deb ...
Unpacking libssl-dev:arm64 (1.1.0g-2ubuntu4.1) ...
Selecting previously unselected package libssl-doc.
Preparing to unpack .../3-libssl-doc_1.1.0g-2ubuntu4.1_all.deb ...
Unpacking libssl-doc (1.1.0g-2ubuntu4.1) ...
Selecting previously unselected package libxslt1.1:arm64.
Preparing to unpack .../4-libxslt1.1_1.1.29-5_arm64.deb ...
Unpacking libxslt1.1:arm64 (1.1.29-5) ...
Selecting previously unselected package xsltproc.
Preparing to unpack .../5-xsltproc_1.1.29-5_arm64.deb ...
Unpacking xsltproc (1.1.29-5) ...
Setting up libssl-dev:arm64 (1.1.0g-2ubuntu4.1) ...
Setting up libtinfo-dev:arm64 (6.1-1ubuntu1.18.04) ...
Setting up libxslt1.1:arm64 (1.1.29-5) ...
Setting up libncurses5-dev:arm64 (6.1-1ubuntu1.18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
Setting up libssl-doc (1.1.0g-2ubuntu4.1) ...
Setting up xsltproc (1.1.29-5) ...
Cloning into 'otp'...
Checking out files: 100% (10455/10455), done.
Switched to a new branch 'local-OTP-20.3.8.9'
=== running autoconf in lib
=== running autoconf in lib/common_test
=== running autoconf in lib/erl_interface
=== running autoheader in lib/erl_interface
=== running autoconf in lib/megaco
=== running autoconf in lib/odbc
=== running autoconf in lib/snmp
=== running autoconf in lib/wx
=== running autoconf in lib/common_test/test_server
=== running autoconf in erts
=== running autoheader in erts
=== running autoconf in .
Ignoring the --cache-file argument since it can cause the system to be erroneously configured
Disabling caching
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ld... ld
checking for env... /usr/bin/env
checking for GNU make... yes (make)
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for ranlib... ranlib
checking ERTS version... 9.3.3.3
checking OTP release... 20
checking OTP version... 20.3.8.9
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating make/output.mk
config.status: creating make/emd2exml
=== configuring in lib (/otp/lib)
configure: running /bin/bash /otp/lib/configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=/otp/lib
configure: creating ./config.status
=== configuring in snmp/. (/otp/lib/snmp/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for perl... perl
configure: creating ./config.status
config.status: creating mibs/Makefile
=== configuring in common_test/. (/otp/lib/common_test/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
configure: creating ./config.status
config.status: creating priv/aarch64-unknown-linux-gnu/Makefile
=== configuring in erl_interface/. (/otp/lib/erl_interface/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for ld.sh... no
checking for ld... ld
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of void *... 8
checking size of long long... 8
checking target hardware architecture... noarch
checking whether compilation mode forces ARCH adjustment... no: ARCH is noarch
checking for unaligned word access... no
checking for ar... ar
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for gethostbyname in -lnsl... yes
checking for getpeername in -lsocket... no
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for uid_t in sys/types.h... yes
checking for pid_t... yes
checking for size_t... yes
checking whether time.h and sys/time.h may both be included... yes
checking for socklen_t usability... yes
checking for working alloca.h... yes
checking for alloca... yes
checking whether gcc needs -traditional... no
checking for working memcmp... yes
checking for dup2... yes
checking for gethostbyaddr... yes
checking for gethostbyname... yes
checking for gethostbyaddr_r... yes
checking for gethostbyname_r... yes
checking for gethostname... yes
checking for writev... yes
checking for gethrtime... no
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for select... yes
checking for socket... yes
checking for strchr... yes
checking for strerror... yes
checking for strrchr... yes
checking for strstr... yes
checking for uname... yes
checking for res_gethostbyname... no
checking for res_gethostbyname in -lresolv... no
checking for clock_gettime... yes
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating src/aarch64-unknown-linux-gnu/Makefile
config.status: creating src/aarch64-unknown-linux-gnu/eidefs.mk
config.status: creating src/aarch64-unknown-linux-gnu/config.h
=== configuring in megaco/. (/otp/lib/megaco/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for flex... no
checking for lex... no
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking for usable Dynamic Erlang Driver configuration... yes
checking for perl... perl
configure: creating ./config.status
config.status: creating examples/meas/Makefile
configure: creating ./config.status
config.status: creating examples/meas/Makefile
config.status: creating src/flex/aarch64-unknown-linux-gnu/Makefile
=== configuring in odbc/. (/otp/lib/odbc/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking whether make sets $(MAKE)... yes
checking for ld.sh... no
checking for ld... ld
checking for rm... /bin/rm
checking for connect... yes
checking for gethostbyname... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking for sql.h... no
checking for sqlext.h... no
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for struct sockaddr_in6.sin6_addr... yes
checking for memset... yes
checking for socket... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking size of void *... 8
checking for odbc in standard locations... no
configure: WARNING: No odbc library found skipping odbc
configure: WARNING: "ODBC library - header check failed"
configure: WARNING: "ODBC library - link check failed"
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
configure: creating ./config.status
config.status: creating c_src/aarch64-unknown-linux-gnu/Makefile
=== configuring in wx/. (/otp/lib/wx/.)
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=.
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for ranlib... ranlib
checking how to run the C preprocessor... gcc -E
configure: Building for linux-gnu
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
checking OpenGL/gl.h usability... no
checking OpenGL/gl.h presence... no
checking for OpenGL/gl.h... no
configure: Checking for OpenGL headers in /usr/X11R6
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: Checking for OpenGL headers in /usr/local
checking GL/gl.h usability... no
checking GL/gl.h presence... no
checking for GL/gl.h... no
configure: WARNING: No OpenGL headers found, wx will NOT be usable
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
checking OpenGL/glu.h usability... no
checking OpenGL/glu.h presence... no
checking for OpenGL/glu.h... no
configure: WARNING: No GLU headers found, wx will NOT be usable
./configure: line 4668: wx-config: command not found
checking for debug build of wxWidgets... checking for wx-config... no
checking for standard build of wxWidgets... checking for wx-config... (cached) no
configure: WARNING:
wxWidgets must be installed on your system.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
'wx-config --libs' or 'wx-config --static --libs' command)
is in LD_LIBRARY_PATH or equivalent variable and
wxWidgets version is 2.8.4 or above.
checking if we can add -Werror=return-type to CFLAGS (via CFLAGS)... yes
checking if we can add -Werror=return-type to CXXFLAGS (via CFLAGS)... yes
configure: creating aarch64-unknown-linux-gnu/config.status
config.status: creating config.mk
config.status: creating c_src/Makefile
=== configuring in erts (/otp/erts)
configure: running /bin/bash /otp/erts/configure --disable-option-checking '--prefix=/usr/local' '--without-javac' --cache-file=/dev/null --srcdir=/otp/erts
checking build system type... aarch64-unknown-linux-gnu
checking host system type... aarch64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for library containing strerror... none required
checking OTP release... 20
checking OTP version... 20.3.8.9
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for mixed cygwin or msys and native VC++ environment... no
checking for mixed cygwin and native MinGW environment... no
checking if we mix cygwin with any native compiler... no
checking if we mix msys with another native compiler... no
checking for getconf... getconf
checking for large file support CFLAGS... none
checking for large file support LDFLAGS... none
checking for large file support LIBS... none
checking if we can add -Werror=return-type to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=implicit to WERRORFLAGS (via CFLAGS)... yes
checking if we can add -Werror=undef to WERRORFLAGS (via CFLAGS)... yes
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking size of void *... 8
checking whether compilation mode forces ARCH adjustment... no
checking if VM has to be linked with Carbon framework... no
checking for rm... /bin/rm
checking for mkdir... /bin/mkdir
checking for cp... /bin/cp
checking if we are building a sharing-preserving emulator... no
checking how to run the C preprocessor... gcc -E
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for perl5... no
checking for perl... /usr/bin/perl
checking whether ln -s works... yes
checking for ar... ar
checking for xsltproc... xsltproc
checking for fop... no
configure: WARNING: No 'fop' command found: going to generate placeholder PDF files
checking for xmllint... no
configure: WARNING: No 'xmllint' command found: can't run the xmllint target for the documentation
checking for a BSD-compatible install... /usr/bin/install -c
checking how to create a directory including parents... /usr/bin/install -c -d
checking for extra flags needed to export symbols... -Wl,-export-dynamic
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
checking for main in -linet... no
checking for openpty in -lutil... yes
checking for native win32 threads... no
checking for pthread_create in -lpthread... yes
checking for getconf... (cached) getconf
checking for Native POSIX Thread Library... yes
checking nptl/pthread.h usability... no
checking nptl/pthread.h presence... no
checking for nptl/pthread.h... no
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread/mit/pthread.h usability... no
checking pthread/mit/pthread.h presence... no
checking for pthread/mit/pthread.h... no
checking for kstat_open in -lkstat... no
checking for clock_gettime in -lrt... yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... yes
checking for clock_get_attributes... no
checking for gethrtime... no
checking for mach clock_get_time() with monotonic clock type... no
checking if SIGUSR1 and SIGUSR2 can be used... yes
checking if sigaltstack can be used... yes
checking for pthread.h... (cached) yes
checking for pthread/mit/pthread.h... (cached) no
checking sched.h usability... yes
checking sched.h presence... yes
checking for sched.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for usable PTHREAD_STACK_MIN... yes
checking for pthread_spin_lock... yes
checking for sched_yield... yes
checking whether sched_yield() returns an int... yes
checking for pthread_yield... yes
checking whether pthread_yield() returns an int... yes
checking for pthread_rwlock_init... yes
checking for pthread_rwlockattr_setkind_np... yes
checking for PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP... yes
checking for pthread_attr_setguardsize... yes
checking whether pthread_cond_timedwait() can use the monotonic clock CLOCK_MONOTONIC for timeout... yes
checking for Linux futexes... yes
checking for pthread_setname_np... linux
checking for pthread_getname_np... linux
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of __int128_t... 16
checking for a working __sync_synchronize()... yes
checking for 32-bit __sync_add_and_fetch()... yes
checking for 64-bit __sync_add_and_fetch()... yes
checking for 128-bit __sync_add_and_fetch()... no
checking for 32-bit __sync_fetch_and_and()... yes
checking for 64-bit __sync_fetch_and_and()... yes
checking for 128-bit __sync_fetch_and_and()... no
checking for 32-bit __sync_fetch_and_or()... yes
checking for 64-bit __sync_fetch_and_or()... yes
checking for 128-bit __sync_fetch_and_or()... no
checking for 32-bit __sync_val_compare_and_swap()... yes
checking for 64-bit __sync_val_compare_and_swap()... yes
checking for 128-bit __sync_val_compare_and_swap()... no
checking for 32-bit __atomic_store_n()... yes
checking for 64-bit __atomic_store_n()... yes
checking for 128-bit __atomic_store_n()... no
checking for 32-bit __atomic_load_n()... yes
checking for 64-bit __atomic_load_n()... yes
checking for 128-bit __atomic_load_n()... no
checking for 32-bit __atomic_add_fetch()... yes
checking for 64-bit __atomic_add_fetch()... yes
checking for 128-bit __atomic_add_fetch()... no
checking for 32-bit __atomic_fetch_and()... yes
checking for 64-bit __atomic_fetch_and()... yes
checking for 128-bit __atomic_fetch_and()... no
checking for 32-bit __atomic_fetch_or()... yes
checking for 64-bit __atomic_fetch_or()... yes
checking for 128-bit __atomic_fetch_or()... no
checking for 32-bit __atomic_compare_exchange_n()... yes
checking for 64-bit __atomic_compare_exchange_n()... yes
checking for 128-bit __atomic_compare_exchange_n()... no
checking for a usable libatomic_ops implementation... no
checking whether default stack size should be modified... no
checking size of void *... (cached) 8
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of long long... (cached) 8
checking size of __int64... 0
checking size of __int128_t... (cached) 16
checking whether byte ordering is bigendian... no
checking whether double word ordering is middle-endian... no
checking whether an emulator with smp support should be built... yes
checking whether dirty schedulers should be enabled... yes
checking whether an emulator without smp support should be built... no
checking for posix_fadvise... yes
checking for closefrom... no
checking linux/falloc.h usability... yes
checking linux/falloc.h presence... yes
checking for linux/falloc.h... yes
checking whether fallocate() works... yes
checking whether posix_fallocate() works... yes
checking whether the emulator should use threads... yes; thread support required and therefore forced
checking whether lock checking should be enabled... no
checking whether lock counters should be enabled... no
checking whether dlopen() needs to be called before first call to dlerror()... no
checking for kstat_open in -lkstat... (cached) no
checking for tgetent in -ltinfo... yes
checking for wcwidth... yes
checking for zlib 1.2.5 or higher... yes
checking for zlib inflateGetDictionary presence... checking for library containing inflateGetDictionary... none required
checking for connect... yes
checking for gethostbyname... yes
checking for gethostbyname_r... yes
checking for working posix_openpt implementation... yes
checking if netdb.h requires netinet/in.h to be previously included... yes
checking for socklen_t... yes
checking for h_errno declaration in netdb.h... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking whether time.h and sys/time.h may both be included... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking for sys/types.h... (cached) yes
checking sys/stropts.h usability... yes
checking sys/stropts.h presence... yes
checking for sys/stropts.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... (cached) yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/sockio.h usability... no
checking sys/sockio.h presence... no
checking for sys/sockio.h... no
checking sys/socketio.h usability... no
checking sys/socketio.h presence... no
checking for sys/socketio.h... no
checking net/errno.h usability... no
checking net/errno.h presence... no
checking for net/errno.h... no
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking libdlpi.h usability... no
checking libdlpi.h presence... no
checking for libdlpi.h... no
checking pty.h usability... yes
checking pty.h presence... yes
checking for pty.h... yes
checking util.h usability... no
checking util.h presence... no
checking for util.h... no
checking libutil.h usability... no
checking libutil.h presence... no
checking for libutil.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sdkddkver.h usability... no
checking sdkddkver.h presence... no
checking for sdkddkver.h... no
checking for struct ifreq.ifr_hwaddr... yes
checking for struct ifreq.ifr_enaddr... no
checking for dlpi_open in -ldlpi... no
configure: Extending the search to include /lib
checking for dlpi_open in -ldlpi... no
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking whether getrlimit is declared... yes
checking whether setrlimit is declared... yes
checking whether RLIMIT_STACK is declared... yes
checking for getrusage... yes
checking sys/event.h usability... no
checking sys/event.h presence... no
checking for sys/event.h... no
checking sys/epoll.h usability... yes
checking sys/epoll.h presence... yes
checking for sys/epoll.h... yes
checking sys/devpoll.h usability... no
checking sys/devpoll.h presence... no
checking for sys/devpoll.h... no
checking sys/timerfd.h usability... yes
checking sys/timerfd.h presence... yes
checking for sys/timerfd.h... yes
checking for netinet/sctp.h... no
checking for sched.h... (cached) yes
checking setns.h usability... no
checking setns.h presence... no
checking for setns.h... no
checking for setns... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking for SO_BSDCOMPAT declaration... yes
checking for INADDR_LOOPBACK in netinet/in.h... yes
checking for sys_errlist declaration in stdio.h or errno.h... yes
checking if windows.h includes winsock2.h... no
checking for an ANSI C-conforming const... yes
checking return type of signal handlers... void
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether struct sockaddr has sa_len field... no
checking for struct exception (and matherr function)... no
checking size of char... 1
checking size of short... (cached) 2
checking size of int... (cached) 4
checking size of long... (cached) 8
checking size of void *... (cached) 8
checking size of long long... (cached) 8
checking size of size_t... 8
checking size of off_t... 8
checking size of time_t... 8
checking if we should add -fno-tree-copyrename to CFLAGS for computed gotos to work properly... yes
checking for broken gcc-4.3.0 compiler... no
checking whether byte ordering is bigendian... (cached) no
checking whether double word ordering is middle-endian... (cached) no
checking for fdatasync... yes
checking for library containing fdatasync... none required
checking for sendfile... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for ws2tcpip.h... no
checking for getaddrinfo... yes
checking whether getaddrinfo accepts enough flags... yes
checking for getnameinfo... yes
checking for getipnodebyname... no
checking for getipnodebyaddr... no
checking for gethostbyname2... yes
checking for ieee_handler... no
checking for fpsetmask... no
checking for finite... yes
checking for isnan... yes
checking for isinf... yes
checking for res_gethostbyname... no
checking for dlopen... yes
checking for pread... yes
checking for pwrite... yes
checking for memmove... yes
checking for strerror... yes
checking for strerror_r... yes
checking for strncasecmp... yes
checking for gethrtime... (cached) no
checking for localtime_r... yes
checking for gmtime_r... yes
checking for inet_pton... yes
checking for mprotect... yes
checking for mmap... yes
checking for mremap... yes
checking for memcpy... yes
checking for mallopt... yes
checking for sbrk... yes
checking for _sbrk... no
checking for __sbrk... yes
checking for brk... yes
checking for _brk... no
checking for __brk... no
checking for flockfile... yes
checking for fstat... yes
checking for strlcpy... no
checking for strlcat... no
checking for setsid... yes
checking for posix2time... no
checking for time2posix... no
checking for setlocale... yes
checking for nl_langinfo... yes
checking for poll... yes
checking for mlockall... yes
checking for ppoll... yes
checking for isfinite... no
checking for posix_memalign... yes
checking for writev... yes
checking whether posix2time is declared... no
checking whether time2posix is declared... no
checking if vfork is known to hang multithreaded applications... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for vprintf... yes
checking for _doprnt... no
checking for conflicting declaration of fread... yes
checking for putc_unlocked... yes
checking for fwrite_unlocked... yes
checking for openpty... yes
checking net/if_dl.h usability... no
checking net/if_dl.h presence... no
checking for net/if_dl.h... no
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking netpacket/packet.h usability... yes
checking netpacket/packet.h presence... yes
checking for netpacket/packet.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking for getifaddrs... yes
checking whether in6addr_any is declared... yes
checking whether in6addr_loopback is declared... yes
checking whether IN6ADDR_ANY_INIT is declared... yes
checking whether IN6ADDR_LOOPBACK_INIT is declared... yes
checking whether IPV6_V6ONLY is declared... yes
checking for sched_getaffinity/sched_setaffinity... yes
checking for pset functionality... no
checking for processor_bind functionality... no
checking for cpuset_getaffinity/cpuset_setaffinity... no
checking for 'end' symbol... yes
checking for '_end' symbol... yes
checking if __after_morecore_hook can track malloc()s core memory use... no
checking types of sbrk()s return value and argument... void *,intptr_t
checking types of brk()s return value and argument... int,void *
checking if sbrk()/brk() wrappers can track malloc()s core memory use... no
checking for IP version 6 support... yes
checking for multicast support... yes
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime() with wall clock type... CLOCK_REALTIME
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gettimeofday... yes
checking for mach clock_get_time() with wall clock type... no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with custom monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking for clock_gettime in -lrt... (cached) yes
checking for clock_gettime(CLOCK_MONOTONIC_RAW, _)... (cached) yes
checking for clock_gettime() with high resolution monotonic clock type... CLOCK_MONOTONIC
checking for clock_getres... (cached) yes
checking for clock_get_attributes... (cached) no
checking for gethrtime... (cached) no
checking for mach clock_get_time() with monotonic clock type... (cached) no
checking if gethrvtime works and how to use it... not working
checking if clock_gettime can be used to get process CPU time... yes
checking for m4... m4
configure: Floating point exceptions disabled by default on Linux
checking whether to redefine FD_SETSIZE... no
checking for working poll()... yes
checking whether epoll is level triggered... yes
checking whether kernel poll support should be enabled... yes; epoll
checking whether putenv() stores a copy of the key-value pair... no
checking for ld... gcc
checking for compiler flags for loadable drivers... -g -O2 -I/otp/erts/aarch64-unknown-linux-gnu -fno-tree-copyrename -D_GNU_SOURCE -fPIC
checking for linker for loadable drivers... gcc
checking for linker flags for loadable drivers... -shared -Wl,-Bsymbolic
checking for 'runtime library path' linker flag... -Wl,-R
checking for a compiler that handles jumptables... gcc
checking for static ZLib to be used by SSL in standard locations... no
checking for OpenSSL >= 0.9.8c in standard locations... /usr
checking for OpenSSL kerberos 5 support... no
checking for ssl runtime library path to use... /usr/lib:/usr/local/lib:/usr/sfw/lib:/opt/local/lib:/usr/pkg/lib:/usr/local/openssl/lib:/usr/lib/openssl/lib:/usr/openssl/lib:/usr/local/ssl/lib:/usr/lib/ssl/lib:/usr/ssl/lib://lib
checking for kstat_open in -lkstat... (cached) no
checking for kvm_open in -lkvm... no
checking for c++... c++
checking for log2... yes
configure: creating ./config.status
config.status: creating emulator/aarch64-unknown-linux-gnu/Makefile
config.status: creating epmd/src/aarch64-unknown-linux-gnu/Makefile
config.status: creating etc/common/aarch64-unknown-linux-gnu/Makefile
config.status: creating include/internal/aarch64-unknown-linux-gnu/ethread.mk
config.status: creating include/internal/aarch64-unknown-linux-gnu/erts_internal.mk
config.status: creating lib_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../make/aarch64-unknown-linux-gnu/otp.mk
config.status: creating ../make/aarch64-unknown-linux-gnu/otp_ded.mk
config.status: creating ../make/make_emakefile
config.status: creating ../lib/ic/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../lib/os_mon/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../lib/crypto/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../lib/orber/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../lib/runtime_tools/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating ../lib/tools/c_src/aarch64-unknown-linux-gnu/Makefile
config.status: creating aarch64-unknown-linux-gnu/config.h
config.status: creating include/internal/aarch64-unknown-linux-gnu/ethread_header_config.h
config.status: creating include/aarch64-unknown-linux-gnu/erl_int_sizes_config.h
*********************************************************************
********************** APPLICATIONS DISABLED **********************
*********************************************************************
ic : skipping ic
jinterface : Java compiler disabled by user
odbc : ODBC library - link check failed
wx : skipping wx
*********************************************************************
*********************************************************************
********************** APPLICATIONS INFORMATION *******************
*********************************************************************
wx : wxWidgets not found, wx will NOT be usable
*********************************************************************
*********************************************************************
********************** DOCUMENTATION INFORMATION ******************
*********************************************************************
documentation :
fop is missing.
xmllint is missing.
Using fakefop to generate placeholder PDF files.
*********************************************************************
MAKE depend
make[1]: Entering directory '/otp/erts/emulator'
MAKE generate
make[2]: Entering directory '/otp/erts/emulator'
GEN aarch64-unknown-linux-gnu/gen_git_version.mk
GEN aarch64-unknown-linux-gnu/opt/smp/OPCODES-GENERATED
GEN aarch64-unknown-linux-gnu/opt/smp/TABLES-GENERATED
GEN aarch64-unknown-linux-gnu/opt/smp/erl_alloc_types.h
GEN aarch64-unknown-linux-gnu/erl_version.h
GEN aarch64-unknown-linux-gnu/opt/smp/driver_tab.c
GEN aarch64-unknown-linux-gnu/preload.c
GEN aarch64-unknown-linux-gnu/opt/smp/GENERATED
make[2]: Leaving directory '/otp/erts/emulator'
make[1]: Leaving directory '/otp/erts/emulator'
make[1]: Entering directory '/otp/erts/emulator'
MAKE depend
make[2]: Entering directory '/otp/erts/emulator'
GEN aarch64-unknown-linux-gnu/opt/smp/depend.mk
GEN aarch64-unknown-linux-gnu/gen_git_version.mk
make[3]: Entering directory '/otp/erts/lib_src'
MAKE depend
make[4]: Entering directory '/otp/erts/lib_src'
GEN obj/aarch64-unknown-linux-gnu/opt/depend.mk
make[4]: Nothing to be done for 'depend'.
make[4]: Leaving directory '/otp/erts/lib_src'
make[3]: Leaving directory '/otp/erts/lib_src'
GEN aarch64-unknown-linux-gnu/gen_git_version.mk
make[2]: Nothing to be done for 'depend'.
make[2]: Leaving directory '/otp/erts/emulator'
make[1]: Leaving directory '/otp/erts/emulator'
make[1]: Entering directory '/otp/erts/lib_src'
MAKE depend
make[2]: Entering directory '/otp/erts/lib_src'
make[2]: Nothing to be done for 'depend'.
make[2]: Leaving directory '/otp/erts/lib_src'
make[1]: Leaving directory '/otp/erts/lib_src'
MAKE emulator
make[1]: Entering directory '/otp/erts'
make[2]: Entering directory '/otp/erts'
make[3]: Entering directory '/otp/erts/emulator'
MAKE opt
make[4]: Entering directory '/otp/erts/emulator'
GEN aarch64-unknown-linux-gnu/gen_git_version.mk
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_main.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/preload.o
EMU_CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_emu.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_opcodes.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_load.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_bif_load.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_debug.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_bp.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_catches.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/code_ix.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/beam_ranges.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_mtrace.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_alloc_util.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_goodfit_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bestfit_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_afit_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_instrument.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_atom_table.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_table.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_ddll.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_init.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_guard.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_info.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_op.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_os.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_lists.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_trace.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_unique.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_wrap.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_nfunc_sched.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_guard_bifs.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_dirty_bif_wrap.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_trace.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/copy.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/utils.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/bif.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/io.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_printf_term.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_debug.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_md5.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_message.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_process.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_process_dict.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_process_lock.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_port_task.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_arith.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/time.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/external.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/binary.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/dist.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_time_sup.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_db.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_db_hash.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_db_util.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_thr_progress.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_db_tree.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/big.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/hash.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/index.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/module.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/atom.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/register.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/break.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/export.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_async.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_lock_check.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_gc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_lock_count.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_posix_str.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bits.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_math.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_fun.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_port.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_term.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_node_tables.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_monitors.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_process_dump.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_hl_timer.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_cpu_topology.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_drv_thread.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_chksum.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_re.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_unicode.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/packet_parser.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/safe_hash.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_zlib.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_nif.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_bif_binary.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_ao_firstfit_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_thr_queue.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_sched_spec_pre_alloc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_ptab.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_map.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_msacc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_lock_flags.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_io_queue.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/sys.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/sys_drivers.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/sys_uds.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/driver_tab.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/unix_efile.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/gzio.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/elib_memmove.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/sys_float.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/sys_time.o
beam/dist.c: In function 'erts_dsig_send_link':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_poll.kp.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_check_io.kp.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_poll.nkp.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_check_io.nkp.o
beam/dist.c: In function 'erts_dsig_send_unlink':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_mseg.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_unix_sys_ddll.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_mmap.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_mtrace_sys_wrap.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_sys_common_misc.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_os_monotonic_time_extender.o
beam/dist.c: In function 'erts_dsig_send_m_exit':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
CC obj/aarch64-unknown-linux-gnu/opt/smp/erlang_lttng.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/efile_drv.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/inet_drv.o
beam/dist.c: In function 'erts_dsig_send_monitor':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
sys/unix/sys_time.c: In function 'rdtsc':
sys/unix/sys_time.c:1009:12: warning: 'ts' is used uninitialized in this function [-Wuninitialized]
return ts;
^~
CC obj/aarch64-unknown-linux-gnu/opt/smp/ram_file_drv.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_tracer_nif.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/ttsl_drv.o
CC obj/aarch64-unknown-linux-gnu/opt/smp/zlib_nif.o
beam/dist.c: In function 'erts_dsig_send_demonitor':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_latin_1_table.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_compile.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_config.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_dfa_exec.o
GEN /otp/erts/emulator/pcre/pcre_exec_loop_break_cases.inc
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_fullinfo.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_get.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_maketables.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_globals.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_newline.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_ord2utf8.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_refcount.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_study.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_tables.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_valid_utf8.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_version.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_byte_order.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_jit_compile.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_string_utils.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_ucd.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_xclass.o
make[5]: Entering directory '/otp/erts/lib_src'
CC obj/aarch64-unknown-linux-gnu/opt/smp/erl_child_setup.o
CC /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/pcre_exec.o
MAKE opt
make[6]: Entering directory '/otp/erts/lib_src'
CC obj/aarch64-unknown-linux-gnu/opt/r/ethr_aux.o
CC obj/aarch64-unknown-linux-gnu/opt/r/ethr_atomics.o
CC obj/aarch64-unknown-linux-gnu/opt/r/ethr_mutex.o
CC obj/aarch64-unknown-linux-gnu/opt/r/ethread.o
CC obj/aarch64-unknown-linux-gnu/opt/r/ethr_cbf.o
CC obj/aarch64-unknown-linux-gnu/opt/r/ethr_event.o
CC obj/aarch64-unknown-linux-gnu/opt/erl_memory_trace_parser.o
CC obj/aarch64-unknown-linux-gnu/opt/r/erl_memory_trace_parser.o
CC obj/aarch64-unknown-linux-gnu/opt/erl_printf_format.o
CC obj/aarch64-unknown-linux-gnu/opt/erl_printf.o
CC obj/aarch64-unknown-linux-gnu/opt/erl_misc_utils.o
CC obj/aarch64-unknown-linux-gnu/opt/r/erl_printf_format.o
beam/dist.c: In function 'erts_dsig_send_exit':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
CC obj/aarch64-unknown-linux-gnu/opt/r/erl_printf.o
CC obj/aarch64-unknown-linux-gnu/opt/r/erl_misc_utils.o
beam/dist.c: In function 'erts_dsig_send_exit2':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
beam/dist.c: In function 'erts_dsig_send_group_leader':
beam/dist.c:1755:10: warning: 'ctx.reds' is used uninitialized in this function [-Wuninitialized]
Sint initial_reds = ctx->reds;
^~~~~~~~~~~~
AR ../lib/internal/aarch64-unknown-linux-gnu/liberts_internal.a
RANLIB ../lib/internal/aarch64-unknown-linux-gnu/liberts_internal.a
AR ../lib/internal/aarch64-unknown-linux-gnu/liberts_internal_r.a
RANLIB ../lib/internal/aarch64-unknown-linux-gnu/liberts_internal_r.a
AR ../lib/internal/aarch64-unknown-linux-gnu/libethread.a
RANLIB ../lib/internal/aarch64-unknown-linux-gnu/libethread.a
AR ../lib/aarch64-unknown-linux-gnu/liberts.a
RANLIB ../lib/aarch64-unknown-linux-gnu/liberts.a
AR ../lib/aarch64-unknown-linux-gnu/liberts_r.a
RANLIB ../lib/aarch64-unknown-linux-gnu/liberts_r.a
GEN obj/aarch64-unknown-linux-gnu/opt/MADE
make[6]: Leaving directory '/otp/erts/lib_src'
make[5]: Leaving directory '/otp/erts/lib_src'
LD /otp/bin/aarch64-unknown-linux-gnu/erl_child_setup
AR /otp/erts/emulator/pcre/obj/aarch64-unknown-linux-gnu/opt/libepcre.a
LD /otp/bin/aarch64-unknown-linux-gnu/beam.smp
make[4]: Leaving directory '/otp/erts/emulator'
make[3]: Leaving directory '/otp/erts/emulator'
make[3]: Entering directory '/otp/erts/etc'
make[4]: Entering directory '/otp/erts/etc/common'
MAKE opt
make[5]: Entering directory '/otp/erts/etc/common'
CC /otp/erts/obj/aarch64-unknown-linux-gnu/inet_gethost.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/heart.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/erlexec.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/typer.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/dialyzer.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/erlc.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/escript.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/ct_run.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/safe_string.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/run_erl.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/to_erl.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/dyn_erl.o
VSN Install
VSN erl.src
LD /otp/bin/aarch64-unknown-linux-gnu/to_erl
LD /otp/bin/aarch64-unknown-linux-gnu/typer
LD /otp/bin/aarch64-unknown-linux-gnu/heart
LD /otp/bin/aarch64-unknown-linux-gnu/dialyzer
LD /otp/bin/aarch64-unknown-linux-gnu/erlc
LD /otp/bin/aarch64-unknown-linux-gnu/dyn_erl
LD /otp/bin/aarch64-unknown-linux-gnu/escript
LD /otp/bin/aarch64-unknown-linux-gnu/ct_run
LD /otp/bin/aarch64-unknown-linux-gnu/run_erl
LD /otp/bin/aarch64-unknown-linux-gnu/erlexec
LD /otp/bin/aarch64-unknown-linux-gnu/inet_gethost
make[5]: Leaving directory '/otp/erts/etc/common'
make[4]: Leaving directory '/otp/erts/etc/common'
make[4]: Entering directory '/otp/erts/etc/unix'
GEN etp-commands
make[4]: Leaving directory '/otp/erts/etc/unix'
make[3]: Leaving directory '/otp/erts/etc'
make[3]: Entering directory '/otp/erts/epmd'
make[4]: Entering directory '/otp/erts/epmd/src'
MAKE opt
make[5]: Entering directory '/otp/erts/epmd/src'
CC /otp/erts/obj/aarch64-unknown-linux-gnu/epmd.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/epmd_cli.o
CC /otp/erts/obj/aarch64-unknown-linux-gnu/epmd_srv.o
LD /otp/bin/aarch64-unknown-linux-gnu/epmd
make[5]: Leaving directory '/otp/erts/epmd/src'
make[4]: Leaving directory '/otp/erts/epmd/src'
make[3]: Leaving directory '/otp/erts/epmd'
make[3]: Entering directory '/otp/erts/lib_src'
MAKE opt
make[4]: Entering directory '/otp/erts/lib_src'
make[4]: Nothing to be done for 'all'.
make[4]: Leaving directory '/otp/erts/lib_src'
make[3]: Leaving directory '/otp/erts/lib_src'
(cd preloaded/src && make ../ebin/erts.app)
make[3]: Entering directory '/otp/erts/preloaded/src'
VSN ../ebin/erts.app
make[3]: Leaving directory '/otp/erts/preloaded/src'
make[2]: Leaving directory '/otp/erts'
make[1]: Leaving directory '/otp/erts'
MAKE secondary_bootstrap_build
make[1]: Entering directory '/otp/lib'
make[2]: Entering directory '/otp/lib/hipe'
Makefile:72: warning: overriding recipe for target 'clean'
/otp/make/otp_subdir.mk:29: warning: ignoring old recipe for target 'clean'
=== Entering application hipe
make[3]: Entering directory '/otp/lib/hipe/misc'
ERLC ../ebin/hipe_consttab.beam
ERLC ../ebin/hipe_gensym.beam
make[3]: Leaving directory '/otp/lib/hipe/misc'
make[3]: Entering directory '/otp/lib/hipe/main'
VSN hipe.hrl
VSN ../ebin/hipe.app
VSN ../ebin/hipe.appup
ERLC ../ebin/hipe_main.beam
make[3]: Leaving directory '/otp/lib/hipe/main'
make[3]: Entering directory '/otp/lib/hipe/cerl'
ERLC ../ebin/cerl_cconv.beam
ERLC ../ebin/cerl_closurean.beam
ERLC ../ebin/cerl_hipeify.beam
ERLC ../ebin/cerl_lib.beam
ERLC ../ebin/cerl_messagean.beam
ERLC ../ebin/cerl_pmatch.beam
ERLC ../ebin/cerl_prettypr.beam
ERLC ../ebin/cerl_to_icode.beam
ERLC ../ebin/cerl_typean.beam
ERLC ../ebin/erl_bif_types.beam
ERLC ../ebin/erl_types.beam
make[3]: Leaving directory '/otp/lib/hipe/cerl'
make[3]: Entering directory '/otp/lib/hipe/icode'
ERLC ../ebin/hipe_beam_to_icode.beam
ERLC ../ebin/hipe_icode.beam
ERLC ../ebin/hipe_icode_bincomp.beam
ERLC ../ebin/hipe_icode_callgraph.beam
ERLC ../ebin/hipe_icode_cfg.beam
ERLC ../ebin/hipe_icode_coordinator.beam
ERLC ../ebin/hipe_icode_fp.beam
ERLC ../ebin/hipe_icode_exceptions.beam
ERLC ../ebin/hipe_icode_inline_bifs.beam
ERLC ../ebin/hipe_icode_instruction_counter.beam
ERLC ../ebin/hipe_icode_liveness.beam
ERLC ../ebin/hipe_icode_pp.beam
ERLC ../ebin/hipe_icode_primops.beam
ERLC ../ebin/hipe_icode_range.beam
ERLC ../ebin/hipe_icode_split_arith.beam
ERLC ../ebin/hipe_icode_ssa.beam
ERLC ../ebin/hipe_icode_ssa_const_prop.beam
ERLC ../ebin/hipe_icode_call_elim.beam
ERLC ../ebin/hipe_icode_ssa_copy_prop.beam
ERLC ../ebin/hipe_icode_ssa_struct_reuse.beam
ERLC ../ebin/hipe_icode_type.beam
ERLC ../ebin/hipe_icode_ebb.beam
ERLC ../ebin/hipe_icode_mulret.beam
make[3]: Leaving directory '/otp/lib/hipe/icode'
make[3]: Entering directory '/otp/lib/hipe/flow'
ERLC ../ebin/hipe_bb.beam
ERLC ../ebin/hipe_dominators.beam
ERLC ../ebin/hipe_gen_cfg.beam
make[3]: Leaving directory '/otp/lib/hipe/flow'
make[3]: Entering directory '/otp/lib/hipe/util'
ERLC ../ebin/hipe_timing.beam
ERLC ../ebin/hipe_dot.beam
ERLC ../ebin/hipe_digraph.beam
ERLC ../ebin/hipe_dsets.beam
make[3]: Leaving directory '/otp/lib/hipe/util'
make[3]: Entering directory '/otp/lib/hipe/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/hipe/doc/src'
=== Leaving application hipe
make[2]: Leaving directory '/otp/lib/hipe'
make[2]: Entering directory '/otp/lib/parsetools'
=== Entering application parsetools
make[3]: Entering directory '/otp/lib/parsetools/src'
ERLC ../ebin/leex.beam
ERLC ../ebin/yecc.beam
ERLC ../ebin/yeccparser.beam
ERLC ../ebin/yeccscan.beam
VSN ../ebin/parsetools.app
VSN ../ebin/parsetools.appup
make[3]: Leaving directory '/otp/lib/parsetools/src'
make[3]: Entering directory '/otp/lib/parsetools/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/parsetools/doc/src'
=== Leaving application parsetools
make[2]: Leaving directory '/otp/lib/parsetools'
make[2]: Entering directory '/otp/lib/asn1/src'
ERLC ../ebin/asn1ct.beam
ERLC ../ebin/asn1ct_check.beam
ERLC ../ebin/asn1_db.beam
ERLC ../ebin/asn1ct_pretty_format.beam
ERLC ../ebin/asn1ct_func.beam
ERLC ../ebin/asn1ct_gen.beam
ERLC ../ebin/asn1ct_gen_check.beam
ERLC ../ebin/asn1ct_gen_per.beam
ERLC ../ebin/asn1ct_name.beam
ERLC ../ebin/asn1ct_constructed_per.beam
ERLC ../ebin/asn1ct_constructed_ber_bin_v2.beam
ERLC ../ebin/asn1ct_gen_ber_bin_v2.beam
ERLC ../ebin/asn1ct_imm.beam
ERLC prepare_templates.beam
ERLC asn1rtt_check.beam
ERLC asn1rtt_ext.beam
ERLC asn1rtt_per_common.beam
ERLC asn1rtt_real_common.beam
ERLC asn1rtt_ber.beam
ERLC asn1rtt_per.beam
ERLC asn1rtt_uper.beam
ERLC ../ebin/asn1ct_value.beam
ERLC ../ebin/asn1ct_tok.beam
ERLC ../ebin/asn1ct_parser2.beam
ERLC ../ebin/asn1ct_table.beam
ERLC ../ebin/asn1rt_nif.beam
VSN ../ebin/asn1.app
VSN ../ebin/asn1.appup
GEN asn1ct_rtt.erl
ERLC ../ebin/asn1ct_rtt.beam
GEN asn1ct_eval_ext.erl
ERLC ../ebin/asn1ct_eval_ext.beam
make[2]: Leaving directory '/otp/lib/asn1/src'
make[1]: Leaving directory '/otp/lib'
MAKE secondary_bootstrap_copy
MAKE tertiary_bootstrap_build
make[1]: Entering directory '/otp/lib'
make[2]: Entering directory '/otp/lib/snmp'
=== Entering application snmp
make[3]: Entering directory '/otp/lib/snmp/src/compile'
YECC snmpc_mib_gram.erl
ERLC ../../ebin/snmpc.beam
ERLC ../../ebin/snmpc_lib.beam
ERLC ../../ebin/snmpc_mib_to_hrl.beam
ERLC ../../ebin/snmpc_misc.beam
ERLC ../../ebin/snmpc_tok.beam
VSN ../../bin/snmpc
ERLC ../../ebin/snmpc_mib_gram.beam
snmpc.erl:420: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
make[3]: Leaving directory '/otp/lib/snmp/src/compile'
make[3]: Entering directory '/otp/lib/snmp/mibs'
GEN /otp/lib/snmp/bin/snmp-v2tov1
SNMP ../priv/mibs/RFC1213-MIB.bin
SNMP ../priv/mibs/SNMPv2-TM.bin
SNMP ../priv/mibs/SNMPv2-MIB.bin
SNMP ../priv/mibs/SNMP-FRAMEWORK-MIB.bin
SNMP ../priv/mibs/SNMP-MPD-MIB.bin
SNMP ../priv/mibs/INET-ADDRESS-MIB.bin
SNMP ../priv/mibs/TRANSPORT-ADDRESS-MIB.bin
SNMP ../priv/mibs/OTP-REG.bin
GEN v1/OTP-SNMPEA-MIB.mib.v1
Use of assignment to $[ is deprecated at /otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
version: undefined
version: undefined
version: undefined
version: undefined
version: undefined
version: undefined
version: undefined
version: undefined
SNMP ../include/SNMPv2-TM.hrl
SNMP ../include/INET-ADDRESS-MIB.hrl
SNMP ../priv/mibs/SNMP-TARGET-MIB.bin
SNMP ../priv/mibs/SNMP-USER-BASED-SM-MIB.bin
SNMP ../priv/mibs/SNMP-VIEW-BASED-ACM-MIB.bin
SNMP ../priv/mibs/SNMP-USM-AES-MIB.bin
SNMP ../include/SNMP-FRAMEWORK-MIB.hrl
SNMP ../include/SNMPv2-MIB.hrl
SNMP ../include/SNMP-MPD-MIB.hrl
SNMP ../priv/mibs/OTP-SNMPEA-MIB.bin
SNMP ../include/TRANSPORT-ADDRESS-MIB.hrl
[RFC1213-MIB.mib:639][WAR]: Index columns must be first for the default functions to work properly. atPhysAddress is no index column.
[RFC1213-MIB.mib:1406][WAR]: Index columns must be first for the default functions to work properly. ipNetToMediaPhysAddress is no index column.
[RFC1213-MIB.mib:1963][WAR]: Index columns must be first for the default functions to work properly. tcpConnState is no index column.
[RFC1213-MIB.mib:2271][WAR]: Index columns must be first for the default functions to work properly. egpNeighState is no index column.
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ifTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table atTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipAddrTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipRouteTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table ipNetToMediaTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table tcpConnTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table udpTable => The default functions won't work properly
[RFC1213-MIB.mib][WAR]: No RowStatus column in table egpNeighTable => The default functions won't work properly
SNMP ../priv/mibs/STANDARD-MIB.bin
SNMP ../include/RFC1213-MIB.hrl
version: undefined
version: undefined
version: undefined
version: undefined
SNMP ../include/SNMP-USM-AES-MIB.hrl
SNMP ../include/SNMP-VIEW-BASED-ACM-MIB.hrl
version: undefined
version: undefined
SNMP ../include/SNMP-USER-BASED-SM-MIB.hrl
SNMP ../priv/mibs/SNMP-NOTIFICATION-MIB.bin
SNMP ../priv/mibs/SNMP-COMMUNITY-MIB.bin
SNMP ../include/SNMP-TARGET-MIB.hrl
[OTP-SNMPEA-MIB.mib:110][WAR]: Unexpected SEQUENCE 'IntCommunityEntry' => ignoring
[OTP-SNMPEA-MIB.mib:210][WAR]: Unexpected SEQUENCE 'IntAddressEntry' => ignoring
[OTP-SNMPEA-MIB.mib:274][WAR]: Unexpected SEQUENCE 'IntTrapDestEntry' => ignoring
[OTP-SNMPEA-MIB.mib:379][WAR]: Unexpected SEQUENCE 'IntViewEntry' => ignoring
SNMP ../include/STANDARD-MIB.hrl
SNMP ../include/OTP-SNMPEA-MIB.hrl
version: undefined
version: undefined
SNMP ../include/SNMP-COMMUNITY-MIB.hrl
SNMP ../include/SNMP-NOTIFICATION-MIB.hrl
make[3]: Leaving directory '/otp/lib/snmp/mibs'
make[3]: Entering directory '/otp/lib/snmp/src'
make[4]: Entering directory '/otp/lib/snmp/src/compile'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/compile'
make[4]: Entering directory '/otp/lib/snmp/src/app'
ERLC ../../ebin/snmp.beam
ERLC ../../ebin/snmp_app.beam
ERLC ../../ebin/snmp_app_sup.beam
VSN ../../ebin/snmp.app
VSN ../../ebin/snmp.appup
make[4]: Leaving directory '/otp/lib/snmp/src/app'
make[4]: Entering directory '/otp/lib/snmp/src/misc'
ERLC ../../ebin/snmp_conf.beam
ERLC ../../ebin/snmp_config.beam
ERLC ../../ebin/snmp_log.beam
ERLC ../../ebin/snmp_mini_mib.beam
ERLC ../../ebin/snmp_misc.beam
ERLC ../../ebin/snmp_note_store.beam
ERLC ../../ebin/snmp_pdus.beam
ERLC ../../ebin/snmp_usm.beam
ERLC ../../ebin/snmp_verbosity.beam
make[4]: Leaving directory '/otp/lib/snmp/src/misc'
make[4]: Entering directory '/otp/lib/snmp/src/agent'
ERLC ../../ebin/snmpa.beam
ERLC ../../ebin/snmpa_authentication_service.beam
ERLC ../../ebin/snmpa_discovery_handler.beam
ERLC ../../ebin/snmpa_error_report.beam
ERLC ../../ebin/snmpa_mib_storage.beam
ERLC ../../ebin/snmpa_mib_data.beam
ERLC ../../ebin/snmpa_network_interface.beam
ERLC ../../ebin/snmpa_network_interface_filter.beam
ERLC ../../ebin/snmpa_notification_delivery_info_receiver.beam
ERLC ../../ebin/snmpa_notification_filter.beam
ERLC ../../ebin/snmpa_set_mechanism.beam
ERLC ../../ebin/snmpa_acm.beam
ERLC ../../ebin/snmpa_agent.beam
ERLC ../../ebin/snmpa_agent_sup.beam
ERLC ../../ebin/snmpa_app.beam
ERLC ../../ebin/snmpa_conf.beam
ERLC ../../ebin/snmpa_discovery_handler_default.beam
ERLC ../../ebin/snmpa_error.beam
ERLC ../../ebin/snmpa_error_io.beam
ERLC ../../ebin/snmpa_error_logger.beam
ERLC ../../ebin/snmpa_local_db.beam
ERLC ../../ebin/snmpa_mib_storage_ets.beam
ERLC ../../ebin/snmpa_mib_storage_dets.beam
ERLC ../../ebin/snmpa_mib_storage_mnesia.beam
ERLC ../../ebin/snmpa_mib.beam
ERLC ../../ebin/snmpa_mib_data_tttn.beam
ERLC ../../ebin/snmpa_mib_lib.beam
ERLC ../../ebin/snmpa_misc_sup.beam
ERLC ../../ebin/snmpa_mpd.beam
ERLC ../../ebin/snmpa_net_if.beam
ERLC ../../ebin/snmpa_net_if_filter.beam
ERLC ../../ebin/snmpa_set.beam
ERLC ../../ebin/snmpa_set_lib.beam
ERLC ../../ebin/snmpa_supervisor.beam
ERLC ../../ebin/snmpa_svbl.beam
ERLC ../../ebin/snmpa_symbolic_store.beam
ERLC ../../ebin/snmpa_target_cache.beam
ERLC ../../ebin/snmpa_trap.beam
ERLC ../../ebin/snmpa_usm.beam
ERLC ../../ebin/snmpa_vacm.beam
ERLC ../../ebin/snmp_community_mib.beam
ERLC ../../ebin/snmp_generic.beam
ERLC ../../ebin/snmp_framework_mib.beam
ERLC ../../ebin/snmp_generic_mnesia.beam
ERLC ../../ebin/snmp_index.beam
ERLC ../../ebin/snmp_notification_mib.beam
ERLC ../../ebin/snmp_shadow_table.beam
ERLC ../../ebin/snmp_standard_mib.beam
ERLC ../../ebin/snmp_target_mib.beam
ERLC ../../ebin/snmp_user_based_sm_mib.beam
ERLC ../../ebin/snmp_view_based_acm_mib.beam
snmpa_mib_storage_dets.erl:22: Warning: behaviour snmpa_mib_storage undefined
snmpa_mib_storage_ets.erl:23: Warning: behaviour snmpa_mib_storage undefined
snmpa_set.erl:22: Warning: behaviour snmpa_set_mechanism undefined
snmp_target_mib.erl:676: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmp_target_mib.erl:679: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmp_user_based_sm_mib.erl:443: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmp_user_based_sm_mib.erl:446: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpa_usm.erl:649: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmpa_usm.erl:652: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpa_usm.erl:682: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmpa_usm.erl:685: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmp_view_based_acm_mib.erl:851: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmp_view_based_acm_mib.erl:854: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmp_standard_mib.erl:550: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmp_standard_mib.erl:553: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpa_mpd.erl:79: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmpa_mpd.erl:82: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpa_mpd.erl:83: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpa_mib_data_tttn.erl:51: Warning: behaviour snmpa_mib_data undefined
make[4]: Leaving directory '/otp/lib/snmp/src/agent'
make[4]: Entering directory '/otp/lib/snmp/src/manager'
ERLC ../../ebin/snmpm_user.beam
ERLC ../../ebin/snmpm_user_old.beam
ERLC ../../ebin/snmpm_network_interface.beam
ERLC ../../ebin/snmpm_network_interface_filter.beam
ERLC ../../ebin/snmpm.beam
ERLC ../../ebin/snmpm_conf.beam
ERLC ../../ebin/snmpm_config.beam
ERLC ../../ebin/snmpm_mpd.beam
ERLC ../../ebin/snmpm_misc_sup.beam
ERLC ../../ebin/snmpm_net_if.beam
ERLC ../../ebin/snmpm_net_if_mt.beam
ERLC ../../ebin/snmpm_net_if_filter.beam
ERLC ../../ebin/snmpm_server.beam
ERLC ../../ebin/snmpm_server_sup.beam
ERLC ../../ebin/snmpm_supervisor.beam
ERLC ../../ebin/snmpm_user_default.beam
ERLC ../../ebin/snmpm_usm.beam
snmpm_mpd.erl:71: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
snmpm_mpd.erl:74: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
snmpm_mpd.erl:75: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
make[4]: Leaving directory '/otp/lib/snmp/src/manager'
make[3]: Leaving directory '/otp/lib/snmp/src'
make[3]: Entering directory '/otp/lib/snmp/examples'
make[4]: Entering directory '/otp/lib/snmp/examples/ex1'
SNMP EX1-MIB.bin
ERLC ex1.beam
make[4]: Leaving directory '/otp/lib/snmp/examples/ex1'
make[4]: Entering directory '/otp/lib/snmp/examples/ex2'
ERLC snmp_ex2_manager.beam
ERLC snmp_ex2_simple_standard_test.beam
make[4]: Leaving directory '/otp/lib/snmp/examples/ex2'
make[3]: Leaving directory '/otp/lib/snmp/examples'
make[3]: Entering directory '/otp/lib/snmp/priv/conf'
make[4]: Entering directory '/otp/lib/snmp/priv/conf/agent'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/priv/conf/agent'
make[4]: Entering directory '/otp/lib/snmp/priv/conf/manager'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/priv/conf/manager'
make[3]: Leaving directory '/otp/lib/snmp/priv/conf'
make[3]: Entering directory '/otp/lib/snmp/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/snmp/doc/src'
=== Leaving application snmp
make[2]: Leaving directory '/otp/lib/snmp'
make[2]: Entering directory '/otp/lib/sasl'
=== Entering application sasl
make[3]: Entering directory '/otp/lib/sasl/src'
ERLC ../ebin/alarm_handler.beam
ERLC ../ebin/sasl.beam
ERLC ../ebin/sasl_report.beam
ERLC ../ebin/sasl_report_file_h.beam
ERLC ../ebin/sasl_report_tty_h.beam
ERLC ../ebin/format_lib_supp.beam
ERLC ../ebin/misc_supp.beam
ERLC ../ebin/rb.beam
ERLC ../ebin/rb_format_supp.beam
ERLC ../ebin/release_handler.beam
ERLC ../ebin/release_handler_1.beam
ERLC ../ebin/si.beam
ERLC ../ebin/si_sasl_supp.beam
ERLC ../ebin/systools.beam
ERLC ../ebin/systools_make.beam
ERLC ../ebin/systools_rc.beam
ERLC ../ebin/systools_relup.beam
ERLC ../ebin/systools_lib.beam
ERLC ../ebin/erlsrv.beam
VSN ../ebin/sasl.app
VSN ../ebin/sasl.appup
make[3]: Leaving directory '/otp/lib/sasl/src'
make[3]: Entering directory '/otp/lib/sasl/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/sasl/doc/src'
make[3]: Entering directory '/otp/lib/sasl/examples/src'
ERLC ../ebin/target_system.beam
make[3]: Leaving directory '/otp/lib/sasl/examples/src'
=== Leaving application sasl
make[2]: Leaving directory '/otp/lib/sasl'
=== Skipping subdir jinterface, reason:
Java compiler disabled by user
===
=== Skipping subdir ic, reason:
skipping ic
===
make[2]: Entering directory '/otp/lib/syntax_tools'
=== Entering application syntax_tools
make[3]: Entering directory '/otp/lib/syntax_tools/src'
ERLC ../ebin/erl_syntax.beam
ERLC ../ebin/erl_prettypr.beam
ERLC ../ebin/erl_syntax_lib.beam
ERLC ../ebin/erl_comment_scan.beam
ERLC ../ebin/erl_recomment.beam
ERLC ../ebin/erl_tidy.beam
ERLC ../ebin/epp_dodger.beam
ERLC ../ebin/prettypr.beam
ERLC ../ebin/igor.beam
ERLC ../ebin/merl.beam
VSN ../ebin/syntax_tools.app
VSN ../ebin/syntax_tools.appup
ERLC merl_transform.beam
ERLC ../ebin/merl_transform.beam
make[3]: Leaving directory '/otp/lib/syntax_tools/src'
make[3]: Entering directory '/otp/lib/syntax_tools/examples'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/syntax_tools/examples'
make[3]: Entering directory '/otp/lib/syntax_tools/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/syntax_tools/doc/src'
=== Leaving application syntax_tools
make[2]: Leaving directory '/otp/lib/syntax_tools'
=== Skipping subdir wx, reason:
skipping wx
===
make[1]: Leaving directory '/otp/lib'
MAKE tertiary_bootstrap_copy
cp: cannot stat 'lib/ic/ebin/*.beam': No such file or directory
cp: cannot stat 'lib/wx/ebin/wx_object.beam': No such file or directory
MAKE libs
make[1]: Entering directory '/otp/lib'
make[2]: Entering directory '/otp/lib/stdlib'
=== Entering application stdlib
make[3]: Entering directory '/otp/lib/stdlib/src'
ERLC ../ebin/array.beam
ERLC ../ebin/base64.beam
ERLC ../ebin/beam_lib.beam
ERLC ../ebin/binary.beam
ERLC ../ebin/c.beam
ERLC ../ebin/calendar.beam
ERLC ../ebin/dets.beam
ERLC ../ebin/dets_server.beam
ERLC ../ebin/dets_sup.beam
ERLC ../ebin/dets_utils.beam
ERLC ../ebin/dets_v9.beam
ERLC ../ebin/dict.beam
ERLC ../ebin/digraph.beam
ERLC ../ebin/digraph_utils.beam
ERLC ../ebin/edlin.beam
ERLC ../ebin/edlin_expand.beam
ERLC ../ebin/epp.beam
ERLC ../ebin/erl_abstract_code.beam
ERLC ../ebin/erl_anno.beam
ERLC ../ebin/erl_bits.beam
ERLC ../ebin/erl_compile.beam
ERLC ../ebin/erl_eval.beam
ERLC ../ebin/erl_expand_records.beam
ERLC ../ebin/erl_internal.beam
ERLC ../ebin/erl_lint.beam
YECC erl_parse.erl
ERLC ../ebin/erl_posix_msg.beam
ERLC ../ebin/erl_pp.beam
ERLC ../ebin/erl_scan.beam
ERLC ../ebin/erl_tar.beam
ERLC ../ebin/error_logger_file_h.beam
ERLC ../ebin/error_logger_tty_h.beam
ERLC ../ebin/escript.beam
ERLC ../ebin/ets.beam
ERLC ../ebin/eval_bits.beam
ERLC ../ebin/file_sorter.beam
ERLC ../ebin/filelib.beam
ERLC ../ebin/filename.beam
ERLC ../ebin/gb_trees.beam
ERLC ../ebin/gb_sets.beam
ERLC ../ebin/gen.beam
ERLC ../ebin/gen_event.beam
ERLC ../ebin/gen_fsm.beam
ERLC ../ebin/gen_server.beam
ERLC ../ebin/gen_statem.beam
ERLC ../ebin/io.beam
ERLC ../ebin/io_lib.beam
ERLC ../ebin/io_lib_format.beam
ERLC ../ebin/io_lib_fread.beam
ERLC ../ebin/io_lib_pretty.beam
ERLC ../ebin/lib.beam
ERLC ../ebin/lists.beam
ERLC ../ebin/log_mf_h.beam
ERLC ../ebin/maps.beam
ERLC ../ebin/math.beam
ERLC ../ebin/ms_transform.beam
ERLC ../ebin/proc_lib.beam
ERLC ../ebin/re.beam
ERLC ../ebin/orddict.beam
ERLC ../ebin/ordsets.beam
ERLC ../ebin/proplists.beam
ERLC ../ebin/pool.beam
ERLC ../ebin/qlc.beam
ERLC ../ebin/otp_internal.beam
ERLC ../ebin/qlc_pt.beam
ERLC ../ebin/queue.beam
ERLC ../ebin/rand.beam
ERLC ../ebin/random.beam
ERLC ../ebin/shell.beam
ERLC ../ebin/sets.beam
ERLC ../ebin/slave.beam
ERLC ../ebin/shell_default.beam
ERLC ../ebin/sofs.beam
ERLC ../ebin/string.beam
ERLC ../ebin/supervisor.beam
ERLC ../ebin/supervisor_bridge.beam
ERLC ../ebin/sys.beam
ERLC ../ebin/timer.beam
ERLC ../ebin/unicode.beam
escript ../uc_spec/gen_unicode_mod.escript
ERLC ../ebin/zip.beam
ERLC ../ebin/win32reg.beam
VSN ../ebin/stdlib.app
VSN ../ebin/stdlib.appup
ERLC ../ebin/erl_parse.beam
ERLC ../ebin/unicode_util.beam
make[3]: Leaving directory '/otp/lib/stdlib/src'
make[3]: Entering directory '/otp/lib/stdlib/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/stdlib/doc/src'
make[3]: Entering directory '/otp/lib/stdlib/examples'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/stdlib/examples'
=== Leaving application stdlib
make[2]: Leaving directory '/otp/lib/stdlib'
make[2]: Entering directory '/otp/lib/sasl'
=== Entering application sasl
make[3]: Entering directory '/otp/lib/sasl/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/sasl/src'
make[3]: Entering directory '/otp/lib/sasl/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/sasl/doc/src'
make[3]: Entering directory '/otp/lib/sasl/examples/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/sasl/examples/src'
=== Leaving application sasl
make[2]: Leaving directory '/otp/lib/sasl'
make[2]: Entering directory '/otp/lib/kernel'
=== Entering application kernel
make[3]: Entering directory '/otp/lib/kernel/src'
ERLC ../ebin/application.beam
ERLC ../ebin/application_controller.beam
ERLC ../ebin/application_master.beam
ERLC ../ebin/application_starter.beam
ERLC ../ebin/auth.beam
ERLC ../ebin/code.beam
ERLC ../ebin/code_server.beam
ERLC ../ebin/disk_log.beam
ERLC ../ebin/disk_log_1.beam
ERLC ../ebin/disk_log_server.beam
ERLC ../ebin/disk_log_sup.beam
ERLC ../ebin/dist_ac.beam
ERLC ../ebin/dist_util.beam
ERLC ../ebin/erl_boot_server.beam
ERLC ../ebin/erl_ddll.beam
ERLC ../ebin/erl_distribution.beam
ERLC ../ebin/erl_epmd.beam
ERLC ../ebin/erl_reply.beam
ERLC ../ebin/erl_signal_handler.beam
ERLC ../ebin/erts_debug.beam
ERLC ../ebin/error_handler.beam
ERLC ../ebin/error_logger.beam
ERLC ../ebin/file.beam
ERLC ../ebin/file_io_server.beam
ERLC ../ebin/file_server.beam
ERLC ../ebin/gen_tcp.beam
ERLC ../ebin/gen_udp.beam
ERLC ../ebin/gen_sctp.beam
ERLC ../ebin/global.beam
ERLC ../ebin/global_group.beam
ERLC ../ebin/global_search.beam
ERLC ../ebin/group.beam
ERLC ../ebin/group_history.beam
ERLC ../ebin/heart.beam
ERLC ../ebin/hipe_unified_loader.beam
ERLC ../ebin/inet.beam
ERLC ../ebin/inet6_tcp.beam
ERLC ../ebin/inet6_tcp_dist.beam
ERLC ../ebin/inet6_udp.beam
ERLC ../ebin/inet6_sctp.beam
ERLC ../ebin/inet_config.beam
ERLC ../ebin/inet_db.beam
GEN inet_dns_record_adts.hrl
ERLC ../ebin/inet_gethost_native.beam
ERLC ../ebin/inet_hosts.beam
ERLC ../ebin/inet_parse.beam
ERLC ../ebin/inet_res.beam
ERLC ../ebin/inet_tcp.beam
ERLC ../ebin/inet_tcp_dist.beam
ERLC ../ebin/inet_udp.beam
ERLC ../ebin/inet_sctp.beam
ERLC ../ebin/kernel.beam
ERLC ../ebin/kernel_config.beam
ERLC ../ebin/local_udp.beam
ERLC ../ebin/local_tcp.beam
ERLC ../ebin/net.beam
ERLC ../ebin/net_adm.beam
ERLC ../ebin/net_kernel.beam
ERLC ../ebin/os.beam
ERLC ../ebin/pg2.beam
ERLC ../ebin/seq_trace.beam
ERLC ../ebin/standard_error.beam
ERLC ../ebin/rpc.beam
ERLC ../ebin/user.beam
ERLC ../ebin/ram_file.beam
ERLC ../ebin/user_drv.beam
ERLC ../ebin/user_sup.beam
ERLC ../ebin/wrap_log_reader.beam
VSN ../ebin/kernel.app
ERLC ../ebin/inet_dns.beam
VSN ../ebin/kernel.appup
make[3]: Leaving directory '/otp/lib/kernel/src'
make[3]: Entering directory '/otp/lib/kernel/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/kernel/doc/src'
make[3]: Entering directory '/otp/lib/kernel/examples'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/kernel/examples'
=== Leaving application kernel
make[2]: Leaving directory '/otp/lib/kernel'
make[2]: Entering directory '/otp/lib/compiler'
=== Entering application compiler
make[3]: Entering directory '/otp/lib/compiler/src'
ERLC ../ebin/beam_a.beam
GEN beam_opcodes.hrl
ERLC ../ebin/beam_block.beam
ERLC ../ebin/beam_bs.beam
ERLC ../ebin/beam_bsm.beam
ERLC ../ebin/beam_clean.beam
ERLC ../ebin/beam_dead.beam
ERLC ../ebin/beam_dict.beam
ERLC ../ebin/beam_except.beam
ERLC ../ebin/beam_flatten.beam
ERLC ../ebin/beam_jump.beam
ERLC ../ebin/beam_listing.beam
GEN beam_opcodes.erl
ERLC ../ebin/beam_peep.beam
ERLC ../ebin/beam_receive.beam
ERLC ../ebin/beam_reorder.beam
ERLC ../ebin/beam_record.beam
ERLC ../ebin/beam_split.beam
ERLC ../ebin/beam_type.beam
ERLC ../ebin/beam_utils.beam
ERLC ../ebin/beam_validator.beam
ERLC ../ebin/beam_z.beam
ERLC ../ebin/cerl.beam
ERLC ../ebin/beam_trim.beam
ERLC ../ebin/cerl_clauses.beam
ERLC ../ebin/cerl_inline.beam
ERLC ../ebin/cerl_sets.beam
ERLC ../ebin/cerl_trees.beam
ERLC ../ebin/compile.beam
ERLC ../ebin/core_lib.beam
ERLC ../ebin/core_lint.beam
YECC core_parse.erl
ERLC ../ebin/core_pp.beam
ERLC ../ebin/core_scan.beam
ERLC ../ebin/erl_bifs.beam
ERLC ../ebin/rec_env.beam
ERLC ../ebin/sys_core_bsm.beam
ERLC ../ebin/sys_core_dsetel.beam
ERLC ../ebin/sys_core_fold.beam
ERLC ../ebin/sys_core_fold_lists.beam
ERLC ../ebin/sys_core_inline.beam
ERLC ../ebin/sys_pre_attributes.beam
ERLC ../ebin/v3_codegen.beam
ERLC ../ebin/v3_core.beam
ERLC ../ebin/v3_kernel.beam
ERLC ../ebin/v3_life.beam
ERLC ../ebin/v3_kernel_pp.beam
VSN ../ebin/compiler.app
ERLC ../ebin/beam_disasm.beam
ERLC ../ebin/beam_opcodes.beam
ERLC ../ebin/beam_asm.beam
VSN ../ebin/compiler.appup
ERLC ../ebin/core_parse.beam
make[3]: Leaving directory '/otp/lib/compiler/src'
make[3]: Entering directory '/otp/lib/compiler/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/compiler/doc/src'
=== Leaving application compiler
make[2]: Leaving directory '/otp/lib/compiler'
make[2]: Entering directory '/otp/lib/tools'
=== Entering application tools
make[3]: Entering directory '/otp/lib/tools/c_src'
MAKE opt
make[4]: Entering directory '/otp/lib/tools/c_src'
CC ../obj/aarch64-unknown-linux-gnu/opt/emem/erl_memory.o
CC ../obj/aarch64-unknown-linux-gnu/opt/emem/erl_memory_trace_block_table.o
LD ../bin/aarch64-unknown-linux-gnu/emem
make[4]: Leaving directory '/otp/lib/tools/c_src'
make[3]: Leaving directory '/otp/lib/tools/c_src'
make[3]: Entering directory '/otp/lib/tools/src'
ERLC ../ebin/cover.beam
ERLC ../ebin/eprof.beam
ERLC ../ebin/fprof.beam
ERLC ../ebin/cprof.beam
ERLC ../ebin/lcnt.beam
ERLC ../ebin/instrument.beam
ERLC ../ebin/make.beam
ERLC ../ebin/tags.beam
ERLC ../ebin/xref.beam
ERLC ../ebin/xref_base.beam
ERLC ../ebin/xref_compiler.beam
YECC xref_parser.erl
ERLC ../ebin/xref_reader.beam
ERLC ../ebin/xref_scanner.beam
ERLC ../ebin/xref_utils.beam
VSN ../ebin/tools.app
VSN ../ebin/tools.appup
ERLC ../ebin/xref_parser.beam
make[3]: Leaving directory '/otp/lib/tools/src'
make[3]: Entering directory '/otp/lib/tools/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/tools/doc/src'
make[3]: Entering directory '/otp/lib/tools/examples'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/tools/examples'
make[3]: Entering directory '/otp/lib/tools/emacs'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/tools/emacs'
=== Leaving application tools
make[2]: Leaving directory '/otp/lib/tools'
make[2]: Entering directory '/otp/lib/common_test'
=== Entering application common_test
make[3]: Entering directory '/otp/lib/common_test/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/common_test/doc/src'
make[3]: Entering directory '/otp/lib/common_test/src'
ERLC ../ebin/ct.beam
ERLC ../ebin/ct_logs.beam
ERLC ../ebin/ct_framework.beam
ERLC ../ebin/ct_ftp.beam
ERLC ../ebin/ct_ssh.beam
ERLC ../ebin/ct_snmp.beam
ERLC ../ebin/ct_gen_conn.beam
ERLC ../ebin/ct_rpc.beam
ERLC ../ebin/ct_run.beam
ERLC ../ebin/ct_master.beam
ERLC ../ebin/ct_telnet.beam
ERLC ../ebin/ct_util.beam
ERLC ../ebin/ct_cover.beam
ERLC ../ebin/ct_testspec.beam
ERLC ../ebin/ct_event.beam
ERLC ../ebin/ct_master_event.beam
ERLC ../ebin/ct_master_logs.beam
ERLC ../ebin/ct_master_status.beam
ERLC ../ebin/ct_repeat.beam
ERLC ../ebin/ct_telnet_client.beam
ERLC ../ebin/ct_make.beam
ERLC ../ebin/vts.beam
ERLC ../ebin/ct_webtool.beam
ERLC ../ebin/ct_webtool_sup.beam
ERLC ../ebin/unix_telnet.beam
ERLC ../ebin/ct_config.beam
ERLC ../ebin/ct_config_plain.beam
ERLC ../ebin/ct_config_xml.beam
ERLC ../ebin/ct_slave.beam
ERLC ../ebin/ct_hooks.beam
ERLC ../ebin/ct_hooks_lock.beam
ERLC ../ebin/cth_log_redirect.beam
ERLC ../ebin/cth_surefire.beam
ERLC ../ebin/ct_netconfc.beam
ERLC ../ebin/ct_conn_log_h.beam
ERLC ../ebin/cth_conn_log.beam
ERLC ../ebin/ct_property_test.beam
ERLC ../ebin/ct_groups.beam
ERLC ../ebin/ct_release_test.beam
ERLC ../ebin/ct_default_gl.beam
ERLC ../ebin/test_server_ctrl.beam
ERLC ../ebin/erl2html2.beam
ERLC ../ebin/test_server_gl.beam
ERLC ../ebin/test_server_io.beam
ERLC ../ebin/test_server_node.beam
ERLC ../ebin/test_server_sup.beam
ERLC ../ebin/test_server.beam
VSN ../ebin/common_test.app
VSN ../ebin/common_test.appup
make[3]: Leaving directory '/otp/lib/common_test/src'
make[3]: Entering directory '/otp/lib/common_test/priv'
MAKE opt
make[4]: Entering directory '/otp/lib/common_test/priv'
make[4]: Nothing to be done for 'debug'.
make[4]: Leaving directory '/otp/lib/common_test/priv'
make[3]: Leaving directory '/otp/lib/common_test/priv'
=== Leaving application common_test
make[2]: Leaving directory '/otp/lib/common_test'
make[2]: Entering directory '/otp/lib/runtime_tools'
=== Entering application runtime_tools
make[3]: Entering directory '/otp/lib/runtime_tools/src'
ERLC ../ebin/appmon_info.beam
ERLC ../ebin/erts_alloc_config.beam
ERLC ../ebin/runtime_tools.beam
ERLC ../ebin/runtime_tools_sup.beam
ERLC ../ebin/dbg.beam
ERLC ../ebin/dyntrace.beam
ERLC ../ebin/system_information.beam
ERLC ../ebin/observer_backend.beam
ERLC ../ebin/ttb_autostart.beam
ERLC ../ebin/msacc.beam
VSN ../ebin/runtime_tools.app
VSN ../ebin/runtime_tools.appup
make[3]: Leaving directory '/otp/lib/runtime_tools/src'
make[3]: Entering directory '/otp/lib/runtime_tools/c_src'
MAKE opt
make[4]: Entering directory '/otp/lib/runtime_tools/c_src'
CC ../priv/obj/aarch64-unknown-linux-gnu/dyntrace.o
CC ../priv/obj/aarch64-unknown-linux-gnu/trace_file_drv.o
CC ../priv/obj/aarch64-unknown-linux-gnu/trace_ip_drv.o
LD ../priv/lib/aarch64-unknown-linux-gnu/dyntrace.so
LD ../priv/lib/aarch64-unknown-linux-gnu/trace_file_drv.so
LD ../priv/lib/aarch64-unknown-linux-gnu/trace_ip_drv.so
rm ../priv/obj/aarch64-unknown-linux-gnu/trace_ip_drv.o ../priv/obj/aarch64-unknown-linux-gnu/dyntrace.o ../priv/obj/aarch64-unknown-linux-gnu/trace_file_drv.o
make[4]: Leaving directory '/otp/lib/runtime_tools/c_src'
make[3]: Leaving directory '/otp/lib/runtime_tools/c_src'
make[3]: Entering directory '/otp/lib/runtime_tools/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/runtime_tools/doc/src'
=== Leaving application runtime_tools
make[2]: Leaving directory '/otp/lib/runtime_tools'
make[2]: Entering directory '/otp/lib/inets'
=== Entering application inets
make[3]: Entering directory '/otp/lib/inets/src'
make[4]: Entering directory '/otp/lib/inets/src/inets_app'
ERLC ../../ebin/inets.beam
ERLC ../../ebin/inets_service.beam
ERLC ../../ebin/inets_app.beam
ERLC ../../ebin/inets_sup.beam
ERLC ../../ebin/inets_trace.beam
ERLC ../../ebin/inets_lib.beam
VSN ../../ebin/inets.app
VSN ../../ebin/inets.appup
make[4]: Leaving directory '/otp/lib/inets/src/inets_app'
make[4]: Entering directory '/otp/lib/inets/src/http_lib'
ERLC ../../ebin/http_chunk.beam
ERLC ../../ebin/http_transport.beam
ERLC ../../ebin/http_util.beam
ERLC ../../ebin/http_request.beam
ERLC ../../ebin/http_response.beam
ERLC ../../ebin/http_uri.beam
make[4]: Leaving directory '/otp/lib/inets/src/http_lib'
make[4]: Entering directory '/otp/lib/inets/src/http_client'
ERLC ../../ebin/httpc.beam
ERLC ../../ebin/httpc_cookie.beam
ERLC ../../ebin/httpc_handler.beam
ERLC ../../ebin/httpc_manager.beam
ERLC ../../ebin/httpc_sup.beam
ERLC ../../ebin/httpc_handler_sup.beam
ERLC ../../ebin/httpc_profile_sup.beam
ERLC ../../ebin/httpc_response.beam
ERLC ../../ebin/httpc_request.beam
make[4]: Leaving directory '/otp/lib/inets/src/http_client'
make[4]: Entering directory '/otp/lib/inets/src/http_server'
ERLC ../../ebin/httpd_custom_api.beam
ERLC ../../ebin/httpd.beam
ERLC ../../ebin/httpd_acceptor.beam
ERLC ../../ebin/httpd_acceptor_sup.beam
ERLC ../../ebin/httpd_connection_sup.beam
ERLC ../../ebin/httpd_cgi.beam
ERLC ../../ebin/httpd_conf.beam
ERLC ../../ebin/httpd_custom.beam
ERLC ../../ebin/httpd_example.beam
ERLC ../../ebin/httpd_esi.beam
ERLC ../../ebin/httpd_file.beam
ERLC ../../ebin/httpd_instance_sup.beam
ERLC ../../ebin/httpd_log.beam
ERLC ../../ebin/httpd_manager.beam
ERLC ../../ebin/httpd_misc_sup.beam
ERLC ../../ebin/httpd_request_handler.beam
ERLC ../../ebin/httpd_response.beam
ERLC ../../ebin/httpd_request.beam
ERLC ../../ebin/httpd_script_env.beam
ERLC ../../ebin/httpd_socket.beam
ERLC ../../ebin/httpd_sup.beam
ERLC ../../ebin/mod_actions.beam
ERLC ../../ebin/mod_alias.beam
ERLC ../../ebin/mod_auth.beam
ERLC ../../ebin/httpd_util.beam
ERLC ../../ebin/mod_auth_plain.beam
ERLC ../../ebin/mod_auth_dets.beam
ERLC ../../ebin/mod_auth_mnesia.beam
ERLC ../../ebin/mod_auth_server.beam
ERLC ../../ebin/mod_browser.beam
ERLC ../../ebin/mod_cgi.beam
ERLC ../../ebin/mod_dir.beam
ERLC ../../ebin/mod_disk_log.beam
ERLC ../../ebin/mod_esi.beam
ERLC ../../ebin/mod_get.beam
ERLC ../../ebin/mod_htaccess.beam
ERLC ../../ebin/mod_log.beam
ERLC ../../ebin/mod_range.beam
ERLC ../../ebin/mod_responsecontrol.beam
ERLC ../../ebin/mod_head.beam
ERLC ../../ebin/mod_security.beam
ERLC ../../ebin/mod_trace.beam
ERLC ../../ebin/mod_security_server.beam
make[4]: Leaving directory '/otp/lib/inets/src/http_server'
make[4]: Entering directory '/otp/lib/inets/src/ftp'
ERLC ../../ebin/ftp.beam
ERLC ../../ebin/ftp_progress.beam
ERLC ../../ebin/ftp_response.beam
ERLC ../../ebin/ftp_sup.beam
make[4]: Leaving directory '/otp/lib/inets/src/ftp'
make[4]: Entering directory '/otp/lib/inets/src/tftp'
ERLC ../../ebin/tftp.beam
ERLC ../../ebin/tftp_binary.beam
ERLC ../../ebin/tftp_engine.beam
ERLC ../../ebin/tftp_file.beam
ERLC ../../ebin/tftp_lib.beam
ERLC ../../ebin/tftp_logger.beam
ERLC ../../ebin/tftp_sup.beam
make[4]: Leaving directory '/otp/lib/inets/src/tftp'
make[3]: Leaving directory '/otp/lib/inets/src'
make[3]: Entering directory '/otp/lib/inets/examples'
make[4]: Entering directory '/otp/lib/inets/examples/server_root'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/inets/examples/server_root'
make[4]: Entering directory '/otp/lib/inets/examples/httpd_load_test'
ERLC hdlt.beam
ERLC hdlt_ctrl.beam
ERLC hdlt_client.beam
ERLC hdlt_logger.beam
ERLC hdlt_random_html.beam
ERLC hdlt_server.beam
ERLC hdlt_slave.beam
hdlt_random_html.erl:56: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
hdlt_random_html.erl:57: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
hdlt_ctrl.erl:1519: Warning: random:seed/3: the 'random' module is deprecated; use the 'rand' module instead
hdlt_ctrl.erl:1529: Warning: random:uniform/1: the 'random' module is deprecated; use the 'rand' module instead
make[4]: Leaving directory '/otp/lib/inets/examples/httpd_load_test'
make[3]: Leaving directory '/otp/lib/inets/examples'
make[3]: Entering directory '/otp/lib/inets/priv'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/inets/priv'
make[3]: Entering directory '/otp/lib/inets/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/inets/doc/src'
=== Leaving application inets
make[2]: Leaving directory '/otp/lib/inets'
make[2]: Entering directory '/otp/lib/parsetools'
=== Entering application parsetools
make[3]: Entering directory '/otp/lib/parsetools/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/parsetools/src'
make[3]: Entering directory '/otp/lib/parsetools/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/parsetools/doc/src'
=== Leaving application parsetools
make[2]: Leaving directory '/otp/lib/parsetools'
make[2]: Entering directory '/otp/lib/xmerl'
=== Entering application xmerl
make[3]: Entering directory '/otp/lib/xmerl/src'
ERLC ../ebin/xmerl_scan.beam
ERLC ../ebin/xmerl.beam
ERLC ../ebin/xmerl_xs.beam
ERLC ../ebin/xmerl_eventp.beam
ERLC ../ebin/xmerl_xpath.beam
ERLC ../ebin/xmerl_xsd.beam
YECC xmerl_b64Bin.erl
ERLC ../ebin/xmerl_b64Bin_scan.beam
ERLC ../ebin/xmerl_html.beam
ERLC ../ebin/xmerl_lib.beam
ERLC ../ebin/xmerl_otpsgml.beam
ERLC ../ebin/xmerl_regexp.beam
ERLC ../ebin/xmerl_sgml.beam
ERLC ../ebin/xmerl_simple.beam
ERLC ../ebin/xmerl_text.beam
ERLC ../ebin/xmerl_ucs.beam
ERLC ../ebin/xmerl_uri.beam
ERLC ../ebin/xmerl_validate.beam
ERLC ../ebin/xmerl_xml.beam
ERLC ../ebin/xmerl_xlate.beam
ERLC ../ebin/xmerl_xpath_lib.beam
YECC xmerl_xpath_parse.erl
ERLC ../ebin/xmerl_xpath_pred.beam
ERLC ../ebin/xmerl_xpath_scan.beam
ERLC ../ebin/xmerl_xsd_type.beam
ERLC ../ebin/xmerl_sax_parser.beam
GEN xmerl_sax_parser_list.erl
GEN xmerl_sax_parser_latin1.erl
GEN xmerl_sax_parser_utf8.erl
GEN xmerl_sax_parser_utf16be.erl
GEN xmerl_sax_parser_utf16le.erl
ERLC ../ebin/xmerl_sax_old_dom.beam
VSN ../ebin/xmerl.app
ERLC ../ebin/xmerl_sax_simple_dom.beam
VSN ../ebin/xmerl.appup
ERLC ../ebin/xmerl_sax_parser_latin1.beam
ERLC ../ebin/xmerl_sax_parser_list.beam
ERLC ../ebin/xmerl_sax_parser_utf8.beam
ERLC ../ebin/xmerl_sax_parser_utf16be.beam
ERLC ../ebin/xmerl_sax_parser_utf16le.beam
ERLC ../ebin/xmerl_xpath_parse.beam
ERLC ../ebin/xmerl_b64Bin.beam
xmerl_xsd_type.erl:1264: Warning: ambiguous call of overridden auto-imported BIF floor/1
- use erlang:floor/1 or "-compile({no_auto_import,[floor/1]})." to resolve name clash
xmerl_xsd_type.erl:1266: Warning: ambiguous call of overridden auto-imported BIF floor/1
- use erlang:floor/1 or "-compile({no_auto_import,[floor/1]})." to resolve name clash
make[3]: Leaving directory '/otp/lib/xmerl/src'
make[3]: Entering directory '/otp/lib/xmerl/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/xmerl/doc/src'
=== Leaving application xmerl
make[2]: Leaving directory '/otp/lib/xmerl'
make[2]: Entering directory '/otp/lib/edoc'
=== Entering application edoc
make[3]: Entering directory '/otp/lib/edoc/src'
ERLC ../ebin/edoc.beam
ERLC ../ebin/edoc_data.beam
ERLC ../ebin/edoc_doclet.beam
ERLC ../ebin/edoc_extract.beam
ERLC ../ebin/edoc_layout.beam
ERLC ../ebin/edoc_lib.beam
ERLC ../ebin/edoc_macros.beam
YECC edoc_parser.erl
ERLC ../ebin/edoc_refs.beam
ERLC ../ebin/edoc_report.beam
ERLC ../ebin/edoc_run.beam
ERLC ../ebin/edoc_scanner.beam
ERLC ../ebin/edoc_specs.beam
ERLC ../ebin/edoc_tags.beam
ERLC ../ebin/edoc_types.beam
ERLC ../ebin/edoc_wiki.beam
VSN ../ebin/edoc.app
VSN ../ebin/edoc.appup
ERLC ../ebin/edoc_parser.beam
make[3]: Leaving directory '/otp/lib/edoc/src'
make[3]: Entering directory '/otp/lib/edoc/include'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/edoc/include'
make[3]: Entering directory '/otp/lib/edoc/priv'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/edoc/priv'
make[3]: Entering directory '/otp/lib/edoc/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/edoc/doc/src'
=== Leaving application edoc
make[2]: Leaving directory '/otp/lib/edoc'
make[2]: Entering directory '/otp/lib/erl_docgen'
=== Entering application erl_docgen
make[3]: Entering directory '/otp/lib/erl_docgen/src'
ERLC ../ebin/docgen_otp_specs.beam
ERLC ../ebin/docgen_edoc_xml_cb.beam
ERLC ../ebin/docgen_xmerl_xml_cb.beam
VSN ../ebin/erl_docgen.app
VSN ../ebin/erl_docgen.appup
make[3]: Leaving directory '/otp/lib/erl_docgen/src'
make[3]: Entering directory '/otp/lib/erl_docgen/priv'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/bin'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/bin'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/css'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/css'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/dtd'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/dtd'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/dtd_html_entities'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/dtd_html_entities'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/dtd_man_entities'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/dtd_man_entities'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/images'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/images'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/js/flipmenu'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/js/flipmenu'
make[4]: Entering directory '/otp/lib/erl_docgen/priv/xsl'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/erl_docgen/priv/xsl'
make[3]: Leaving directory '/otp/lib/erl_docgen/priv'
make[3]: Entering directory '/otp/lib/erl_docgen/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/erl_docgen/doc/src'
=== Leaving application erl_docgen
make[2]: Leaving directory '/otp/lib/erl_docgen'
make[2]: Entering directory '/otp/lib/snmp'
=== Entering application snmp
make[3]: Entering directory '/otp/lib/snmp/src/compile'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/snmp/src/compile'
make[3]: Entering directory '/otp/lib/snmp/mibs'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/snmp/mibs'
make[3]: Entering directory '/otp/lib/snmp/src'
make[4]: Entering directory '/otp/lib/snmp/src/compile'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/compile'
make[4]: Entering directory '/otp/lib/snmp/src/app'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/app'
make[4]: Entering directory '/otp/lib/snmp/src/misc'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/misc'
make[4]: Entering directory '/otp/lib/snmp/src/agent'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/agent'
make[4]: Entering directory '/otp/lib/snmp/src/manager'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/src/manager'
make[3]: Leaving directory '/otp/lib/snmp/src'
make[3]: Entering directory '/otp/lib/snmp/examples'
make[4]: Entering directory '/otp/lib/snmp/examples/ex1'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/examples/ex1'
make[4]: Entering directory '/otp/lib/snmp/examples/ex2'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/examples/ex2'
make[3]: Leaving directory '/otp/lib/snmp/examples'
make[3]: Entering directory '/otp/lib/snmp/priv/conf'
make[4]: Entering directory '/otp/lib/snmp/priv/conf/agent'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/priv/conf/agent'
make[4]: Entering directory '/otp/lib/snmp/priv/conf/manager'
make[4]: Nothing to be done for 'opt'.
make[4]: Leaving directory '/otp/lib/snmp/priv/conf/manager'
make[3]: Leaving directory '/otp/lib/snmp/priv/conf'
make[3]: Entering directory '/otp/lib/snmp/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/snmp/doc/src'
=== Leaving application snmp
make[2]: Leaving directory '/otp/lib/snmp'
make[2]: Entering directory '/otp/lib/otp_mibs'
=== Entering application otp_mibs
make[3]: Entering directory '/otp/lib/otp_mibs/src'
ERLC ../ebin/otp_mib.beam
VSN ../ebin/otp_mibs.app
VSN ../ebin/otp_mibs.appup
make[3]: Leaving directory '/otp/lib/otp_mibs/src'
make[3]: Entering directory '/otp/lib/otp_mibs/mibs'
SNMP ../priv/mibs/OTP-REG.bin
SNMP ../priv/mibs/OTP-TC.bin
SNMP ../priv/mibs/OTP-MIB.bin
GEN v1/OTP-REG.mib.v1
GEN v1/OTP-TC.mib.v1
GEN v1/OTP-MIB.mib.v1
Use of assignment to $[ is deprecated at /otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
Use of assignment to $[ is deprecated at /otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
Use of assignment to $[ is deprecated at /otp/lib/snmp/bin/snmp-v2tov1.pl line 7.
SNMP ../include/OTP-REG.hrl
SNMP ../include/OTP-TC.hrl
SNMP ../include/OTP-MIB.hrl
make[3]: Leaving directory '/otp/lib/otp_mibs/mibs'
make[3]: Entering directory '/otp/lib/otp_mibs/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/otp_mibs/doc/src'
=== Leaving application otp_mibs
make[2]: Leaving directory '/otp/lib/otp_mibs'
make[2]: Entering directory '/otp/lib/erl_interface'
=== Entering application erl_interface
make[3]: Entering directory '/otp/lib/erl_interface/src'
MAKE opt
make[4]: Entering directory '/otp/lib/erl_interface/src'
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_connect.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_resolve.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/eirecv.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/send.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/send_exit.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/send_reg.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_atom.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_big.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_bignum.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_binary.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_boolean.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_char.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_double.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_fun.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_intlist.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_list_header.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_long.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_pid.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_port.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_ref.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_skip.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_string.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_trace.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_tuple_header.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_ulong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_longlong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_version.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_ulonglong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_atom.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_big.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_bignum.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_binary.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_boolean.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_char.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_double.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_fun.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_list_header.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_pid.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_port.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_ref.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_trace.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_string.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_tuple_header.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_ulong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_long.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_version.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_longlong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_ulonglong.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/epmd_port.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/epmd_publish.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/epmd_unpublish.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_decode_term.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_format.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_locking.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_malloc.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_portio.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_printterm.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_pthreads.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_trace.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/get_type.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/show_msg.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_compat.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/eimd5.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/ei_x_encode.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_dohash.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_freetab.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_foreach.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_lookup.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_newtab.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_remove.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_insert.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_isprime.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_resize.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_close.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/hash_rlookup.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_delete.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_dump.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_dirty.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_free.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_get.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_getf.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_geti.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_getp.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_gets.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_make.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_open.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_purge.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_restore.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_resize.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_set.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_setf.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_seti.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_setp.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_sets.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_stat.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/decode_term.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/reg_tabstat.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/encode_term.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_connect.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_error.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_eterm.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_malloc.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_fix_alloc.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_format.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_marshal.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_timeout.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/erl_resolve.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/global_names.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/global_register.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/global_unregister.o
CC /otp/lib/erl_interface/obj.st/aarch64-unknown-linux-gnu/global_whereis.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_resolve.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_connect.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/send.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/eirecv.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/send_exit.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/send_reg.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_atom.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_big.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_bignum.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_binary.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_char.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_boolean.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_double.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_fun.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_intlist.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_list_header.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_long.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_pid.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_port.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_ref.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_skip.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_string.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_trace.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_tuple_header.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_ulong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_version.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_ulonglong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_longlong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_atom.o
legacy/erl_marshal.c: In function 'erl_init_marshal':
legacy/erl_marshal.c:110:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
memset(cmp_array, 0, CMP_ARRAY_SIZE);
^~~~~~
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_boolean.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_big.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_char.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_binary.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_double.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_list_header.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_fun.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_long.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_pid.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_bignum.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_port.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_ref.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_string.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_trace.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_ulong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_tuple_header.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_version.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_longlong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/epmd_port.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_ulonglong.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_decode_term.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/epmd_publish.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_format.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/epmd_unpublish.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_locking.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_malloc.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_printterm.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_portio.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_x_encode.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_trace.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/get_type.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/eimd5.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_compat.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/ei_pthreads.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/show_msg.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_foreach.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_freetab.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_dohash.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_isprime.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_insert.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_lookup.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_remove.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_newtab.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_resize.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/hash_rlookup.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_close.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_delete.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_dirty.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_free.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_dump.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_get.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_getf.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_getp.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_geti.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_gets.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_make.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_purge.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_open.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_resize.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_set.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_setf.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_restore.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_seti.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_setp.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_sets.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_tabstat.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/reg_stat.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/decode_term.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_connect.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/encode_term.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_error.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_fix_alloc.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_eterm.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_malloc.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_format.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_marshal.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_resolve.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/erl_timeout.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/global_names.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/global_register.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/global_unregister.o
CC /otp/lib/erl_interface/obj.mt/aarch64-unknown-linux-gnu/global_whereis.o
VSN ../ebin/erl_interface.app
VSN ../ebin/erl_interface.appup
legacy/erl_marshal.c: In function 'erl_init_marshal':
legacy/erl_marshal.c:110:5: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
memset(cmp_array, 0, CMP_ARRAY_SIZE);
^~~~~~
AR /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/libei_st.a
RANLIB /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/libei_st.a
AR /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/libei.a
RANLIB /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/libei.a
LD /otp/lib/erl_interface/bin/aarch64-unknown-linux-gnu/erl_call
AR /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/liberl_interface_st.a
RANLIB /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/liberl_interface_st.a
AR /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/liberl_interface.a
RANLIB /otp/lib/erl_interface/obj/aarch64-unknown-linux-gnu/liberl_interface.a
make[4]: Leaving directory '/otp/lib/erl_interface/src'
make[3]: Leaving directory '/otp/lib/erl_interface/src'
make[3]: Entering directory '/otp/lib/erl_interface/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/erl_interface/doc/src'
=== Leaving application erl_interface
make[2]: Leaving directory '/otp/lib/erl_interface'
make[2]: Entering directory '/otp/lib/asn1'
=== Entering application asn1
make[3]: Entering directory '/otp/lib/asn1/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/asn1/src'
make[3]: Entering directory '/otp/lib/asn1/doc/src'
make[3]: Nothing to be done for 'opt'.
make[3]: Leaving directory '/otp/lib/asn1/doc/src'
make[3]: Entering directory '/otp/lib/asn1/c_src'
CC ../priv/obj/aarch64-unknown-linux-gnu/asn1_erl_nif.o
LD ../priv/lib/aarch64-unknown-linux-gnu/asn1rt_nif.so
make[3]: Leaving directory '/otp/lib/asn1/c_src'
=== Leaving application asn1
make[2]: Leaving directory '/otp/lib/asn1'
=== Skipping subdir jinterface, reason:
Java compiler disabled by user
===
=== Skipping subdir wx, reason:
skipping wx
===
make[2]: Entering directory '/otp/lib/debugger'
=== Entering application debugger
make[3]: Entering directory '/otp/lib/debugger/src'
ERLC ../ebin/debugger.beam
ERLC ../ebin/i.beam
ERLC ../ebin/int.beam
ERLC ../ebin/dbg_debugged.beam
ERLC ../ebin/dbg_icmd.beam
ERLC ../ebin/dbg_idb.beam
ERLC ../ebin/dbg_ieval.beam
ERLC ../ebin/dbg_iload.beam
ERLC ../ebin/dbg_iserver.beam
ERLC ../ebin/dbg_istk.beam
ERLC ../ebin/dbg_wx_break.beam
ERLC ../ebin/dbg_wx_break_win.beam
ERLC ../ebin/dbg_wx_code.beam
ERLC ../ebin/dbg_wx_filedialog_win.beam
ERLC ../ebin/dbg_wx_interpret.beam
ERLC ../ebin/dbg_wx_mon.beam
ERLC ../ebin/dbg_wx_mon_win.beam
ERLC ../ebin/dbg_wx_settings.beam
ERLC ../ebin/dbg_wx_src_view.beam
ERLC ../ebin/dbg_wx_trace.beam
ERLC ../ebin/dbg_wx_trace_win.beam
ERLC ../ebin/dbg_wx_view.beam
ERLC ../ebin/dbg_wx_win.beam
ERLC ../ebin/dbg_wx_winman.beam
VSN ../ebin/debugger.app
VSN ../ebin/debugger.appup
compile: warnings being treated as errors
dbg_wx_filedialog_win.erl:22: behaviour wx_object undefined
make[3]: *** [../ebin/dbg_wx_filedialog_win.beam] Error 1
make[3]: *** Waiting for unfinished jobs....
/otp/make/aarch64-unknown-linux-gnu/otp.mk:123: recipe for target '../ebin/dbg_wx_filedialog_win.beam' failed
make[3]: Leaving directory '/otp/lib/debugger/src'
/otp/make/otp_subdir.mk:29: recipe for target 'opt' failed
make[2]: Leaving directory '/otp/lib/debugger'
make[2]: *** [opt] Error 2
/otp/make/otp_subdir.mk:29: recipe for target 'opt' failed
make[1]: *** [opt] Error 2
make[1]: Leaving directory '/otp/lib'
Makefile:464: recipe for target 'libs' failed
make: *** [libs] Error 2
The command '/bin/sh -c ERLANGVERSION=$erlangversion NODEVERSION=$nodeversion /root/couchdb-ci/bin/install-dependencies.sh $js $erlang' returned a non-zero code: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment