Bug#923317: FTBS: fails to build after libjaxp1.3-java is rebuild on buster

Sjoerd Simons sjoerd at debian.org
Tue Feb 26 10:23:50 GMT 2019


Package: gradle
Version: 4.4.1-4
Severity: serious

Hey,

This may or may not be related to 923284

After rebuild libjaxp1.3-java on buster building gradle fails; the relevant
errors seem to be:
```
:core:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:compileJava'.
> Could not expand ZIP '/usr/share/maven-repo/xml-apis/xml-apis/debian/xml-apis-debian.jar'.

* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':core:compileJava'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
	at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)
	at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60)
	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97)
	at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87)
	at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
	at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
```

I'm guessing this is a probelm in gradle rather then libjaxp1.3-java as the jar
the package contains seems ok (at least valid zip file).

Attached are a dockerfile which reproduce the issue if build as well as a full
log of the reproduction.


-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: armhf

Kernel: Linux 4.19.0-2-amd64 (SMP w/32 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages gradle depends on:
ii  default-jre-headless [java9-runtime-headless]     2:1.11-71
ii  libgradle-core-java                               4.4.1-4
ii  libgradle-plugins-java                            4.4.1-4
ii  openjdk-10-jre-headless [java9-runtime-headless]  10.0.2+13-2
ii  openjdk-11-jre-headless [java9-runtime-headless]  11.0.2+9-3

gradle recommends no packages.

Versions of packages gradle suggests:
pn  gradle-doc  <none>

-- no debconf information
-------------- next part --------------
FROM debian:buster

RUN apt-get update && \
    apt-get install -y --no-install-recommends vim-tiny

RUN cat /etc/apt/sources.list | sed 's,^deb,deb-src,g' > /etc/apt/sources.list.d/s.list

RUN apt-get update && \
    apt-get install -y build-essential devscripts

RUN apt-get update && \
    apt-get build-dep -y bsh gradle

# builds fine
RUN apt-get source gradle  && \
    cd gradle* && \
    debuild -uc -us

# Rebuild bsh
RUN apt-get source libjaxp1.3-java  && \
    cd libjaxp1.3* && \
    debuild -uc -us && \
    cd .. && \
    dpkg -i libjaxp1.3-java*.deb

# fail :/
RUN apt-get source gradle  && \
    cd gradle* && \
    debuild -uc -us
-------------- next part --------------
Sending build context to Docker daemon   2.56kB

Step 1/8 : FROM debian:buster
 ---> 613327ff5c12
Step 2/8 : RUN apt-get update &&     apt-get install -y --no-install-recommends vim-tiny
 ---> Running in 6dce4add7637
Get:1 http://security-cdn.debian.org/debian-security buster/updates InRelease [38.3 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [158 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [46.8 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7976 kB]
Fetched 8219 kB in 2s (3479 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  vim-common xxd
Suggested packages:
  indent
The following NEW packages will be installed:
  vim-common vim-tiny xxd
0 upgraded, 3 newly installed, 0 to remove and 35 not upgraded.
Need to get 961 kB of archives.
After this operation, 1908 kB of additional disk space will be used.
Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-1 [139 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-1 [194 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-tiny amd64 2:8.1.0875-1 [627 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 961 kB in 1s (1911 kB/s)
Selecting previously unselected package xxd.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6577 files and directories currently installed.)
Preparing to unpack .../xxd_2%3a8.1.0875-1_amd64.deb ...
Unpacking xxd (2:8.1.0875-1) ...
Selecting previously unselected package vim-common.
Preparing to unpack .../vim-common_2%3a8.1.0875-1_all.deb ...
Unpacking vim-common (2:8.1.0875-1) ...
Selecting previously unselected package vim-tiny.
Preparing to unpack .../vim-tiny_2%3a8.1.0875-1_amd64.deb ...
Unpacking vim-tiny (2:8.1.0875-1) ...
Setting up xxd (2:8.1.0875-1) ...
Setting up vim-common (2:8.1.0875-1) ...
Setting up vim-tiny (2:8.1.0875-1) ...
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: using /usr/bin/vim.tiny to provide /usr/bin/view (view) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/ex (ex) in auto mode
update-alternatives: using /usr/bin/vim.tiny to provide /usr/bin/editor (editor) in auto mode
Removing intermediate container 6dce4add7637
 ---> e6b2d687ee65
Step 3/8 : RUN cat /etc/apt/sources.list | sed 's,^deb,deb-src,g' > /etc/apt/sources.list.d/s.list
 ---> Running in 57a082961660
Removing intermediate container 57a082961660
 ---> edba430225b4
Step 4/8 : RUN apt-get update &&     apt-get install -y build-essential devscripts
 ---> Running in a3f4904d085e
Hit:1 http://security-cdn.debian.org/debian-security buster/updates InRelease
Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease
Hit:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease
Get:4 http://cdn-fastly.deb.debian.org/debian buster/main Sources [7935 kB]
Fetched 7935 kB in 3s (2995 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  at autoconf automake autopoint autotools-dev binutils binutils-common
  binutils-x86-64-linux-gnu bsdmainutils bzip2 ca-certificates cpp cpp-8 cron
  curl dctrl-tools debhelper debian-keyring dh-autoreconf
  dh-strip-nondeterminism diffstat dirmngr distro-info-data dpkg-dev dput dwz
  equivs exim4-base exim4-config exim4-daemon-light fakeroot file g++ g++-8
  gcc gcc-8 gcc-8-base gettext gettext-base git git-man gnupg gnupg-l10n
  gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
  groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
  libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
  libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
  libc-dev-bin libc6 libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
  libclass-accessor-perl libclass-inspector-perl
  libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
  libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
  libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
  libdata-optlist-perl libdevel-callchecker-perl
  libdevel-globaldestruction-perl libdigest-bubblebabble-perl
  libdigest-hmac-perl libdistro-info-perl libdpkg-perl
  libdynaloader-functions-perl libedit2 libemail-valid-perl
  libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
  libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
  libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
  libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
  libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
  libgcc1 libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl
  libgit-wrapper-perl libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data
  libgnutls-dane0 libgomp1 libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2
  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 libhttp-tiny-multipart-perl libicu63 libidn11
  libimport-into-perl libio-async-perl libio-html-perl libio-prompter-perl
  libio-pty-perl libio-sessiondata-perl libio-socket-ssl-perl
  libio-string-perl libio-stringy-perl libipc-run-perl
  libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
  libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
  liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
  liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
  liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
  libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
  libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
  libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
  libncurses6 libncursesw6 libnet-dns-perl libnet-dns-sec-perl
  libnet-domain-tld-perl libnet-http-perl libnet-ip-perl libnet-libidn-perl
  libnet-smtp-ssl-perl libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0
  libnumber-compare-perl libnumber-range-perl libossp-uuid-perl libossp-uuid16
  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 libpcre2-8-0 libperl5.28
  libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
  libreadonly-perl libref-util-perl libref-util-xs-perl
  libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
  libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
  libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
  libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
  libstdc++-8-dev libstdc++6 libstrictures-perl libstring-copyright-perl
  libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
  libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
  libsub-install-perl libsub-name-perl libsub-quote-perl
  libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
  libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
  libtext-levenshtein-perl libtimedate-perl libtinfo6 libtool libtry-tiny-perl
  libtsan0 libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl
  libubsan1 libuchardet0 libunbound8 libunicode-utf8-perl libunwind8
  liburi-perl libvariable-magic-perl libwant-perl libwrap0 libwww-perl
  libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
  libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
  libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
  libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
  lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
  mariadb-common mime-support mysql-common netbase openssh-client openssl
  patch patchutils perl perl-base perl-modules-5.28 perl-openssl-defaults
  pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-debian python3-gpg
  python3-idna python3-magic python3-minimal python3-pkg-resources
  python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
  python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
  strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
Suggested packages:
  autoconf-archive gnu-standards autoconf-doc binutils-doc wamerican
  | wordlist whois vacation bzip2-doc cpp-doc gcc-8-locales anacron logrotate
  checksecurity debtags dh-make adequate autopkgtest bls-standalone
  check-all-the-things cvs-buildpackage devscripts-el diffoscope disorderfs
  dose-extra duck faketime gnuplot how-can-i-help libdbd-pg-perl
  libfile-desktopentry-perl libnet-smtps-perl libterm-size-perl
  libyaml-syck-perl mozilla-devscripts mutt piuparts postgresql-client quilt
  ratt reprotest svn-buildpackage w3m dbus-user-session libpam-systemd
  pinentry-gnome3 tor mini-dinstall rsync exim4-doc-html | exim4-doc-info
  eximon4 spf-tools-perl swaks g++-multilib g++-8-multilib gcc-8-doc
  libstdc++6-8-dbg gcc-multilib flex bison gdb gcc-doc gcc-8-multilib
  libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan5-dbg
  liblsan0-dbg libtsan0-dbg libubsan1-dbg libmpx2-dbg libquadmath0-dbg
  gettext-doc libasprintf-dev libgettextpo-dev 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 groff isoquery
  libgssapi-perl glibc-doc libc-l10n locales bzr gdbm-l10n dns-root-data gpm
  krb5-doc krb5-user libtool-doc libcrypt-ssleay-perl uuid
  libscalar-number-perl libhtml-template-perl libsasl2-modules-gssapi-mit
  | libsasl2-modules-gssapi-heimdal libsasl2-modules-ldap libsasl2-modules-otp
  libsasl2-modules-sql libapache2-mod-perl2 libmime-lite-perl
  libnet-jabber-perl libstdc++-8-doc libbareword-filehandles-perl
  libindirect-perl libmultidimensional-perl gfortran | fortran95-compiler
  gcj-jdk libdevel-lexalias-perl libdevel-stacktrace-perl libauthen-ntlm-perl
  libxml-sax-expatxs-perl bash-completion binutils-multiarch
  libtext-template-perl lsb m4-doc mailutils-mh mailutils-doc make-doc
  apparmor www-browser keychain libpam-ssh monkeysphere ssh-askpass ed
  diffutils-doc perl-doc libterm-readline-gnu-perl
  | libterm-readline-perl-perl libb-debug-perl liblocale-codes-perl
  pinentry-doc libmail-box-perl python3-doc python3-tk python3-venv
  python3-apt-dbg python-apt-doc python3-setuptools python3-cryptography
  python3-openssl python3-socks python3.7-venv python3.7-doc binfmt-support
  readline-doc zip wdiff-doc
The following NEW packages will be installed:
  at autoconf automake autopoint autotools-dev binutils binutils-common
  binutils-x86-64-linux-gnu bsdmainutils build-essential bzip2 ca-certificates
  cpp cpp-8 cron curl dctrl-tools debhelper debian-keyring devscripts
  dh-autoreconf dh-strip-nondeterminism diffstat dirmngr distro-info-data
  dpkg-dev dput dwz equivs exim4-base exim4-config exim4-daemon-light fakeroot
  file g++ g++-8 gcc gcc-8 gettext gettext-base git git-man gnupg gnupg-l10n
  gnupg-utils gpg gpg-agent gpg-wks-client gpg-wks-server gpgconf gpgsm
  groff-base guile-2.2-libs intltool-debian iso-codes krb5-locales less
  libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
  libapt-inst2.0 libapt-pkg-perl libarchive-cpio-perl libarchive-zip-perl
  libasan5 libassuan0 libasync-mergepoint-perl libatomic1 libauthen-sasl-perl
  libb-hooks-endofscope-perl libb-hooks-op-check-perl libbinutils libbsd0
  libc-dev-bin libc6-dev libcc1-0 libcgi-fast-perl libcgi-pm-perl
  libclass-accessor-perl libclass-inspector-perl
  libclass-method-modifiers-perl libclass-xsaccessor-perl libclone-perl
  libcommon-sense-perl libconst-fast-perl libcontextual-return-perl
  libconvert-binhex-perl libcroco3 libcurl3-gnutls libcurl4 libdata-dump-perl
  libdata-optlist-perl libdevel-callchecker-perl
  libdevel-globaldestruction-perl libdigest-bubblebabble-perl
  libdigest-hmac-perl libdistro-info-perl libdpkg-perl
  libdynaloader-functions-perl libedit2 libemail-valid-perl
  libencode-locale-perl liberror-perl libevent-2.1-6 libexpat1
  libexporter-tiny-perl libfakeroot libfcgi-perl libfile-basedir-perl
  libfile-chdir-perl libfile-fcntllock-perl libfile-homedir-perl
  libfile-listing-perl libfile-stripnondeterminism-perl libfile-which-perl
  libfl2 libfont-afm-perl libfribidi0 libfuture-perl libgc1c2 libgcc-8-dev
  libgdbm-compat4 libgdbm6 libgetopt-long-descriptive-perl libgit-wrapper-perl
  libgitlab-api-v4-perl libglib2.0-0 libglib2.0-data libgnutls-dane0 libgomp1
  libgpgme11 libgpm2 libgsasl7 libgssapi-krb5-2 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 libhttp-tiny-multipart-perl
  libicu63 libidn11 libimport-into-perl libio-async-perl libio-html-perl
  libio-prompter-perl libio-pty-perl libio-sessiondata-perl
  libio-socket-ssl-perl libio-string-perl libio-stringy-perl libipc-run-perl
  libipc-system-simple-perl libisl19 libitm1 libjson-perl libjson-xs-perl
  libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libksba8
  libkyotocabinet16v5 libldap-2.4-2 libldap-common liblist-compare-perl
  liblist-moreutils-perl liblocale-gettext-perl liblog-any-adapter-screen-perl
  liblog-any-perl liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl
  liblwp-protocol-https-perl liblzo2-2 libmagic-mgc libmagic1
  libmail-sendmail-perl libmailtools-perl libmailutils5 libmariadb3
  libmime-tools-perl libmodule-implementation-perl libmodule-runtime-perl
  libmoo-perl libmpc3 libmpdec2 libmpfr6 libmpx2 libnamespace-clean-perl
  libncurses6 libnet-dns-perl libnet-dns-sec-perl libnet-domain-tld-perl
  libnet-http-perl libnet-ip-perl libnet-libidn-perl libnet-smtp-ssl-perl
  libnet-ssleay-perl libnghttp2-14 libnpth0 libntlm0 libnumber-compare-perl
  libnumber-range-perl libossp-uuid-perl libossp-uuid16 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 libpcre2-8-0 libperl5.28
  libperlio-gzip-perl libpipeline1 libpod-constants-perl libpsl5 libpython2.7
  libpython2.7-minimal libpython2.7-stdlib libpython3-stdlib
  libpython3.7-minimal libpython3.7-stdlib libquadmath0 libreadline7
  libreadonly-perl libref-util-perl libref-util-xs-perl
  libregexp-pattern-license-perl librole-tiny-perl librtmp1 libsasl2-2
  libsasl2-modules libsasl2-modules-db libsereal-decoder-perl
  libsereal-encoder-perl libsereal-perl libsigsegv2 libsoap-lite-perl
  libsort-key-perl libsort-versions-perl libsqlite3-0 libssh2-1 libssl1.1
  libstdc++-8-dev libstrictures-perl libstring-copyright-perl
  libstring-escape-perl libstring-shellquote-perl libstruct-dumb-perl
  libsub-exporter-perl libsub-exporter-progressive-perl libsub-identify-perl
  libsub-install-perl libsub-name-perl libsub-quote-perl
  libsys-hostname-long-perl libtask-weaken-perl libterm-readkey-perl
  libtest-fatal-perl libtest-refcount-perl libtext-glob-perl
  libtext-levenshtein-perl libtimedate-perl libtool libtry-tiny-perl libtsan0
  libtype-tiny-perl libtype-tiny-xs-perl libtypes-serialiser-perl libubsan1
  libuchardet0 libunbound8 libunicode-utf8-perl libunwind8 liburi-perl
  libvariable-magic-perl libwant-perl libwrap0 libwww-perl
  libwww-robotrules-perl libx11-6 libx11-data libxau6 libxcb1 libxdmcp6
  libxext6 libxml-libxml-perl libxml-namespacesupport-perl libxml-parser-perl
  libxml-sax-base-perl libxml-sax-expat-perl libxml-sax-perl
  libxml-simple-perl libxml2 libxmlrpc-lite-perl libxmuu1 libyaml-0-2
  libyaml-libyaml-perl licensecheck lintian linux-libc-dev lsb-base
  lsb-release m4 mailutils mailutils-common make man-db manpages manpages-dev
  mariadb-common mime-support mysql-common netbase openssh-client openssl
  patch patchutils perl perl-modules-5.28 perl-openssl-defaults
  pinentry-curses po-debconf psmisc publicsuffix python-apt-common python3
  python3-apt python3-certifi python3-chardet python3-debian python3-gpg
  python3-idna python3-magic python3-minimal python3-pkg-resources
  python3-requests python3-six python3-unidiff python3-urllib3 python3-xdg
  python3.7 python3.7-minimal readline-common sensible-utils shared-mime-info
  strace t1utils ucf unzip wdiff xauth xdg-user-dirs xz-utils
The following packages will be upgraded:
  gcc-8-base libc6 libgcc1 libncursesw6 libstdc++6 libtinfo6 perl-base
7 upgraded, 364 newly installed, 0 to remove and 28 not upgraded.
Need to get 176 MB of archives.
After this operation, 588 MB of additional disk space will be used.
Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 perl-base amd64 5.28.1-4 [1512 kB]
Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8-base amd64 8.2.0-21 [190 kB]
Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc1 amd64 1:8.2.0-21 [40.7 kB]
Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++6 amd64 8.2.0-21 [393 kB]
Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6 amd64 2.28-7 [2863 kB]
Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 lsb-base all 10.2018112800 [28.3 kB]
Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cron amd64 3.0pl1-130 [97.6 kB]
Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbsd0 amd64 0.9.1-1 [99.3 kB]
Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtinfo6 amd64 6.1+20181013-2 [325 kB]
Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libncursesw6 amd64 6.1+20181013-2 [132 kB]
Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bsdmainutils amd64 11.1.2+b1 [191 kB]
Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuchardet0 amd64 0.0.6-3 [64.9 kB]
Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 groff-base amd64 1.22.4-2 [917 kB]
Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgdbm6 amd64 1.18.1-3 [64.5 kB]
Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpipeline1 amd64 1.5.1-2 [31.2 kB]
Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 man-db amd64 2.8.5-2 [1274 kB]
Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 perl-modules-5.28 all 5.28.1-4 [2874 kB]
Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgdbm-compat4 amd64 1.18.1-3 [44.0 kB]
Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libperl5.28 amd64 5.28.1-4 [3890 kB]
Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 perl amd64 5.28.1-4 [204 kB]
Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblocale-gettext-perl amd64 1.07-3+b4 [18.9 kB]
Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libssl1.1 amd64 1.1.1a-1 [1527 kB]
Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.2-2 [588 kB]
Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libexpat1 amd64 2.2.6-1 [105 kB]
Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.2-2 [1734 kB]
Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.2-1 [36.6 kB]
Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mime-support all 3.62 [37.2 kB]
Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB]
Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 readline-common all 7.0-5 [70.6 kB]
Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline7 amd64 7.0-5 [151 kB]
Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsqlite3-0 amd64 3.26.0+fossilbc891ac6b-2 [635 kB]
Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.2-2 [1731 kB]
Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.2-2 [323 kB]
Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.2-1 [20.0 kB]
Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.2-1 [61.5 kB]
Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 less amd64 487-0.1+b1 [129 kB]
Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 netbase all 5.6 [19.4 kB]
Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sensible-utils all 0.0.12 [15.8 kB]
Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9 [48.3 kB]
Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic-mgc amd64 1:5.35-2 [242 kB]
Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmagic1 amd64 1:5.35-2 [117 kB]
Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 file amd64 1:5.35-2 [66.1 kB]
Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gettext-base amd64 0.19.8.1-9 [123 kB]
Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 krb5-locales all 1.17-1 [95.3 kB]
Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 manpages all 4.16-1 [1276 kB]
Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libedit2 amd64 3.1-20181209-1 [94.0 kB]
Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-2 [14.5 kB]
Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-1 [65.5 kB]
Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-1 [121 kB]
Get:50 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-1 [368 kB]
Get:51 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-1 [159 kB]
Get:52 http://cdn-fastly.deb.debian.org/debian buster/main amd64 openssh-client amd64 1:7.9p1-6 [784 kB]
Get:53 http://cdn-fastly.deb.debian.org/debian buster/main amd64 ucf all 3.0038+nmu1 [69.0 kB]
Get:54 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB]
Get:55 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfl2 amd64 2.6.4-6.2 [103 kB]
Get:56 http://cdn-fastly.deb.debian.org/debian buster/main amd64 at amd64 3.1.23-1 [49.1 kB]
Get:57 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsigsegv2 amd64 2.12-2 [32.8 kB]
Get:58 http://cdn-fastly.deb.debian.org/debian buster/main amd64 m4 amd64 1.4.18-2 [203 kB]
Get:59 http://cdn-fastly.deb.debian.org/debian buster/main amd64 autoconf all 2.69-11 [341 kB]
Get:60 http://cdn-fastly.deb.debian.org/debian buster/main amd64 autotools-dev all 20180224.1 [77.0 kB]
Get:61 http://cdn-fastly.deb.debian.org/debian buster/main amd64 automake all 1:1.16.1-4 [771 kB]
Get:62 http://cdn-fastly.deb.debian.org/debian buster/main amd64 autopoint all 0.19.8.1-9 [434 kB]
Get:63 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-common amd64 2.31.1-11 [2072 kB]
Get:64 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbinutils amd64 2.31.1-11 [479 kB]
Get:65 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-x86-64-linux-gnu amd64 2.31.1-11 [1823 kB]
Get:66 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils amd64 2.31.1-11 [56.3 kB]
Get:67 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc-dev-bin amd64 2.28-7 [275 kB]
Get:68 http://cdn-fastly.deb.debian.org/debian buster/main amd64 linux-libc-dev amd64 4.19.16-1 [1130 kB]
Get:69 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libc6-dev amd64 2.28-7 [2691 kB]
Get:70 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libisl19 amd64 0.20-2 [587 kB]
Get:71 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpfr6 amd64 4.0.2-1 [775 kB]
Get:72 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpc3 amd64 1.1.0-1 [41.3 kB]
Get:73 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp-8 amd64 8.2.0-21 [8913 kB]
Get:74 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cpp amd64 4:8.2.0-2 [19.3 kB]
Get:75 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcc1-0 amd64 8.2.0-21 [46.6 kB]
Get:76 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgomp1 amd64 8.2.0-21 [75.7 kB]
Get:77 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libitm1 amd64 8.2.0-21 [27.7 kB]
Get:78 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libatomic1 amd64 8.2.0-21 [8876 B]
Get:79 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasan5 amd64 8.2.0-21 [362 kB]
Get:80 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblsan0 amd64 8.2.0-21 [131 kB]
Get:81 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtsan0 amd64 8.2.0-21 [283 kB]
Get:82 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libubsan1 amd64 8.2.0-21 [120 kB]
Get:83 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpx2 amd64 8.2.0-21 [11.4 kB]
Get:84 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libquadmath0 amd64 8.2.0-21 [133 kB]
Get:85 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgcc-8-dev amd64 8.2.0-21 [2297 kB]
Get:86 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-8 amd64 8.2.0-21 [9442 kB]
Get:87 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc amd64 4:8.2.0-2 [5192 B]
Get:88 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstdc++-8-dev amd64 8.2.0-21 [1532 kB]
Get:89 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-8 amd64 8.2.0-21 [9744 kB]
Get:90 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++ amd64 4:8.2.0-2 [1636 B]
Get:91 http://cdn-fastly.deb.debian.org/debian buster/main amd64 make amd64 4.2.1-1.2 [341 kB]
Get:92 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdpkg-perl all 1.19.2 [1374 kB]
Get:93 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3 [126 kB]
Get:94 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dpkg-dev all 1.19.2 [1608 kB]
Get:95 http://cdn-fastly.deb.debian.org/debian buster/main amd64 build-essential amd64 12.5 [7556 B]
Get:96 http://cdn-fastly.deb.debian.org/debian buster/main amd64 openssl amd64 1.1.1a-1 [836 kB]
Get:97 http://cdn-fastly.deb.debian.org/debian buster/main amd64 ca-certificates all 20190110 [157 kB]
Get:98 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1 [69.0 kB]
Get:99 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1 [106 kB]
Get:100 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3 [89.4 kB]
Get:101 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3 [224 kB]
Get:102 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2 [84.9 kB]
Get:103 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB]
Get:104 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB]
Get:105 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2 [138 kB]
Get:106 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-1 [331 kB]
Get:107 http://cdn-fastly.deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-1 [264 kB]
Get:108 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dctrl-tools amd64 2.24-3 [103 kB]
Get:109 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtool all 2.4.6-9 [547 kB]
Get:110 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dh-autoreconf all 19 [16.9 kB]
Get:111 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive-zip-perl all 1.64-1 [96.8 kB]
Get:112 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-stripnondeterminism-perl all 1.1.1-1 [19.7 kB]
Get:113 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dh-strip-nondeterminism all 1.1.1-1 [13.0 kB]
Get:114 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dwz amd64 0.12-3 [78.0 kB]
Get:115 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libglib2.0-0 amd64 2.58.3-1 [1258 kB]
Get:116 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6 [8292 kB]
Get:117 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+b3 [687 kB]
Get:118 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcroco3 amd64 0.6.12-3 [145 kB]
Get:119 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libncurses6 amd64 6.1+20181013-2 [102 kB]
Get:120 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gettext amd64 0.19.8.1-9 [1303 kB]
Get:121 http://cdn-fastly.deb.debian.org/debian buster/main amd64 intltool-debian all 0.35.0+20060710.5 [26.8 kB]
Get:122 http://cdn-fastly.deb.debian.org/debian buster/main amd64 po-debconf all 1.0.21 [248 kB]
Get:123 http://cdn-fastly.deb.debian.org/debian buster/main amd64 debhelper all 12.1 [1015 kB]
Get:124 http://cdn-fastly.deb.debian.org/debian buster/main amd64 debian-keyring all 2018.12.24 [32.6 MB]
Get:125 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfakeroot amd64 1.23-1 [45.9 kB]
Get:126 http://cdn-fastly.deb.debian.org/debian buster/main amd64 fakeroot amd64 1.23-1 [85.8 kB]
Get:127 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libassuan0 amd64 2.5.2-1 [49.4 kB]
Get:128 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpgconf amd64 2.2.12-1 [509 kB]
Get:129 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libksba8 amd64 1.3.5-2 [99.7 kB]
Get:130 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnpth0 amd64 1.6-1 [18.4 kB]
Get:131 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dirmngr amd64 2.2.12-1 [711 kB]
Get:132 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gnupg-l10n all 2.2.12-1 [1008 kB]
Get:133 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gnupg-utils amd64 2.2.12-1 [857 kB]
Get:134 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpg amd64 2.2.12-1 [862 kB]
Get:135 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pinentry-curses amd64 1.1.0-1+b1 [64.5 kB]
Get:136 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpg-agent amd64 2.2.12-1 [617 kB]
Get:137 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpg-wks-client amd64 2.2.12-1 [484 kB]
Get:138 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpg-wks-server amd64 2.2.12-1 [477 kB]
Get:139 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gpgsm amd64 2.2.12-1 [602 kB]
Get:140 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gnupg all 2.2.12-1 [715 kB]
Get:141 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-which-perl all 1.23-1 [16.6 kB]
Get:142 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-homedir-perl all 1.004-1 [42.7 kB]
Get:143 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-pty-perl amd64 1:1.08-1.1+b5 [33.7 kB]
Get:144 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libipc-run-perl all 20180523.0-1 [101 kB]
Get:145 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libclass-method-modifiers-perl all 2.12-1 [18.6 kB]
Get:146 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-exporter-progressive-perl all 0.001013-1 [7588 B]
Get:147 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevel-globaldestruction-perl all 0.14-1 [8084 B]
Get:148 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libb-hooks-op-check-perl amd64 0.22-1+b1 [11.4 kB]
Get:149 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdynaloader-functions-perl all 0.003-1 [12.6 kB]
Get:150 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevel-callchecker-perl amd64 0.007-2+b2 [17.9 kB]
Get:151 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libparams-classify-perl amd64 0.015-1+b1 [25.5 kB]
Get:152 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmodule-runtime-perl all 0.016-1 [19.4 kB]
Get:153 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libimport-into-perl all 1.002005-1 [11.6 kB]
Get:154 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librole-tiny-perl all 2.000006-1 [19.4 kB]
Get:155 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstrictures-perl all 2.000005-1 [18.3 kB]
Get:156 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-quote-perl all 2.005001-1 [17.9 kB]
Get:157 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmoo-perl all 2.003004-2 [57.4 kB]
Get:158 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libencode-locale-perl all 1.05-1 [13.7 kB]
Get:159 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtimedate-perl all 2.3000-2 [42.2 kB]
Get:160 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-date-perl all 6.02-1 [10.7 kB]
Get:161 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-listing-perl all 6.04-1 [10.3 kB]
Get:162 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhtml-tagset-perl all 3.20-3 [12.7 kB]
Get:163 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liburi-perl all 1.76-1 [89.9 kB]
Get:164 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhtml-parser-perl amd64 3.72-3+b3 [105 kB]
Get:165 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhtml-tree-perl all 5.07-2 [213 kB]
Get:166 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-html-perl all 1.001-1 [17.6 kB]
Get:167 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblwp-mediatypes-perl all 6.02-1 [22.1 kB]
Get:168 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-message-perl all 6.18-1 [77.8 kB]
Get:169 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-cookies-perl all 6.04-1 [17.8 kB]
Get:170 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-negotiate-perl all 6.01-1 [12.8 kB]
Get:171 http://cdn-fastly.deb.debian.org/debian buster/main amd64 perl-openssl-defaults amd64 3 [6782 B]
Get:172 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-ssleay-perl amd64 1.85-2+b1 [308 kB]
Get:173 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-socket-ssl-perl all 2.060-3 [207 kB]
Get:174 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-http-perl all 6.18-1 [24.5 kB]
Get:175 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblwp-protocol-https-perl all 6.07-2 [9242 B]
Get:176 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtry-tiny-perl all 0.30-1 [23.3 kB]
Get:177 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libwww-robotrules-perl all 6.02-1 [12.9 kB]
Get:178 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libwww-perl all 6.36-1 [188 kB]
Get:179 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patchutils amd64 0.3.4-2 [90.4 kB]
Get:180 http://cdn-fastly.deb.debian.org/debian buster/main amd64 wdiff amd64 1.2.2-2+b1 [122 kB]
Get:181 http://cdn-fastly.deb.debian.org/debian buster/main amd64 devscripts amd64 2.19.2 [1040 kB]
Get:182 http://cdn-fastly.deb.debian.org/debian buster/main amd64 diffstat amd64 1.62-1 [33.4 kB]
Get:183 http://cdn-fastly.deb.debian.org/debian buster/main amd64 distro-info-data all 0.39 [6272 B]
Get:184 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.7.1-1 [152 kB]
Get:185 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-chardet all 3.0.4-3 [80.5 kB]
Get:186 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB]
Get:187 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-debian all 0.1.34 [78.6 kB]
Get:188 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpgme11 amd64 1.12.0-6 [251 kB]
Get:189 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-gpg amd64 1.12.0-6 [301 kB]
Get:190 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dput all 1.0.3 [54.5 kB]
Get:191 http://cdn-fastly.deb.debian.org/debian buster/main amd64 equivs all 2.2.0 [22.4 kB]
Get:192 http://cdn-fastly.deb.debian.org/debian buster/main amd64 exim4-config all 4.92~RC6-1 [321 kB]
Get:193 http://cdn-fastly.deb.debian.org/debian buster/main amd64 exim4-base amd64 4.92~RC6-1 [1132 kB]
Get:194 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libevent-2.1-6 amd64 2.1.8-stable-4 [177 kB]
Get:195 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libunbound8 amd64 1.9.0-2 [461 kB]
Get:196 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgnutls-dane0 amd64 3.6.6-2 [308 kB]
Get:197 http://cdn-fastly.deb.debian.org/debian buster/main amd64 exim4-daemon-light amd64 4.92~RC6-1 [579 kB]
Get:198 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcurl3-gnutls amd64 7.64.0-1 [329 kB]
Get:199 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre2-8-0 amd64 10.32-4 [213 kB]
Get:200 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liberror-perl all 0.17027-2 [30.9 kB]
Get:201 http://cdn-fastly.deb.debian.org/debian buster/main amd64 git-man all 1:2.20.1-2 [1619 kB]
Get:202 http://cdn-fastly.deb.debian.org/debian buster/main amd64 git amd64 1:2.20.1-2 [5621 kB]
Get:203 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgc1c2 amd64 1:7.6.4-0.4 [224 kB]
Get:204 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libltdl7 amd64 2.4.6-9 [390 kB]
Get:205 http://cdn-fastly.deb.debian.org/debian buster/main amd64 guile-2.2-libs amd64 2.2.4+1-1 [4967 kB]
Get:206 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iso-codes all 4.2-1 [2713 kB]
Get:207 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libalgorithm-diff-perl all 1.19.03-2 [47.9 kB]
Get:208 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5+b1 [11.8 kB]
Get:209 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libalgorithm-merge-perl all 0.08-3 [12.7 kB]
Get:210 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapt-inst2.0 amd64 1.8.0~rc3 [204 kB]
Get:211 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapt-pkg-perl amd64 0.1.34+b1 [71.2 kB]
Get:212 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive-cpio-perl all 0.10-1 [10.3 kB]
Get:213 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libasync-mergepoint-perl all 0.04-2 [10.4 kB]
Get:214 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libauthen-sasl-perl all 2.1600-1 [50.8 kB]
Get:215 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmodule-implementation-perl all 0.09-1 [12.9 kB]
Get:216 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libvariable-magic-perl amd64 0.62-1+b1 [45.9 kB]
Get:217 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libb-hooks-endofscope-perl all 0.24-1 [18.6 kB]
Get:218 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcgi-pm-perl all 4.40-1 [222 kB]
Get:219 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfcgi-perl amd64 0.78-2+b3 [39.0 kB]
Get:220 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcgi-fast-perl all 1:2.13-1 [11.4 kB]
Get:221 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-name-perl amd64 0.21-1+b3 [13.6 kB]
Get:222 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libclass-accessor-perl all 0.51-1 [23.2 kB]
Get:223 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libclass-inspector-perl all 1.32-1 [19.1 kB]
Get:224 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libclass-xsaccessor-perl amd64 1.19-3+b2 [38.0 kB]
Get:225 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libclone-perl amd64 0.41-1+b1 [14.6 kB]
Get:226 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcommon-sense-perl amd64 3.74-2+b7 [24.0 kB]
Get:227 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libparams-util-perl amd64 1.07-3+b4 [23.0 kB]
Get:228 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-install-perl all 0.928-1 [11.4 kB]
Get:229 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdata-optlist-perl all 0.110-1 [10.6 kB]
Get:230 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-exporter-perl all 0.987-1 [47.2 kB]
Get:231 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconst-fast-perl all 0.014-1 [8250 B]
Get:232 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libwant-perl amd64 0.29-1+b4 [28.9 kB]
Get:233 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcontextual-return-perl all 0.004014-2 [56.6 kB]
Get:234 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libconvert-binhex-perl all 1.125-1 [30.5 kB]
Get:235 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdata-dump-perl all 1.23-1 [29.5 kB]
Get:236 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdigest-bubblebabble-perl all 0.02-2 [8238 B]
Get:237 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdigest-hmac-perl all 1.03+dfsg-2 [10.6 kB]
Get:238 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdistro-info-perl all 0.21 [6696 B]
Get:239 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-smtp-ssl-perl all 1.04-1 [6184 B]
Get:240 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmailtools-perl all 2.18-1 [88.5 kB]
Get:241 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-ip-perl all 1.26-2 [29.0 kB]
Get:242 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-dns-perl all 1.19-1 [372 kB]
Get:243 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-domain-tld-perl all 1.75-1 [33.3 kB]
Get:244 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libemail-valid-perl all 1.202-1 [23.0 kB]
Get:245 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libexporter-tiny-perl all 1.002001-1 [36.9 kB]
Get:246 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libipc-system-simple-perl all 1.25-4 [26.5 kB]
Get:247 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-basedir-perl all 0.08-1 [17.7 kB]
Get:248 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-chdir-perl all 0.1008-1 [13.3 kB]
Get:249 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfile-fcntllock-perl amd64 0.22-3+b5 [35.4 kB]
Get:250 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfont-afm-perl all 1.20-2 [13.6 kB]
Get:251 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfribidi0 amd64 1.0.5-3.1 [63.5 kB]
Get:252 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libfuture-perl all 0.39-1 [74.5 kB]
Get:253 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-stringy-perl all 2.111-2 [61.2 kB]
Get:254 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libparams-validate-perl amd64 1.29-1+b1 [67.6 kB]
Get:255 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgetopt-long-descriptive-perl all 0.103-2 [27.8 kB]
Get:256 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsort-versions-perl all 1.62-1 [11.0 kB]
Get:257 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgit-wrapper-perl all 0.048-1 [34.7 kB]
Get:258 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-tiny-multipart-perl all 0.08-1 [9304 B]
Get:259 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-prompter-perl all 0.004015-1 [60.4 kB]
Get:260 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-perl all 4.01000-1 [88.6 kB]
Get:261 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblog-any-perl all 1.707-1 [65.2 kB]
Get:262 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblog-any-adapter-screen-perl all 0.13-1 [13.3 kB]
Get:263 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpackage-stash-perl all 0.38-1 [21.7 kB]
Get:264 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsub-identify-perl amd64 0.14-1+b1 [12.0 kB]
Get:265 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnamespace-clean-perl all 0.27-1 [17.3 kB]
Get:266 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpath-tiny-perl all 0.108-1 [53.3 kB]
Get:267 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtype-tiny-perl all 1.004004-1 [266 kB]
Get:268 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgitlab-api-v4-perl all 0.15-1 [60.6 kB]
Get:269 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libglib2.0-data all 2.58.3-1 [1108 kB]
Get:270 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB]
Get:271 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB]
Get:272 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libntlm0 amd64 1.5-1 [22.0 kB]
Get:273 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgsasl7 amd64 1.8.0-8+b2 [207 kB]
Get:274 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhtml-form-perl all 6.03-1 [23.9 kB]
Get:275 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhtml-format-perl all 2.12-1 [43.5 kB]
Get:276 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libhttp-daemon-perl all 6.01-1 [17.3 kB]
Get:277 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstruct-dumb-perl all 0.09-1 [11.1 kB]
Get:278 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-async-perl all 0.72-1 [262 kB]
Get:279 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-sessiondata-perl all 1.03-1 [5782 B]
Get:280 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libio-string-perl all 1.08-3 [12.3 kB]
Get:281 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtypes-serialiser-perl all 1.0-1 [12.7 kB]
Get:282 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-xs-perl amd64 3.040-1+b1 [91.0 kB]
Get:283 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblzo2-2 amd64 2.10-0.1 [56.1 kB]
Get:284 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkyotocabinet16v5 amd64 1.2.76-4.2+b1 [298 kB]
Get:285 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblist-compare-perl all 0.53-1 [68.9 kB]
Get:286 http://cdn-fastly.deb.debian.org/debian buster/main amd64 liblist-moreutils-perl amd64 0.416-1+b4 [64.2 kB]
Get:287 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libltdl-dev amd64 2.4.6-9 [162 kB]
Get:288 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsys-hostname-long-perl all 1.5-1 [12.0 kB]
Get:289 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmail-sendmail-perl all 0.80-1 [25.3 kB]
Get:290 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mailutils-common all 1:3.5-2 [689 kB]
Get:291 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mysql-common all 5.8+1.0.5 [7324 B]
Get:292 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mariadb-common all 1:10.3.12-2 [30.4 kB]
Get:293 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmariadb3 amd64 1:10.3.12-2 [172 kB]
Get:294 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython2.7-minimal amd64 2.7.15-8 [394 kB]
Get:295 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython2.7-stdlib amd64 2.7.15-8 [1909 kB]
Get:296 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython2.7 amd64 2.7.15-8 [1035 kB]
Get:297 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmailutils5 amd64 1:3.5-2 [881 kB]
Get:298 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmime-tools-perl all 5.509-1 [212 kB]
Get:299 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-dns-sec-perl amd64 1.11-1 [48.1 kB]
Get:300 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet-libidn-perl amd64 0.12.ds-3+b1 [18.6 kB]
Get:301 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnumber-compare-perl all 0.03-1 [7642 B]
Get:302 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnumber-range-perl all 0.12-1 [9274 B]
Get:303 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libossp-uuid16 amd64 1.6.2-1.5+b7 [38.1 kB]
Get:304 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libossp-uuid-perl amd64 1.6.2-1.5+b7 [28.7 kB]
Get:305 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpackage-stash-xs-perl amd64 0.29-1 [19.8 kB]
Get:306 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libparse-debianchangelog-perl all 1.2.0-13 [59.5 kB]
Get:307 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtext-glob-perl all 0.10-1 [8362 B]
Get:308 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpath-iterator-rule-perl all 1.014-1 [54.0 kB]
Get:309 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libperlio-gzip-perl amd64 0.19-1+b5 [17.4 kB]
Get:310 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpod-constants-perl all 0.19-1 [16.9 kB]
Get:311 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadonly-perl all 2.050-1 [22.7 kB]
Get:312 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libref-util-perl all 0.204-1 [17.1 kB]
Get:313 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libref-util-xs-perl amd64 0.117-1+b1 [14.0 kB]
Get:314 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libregexp-pattern-license-perl all 3.0.31-4 [14.7 kB]
Get:315 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsasl2-modules amd64 2.1.27+dfsg-1 [104 kB]
Get:316 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsereal-decoder-perl amd64 4.005+ds-1+b1 [93.6 kB]
Get:317 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsereal-encoder-perl amd64 4.005+ds-1+b1 [95.4 kB]
Get:318 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsereal-perl all 4.005-1 [10.8 kB]
Get:319 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtask-weaken-perl all 1.06-1 [9252 B]
Get:320 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-parser-perl amd64 2.44-2+b4 [214 kB]
Get:321 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsoap-lite-perl all 1.27-1 [258 kB]
Get:322 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsort-key-perl amd64 1.33-2+b1 [37.0 kB]
Get:323 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstring-copyright-perl all 0.003006-1 [11.6 kB]
Get:324 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstring-escape-perl all 2010.002-2 [19.1 kB]
Get:325 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libstring-shellquote-perl all 1.04-1 [12.6 kB]
Get:326 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libterm-readkey-perl amd64 2.38-1 [27.4 kB]
Get:327 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtest-fatal-perl all 0.014-1 [11.9 kB]
Get:328 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtest-refcount-perl all 0.08-3 [11.4 kB]
Get:329 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtext-levenshtein-perl all 0.13-1 [11.1 kB]
Get:330 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libtype-tiny-xs-perl amd64 0.014-1+b1 [24.4 kB]
Get:331 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libunicode-utf8-perl amd64 0.60-1+b5 [23.9 kB]
Get:332 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libunwind8 amd64 1.2.1-8 [51.0 kB]
Get:333 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libwrap0 amd64 7.6.q-27 [58.6 kB]
Get:334 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxau6 amd64 1:1.0.8-1+b2 [19.9 kB]
Get:335 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
Get:336 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxcb1 amd64 1.13.1-2 [137 kB]
Get:337 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libx11-data all 2:1.6.7-1 [298 kB]
Get:338 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libx11-6 amd64 2:1.6.7-1 [754 kB]
Get:339 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxext6 amd64 2:1.3.3-1+b2 [52.5 kB]
Get:340 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-namespacesupport-perl all 1.12-1 [14.8 kB]
Get:341 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-base-perl all 1.09-1 [20.4 kB]
Get:342 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-perl all 1.00+dfsg-1 [58.6 kB]
Get:343 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-1 [344 kB]
Get:344 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-sax-expat-perl all 0.51-1 [12.0 kB]
Get:345 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB]
Get:346 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxmlrpc-lite-perl all 0.717-1 [26.1 kB]
Get:347 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxmuu1 amd64 2:1.1.2-2 [23.5 kB]
Get:348 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-0-2 amd64 0.2.1-1 [47.2 kB]
Get:349 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libyaml-libyaml-perl amd64 0.76+repack-1 [33.1 kB]
Get:350 http://cdn-fastly.deb.debian.org/debian buster/main amd64 licensecheck all 3.0.31-3 [28.3 kB]
Get:351 http://cdn-fastly.deb.debian.org/debian buster/main amd64 t1utils amd64 1.41-3 [62.3 kB]
Get:352 http://cdn-fastly.deb.debian.org/debian buster/main amd64 lintian all 2.7.0 [1193 kB]
Get:353 http://cdn-fastly.deb.debian.org/debian buster/main amd64 lsb-release all 10.2018112800 [27.4 kB]
Get:354 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mailutils amd64 1:3.5-2 [585 kB]
Get:355 http://cdn-fastly.deb.debian.org/debian buster/main amd64 manpages-dev all 4.16-1 [2222 kB]
Get:356 http://cdn-fastly.deb.debian.org/debian buster/main amd64 psmisc amd64 23.2-1 [126 kB]
Get:357 http://cdn-fastly.deb.debian.org/debian buster/main amd64 publicsuffix all 20190128.1516-1 [114 kB]
Get:358 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-apt-common all 1.8.3 [94.9 kB]
Get:359 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-apt amd64 1.8.3 [183 kB]
Get:360 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-certifi all 2018.8.24-1 [140 kB]
Get:361 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-idna all 2.6-1 [34.3 kB]
Get:362 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-magic all 2:0.4.15-2 [9256 B]
Get:363 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-urllib3 all 1.24.1-1 [97.1 kB]
Get:364 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-requests all 2.20.0-2 [66.7 kB]
Get:365 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-unidiff all 0.5.4-1 [7506 B]
Get:366 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-xdg all 0.25-4 [35.7 kB]
Get:367 http://cdn-fastly.deb.debian.org/debian buster/main amd64 shared-mime-info amd64 1.10-1 [766 kB]
Get:368 http://cdn-fastly.deb.debian.org/debian buster/main amd64 strace amd64 4.26-0.2 [898 kB]
Get:369 http://cdn-fastly.deb.debian.org/debian buster/main amd64 unzip amd64 6.0-22 [170 kB]
Get:370 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xauth amd64 1:1.0.10-1 [40.3 kB]
Get:371 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xdg-user-dirs amd64 0.17-2 [53.8 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 176 MB in 3s (63.2 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../perl-base_5.28.1-4_amd64.deb ...
Unpacking perl-base (5.28.1-4) over (5.28.1-3) ...
Setting up perl-base (5.28.1-4) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../gcc-8-base_8.2.0-21_amd64.deb ...
Unpacking gcc-8-base:amd64 (8.2.0-21) over (8.2.0-15) ...
Setting up gcc-8-base:amd64 (8.2.0-21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../libgcc1_1%3a8.2.0-21_amd64.deb ...
Unpacking libgcc1:amd64 (1:8.2.0-21) over (1:8.2.0-15) ...
Setting up libgcc1:amd64 (1:8.2.0-21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../libstdc++6_8.2.0-21_amd64.deb ...
Unpacking libstdc++6:amd64 (8.2.0-21) over (8.2.0-15) ...
Setting up libstdc++6:amd64 (8.2.0-21) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../libc6_2.28-7_amd64.deb ...
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/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Unpacking libc6:amd64 (2.28-7) over (2.28-5) ...
Setting up libc6:amd64 (2.28-7) ...
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/x86_64-linux-gnu/perl/5.28.1 /usr/local/share/perl/5.28.1 /usr/lib/x86_64-linux-gnu/perl5/5.28 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.28 /usr/share/perl/5.28 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
debconf: falling back to frontend: Teletype
Selecting previously unselected package lsb-base.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6674 files and directories currently installed.)
Preparing to unpack .../lsb-base_10.2018112800_all.deb ...
Unpacking lsb-base (10.2018112800) ...
Selecting previously unselected package cron.
Preparing to unpack .../cron_3.0pl1-130_amd64.deb ...
Unpacking cron (3.0pl1-130) ...
Selecting previously unselected package libbsd0:amd64.
Preparing to unpack .../libbsd0_0.9.1-1_amd64.deb ...
Unpacking libbsd0:amd64 (0.9.1-1) ...
Preparing to unpack .../libtinfo6_6.1+20181013-2_amd64.deb ...
Unpacking libtinfo6:amd64 (6.1+20181013-2) over (6.1+20181013-1) ...
Setting up libtinfo6:amd64 (6.1+20181013-2) ...
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6728 files and directories currently installed.)
Preparing to unpack .../libncursesw6_6.1+20181013-2_amd64.deb ...
Unpacking libncursesw6:amd64 (6.1+20181013-2) over (6.1+20181013-1) ...
Setting up libncursesw6:amd64 (6.1+20181013-2) ...
Selecting previously unselected package bsdmainutils.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6728 files and directories currently installed.)
Preparing to unpack .../00-bsdmainutils_11.1.2+b1_amd64.deb ...
Unpacking bsdmainutils (11.1.2+b1) ...
Selecting previously unselected package libuchardet0:amd64.
Preparing to unpack .../01-libuchardet0_0.0.6-3_amd64.deb ...
Unpacking libuchardet0:amd64 (0.0.6-3) ...
Selecting previously unselected package groff-base.
Preparing to unpack .../02-groff-base_1.22.4-2_amd64.deb ...
Unpacking groff-base (1.22.4-2) ...
Selecting previously unselected package libgdbm6:amd64.
Preparing to unpack .../03-libgdbm6_1.18.1-3_amd64.deb ...
Unpacking libgdbm6:amd64 (1.18.1-3) ...
Selecting previously unselected package libpipeline1:amd64.
Preparing to unpack .../04-libpipeline1_1.5.1-2_amd64.deb ...
Unpacking libpipeline1:amd64 (1.5.1-2) ...
Selecting previously unselected package man-db.
Preparing to unpack .../05-man-db_2.8.5-2_amd64.deb ...
Unpacking man-db (2.8.5-2) ...
Selecting previously unselected package perl-modules-5.28.
Preparing to unpack .../06-perl-modules-5.28_5.28.1-4_all.deb ...
Unpacking perl-modules-5.28 (5.28.1-4) ...
Selecting previously unselected package libgdbm-compat4:amd64.
Preparing to unpack .../07-libgdbm-compat4_1.18.1-3_amd64.deb ...
Unpacking libgdbm-compat4:amd64 (1.18.1-3) ...
Selecting previously unselected package libperl5.28:amd64.
Preparing to unpack .../08-libperl5.28_5.28.1-4_amd64.deb ...
Unpacking libperl5.28:amd64 (5.28.1-4) ...
Selecting previously unselected package perl.
Preparing to unpack .../09-perl_5.28.1-4_amd64.deb ...
Unpacking perl (5.28.1-4) ...
Selecting previously unselected package liblocale-gettext-perl.
Preparing to unpack .../10-liblocale-gettext-perl_1.07-3+b4_amd64.deb ...
Unpacking liblocale-gettext-perl (1.07-3+b4) ...
Selecting previously unselected package libssl1.1:amd64.
Preparing to unpack .../11-libssl1.1_1.1.1a-1_amd64.deb ...
Unpacking libssl1.1:amd64 (1.1.1a-1) ...
Selecting previously unselected package libpython3.7-minimal:amd64.
Preparing to unpack .../12-libpython3.7-minimal_3.7.2-2_amd64.deb ...
Unpacking libpython3.7-minimal:amd64 (3.7.2-2) ...
Selecting previously unselected package libexpat1:amd64.
Preparing to unpack .../13-libexpat1_2.2.6-1_amd64.deb ...
Unpacking libexpat1:amd64 (2.2.6-1) ...
Selecting previously unselected package python3.7-minimal.
Preparing to unpack .../14-python3.7-minimal_3.7.2-2_amd64.deb ...
Unpacking python3.7-minimal (3.7.2-2) ...
Setting up libssl1.1:amd64 (1.1.1a-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 libpython3.7-minimal:amd64 (3.7.2-2) ...
Setting up libexpat1:amd64 (2.2.6-1) ...
Setting up python3.7-minimal (3.7.2-2) ...
Selecting previously unselected package python3-minimal.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 9580 files and directories currently installed.)
Preparing to unpack .../0-python3-minimal_3.7.2-1_amd64.deb ...
Unpacking python3-minimal (3.7.2-1) ...
Selecting previously unselected package mime-support.
Preparing to unpack .../1-mime-support_3.62_all.deb ...
Unpacking mime-support (3.62) ...
Selecting previously unselected package libmpdec2:amd64.
Preparing to unpack .../2-libmpdec2_2.4.2-2_amd64.deb ...
Unpacking libmpdec2:amd64 (2.4.2-2) ...
Selecting previously unselected package readline-common.
Preparing to unpack .../3-readline-common_7.0-5_all.deb ...
Unpacking readline-common (7.0-5) ...
Selecting previously unselected package libreadline7:amd64.
Preparing to unpack .../4-libreadline7_7.0-5_amd64.deb ...
Unpacking libreadline7:amd64 (7.0-5) ...
Selecting previously unselected package libsqlite3-0:amd64.
Preparing to unpack .../5-libsqlite3-0_3.26.0+fossilbc891ac6b-2_amd64.deb ...
Unpacking libsqlite3-0:amd64 (3.26.0+fossilbc891ac6b-2) ...
Selecting previously unselected package libpython3.7-stdlib:amd64.
Preparing to unpack .../6-libpython3.7-stdlib_3.7.2-2_amd64.deb ...
Unpacking libpython3.7-stdlib:amd64 (3.7.2-2) ...
Selecting previously unselected package python3.7.
Preparing to unpack .../7-python3.7_3.7.2-2_amd64.deb ...
Unpacking python3.7 (3.7.2-2) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../8-libpython3-stdlib_3.7.2-1_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.7.2-1) ...
Setting up python3-minimal (3.7.2-1) ...
Selecting previously unselected package python3.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10045 files and directories currently installed.)
Preparing to unpack .../000-python3_3.7.2-1_amd64.deb ...
Unpacking python3 (3.7.2-1) ...
Selecting previously unselected package less.
Preparing to unpack .../001-less_487-0.1+b1_amd64.deb ...
Unpacking less (487-0.1+b1) ...
Selecting previously unselected package netbase.
Preparing to unpack .../002-netbase_5.6_all.deb ...
Unpacking netbase (5.6) ...
Selecting previously unselected package sensible-utils.
Preparing to unpack .../003-sensible-utils_0.0.12_all.deb ...
Unpacking sensible-utils (0.0.12) ...
Selecting previously unselected package bzip2.
Preparing to unpack .../004-bzip2_1.0.6-9_amd64.deb ...
Unpacking bzip2 (1.0.6-9) ...
Selecting previously unselected package libmagic-mgc.
Preparing to unpack .../005-libmagic-mgc_1%3a5.35-2_amd64.deb ...
Unpacking libmagic-mgc (1:5.35-2) ...
Selecting previously unselected package libmagic1:amd64.
Preparing to unpack .../006-libmagic1_1%3a5.35-2_amd64.deb ...
Unpacking libmagic1:amd64 (1:5.35-2) ...
Selecting previously unselected package file.
Preparing to unpack .../007-file_1%3a5.35-2_amd64.deb ...
Unpacking file (1:5.35-2) ...
Selecting previously unselected package gettext-base.
Preparing to unpack .../008-gettext-base_0.19.8.1-9_amd64.deb ...
Unpacking gettext-base (0.19.8.1-9) ...
Selecting previously unselected package krb5-locales.
Preparing to unpack .../009-krb5-locales_1.17-1_all.deb ...
Unpacking krb5-locales (1.17-1) ...
Selecting previously unselected package manpages.
Preparing to unpack .../010-manpages_4.16-1_all.deb ...
Unpacking manpages (4.16-1) ...
Selecting previously unselected package libedit2:amd64.
Preparing to unpack .../011-libedit2_3.1-20181209-1_amd64.deb ...
Unpacking libedit2:amd64 (3.1-20181209-1) ...
Selecting previously unselected package libkeyutils1:amd64.
Preparing to unpack .../012-libkeyutils1_1.6-2_amd64.deb ...
Unpacking libkeyutils1:amd64 (1.6-2) ...
Selecting previously unselected package libkrb5support0:amd64.
Preparing to unpack .../013-libkrb5support0_1.17-1_amd64.deb ...
Unpacking libkrb5support0:amd64 (1.17-1) ...
Selecting previously unselected package libk5crypto3:amd64.
Preparing to unpack .../014-libk5crypto3_1.17-1_amd64.deb ...
Unpacking libk5crypto3:amd64 (1.17-1) ...
Selecting previously unselected package libkrb5-3:amd64.
Preparing to unpack .../015-libkrb5-3_1.17-1_amd64.deb ...
Unpacking libkrb5-3:amd64 (1.17-1) ...
Selecting previously unselected package libgssapi-krb5-2:amd64.
Preparing to unpack .../016-libgssapi-krb5-2_1.17-1_amd64.deb ...
Unpacking libgssapi-krb5-2:amd64 (1.17-1) ...
Selecting previously unselected package openssh-client.
Preparing to unpack .../017-openssh-client_1%3a7.9p1-6_amd64.deb ...
Unpacking openssh-client (1:7.9p1-6) ...
Selecting previously unselected package ucf.
Preparing to unpack .../018-ucf_3.0038+nmu1_all.deb ...
Moving old data out of the way
Unpacking ucf (3.0038+nmu1) ...
Selecting previously unselected package xz-utils.
Preparing to unpack .../019-xz-utils_5.2.4-1_amd64.deb ...
Unpacking xz-utils (5.2.4-1) ...
Selecting previously unselected package libfl2:amd64.
Preparing to unpack .../020-libfl2_2.6.4-6.2_amd64.deb ...
Unpacking libfl2:amd64 (2.6.4-6.2) ...
Selecting previously unselected package at.
Preparing to unpack .../021-at_3.1.23-1_amd64.deb ...
Unpacking at (3.1.23-1) ...
Selecting previously unselected package libsigsegv2:amd64.
Preparing to unpack .../022-libsigsegv2_2.12-2_amd64.deb ...
Unpacking libsigsegv2:amd64 (2.12-2) ...
Selecting previously unselected package m4.
Preparing to unpack .../023-m4_1.4.18-2_amd64.deb ...
Unpacking m4 (1.4.18-2) ...
Selecting previously unselected package autoconf.
Preparing to unpack .../024-autoconf_2.69-11_all.deb ...
Unpacking autoconf (2.69-11) ...
Selecting previously unselected package autotools-dev.
Preparing to unpack .../025-autotools-dev_20180224.1_all.deb ...
Unpacking autotools-dev (20180224.1) ...
Selecting previously unselected package automake.
Preparing to unpack .../026-automake_1%3a1.16.1-4_all.deb ...
Unpacking automake (1:1.16.1-4) ...
Selecting previously unselected package autopoint.
Preparing to unpack .../027-autopoint_0.19.8.1-9_all.deb ...
Unpacking autopoint (0.19.8.1-9) ...
Selecting previously unselected package binutils-common:amd64.
Preparing to unpack .../028-binutils-common_2.31.1-11_amd64.deb ...
Unpacking binutils-common:amd64 (2.31.1-11) ...
Selecting previously unselected package libbinutils:amd64.
Preparing to unpack .../029-libbinutils_2.31.1-11_amd64.deb ...
Unpacking libbinutils:amd64 (2.31.1-11) ...
Selecting previously unselected package binutils-x86-64-linux-gnu.
Preparing to unpack .../030-binutils-x86-64-linux-gnu_2.31.1-11_amd64.deb ...
Unpacking binutils-x86-64-linux-gnu (2.31.1-11) ...
Selecting previously unselected package binutils.
Preparing to unpack .../031-binutils_2.31.1-11_amd64.deb ...
Unpacking binutils (2.31.1-11) ...
Selecting previously unselected package libc-dev-bin.
Preparing to unpack .../032-libc-dev-bin_2.28-7_amd64.deb ...
Unpacking libc-dev-bin (2.28-7) ...
Selecting previously unselected package linux-libc-dev:amd64.
Preparing to unpack .../033-linux-libc-dev_4.19.16-1_amd64.deb ...
Unpacking linux-libc-dev:amd64 (4.19.16-1) ...
Selecting previously unselected package libc6-dev:amd64.
Preparing to unpack .../034-libc6-dev_2.28-7_amd64.deb ...
Unpacking libc6-dev:amd64 (2.28-7) ...
Selecting previously unselected package libisl19:amd64.
Preparing to unpack .../035-libisl19_0.20-2_amd64.deb ...
Unpacking libisl19:amd64 (0.20-2) ...
Selecting previously unselected package libmpfr6:amd64.
Preparing to unpack .../036-libmpfr6_4.0.2-1_amd64.deb ...
Unpacking libmpfr6:amd64 (4.0.2-1) ...
Selecting previously unselected package libmpc3:amd64.
Preparing to unpack .../037-libmpc3_1.1.0-1_amd64.deb ...
Unpacking libmpc3:amd64 (1.1.0-1) ...
Selecting previously unselected package cpp-8.
Preparing to unpack .../038-cpp-8_8.2.0-21_amd64.deb ...
Unpacking cpp-8 (8.2.0-21) ...
Selecting previously unselected package cpp.
Preparing to unpack .../039-cpp_4%3a8.2.0-2_amd64.deb ...
Unpacking cpp (4:8.2.0-2) ...
Selecting previously unselected package libcc1-0:amd64.
Preparing to unpack .../040-libcc1-0_8.2.0-21_amd64.deb ...
Unpacking libcc1-0:amd64 (8.2.0-21) ...
Selecting previously unselected package libgomp1:amd64.
Preparing to unpack .../041-libgomp1_8.2.0-21_amd64.deb ...
Unpacking libgomp1:amd64 (8.2.0-21) ...
Selecting previously unselected package libitm1:amd64.
Preparing to unpack .../042-libitm1_8.2.0-21_amd64.deb ...
Unpacking libitm1:amd64 (8.2.0-21) ...
Selecting previously unselected package libatomic1:amd64.
Preparing to unpack .../043-libatomic1_8.2.0-21_amd64.deb ...
Unpacking libatomic1:amd64 (8.2.0-21) ...
Selecting previously unselected package libasan5:amd64.
Preparing to unpack .../044-libasan5_8.2.0-21_amd64.deb ...
Unpacking libasan5:amd64 (8.2.0-21) ...
Selecting previously unselected package liblsan0:amd64.
Preparing to unpack .../045-liblsan0_8.2.0-21_amd64.deb ...
Unpacking liblsan0:amd64 (8.2.0-21) ...
Selecting previously unselected package libtsan0:amd64.
Preparing to unpack .../046-libtsan0_8.2.0-21_amd64.deb ...
Unpacking libtsan0:amd64 (8.2.0-21) ...
Selecting previously unselected package libubsan1:amd64.
Preparing to unpack .../047-libubsan1_8.2.0-21_amd64.deb ...
Unpacking libubsan1:amd64 (8.2.0-21) ...
Selecting previously unselected package libmpx2:amd64.
Preparing to unpack .../048-libmpx2_8.2.0-21_amd64.deb ...
Unpacking libmpx2:amd64 (8.2.0-21) ...
Selecting previously unselected package libquadmath0:amd64.
Preparing to unpack .../049-libquadmath0_8.2.0-21_amd64.deb ...
Unpacking libquadmath0:amd64 (8.2.0-21) ...
Selecting previously unselected package libgcc-8-dev:amd64.
Preparing to unpack .../050-libgcc-8-dev_8.2.0-21_amd64.deb ...
Unpacking libgcc-8-dev:amd64 (8.2.0-21) ...
Selecting previously unselected package gcc-8.
Preparing to unpack .../051-gcc-8_8.2.0-21_amd64.deb ...
Unpacking gcc-8 (8.2.0-21) ...
Selecting previously unselected package gcc.
Preparing to unpack .../052-gcc_4%3a8.2.0-2_amd64.deb ...
Unpacking gcc (4:8.2.0-2) ...
Selecting previously unselected package libstdc++-8-dev:amd64.
Preparing to unpack .../053-libstdc++-8-dev_8.2.0-21_amd64.deb ...
Unpacking libstdc++-8-dev:amd64 (8.2.0-21) ...
Selecting previously unselected package g++-8.
Preparing to unpack .../054-g++-8_8.2.0-21_amd64.deb ...
Unpacking g++-8 (8.2.0-21) ...
Selecting previously unselected package g++.
Preparing to unpack .../055-g++_4%3a8.2.0-2_amd64.deb ...
Unpacking g++ (4:8.2.0-2) ...
Selecting previously unselected package make.
Preparing to unpack .../056-make_4.2.1-1.2_amd64.deb ...
Unpacking make (4.2.1-1.2) ...
Selecting previously unselected package libdpkg-perl.
Preparing to unpack .../057-libdpkg-perl_1.19.2_all.deb ...
Unpacking libdpkg-perl (1.19.2) ...
Selecting previously unselected package patch.
Preparing to unpack .../058-patch_2.7.6-3_amd64.deb ...
Unpacking patch (2.7.6-3) ...
Selecting previously unselected package dpkg-dev.
Preparing to unpack .../059-dpkg-dev_1.19.2_all.deb ...
Unpacking dpkg-dev (1.19.2) ...
Selecting previously unselected package build-essential.
Preparing to unpack .../060-build-essential_12.5_amd64.deb ...
Unpacking build-essential (12.5) ...
Selecting previously unselected package openssl.
Preparing to unpack .../061-openssl_1.1.1a-1_amd64.deb ...
Unpacking openssl (1.1.1a-1) ...
Selecting previously unselected package ca-certificates.
Preparing to unpack .../062-ca-certificates_20190110_all.deb ...
Unpacking ca-certificates (20190110) ...
Selecting previously unselected package libsasl2-modules-db:amd64.
Preparing to unpack .../063-libsasl2-modules-db_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libsasl2-2:amd64.
Preparing to unpack .../064-libsasl2-2_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libldap-common.
Preparing to unpack .../065-libldap-common_2.4.47+dfsg-3_all.deb ...
Unpacking libldap-common (2.4.47+dfsg-3) ...
Selecting previously unselected package libldap-2.4-2:amd64.
Preparing to unpack .../066-libldap-2.4-2_2.4.47+dfsg-3_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3) ...
Selecting previously unselected package libnghttp2-14:amd64.
Preparing to unpack .../067-libnghttp2-14_1.36.0-2_amd64.deb ...
Unpacking libnghttp2-14:amd64 (1.36.0-2) ...
Selecting previously unselected package libpsl5:amd64.
Preparing to unpack .../068-libpsl5_0.20.2-2_amd64.deb ...
Unpacking libpsl5:amd64 (0.20.2-2) ...
Selecting previously unselected package librtmp1:amd64.
Preparing to unpack .../069-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ...
Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Selecting previously unselected package libssh2-1:amd64.
Preparing to unpack .../070-libssh2-1_1.8.0-2_amd64.deb ...
Unpacking libssh2-1:amd64 (1.8.0-2) ...
Selecting previously unselected package libcurl4:amd64.
Preparing to unpack .../071-libcurl4_7.64.0-1_amd64.deb ...
Unpacking libcurl4:amd64 (7.64.0-1) ...
Selecting previously unselected package curl.
Preparing to unpack .../072-curl_7.64.0-1_amd64.deb ...
Unpacking curl (7.64.0-1) ...
Selecting previously unselected package dctrl-tools.
Preparing to unpack .../073-dctrl-tools_2.24-3_amd64.deb ...
Unpacking dctrl-tools (2.24-3) ...
Selecting previously unselected package libtool.
Preparing to unpack .../074-libtool_2.4.6-9_all.deb ...
Unpacking libtool (2.4.6-9) ...
Selecting previously unselected package dh-autoreconf.
Preparing to unpack .../075-dh-autoreconf_19_all.deb ...
Unpacking dh-autoreconf (19) ...
Selecting previously unselected package libarchive-zip-perl.
Preparing to unpack .../076-libarchive-zip-perl_1.64-1_all.deb ...
Unpacking libarchive-zip-perl (1.64-1) ...
Selecting previously unselected package libfile-stripnondeterminism-perl.
Preparing to unpack .../077-libfile-stripnondeterminism-perl_1.1.1-1_all.deb ...
Unpacking libfile-stripnondeterminism-perl (1.1.1-1) ...
Selecting previously unselected package dh-strip-nondeterminism.
Preparing to unpack .../078-dh-strip-nondeterminism_1.1.1-1_all.deb ...
Unpacking dh-strip-nondeterminism (1.1.1-1) ...
Selecting previously unselected package dwz.
Preparing to unpack .../079-dwz_0.12-3_amd64.deb ...
Unpacking dwz (0.12-3) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../080-libglib2.0-0_2.58.3-1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.58.3-1) ...
Selecting previously unselected package libicu63:amd64.
Preparing to unpack .../081-libicu63_63.1-6_amd64.deb ...
Unpacking libicu63:amd64 (63.1-6) ...
Selecting previously unselected package libxml2:amd64.
Preparing to unpack .../082-libxml2_2.9.4+dfsg1-7+b3_amd64.deb ...
Unpacking libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Selecting previously unselected package libcroco3:amd64.
Preparing to unpack .../083-libcroco3_0.6.12-3_amd64.deb ...
Unpacking libcroco3:amd64 (0.6.12-3) ...
Selecting previously unselected package libncurses6:amd64.
Preparing to unpack .../084-libncurses6_6.1+20181013-2_amd64.deb ...
Unpacking libncurses6:amd64 (6.1+20181013-2) ...
Selecting previously unselected package gettext.
Preparing to unpack .../085-gettext_0.19.8.1-9_amd64.deb ...
Unpacking gettext (0.19.8.1-9) ...
Selecting previously unselected package intltool-debian.
Preparing to unpack .../086-intltool-debian_0.35.0+20060710.5_all.deb ...
Unpacking intltool-debian (0.35.0+20060710.5) ...
Selecting previously unselected package po-debconf.
Preparing to unpack .../087-po-debconf_1.0.21_all.deb ...
Unpacking po-debconf (1.0.21) ...
Selecting previously unselected package debhelper.
Preparing to unpack .../088-debhelper_12.1_all.deb ...
Unpacking debhelper (12.1) ...
Selecting previously unselected package debian-keyring.
Preparing to unpack .../089-debian-keyring_2018.12.24_all.deb ...
Unpacking debian-keyring (2018.12.24) ...
Selecting previously unselected package libfakeroot:amd64.
Preparing to unpack .../090-libfakeroot_1.23-1_amd64.deb ...
Unpacking libfakeroot:amd64 (1.23-1) ...
Selecting previously unselected package fakeroot.
Preparing to unpack .../091-fakeroot_1.23-1_amd64.deb ...
Unpacking fakeroot (1.23-1) ...
Selecting previously unselected package libassuan0:amd64.
Preparing to unpack .../092-libassuan0_2.5.2-1_amd64.deb ...
Unpacking libassuan0:amd64 (2.5.2-1) ...
Selecting previously unselected package gpgconf.
Preparing to unpack .../093-gpgconf_2.2.12-1_amd64.deb ...
Unpacking gpgconf (2.2.12-1) ...
Selecting previously unselected package libksba8:amd64.
Preparing to unpack .../094-libksba8_1.3.5-2_amd64.deb ...
Unpacking libksba8:amd64 (1.3.5-2) ...
Selecting previously unselected package libnpth0:amd64.
Preparing to unpack .../095-libnpth0_1.6-1_amd64.deb ...
Unpacking libnpth0:amd64 (1.6-1) ...
Selecting previously unselected package dirmngr.
Preparing to unpack .../096-dirmngr_2.2.12-1_amd64.deb ...
Unpacking dirmngr (2.2.12-1) ...
Selecting previously unselected package gnupg-l10n.
Preparing to unpack .../097-gnupg-l10n_2.2.12-1_all.deb ...
Unpacking gnupg-l10n (2.2.12-1) ...
Selecting previously unselected package gnupg-utils.
Preparing to unpack .../098-gnupg-utils_2.2.12-1_amd64.deb ...
Unpacking gnupg-utils (2.2.12-1) ...
Selecting previously unselected package gpg.
Preparing to unpack .../099-gpg_2.2.12-1_amd64.deb ...
Unpacking gpg (2.2.12-1) ...
Selecting previously unselected package pinentry-curses.
Preparing to unpack .../100-pinentry-curses_1.1.0-1+b1_amd64.deb ...
Unpacking pinentry-curses (1.1.0-1+b1) ...
Selecting previously unselected package gpg-agent.
Preparing to unpack .../101-gpg-agent_2.2.12-1_amd64.deb ...
Unpacking gpg-agent (2.2.12-1) ...
Selecting previously unselected package gpg-wks-client.
Preparing to unpack .../102-gpg-wks-client_2.2.12-1_amd64.deb ...
Unpacking gpg-wks-client (2.2.12-1) ...
Selecting previously unselected package gpg-wks-server.
Preparing to unpack .../103-gpg-wks-server_2.2.12-1_amd64.deb ...
Unpacking gpg-wks-server (2.2.12-1) ...
Selecting previously unselected package gpgsm.
Preparing to unpack .../104-gpgsm_2.2.12-1_amd64.deb ...
Unpacking gpgsm (2.2.12-1) ...
Selecting previously unselected package gnupg.
Preparing to unpack .../105-gnupg_2.2.12-1_all.deb ...
Unpacking gnupg (2.2.12-1) ...
Selecting previously unselected package libfile-which-perl.
Preparing to unpack .../106-libfile-which-perl_1.23-1_all.deb ...
Unpacking libfile-which-perl (1.23-1) ...
Selecting previously unselected package libfile-homedir-perl.
Preparing to unpack .../107-libfile-homedir-perl_1.004-1_all.deb ...
Unpacking libfile-homedir-perl (1.004-1) ...
Selecting previously unselected package libio-pty-perl.
Preparing to unpack .../108-libio-pty-perl_1%3a1.08-1.1+b5_amd64.deb ...
Unpacking libio-pty-perl (1:1.08-1.1+b5) ...
Selecting previously unselected package libipc-run-perl.
Preparing to unpack .../109-libipc-run-perl_20180523.0-1_all.deb ...
Unpacking libipc-run-perl (20180523.0-1) ...
Selecting previously unselected package libclass-method-modifiers-perl.
Preparing to unpack .../110-libclass-method-modifiers-perl_2.12-1_all.deb ...
Unpacking libclass-method-modifiers-perl (2.12-1) ...
Selecting previously unselected package libsub-exporter-progressive-perl.
Preparing to unpack .../111-libsub-exporter-progressive-perl_0.001013-1_all.deb ...
Unpacking libsub-exporter-progressive-perl (0.001013-1) ...
Selecting previously unselected package libdevel-globaldestruction-perl.
Preparing to unpack .../112-libdevel-globaldestruction-perl_0.14-1_all.deb ...
Unpacking libdevel-globaldestruction-perl (0.14-1) ...
Selecting previously unselected package libb-hooks-op-check-perl.
Preparing to unpack .../113-libb-hooks-op-check-perl_0.22-1+b1_amd64.deb ...
Unpacking libb-hooks-op-check-perl (0.22-1+b1) ...
Selecting previously unselected package libdynaloader-functions-perl.
Preparing to unpack .../114-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 .../115-libdevel-callchecker-perl_0.007-2+b2_amd64.deb ...
Unpacking libdevel-callchecker-perl (0.007-2+b2) ...
Selecting previously unselected package libparams-classify-perl.
Preparing to unpack .../116-libparams-classify-perl_0.015-1+b1_amd64.deb ...
Unpacking libparams-classify-perl (0.015-1+b1) ...
Selecting previously unselected package libmodule-runtime-perl.
Preparing to unpack .../117-libmodule-runtime-perl_0.016-1_all.deb ...
Unpacking libmodule-runtime-perl (0.016-1) ...
Selecting previously unselected package libimport-into-perl.
Preparing to unpack .../118-libimport-into-perl_1.002005-1_all.deb ...
Unpacking libimport-into-perl (1.002005-1) ...
Selecting previously unselected package librole-tiny-perl.
Preparing to unpack .../119-librole-tiny-perl_2.000006-1_all.deb ...
Unpacking librole-tiny-perl (2.000006-1) ...
Selecting previously unselected package libstrictures-perl.
Preparing to unpack .../120-libstrictures-perl_2.000005-1_all.deb ...
Unpacking libstrictures-perl (2.000005-1) ...
Selecting previously unselected package libsub-quote-perl.
Preparing to unpack .../121-libsub-quote-perl_2.005001-1_all.deb ...
Unpacking libsub-quote-perl (2.005001-1) ...
Selecting previously unselected package libmoo-perl.
Preparing to unpack .../122-libmoo-perl_2.003004-2_all.deb ...
Unpacking libmoo-perl (2.003004-2) ...
Selecting previously unselected package libencode-locale-perl.
Preparing to unpack .../123-libencode-locale-perl_1.05-1_all.deb ...
Unpacking libencode-locale-perl (1.05-1) ...
Selecting previously unselected package libtimedate-perl.
Preparing to unpack .../124-libtimedate-perl_2.3000-2_all.deb ...
Unpacking libtimedate-perl (2.3000-2) ...
Selecting previously unselected package libhttp-date-perl.
Preparing to unpack .../125-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 .../126-libfile-listing-perl_6.04-1_all.deb ...
Unpacking libfile-listing-perl (6.04-1) ...
Selecting previously unselected package libhtml-tagset-perl.
Preparing to unpack .../127-libhtml-tagset-perl_3.20-3_all.deb ...
Unpacking libhtml-tagset-perl (3.20-3) ...
Selecting previously unselected package liburi-perl.
Preparing to unpack .../128-liburi-perl_1.76-1_all.deb ...
Unpacking liburi-perl (1.76-1) ...
Selecting previously unselected package libhtml-parser-perl.
Preparing to unpack .../129-libhtml-parser-perl_3.72-3+b3_amd64.deb ...
Unpacking libhtml-parser-perl (3.72-3+b3) ...
Selecting previously unselected package libhtml-tree-perl.
Preparing to unpack .../130-libhtml-tree-perl_5.07-2_all.deb ...
Unpacking libhtml-tree-perl (5.07-2) ...
Selecting previously unselected package libio-html-perl.
Preparing to unpack .../131-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 .../132-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 .../133-libhttp-message-perl_6.18-1_all.deb ...
Unpacking libhttp-message-perl (6.18-1) ...
Selecting previously unselected package libhttp-cookies-perl.
Preparing to unpack .../134-libhttp-cookies-perl_6.04-1_all.deb ...
Unpacking libhttp-cookies-perl (6.04-1) ...
Selecting previously unselected package libhttp-negotiate-perl.
Preparing to unpack .../135-libhttp-negotiate-perl_6.01-1_all.deb ...
Unpacking libhttp-negotiate-perl (6.01-1) ...
Selecting previously unselected package perl-openssl-defaults:amd64.
Preparing to unpack .../136-perl-openssl-defaults_3_amd64.deb ...
Unpacking perl-openssl-defaults:amd64 (3) ...
Selecting previously unselected package libnet-ssleay-perl.
Preparing to unpack .../137-libnet-ssleay-perl_1.85-2+b1_amd64.deb ...
Unpacking libnet-ssleay-perl (1.85-2+b1) ...
Selecting previously unselected package libio-socket-ssl-perl.
Preparing to unpack .../138-libio-socket-ssl-perl_2.060-3_all.deb ...
Unpacking libio-socket-ssl-perl (2.060-3) ...
Selecting previously unselected package libnet-http-perl.
Preparing to unpack .../139-libnet-http-perl_6.18-1_all.deb ...
Unpacking libnet-http-perl (6.18-1) ...
Selecting previously unselected package liblwp-protocol-https-perl.
Preparing to unpack .../140-liblwp-protocol-https-perl_6.07-2_all.deb ...
Unpacking liblwp-protocol-https-perl (6.07-2) ...
Selecting previously unselected package libtry-tiny-perl.
Preparing to unpack .../141-libtry-tiny-perl_0.30-1_all.deb ...
Unpacking libtry-tiny-perl (0.30-1) ...
Selecting previously unselected package libwww-robotrules-perl.
Preparing to unpack .../142-libwww-robotrules-perl_6.02-1_all.deb ...
Unpacking libwww-robotrules-perl (6.02-1) ...
Selecting previously unselected package libwww-perl.
Preparing to unpack .../143-libwww-perl_6.36-1_all.deb ...
Unpacking libwww-perl (6.36-1) ...
Selecting previously unselected package patchutils.
Preparing to unpack .../144-patchutils_0.3.4-2_amd64.deb ...
Unpacking patchutils (0.3.4-2) ...
Selecting previously unselected package wdiff.
Preparing to unpack .../145-wdiff_1.2.2-2+b1_amd64.deb ...
Unpacking wdiff (1.2.2-2+b1) ...
Selecting previously unselected package devscripts.
Preparing to unpack .../146-devscripts_2.19.2_amd64.deb ...
Unpacking devscripts (2.19.2) ...
Selecting previously unselected package diffstat.
Preparing to unpack .../147-diffstat_1.62-1_amd64.deb ...
Unpacking diffstat (1.62-1) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../148-distro-info-data_0.39_all.deb ...
Unpacking distro-info-data (0.39) ...
Selecting previously unselected package python3-pkg-resources.
Preparing to unpack .../149-python3-pkg-resources_40.7.1-1_all.deb ...
Unpacking python3-pkg-resources (40.7.1-1) ...
Selecting previously unselected package python3-chardet.
Preparing to unpack .../150-python3-chardet_3.0.4-3_all.deb ...
Unpacking python3-chardet (3.0.4-3) ...
Selecting previously unselected package python3-six.
Preparing to unpack .../151-python3-six_1.12.0-1_all.deb ...
Unpacking python3-six (1.12.0-1) ...
Selecting previously unselected package python3-debian.
Preparing to unpack .../152-python3-debian_0.1.34_all.deb ...
Unpacking python3-debian (0.1.34) ...
Selecting previously unselected package libgpgme11:amd64.
Preparing to unpack .../153-libgpgme11_1.12.0-6_amd64.deb ...
Unpacking libgpgme11:amd64 (1.12.0-6) ...
Selecting previously unselected package python3-gpg.
Preparing to unpack .../154-python3-gpg_1.12.0-6_amd64.deb ...
Unpacking python3-gpg (1.12.0-6) ...
Selecting previously unselected package dput.
Preparing to unpack .../155-dput_1.0.3_all.deb ...
Unpacking dput (1.0.3) ...
Selecting previously unselected package equivs.
Preparing to unpack .../156-equivs_2.2.0_all.deb ...
Unpacking equivs (2.2.0) ...
Selecting previously unselected package exim4-config.
Preparing to unpack .../157-exim4-config_4.92~RC6-1_all.deb ...
Unpacking exim4-config (4.92~RC6-1) ...
Selecting previously unselected package exim4-base.
Preparing to unpack .../158-exim4-base_4.92~RC6-1_amd64.deb ...
Unpacking exim4-base (4.92~RC6-1) ...
Selecting previously unselected package libevent-2.1-6:amd64.
Preparing to unpack .../159-libevent-2.1-6_2.1.8-stable-4_amd64.deb ...
Unpacking libevent-2.1-6:amd64 (2.1.8-stable-4) ...
Selecting previously unselected package libunbound8:amd64.
Preparing to unpack .../160-libunbound8_1.9.0-2_amd64.deb ...
Unpacking libunbound8:amd64 (1.9.0-2) ...
Selecting previously unselected package libgnutls-dane0:amd64.
Preparing to unpack .../161-libgnutls-dane0_3.6.6-2_amd64.deb ...
Unpacking libgnutls-dane0:amd64 (3.6.6-2) ...
Selecting previously unselected package exim4-daemon-light.
Preparing to unpack .../162-exim4-daemon-light_4.92~RC6-1_amd64.deb ...
Unpacking exim4-daemon-light (4.92~RC6-1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../163-libcurl3-gnutls_7.64.0-1_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.64.0-1) ...
Selecting previously unselected package libpcre2-8-0:amd64.
Preparing to unpack .../164-libpcre2-8-0_10.32-4_amd64.deb ...
Unpacking libpcre2-8-0:amd64 (10.32-4) ...
Selecting previously unselected package liberror-perl.
Preparing to unpack .../165-liberror-perl_0.17027-2_all.deb ...
Unpacking liberror-perl (0.17027-2) ...
Selecting previously unselected package git-man.
Preparing to unpack .../166-git-man_1%3a2.20.1-2_all.deb ...
Unpacking git-man (1:2.20.1-2) ...
Selecting previously unselected package git.
Preparing to unpack .../167-git_1%3a2.20.1-2_amd64.deb ...
Unpacking git (1:2.20.1-2) ...
Selecting previously unselected package libgc1c2:amd64.
Preparing to unpack .../168-libgc1c2_1%3a7.6.4-0.4_amd64.deb ...
Unpacking libgc1c2:amd64 (1:7.6.4-0.4) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../169-libltdl7_2.4.6-9_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.6-9) ...
Selecting previously unselected package guile-2.2-libs:amd64.
Preparing to unpack .../170-guile-2.2-libs_2.2.4+1-1_amd64.deb ...
Unpacking guile-2.2-libs:amd64 (2.2.4+1-1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../171-iso-codes_4.2-1_all.deb ...
Unpacking iso-codes (4.2-1) ...
Selecting previously unselected package libalgorithm-diff-perl.
Preparing to unpack .../172-libalgorithm-diff-perl_1.19.03-2_all.deb ...
Unpacking libalgorithm-diff-perl (1.19.03-2) ...
Selecting previously unselected package libalgorithm-diff-xs-perl.
Preparing to unpack .../173-libalgorithm-diff-xs-perl_0.04-5+b1_amd64.deb ...
Unpacking libalgorithm-diff-xs-perl (0.04-5+b1) ...
Selecting previously unselected package libalgorithm-merge-perl.
Preparing to unpack .../174-libalgorithm-merge-perl_0.08-3_all.deb ...
Unpacking libalgorithm-merge-perl (0.08-3) ...
Selecting previously unselected package libapt-inst2.0:amd64.
Preparing to unpack .../175-libapt-inst2.0_1.8.0~rc3_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.8.0~rc3) ...
Selecting previously unselected package libapt-pkg-perl.
Preparing to unpack .../176-libapt-pkg-perl_0.1.34+b1_amd64.deb ...
Unpacking libapt-pkg-perl (0.1.34+b1) ...
Selecting previously unselected package libarchive-cpio-perl.
Preparing to unpack .../177-libarchive-cpio-perl_0.10-1_all.deb ...
Unpacking libarchive-cpio-perl (0.10-1) ...
Selecting previously unselected package libasync-mergepoint-perl.
Preparing to unpack .../178-libasync-mergepoint-perl_0.04-2_all.deb ...
Unpacking libasync-mergepoint-perl (0.04-2) ...
Selecting previously unselected package libauthen-sasl-perl.
Preparing to unpack .../179-libauthen-sasl-perl_2.1600-1_all.deb ...
Unpacking libauthen-sasl-perl (2.1600-1) ...
Selecting previously unselected package libmodule-implementation-perl.
Preparing to unpack .../180-libmodule-implementation-perl_0.09-1_all.deb ...
Unpacking libmodule-implementation-perl (0.09-1) ...
Selecting previously unselected package libvariable-magic-perl.
Preparing to unpack .../181-libvariable-magic-perl_0.62-1+b1_amd64.deb ...
Unpacking libvariable-magic-perl (0.62-1+b1) ...
Selecting previously unselected package libb-hooks-endofscope-perl.
Preparing to unpack .../182-libb-hooks-endofscope-perl_0.24-1_all.deb ...
Unpacking libb-hooks-endofscope-perl (0.24-1) ...
Selecting previously unselected package libcgi-pm-perl.
Preparing to unpack .../183-libcgi-pm-perl_4.40-1_all.deb ...
Unpacking libcgi-pm-perl (4.40-1) ...
Selecting previously unselected package libfcgi-perl.
Preparing to unpack .../184-libfcgi-perl_0.78-2+b3_amd64.deb ...
Unpacking libfcgi-perl (0.78-2+b3) ...
Selecting previously unselected package libcgi-fast-perl.
Preparing to unpack .../185-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 .../186-libsub-name-perl_0.21-1+b3_amd64.deb ...
Unpacking libsub-name-perl (0.21-1+b3) ...
Selecting previously unselected package libclass-accessor-perl.
Preparing to unpack .../187-libclass-accessor-perl_0.51-1_all.deb ...
Unpacking libclass-accessor-perl (0.51-1) ...
Selecting previously unselected package libclass-inspector-perl.
Preparing to unpack .../188-libclass-inspector-perl_1.32-1_all.deb ...
Unpacking libclass-inspector-perl (1.32-1) ...
Selecting previously unselected package libclass-xsaccessor-perl.
Preparing to unpack .../189-libclass-xsaccessor-perl_1.19-3+b2_amd64.deb ...
Unpacking libclass-xsaccessor-perl (1.19-3+b2) ...
Selecting previously unselected package libclone-perl.
Preparing to unpack .../190-libclone-perl_0.41-1+b1_amd64.deb ...
Unpacking libclone-perl (0.41-1+b1) ...
Selecting previously unselected package libcommon-sense-perl.
Preparing to unpack .../191-libcommon-sense-perl_3.74-2+b7_amd64.deb ...
Unpacking libcommon-sense-perl (3.74-2+b7) ...
Selecting previously unselected package libparams-util-perl.
Preparing to unpack .../192-libparams-util-perl_1.07-3+b4_amd64.deb ...
Unpacking libparams-util-perl (1.07-3+b4) ...
Selecting previously unselected package libsub-install-perl.
Preparing to unpack .../193-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 .../194-libdata-optlist-perl_0.110-1_all.deb ...
Unpacking libdata-optlist-perl (0.110-1) ...
Selecting previously unselected package libsub-exporter-perl.
Preparing to unpack .../195-libsub-exporter-perl_0.987-1_all.deb ...
Unpacking libsub-exporter-perl (0.987-1) ...
Selecting previously unselected package libconst-fast-perl.
Preparing to unpack .../196-libconst-fast-perl_0.014-1_all.deb ...
Unpacking libconst-fast-perl (0.014-1) ...
Selecting previously unselected package libwant-perl.
Preparing to unpack .../197-libwant-perl_0.29-1+b4_amd64.deb ...
Unpacking libwant-perl (0.29-1+b4) ...
Selecting previously unselected package libcontextual-return-perl.
Preparing to unpack .../198-libcontextual-return-perl_0.004014-2_all.deb ...
Unpacking libcontextual-return-perl (0.004014-2) ...
Selecting previously unselected package libconvert-binhex-perl.
Preparing to unpack .../199-libconvert-binhex-perl_1.125-1_all.deb ...
Unpacking libconvert-binhex-perl (1.125-1) ...
Selecting previously unselected package libdata-dump-perl.
Preparing to unpack .../200-libdata-dump-perl_1.23-1_all.deb ...
Unpacking libdata-dump-perl (1.23-1) ...
Selecting previously unselected package libdigest-bubblebabble-perl.
Preparing to unpack .../201-libdigest-bubblebabble-perl_0.02-2_all.deb ...
Unpacking libdigest-bubblebabble-perl (0.02-2) ...
Selecting previously unselected package libdigest-hmac-perl.
Preparing to unpack .../202-libdigest-hmac-perl_1.03+dfsg-2_all.deb ...
Unpacking libdigest-hmac-perl (1.03+dfsg-2) ...
Selecting previously unselected package libdistro-info-perl.
Preparing to unpack .../203-libdistro-info-perl_0.21_all.deb ...
Unpacking libdistro-info-perl (0.21) ...
Selecting previously unselected package libnet-smtp-ssl-perl.
Preparing to unpack .../204-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 .../205-libmailtools-perl_2.18-1_all.deb ...
Unpacking libmailtools-perl (2.18-1) ...
Selecting previously unselected package libnet-ip-perl.
Preparing to unpack .../206-libnet-ip-perl_1.26-2_all.deb ...
Unpacking libnet-ip-perl (1.26-2) ...
Selecting previously unselected package libnet-dns-perl.
Preparing to unpack .../207-libnet-dns-perl_1.19-1_all.deb ...
Unpacking libnet-dns-perl (1.19-1) ...
Selecting previously unselected package libnet-domain-tld-perl.
Preparing to unpack .../208-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 .../209-libemail-valid-perl_1.202-1_all.deb ...
Unpacking libemail-valid-perl (1.202-1) ...
Selecting previously unselected package libexporter-tiny-perl.
Preparing to unpack .../210-libexporter-tiny-perl_1.002001-1_all.deb ...
Unpacking libexporter-tiny-perl (1.002001-1) ...
Selecting previously unselected package libipc-system-simple-perl.
Preparing to unpack .../211-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 .../212-libfile-basedir-perl_0.08-1_all.deb ...
Unpacking libfile-basedir-perl (0.08-1) ...
Selecting previously unselected package libfile-chdir-perl.
Preparing to unpack .../213-libfile-chdir-perl_0.1008-1_all.deb ...
Unpacking libfile-chdir-perl (0.1008-1) ...
Selecting previously unselected package libfile-fcntllock-perl.
Preparing to unpack .../214-libfile-fcntllock-perl_0.22-3+b5_amd64.deb ...
Unpacking libfile-fcntllock-perl (0.22-3+b5) ...
Selecting previously unselected package libfont-afm-perl.
Preparing to unpack .../215-libfont-afm-perl_1.20-2_all.deb ...
Unpacking libfont-afm-perl (1.20-2) ...
Selecting previously unselected package libfribidi0:amd64.
Preparing to unpack .../216-libfribidi0_1.0.5-3.1_amd64.deb ...
Unpacking libfribidi0:amd64 (1.0.5-3.1) ...
Selecting previously unselected package libfuture-perl.
Preparing to unpack .../217-libfuture-perl_0.39-1_all.deb ...
Unpacking libfuture-perl (0.39-1) ...
Selecting previously unselected package libio-stringy-perl.
Preparing to unpack .../218-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 .../219-libparams-validate-perl_1.29-1+b1_amd64.deb ...
Unpacking libparams-validate-perl (1.29-1+b1) ...
Selecting previously unselected package libgetopt-long-descriptive-perl.
Preparing to unpack .../220-libgetopt-long-descriptive-perl_0.103-2_all.deb ...
Unpacking libgetopt-long-descriptive-perl (0.103-2) ...
Selecting previously unselected package libsort-versions-perl.
Preparing to unpack .../221-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 .../222-libgit-wrapper-perl_0.048-1_all.deb ...
Unpacking libgit-wrapper-perl (0.048-1) ...
Selecting previously unselected package libhttp-tiny-multipart-perl.
Preparing to unpack .../223-libhttp-tiny-multipart-perl_0.08-1_all.deb ...
Unpacking libhttp-tiny-multipart-perl (0.08-1) ...
Selecting previously unselected package libio-prompter-perl.
Preparing to unpack .../224-libio-prompter-perl_0.004015-1_all.deb ...
Unpacking libio-prompter-perl (0.004015-1) ...
Selecting previously unselected package libjson-perl.
Preparing to unpack .../225-libjson-perl_4.01000-1_all.deb ...
Unpacking libjson-perl (4.01000-1) ...
Selecting previously unselected package liblog-any-perl.
Preparing to unpack .../226-liblog-any-perl_1.707-1_all.deb ...
Unpacking liblog-any-perl (1.707-1) ...
Selecting previously unselected package liblog-any-adapter-screen-perl.
Preparing to unpack .../227-liblog-any-adapter-screen-perl_0.13-1_all.deb ...
Unpacking liblog-any-adapter-screen-perl (0.13-1) ...
Selecting previously unselected package libpackage-stash-perl.
Preparing to unpack .../228-libpackage-stash-perl_0.38-1_all.deb ...
Unpacking libpackage-stash-perl (0.38-1) ...
Selecting previously unselected package libsub-identify-perl.
Preparing to unpack .../229-libsub-identify-perl_0.14-1+b1_amd64.deb ...
Unpacking libsub-identify-perl (0.14-1+b1) ...
Selecting previously unselected package libnamespace-clean-perl.
Preparing to unpack .../230-libnamespace-clean-perl_0.27-1_all.deb ...
Unpacking libnamespace-clean-perl (0.27-1) ...
Selecting previously unselected package libpath-tiny-perl.
Preparing to unpack .../231-libpath-tiny-perl_0.108-1_all.deb ...
Unpacking libpath-tiny-perl (0.108-1) ...
Selecting previously unselected package libtype-tiny-perl.
Preparing to unpack .../232-libtype-tiny-perl_1.004004-1_all.deb ...
Unpacking libtype-tiny-perl (1.004004-1) ...
Selecting previously unselected package libgitlab-api-v4-perl.
Preparing to unpack .../233-libgitlab-api-v4-perl_0.15-1_all.deb ...
Unpacking libgitlab-api-v4-perl (0.15-1) ...
Selecting previously unselected package libglib2.0-data.
Preparing to unpack .../234-libglib2.0-data_2.58.3-1_all.deb ...
Unpacking libglib2.0-data (2.58.3-1) ...
Selecting previously unselected package libgpm2:amd64.
Preparing to unpack .../235-libgpm2_1.20.7-5_amd64.deb ...
Unpacking libgpm2:amd64 (1.20.7-5) ...
Selecting previously unselected package libidn11:amd64.
Preparing to unpack .../236-libidn11_1.33-2.2_amd64.deb ...
Unpacking libidn11:amd64 (1.33-2.2) ...
Selecting previously unselected package libntlm0:amd64.
Preparing to unpack .../237-libntlm0_1.5-1_amd64.deb ...
Unpacking libntlm0:amd64 (1.5-1) ...
Selecting previously unselected package libgsasl7.
Preparing to unpack .../238-libgsasl7_1.8.0-8+b2_amd64.deb ...
Unpacking libgsasl7 (1.8.0-8+b2) ...
Selecting previously unselected package libhtml-form-perl.
Preparing to unpack .../239-libhtml-form-perl_6.03-1_all.deb ...
Unpacking libhtml-form-perl (6.03-1) ...
Selecting previously unselected package libhtml-format-perl.
Preparing to unpack .../240-libhtml-format-perl_2.12-1_all.deb ...
Unpacking libhtml-format-perl (2.12-1) ...
Selecting previously unselected package libhttp-daemon-perl.
Preparing to unpack .../241-libhttp-daemon-perl_6.01-1_all.deb ...
Unpacking libhttp-daemon-perl (6.01-1) ...
Selecting previously unselected package libstruct-dumb-perl.
Preparing to unpack .../242-libstruct-dumb-perl_0.09-1_all.deb ...
Unpacking libstruct-dumb-perl (0.09-1) ...
Selecting previously unselected package libio-async-perl.
Preparing to unpack .../243-libio-async-perl_0.72-1_all.deb ...
Unpacking libio-async-perl (0.72-1) ...
Selecting previously unselected package libio-sessiondata-perl.
Preparing to unpack .../244-libio-sessiondata-perl_1.03-1_all.deb ...
Unpacking libio-sessiondata-perl (1.03-1) ...
Selecting previously unselected package libio-string-perl.
Preparing to unpack .../245-libio-string-perl_1.08-3_all.deb ...
Unpacking libio-string-perl (1.08-3) ...
Selecting previously unselected package libtypes-serialiser-perl.
Preparing to unpack .../246-libtypes-serialiser-perl_1.0-1_all.deb ...
Unpacking libtypes-serialiser-perl (1.0-1) ...
Selecting previously unselected package libjson-xs-perl.
Preparing to unpack .../247-libjson-xs-perl_3.040-1+b1_amd64.deb ...
Unpacking libjson-xs-perl (3.040-1+b1) ...
Selecting previously unselected package liblzo2-2:amd64.
Preparing to unpack .../248-liblzo2-2_2.10-0.1_amd64.deb ...
Unpacking liblzo2-2:amd64 (2.10-0.1) ...
Selecting previously unselected package libkyotocabinet16v5:amd64.
Preparing to unpack .../249-libkyotocabinet16v5_1.2.76-4.2+b1_amd64.deb ...
Unpacking libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
Selecting previously unselected package liblist-compare-perl.
Preparing to unpack .../250-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 .../251-liblist-moreutils-perl_0.416-1+b4_amd64.deb ...
Unpacking liblist-moreutils-perl (0.416-1+b4) ...
Selecting previously unselected package libltdl-dev:amd64.
Preparing to unpack .../252-libltdl-dev_2.4.6-9_amd64.deb ...
Unpacking libltdl-dev:amd64 (2.4.6-9) ...
Selecting previously unselected package libsys-hostname-long-perl.
Preparing to unpack .../253-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 .../254-libmail-sendmail-perl_0.80-1_all.deb ...
Unpacking libmail-sendmail-perl (0.80-1) ...
Selecting previously unselected package mailutils-common.
Preparing to unpack .../255-mailutils-common_1%3a3.5-2_all.deb ...
Unpacking mailutils-common (1:3.5-2) ...
Selecting previously unselected package mysql-common.
Preparing to unpack .../256-mysql-common_5.8+1.0.5_all.deb ...
Unpacking mysql-common (5.8+1.0.5) ...
Selecting previously unselected package mariadb-common.
Preparing to unpack .../257-mariadb-common_1%3a10.3.12-2_all.deb ...
Unpacking mariadb-common (1:10.3.12-2) ...
Selecting previously unselected package libmariadb3:amd64.
Preparing to unpack .../258-libmariadb3_1%3a10.3.12-2_amd64.deb ...
Unpacking libmariadb3:amd64 (1:10.3.12-2) ...
Selecting previously unselected package libpython2.7-minimal:amd64.
Preparing to unpack .../259-libpython2.7-minimal_2.7.15-8_amd64.deb ...
Unpacking libpython2.7-minimal:amd64 (2.7.15-8) ...
Selecting previously unselected package libpython2.7-stdlib:amd64.
Preparing to unpack .../260-libpython2.7-stdlib_2.7.15-8_amd64.deb ...
Unpacking libpython2.7-stdlib:amd64 (2.7.15-8) ...
Selecting previously unselected package libpython2.7:amd64.
Preparing to unpack .../261-libpython2.7_2.7.15-8_amd64.deb ...
Unpacking libpython2.7:amd64 (2.7.15-8) ...
Selecting previously unselected package libmailutils5:amd64.
Preparing to unpack .../262-libmailutils5_1%3a3.5-2_amd64.deb ...
Unpacking libmailutils5:amd64 (1:3.5-2) ...
Selecting previously unselected package libmime-tools-perl.
Preparing to unpack .../263-libmime-tools-perl_5.509-1_all.deb ...
Unpacking libmime-tools-perl (5.509-1) ...
Selecting previously unselected package libnet-dns-sec-perl.
Preparing to unpack .../264-libnet-dns-sec-perl_1.11-1_amd64.deb ...
Unpacking libnet-dns-sec-perl (1.11-1) ...
Selecting previously unselected package libnet-libidn-perl.
Preparing to unpack .../265-libnet-libidn-perl_0.12.ds-3+b1_amd64.deb ...
Unpacking libnet-libidn-perl (0.12.ds-3+b1) ...
Selecting previously unselected package libnumber-compare-perl.
Preparing to unpack .../266-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 .../267-libnumber-range-perl_0.12-1_all.deb ...
Unpacking libnumber-range-perl (0.12-1) ...
Selecting previously unselected package libossp-uuid16:amd64.
Preparing to unpack .../268-libossp-uuid16_1.6.2-1.5+b7_amd64.deb ...
Unpacking libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
Selecting previously unselected package libossp-uuid-perl.
Preparing to unpack .../269-libossp-uuid-perl_1.6.2-1.5+b7_amd64.deb ...
Unpacking libossp-uuid-perl (1.6.2-1.5+b7) ...
Selecting previously unselected package libpackage-stash-xs-perl.
Preparing to unpack .../270-libpackage-stash-xs-perl_0.29-1_amd64.deb ...
Unpacking libpackage-stash-xs-perl (0.29-1) ...
Selecting previously unselected package libparse-debianchangelog-perl.
Preparing to unpack .../271-libparse-debianchangelog-perl_1.2.0-13_all.deb ...
Unpacking libparse-debianchangelog-perl (1.2.0-13) ...
Selecting previously unselected package libtext-glob-perl.
Preparing to unpack .../272-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 .../273-libpath-iterator-rule-perl_1.014-1_all.deb ...
Unpacking libpath-iterator-rule-perl (1.014-1) ...
Selecting previously unselected package libperlio-gzip-perl.
Preparing to unpack .../274-libperlio-gzip-perl_0.19-1+b5_amd64.deb ...
Unpacking libperlio-gzip-perl (0.19-1+b5) ...
Selecting previously unselected package libpod-constants-perl.
Preparing to unpack .../275-libpod-constants-perl_0.19-1_all.deb ...
Unpacking libpod-constants-perl (0.19-1) ...
Selecting previously unselected package libreadonly-perl.
Preparing to unpack .../276-libreadonly-perl_2.050-1_all.deb ...
Unpacking libreadonly-perl (2.050-1) ...
Selecting previously unselected package libref-util-perl.
Preparing to unpack .../277-libref-util-perl_0.204-1_all.deb ...
Unpacking libref-util-perl (0.204-1) ...
Selecting previously unselected package libref-util-xs-perl.
Preparing to unpack .../278-libref-util-xs-perl_0.117-1+b1_amd64.deb ...
Unpacking libref-util-xs-perl (0.117-1+b1) ...
Selecting previously unselected package libregexp-pattern-license-perl.
Preparing to unpack .../279-libregexp-pattern-license-perl_3.0.31-4_all.deb ...
Unpacking libregexp-pattern-license-perl (3.0.31-4) ...
Selecting previously unselected package libsasl2-modules:amd64.
Preparing to unpack .../280-libsasl2-modules_2.1.27+dfsg-1_amd64.deb ...
Unpacking libsasl2-modules:amd64 (2.1.27+dfsg-1) ...
Selecting previously unselected package libsereal-decoder-perl.
Preparing to unpack .../281-libsereal-decoder-perl_4.005+ds-1+b1_amd64.deb ...
Unpacking libsereal-decoder-perl (4.005+ds-1+b1) ...
Selecting previously unselected package libsereal-encoder-perl.
Preparing to unpack .../282-libsereal-encoder-perl_4.005+ds-1+b1_amd64.deb ...
Unpacking libsereal-encoder-perl (4.005+ds-1+b1) ...
Selecting previously unselected package libsereal-perl.
Preparing to unpack .../283-libsereal-perl_4.005-1_all.deb ...
Unpacking libsereal-perl (4.005-1) ...
Selecting previously unselected package libtask-weaken-perl.
Preparing to unpack .../284-libtask-weaken-perl_1.06-1_all.deb ...
Unpacking libtask-weaken-perl (1.06-1) ...
Selecting previously unselected package libxml-parser-perl.
Preparing to unpack .../285-libxml-parser-perl_2.44-2+b4_amd64.deb ...
Unpacking libxml-parser-perl (2.44-2+b4) ...
Selecting previously unselected package libsoap-lite-perl.
Preparing to unpack .../286-libsoap-lite-perl_1.27-1_all.deb ...
Unpacking libsoap-lite-perl (1.27-1) ...
Selecting previously unselected package libsort-key-perl.
Preparing to unpack .../287-libsort-key-perl_1.33-2+b1_amd64.deb ...
Unpacking libsort-key-perl (1.33-2+b1) ...
Selecting previously unselected package libstring-copyright-perl.
Preparing to unpack .../288-libstring-copyright-perl_0.003006-1_all.deb ...
Unpacking libstring-copyright-perl (0.003006-1) ...
Selecting previously unselected package libstring-escape-perl.
Preparing to unpack .../289-libstring-escape-perl_2010.002-2_all.deb ...
Unpacking libstring-escape-perl (2010.002-2) ...
Selecting previously unselected package libstring-shellquote-perl.
Preparing to unpack .../290-libstring-shellquote-perl_1.04-1_all.deb ...
Unpacking libstring-shellquote-perl (1.04-1) ...
Selecting previously unselected package libterm-readkey-perl.
Preparing to unpack .../291-libterm-readkey-perl_2.38-1_amd64.deb ...
Unpacking libterm-readkey-perl (2.38-1) ...
Selecting previously unselected package libtest-fatal-perl.
Preparing to unpack .../292-libtest-fatal-perl_0.014-1_all.deb ...
Unpacking libtest-fatal-perl (0.014-1) ...
Selecting previously unselected package libtest-refcount-perl.
Preparing to unpack .../293-libtest-refcount-perl_0.08-3_all.deb ...
Unpacking libtest-refcount-perl (0.08-3) ...
Selecting previously unselected package libtext-levenshtein-perl.
Preparing to unpack .../294-libtext-levenshtein-perl_0.13-1_all.deb ...
Unpacking libtext-levenshtein-perl (0.13-1) ...
Selecting previously unselected package libtype-tiny-xs-perl.
Preparing to unpack .../295-libtype-tiny-xs-perl_0.014-1+b1_amd64.deb ...
Unpacking libtype-tiny-xs-perl (0.014-1+b1) ...
Selecting previously unselected package libunicode-utf8-perl.
Preparing to unpack .../296-libunicode-utf8-perl_0.60-1+b5_amd64.deb ...
Unpacking libunicode-utf8-perl (0.60-1+b5) ...
Selecting previously unselected package libunwind8:amd64.
Preparing to unpack .../297-libunwind8_1.2.1-8_amd64.deb ...
Unpacking libunwind8:amd64 (1.2.1-8) ...
Selecting previously unselected package libwrap0:amd64.
Preparing to unpack .../298-libwrap0_7.6.q-27_amd64.deb ...
Unpacking libwrap0:amd64 (7.6.q-27) ...
Selecting previously unselected package libxau6:amd64.
Preparing to unpack .../299-libxau6_1%3a1.0.8-1+b2_amd64.deb ...
Unpacking libxau6:amd64 (1:1.0.8-1+b2) ...
Selecting previously unselected package libxdmcp6:amd64.
Preparing to unpack .../300-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
Selecting previously unselected package libxcb1:amd64.
Preparing to unpack .../301-libxcb1_1.13.1-2_amd64.deb ...
Unpacking libxcb1:amd64 (1.13.1-2) ...
Selecting previously unselected package libx11-data.
Preparing to unpack .../302-libx11-data_2%3a1.6.7-1_all.deb ...
Unpacking libx11-data (2:1.6.7-1) ...
Selecting previously unselected package libx11-6:amd64.
Preparing to unpack .../303-libx11-6_2%3a1.6.7-1_amd64.deb ...
Unpacking libx11-6:amd64 (2:1.6.7-1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../304-libxext6_2%3a1.3.3-1+b2_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.3-1+b2) ...
Selecting previously unselected package libxml-namespacesupport-perl.
Preparing to unpack .../305-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 .../306-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 .../307-libxml-sax-perl_1.00+dfsg-1_all.deb ...
Unpacking libxml-sax-perl (1.00+dfsg-1) ...
Selecting previously unselected package libxml-libxml-perl.
Preparing to unpack .../308-libxml-libxml-perl_2.0134+dfsg-1_amd64.deb ...
Unpacking libxml-libxml-perl (2.0134+dfsg-1) ...
Selecting previously unselected package libxml-sax-expat-perl.
Preparing to unpack .../309-libxml-sax-expat-perl_0.51-1_all.deb ...
Unpacking libxml-sax-expat-perl (0.51-1) ...
Selecting previously unselected package libxml-simple-perl.
Preparing to unpack .../310-libxml-simple-perl_2.25-1_all.deb ...
Unpacking libxml-simple-perl (2.25-1) ...
Selecting previously unselected package libxmlrpc-lite-perl.
Preparing to unpack .../311-libxmlrpc-lite-perl_0.717-1_all.deb ...
Unpacking libxmlrpc-lite-perl (0.717-1) ...
Selecting previously unselected package libxmuu1:amd64.
Preparing to unpack .../312-libxmuu1_2%3a1.1.2-2_amd64.deb ...
Unpacking libxmuu1:amd64 (2:1.1.2-2) ...
Selecting previously unselected package libyaml-0-2:amd64.
Preparing to unpack .../313-libyaml-0-2_0.2.1-1_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.2.1-1) ...
Selecting previously unselected package libyaml-libyaml-perl.
Preparing to unpack .../314-libyaml-libyaml-perl_0.76+repack-1_amd64.deb ...
Unpacking libyaml-libyaml-perl (0.76+repack-1) ...
Selecting previously unselected package licensecheck.
Preparing to unpack .../315-licensecheck_3.0.31-3_all.deb ...
Unpacking licensecheck (3.0.31-3) ...
Selecting previously unselected package t1utils.
Preparing to unpack .../316-t1utils_1.41-3_amd64.deb ...
Unpacking t1utils (1.41-3) ...
Selecting previously unselected package lintian.
Preparing to unpack .../317-lintian_2.7.0_all.deb ...
Unpacking lintian (2.7.0) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../318-lsb-release_10.2018112800_all.deb ...
Unpacking lsb-release (10.2018112800) ...
Selecting previously unselected package mailutils.
Preparing to unpack .../319-mailutils_1%3a3.5-2_amd64.deb ...
Unpacking mailutils (1:3.5-2) ...
Selecting previously unselected package manpages-dev.
Preparing to unpack .../320-manpages-dev_4.16-1_all.deb ...
Unpacking manpages-dev (4.16-1) ...
Selecting previously unselected package psmisc.
Preparing to unpack .../321-psmisc_23.2-1_amd64.deb ...
Unpacking psmisc (23.2-1) ...
Selecting previously unselected package publicsuffix.
Preparing to unpack .../322-publicsuffix_20190128.1516-1_all.deb ...
Unpacking publicsuffix (20190128.1516-1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../323-python-apt-common_1.8.3_all.deb ...
Unpacking python-apt-common (1.8.3) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../324-python3-apt_1.8.3_amd64.deb ...
Unpacking python3-apt (1.8.3) ...
Selecting previously unselected package python3-certifi.
Preparing to unpack .../325-python3-certifi_2018.8.24-1_all.deb ...
Unpacking python3-certifi (2018.8.24-1) ...
Selecting previously unselected package python3-idna.
Preparing to unpack .../326-python3-idna_2.6-1_all.deb ...
Unpacking python3-idna (2.6-1) ...
Selecting previously unselected package python3-magic.
Preparing to unpack .../327-python3-magic_2%3a0.4.15-2_all.deb ...
Unpacking python3-magic (2:0.4.15-2) ...
Selecting previously unselected package python3-urllib3.
Preparing to unpack .../328-python3-urllib3_1.24.1-1_all.deb ...
Unpacking python3-urllib3 (1.24.1-1) ...
Selecting previously unselected package python3-requests.
Preparing to unpack .../329-python3-requests_2.20.0-2_all.deb ...
Unpacking python3-requests (2.20.0-2) ...
Selecting previously unselected package python3-unidiff.
Preparing to unpack .../330-python3-unidiff_0.5.4-1_all.deb ...
Unpacking python3-unidiff (0.5.4-1) ...
Selecting previously unselected package python3-xdg.
Preparing to unpack .../331-python3-xdg_0.25-4_all.deb ...
Unpacking python3-xdg (0.25-4) ...
Selecting previously unselected package shared-mime-info.
Preparing to unpack .../332-shared-mime-info_1.10-1_amd64.deb ...
Unpacking shared-mime-info (1.10-1) ...
Selecting previously unselected package strace.
Preparing to unpack .../333-strace_4.26-0.2_amd64.deb ...
Unpacking strace (4.26-0.2) ...
Selecting previously unselected package unzip.
Preparing to unpack .../334-unzip_6.0-22_amd64.deb ...
Unpacking unzip (6.0-22) ...
Selecting previously unselected package xauth.
Preparing to unpack .../335-xauth_1%3a1.0.10-1_amd64.deb ...
Unpacking xauth (1:1.0.10-1) ...
Selecting previously unselected package xdg-user-dirs.
Preparing to unpack .../336-xdg-user-dirs_0.17-2_amd64.deb ...
Unpacking xdg-user-dirs (0.17-2) ...
Setting up libquadmath0:amd64 (8.2.0-21) ...
Setting up python-apt-common (1.8.3) ...
Setting up libnpth0:amd64 (1.6-1) ...
Setting up libgomp1:amd64 (8.2.0-21) ...
Setting up libatomic1:amd64 (8.2.0-21) ...
Setting up readline-common (7.0-5) ...
Setting up debian-keyring (2018.12.24) ...
Setting up libapt-inst2.0:amd64 (1.8.0~rc3) ...
Setting up manpages (4.16-1) ...
Setting up git-man (1:2.20.1-2) ...
Setting up libcc1-0:amd64 (8.2.0-21) ...
Setting up less (487-0.1+b1) ...
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.2.1-1.2) ...
Setting up libevent-2.1-6:amd64 (2.1.8-stable-4) ...
Setting up libapt-pkg-perl (0.1.34+b1) ...
Setting up psmisc (23.2-1) ...
Setting up libnghttp2-14:amd64 (1.36.0-2) ...
Setting up exim4-config (4.92~RC6-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
Adding system-user for exim (v4)
Setting up mime-support (3.62) ...
Setting up libicu63:amd64 (63.1-6) ...
Setting up iso-codes (4.2-1) ...
Setting up libsigsegv2:amd64 (2.12-2) ...
Setting up libgpm2:amd64 (1.20.7-5) ...
Setting up libldap-common (2.4.47+dfsg-3) ...
Setting up libreadline7:amd64 (7.0-5) ...
Setting up perl-openssl-defaults:amd64 (3) ...
Setting up libpsl5:amd64 (0.20.2-2) ...
Setting up libtsan0:amd64 (8.2.0-21) ...
Setting up libglib2.0-0:amd64 (2.58.3-1) ...
No schema files found: doing nothing.
Setting up mysql-common (5.8+1.0.5) ...
update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up libossp-uuid16:amd64 (1.6.2-1.5+b7) ...
Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1) ...
Setting up unzip (6.0-22) ...
Setting up linux-libc-dev:amd64 (4.19.16-1) ...
Setting up libmpfr6:amd64 (4.0.2-1) ...
Setting up libsasl2-2:amd64 (2.1.27+dfsg-1) ...
Setting up libgc1c2:amd64 (1:7.6.4-0.4) ...
Setting up dctrl-tools (2.24-3) ...
Setting up distro-info-data (0.39) ...
Setting up gettext-base (0.19.8.1-9) ...
Setting up libpipeline1:amd64 (1.5.1-2) ...
Setting up libksba8:amd64 (1.3.5-2) ...
Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ...
Setting up m4 (1.4.18-2) ...
Setting up libbsd0:amd64 (0.9.1-1) ...
Setting up libxml2:amd64 (2.9.4+dfsg1-7+b3) ...
Setting up libuchardet0:amd64 (0.0.6-3) ...
Setting up libmagic-mgc (1:5.35-2) ...
Setting up gnupg-l10n (2.2.12-1) ...
Setting up bzip2 (1.0.6-9) ...
Setting up libmagic1:amd64 (1:5.35-2) ...
Setting up lsb-base (10.2018112800) ...
Setting up liblsan0:amd64 (8.2.0-21) ...
Setting up libcroco3:amd64 (0.6.12-3) ...
Setting up libgdbm6:amd64 (1.18.1-3) ...
Setting up binutils-common:amd64 (2.31.1-11) ...
Setting up libmpx2:amd64 (8.2.0-21) ...
Setting up libyaml-0-2:amd64 (0.2.1-1) ...
Setting up libntlm0:amd64 (1.5-1) ...
Setting up sensible-utils (0.0.12) ...
Setting up libssh2-1:amd64 (1.8.0-2) ...
Setting up patch (2.7.6-3) ...
Setting up libglib2.0-data (2.58.3-1) ...
Setting up libunwind8:amd64 (1.2.1-8) ...
Setting up krb5-locales (1.17-1) ...
Setting up perl-modules-5.28 (5.28.1-4) ...
Processing triggers for libc-bin (2.28-5) ...
Setting up dwz (0.12-3) ...
Setting up publicsuffix (20190128.1516-1) ...
Setting up autotools-dev (20180224.1) ...
Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3) ...
Setting up t1utils (1.41-3) ...
Setting up xz-utils (5.2.4-1) ...
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode
Setting up libfakeroot:amd64 (1.23-1) ...
Setting up libltdl7:amd64 (2.4.6-9) ...
Setting up openssl (1.1.1a-1) ...
Setting up libsqlite3-0:amd64 (3.26.0+fossilbc891ac6b-2) ...
Setting up libfribidi0:amd64 (1.0.5-3.1) ...
Setting up liblocale-gettext-perl (1.07-3+b4) ...
Setting up libfl2:amd64 (2.6.4-6.2) ...
Setting up wdiff (1.2.2-2+b1) ...
Setting up shared-mime-info (1.10-1) ...
Setting up libmpc3:amd64 (1.1.0-1) ...
Setting up libc-dev-bin (2.28-7) ...
Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
Setting up libgdbm-compat4:amd64 (1.18.1-3) ...
Setting up libkeyutils1:amd64 (1.6-2) ...
Setting up bsdmainutils (11.1.2+b1) ...
update-alternatives: using /usr/bin/bsd-write to provide /usr/bin/write (write) in auto mode
update-alternatives: using /usr/bin/bsd-from to provide /usr/bin/from (from) in auto mode
Setting up libpcre2-8-0:amd64 (10.32-4) ...
Setting up libsasl2-modules:amd64 (2.1.27+dfsg-1) ...
Setting up libpython2.7-minimal:amd64 (2.7.15-8) ...
Setting up ca-certificates (20190110) ...
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...
128 added, 0 removed; done.
Setting up manpages-dev (4.16-1) ...
Setting up libc6-dev:amd64 (2.28-7) ...
Setting up libasan5:amd64 (8.2.0-21) ...
Setting up cron (3.0pl1-130) ...
Adding group `crontab' (GID 102) ...
Done.
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libassuan0:amd64 (2.5.2-1) ...
Setting up libncurses6:amd64 (6.1+20181013-2) ...
Setting up xdg-user-dirs (0.17-2) ...
Setting up libitm1:amd64 (8.2.0-21) ...
Setting up libx11-data (2:1.6.7-1) ...
Setting up libpython2.7-stdlib:amd64 (2.7.15-8) ...
Setting up diffstat (1.62-1) ...
Setting up libxau6:amd64 (1:1.0.8-1+b2) ...
Setting up autopoint (0.19.8.1-9) ...
Setting up libidn11:amd64 (1.33-2.2) ...
Setting up libmpdec2:amd64 (2.4.2-2) ...
Setting up liblzo2-2:amd64 (2.10-0.1) ...
Setting up libwrap0:amd64 (7.6.q-27) ...
Setting up mailutils-common (1:3.5-2) ...
Setting up netbase (5.6) ...
Setting up libubsan1:amd64 (8.2.0-21) ...
Setting up libisl19:amd64 (0.20-2) ...
Setting up libedit2:amd64 (3.1-20181209-1) ...
Setting up cpp-8 (8.2.0-21) ...
Setting up mariadb-common (1:10.3.12-2) ...
update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
Setting up cpp (4:8.2.0-2) ...
Setting up strace (4.26-0.2) ...
Setting up libpython3.7-stdlib:amd64 (3.7.2-2) ...
Setting up libunbound8:amd64 (1.9.0-2) ...
Setting up gettext (0.19.8.1-9) ...
Setting up libbinutils:amd64 (2.31.1-11) ...
Setting up libperl5.28:amd64 (5.28.1-4) ...
Setting up gpgconf (2.2.12-1) ...
Setting up groff-base (1.22.4-2) ...
Setting up python3.7 (3.7.2-2) ...
Setting up exim4-base (4.92~RC6-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
exim: DB upgrade, deleting hints-db
Setting up file (1:5.35-2) ...
Setting up at (3.1.23-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up fakeroot (1.23-1) ...
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
Setting up libkrb5support0:amd64 (1.17-1) ...
Setting up ucf (3.0038+nmu1) ...
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 perl (5.28.1-4) ...
Setting up libfile-chdir-perl (0.1008-1) ...
Setting up libsys-hostname-long-perl (1.5-1) ...
Setting up libfile-fcntllock-perl (0.22-3+b5) ...
Setting up libsereal-encoder-perl (4.005+ds-1+b1) ...
Setting up libtext-glob-perl (0.10-1) ...
Setting up intltool-debian (0.35.0+20060710.5) ...
Setting up libxml-sax-base-perl (1.09-1) ...
Setting up libpackage-stash-xs-perl (0.29-1) ...
Setting up libstrictures-perl (2.000005-1) ...
Setting up libtest-refcount-perl (0.08-3) ...
Setting up libreadonly-perl (2.050-1) ...
Setting up liblwp-mediatypes-perl (6.02-1) ...
Setting up libmail-sendmail-perl (0.80-1) ...
Setting up libref-util-xs-perl (0.117-1+b1) ...
Setting up patchutils (0.3.4-2) ...
Setting up libgnutls-dane0:amd64 (3.6.6-2) ...
Setting up liburi-perl (1.76-1) ...
Setting up libdata-dump-perl (1.23-1) ...
Setting up gpgsm (2.2.12-1) ...
Setting up libpython2.7:amd64 (2.7.15-8) ...
Setting up gnupg-utils (2.2.12-1) ...
Setting up libdigest-hmac-perl (1.03+dfsg-2) ...
Setting up libio-string-perl (1.08-3) ...
Setting up libalgorithm-diff-perl (1.19.03-2) ...
Setting up libclone-perl (0.41-1+b1) ...
Setting up libclass-xsaccessor-perl (1.19-3+b2) ...
Setting up liblog-any-perl (1.707-1) ...
Setting up man-db (2.8.5-2) ...
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 libnet-http-perl (6.18-1) ...
Setting up libnumber-compare-perl (0.03-1) ...
Setting up pinentry-curses (1.1.0-1+b1) ...
Setting up libgcc-8-dev:amd64 (8.2.0-21) ...
Setting up exim4-daemon-light (4.92~RC6-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
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Initializing GnuTLS DH parameter file
Setting up libunicode-utf8-perl (0.60-1+b5) ...
Setting up libsereal-decoder-perl (4.005+ds-1+b1) ...
Setting up libconvert-binhex-perl (1.125-1) ...
Setting up libio-sessiondata-perl (1.03-1) ...
Setting up libjson-perl (4.01000-1) ...
Setting up libparams-util-perl (1.07-3+b4) ...
Setting up libsub-name-perl (0.21-1+b3) ...
Setting up guile-2.2-libs:amd64 (2.2.4+1-1) ...
Setting up dirmngr (2.2.12-1) ...
Setting up libyaml-libyaml-perl (0.76+repack-1) ...
Setting up liblog-any-adapter-screen-perl (0.13-1) ...
Setting up libsub-quote-perl (2.005001-1) ...
Setting up libkyotocabinet16v5:amd64 (1.2.76-4.2+b1) ...
Setting up libfcgi-perl (0.78-2+b3) ...
Setting up libwww-robotrules-perl (6.02-1) ...
Setting up libxcb1:amd64 (1.13.1-2) ...
Setting up libauthen-sasl-perl (2.1600-1) ...
Setting up libclass-accessor-perl (0.51-1) ...
Setting up libwant-perl (0.29-1+b4) ...
Setting up gpg (2.2.12-1) ...
Setting up libsort-key-perl (1.33-2+b1) ...
Setting up libclass-inspector-perl (1.32-1) ...
Setting up libtask-weaken-perl (1.06-1) ...
Setting up binutils-x86-64-linux-gnu (2.31.1-11) ...
Setting up libhtml-tagset-perl (3.20-3) ...
Setting up libpath-tiny-perl (0.108-1) ...
Setting up libmariadb3:amd64 (1:10.3.12-2) ...
Setting up libnet-domain-tld-perl (1.75-1) ...
Setting up libpython3-stdlib:amd64 (3.7.2-1) ...
Setting up libsub-install-perl (0.928-1) ...
Setting up libnet-libidn-perl (0.12.ds-3+b1) ...
Setting up libstdc++-8-dev:amd64 (8.2.0-21) ...
Setting up libdata-optlist-perl (0.110-1) ...
Setting up libio-stringy-perl (2.111-2) ...
Setting up libcommon-sense-perl (3.74-2+b7) ...
Setting up libsub-exporter-progressive-perl (0.001013-1) ...
Setting up libtry-tiny-perl (0.30-1) ...
Setting up libk5crypto3:amd64 (1.17-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-4) ...
Setting up libarchive-zip-perl (1.64-1) ...
Setting up po-debconf (1.0.21) ...
Setting up libdistro-info-perl (0.21) ...
Setting up libxml-namespacesupport-perl (1.12-1) ...
Setting up python3 (3.7.2-1) ...
running python rtupdate hooks for python3.7...
running python post-rtupdate hooks for python3.7...
Setting up libio-pty-perl (1:1.08-1.1+b5) ...
Setting up libfile-which-perl (1.23-1) ...
Setting up libencode-locale-perl (1.05-1) ...
Setting up libperlio-gzip-perl (0.19-1+b5) ...
Setting up libtext-levenshtein-perl (0.13-1) ...
Setting up liberror-perl (0.17027-2) ...
Setting up libvariable-magic-perl (0.62-1+b1) ...
Setting up libtimedate-perl (2.3000-2) ...
Setting up libnet-ip-perl (1.26-2) ...
Setting up librole-tiny-perl (2.000006-1) ...
Setting up libstring-shellquote-perl (1.04-1) ...
Setting up libnet-ssleay-perl (1.85-2+b1) ...
Setting up libhttp-tiny-multipart-perl (0.08-1) ...
Setting up libfile-homedir-perl (1.004-1) ...
Setting up libipc-system-simple-perl (1.25-4) ...
Setting up libdigest-bubblebabble-perl (0.02-2) ...
Setting up libfile-basedir-perl (0.08-1) ...
Setting up libstring-escape-perl (2010.002-2) ...
Setting up libb-hooks-op-check-perl (0.22-1+b1) ...
Setting up python3-magic (2:0.4.15-2) ...
Setting up libfuture-perl (0.39-1) ...
Setting up libio-html-perl (1.001-1) ...
Setting up python3-idna (2.6-1) ...
Setting up libexporter-tiny-perl (1.002001-1) ...
Setting up python3-xdg (0.25-4) ...
Setting up libossp-uuid-perl (1.6.2-1.5+b7) ...
Setting up python3-six (1.12.0-1) ...
Setting up libx11-6:amd64 (2:1.6.7-1) ...
Setting up libarchive-cpio-perl (0.10-1) ...
Setting up libdpkg-perl (1.19.2) ...
Setting up gpg-agent (2.2.12-1) ...
Setting up libnumber-range-perl (0.12-1) ...
Setting up libasync-mergepoint-perl (0.04-2) ...
Setting up liblist-compare-perl (0.53-1) ...
Setting up python3-certifi (2018.8.24-1) ...
Setting up autoconf (2.69-11) ...
Setting up libpath-iterator-rule-perl (1.014-1) ...
Setting up gpg-wks-server (2.2.12-1) ...
Setting up libtype-tiny-xs-perl (0.014-1+b1) ...
Setting up python3-pkg-resources (40.7.1-1) ...
Setting up libnet-dns-perl (1.19-1) ...
Setting up libstruct-dumb-perl (0.09-1) ...
Setting up lsb-release (10.2018112800) ...
Setting up gpg-wks-client (2.2.12-1) ...
Setting up libsub-identify-perl (0.14-1+b1) ...
Setting up libpod-constants-perl (0.19-1) ...
Setting up libtypes-serialiser-perl (1.0-1) ...
Setting up libref-util-perl (0.204-1) ...
Setting up libsort-versions-perl (1.62-1) ...
Setting up libio-socket-ssl-perl (2.060-3) ...
Setting up libxmuu1:amd64 (2:1.1.2-2) ...
Setting up libdynaloader-functions-perl (0.003-1) ...
Setting up libterm-readkey-perl (2.38-1) ...
Setting up libgpgme11:amd64 (1.12.0-6) ...
Setting up libsub-exporter-perl (0.987-1) ...
Setting up libalgorithm-merge-perl (0.08-3) ...
Setting up libsereal-perl (4.005-1) ...
Setting up libalgorithm-diff-xs-perl (0.04-5+b1) ...
Setting up libnet-dns-sec-perl (1.11-1) ...
Setting up python3-chardet (3.0.4-3) ...
Setting up libstring-copyright-perl (0.003006-1) ...
Setting up libhtml-parser-perl (3.72-3+b3) ...
Setting up automake (1:1.16.1-4) ...
update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
Setting up libipc-run-perl (20180523.0-1) ...
Setting up libcgi-pm-perl (4.40-1) ...
Setting up libdevel-globaldestruction-perl (0.14-1) ...
Setting up libio-async-perl (0.72-1) ...
Setting up libparse-debianchangelog-perl (1.2.0-13) ...
Setting up libtest-fatal-perl (0.014-1) ...
Setting up python3-urllib3 (1.24.1-1) ...
Setting up python3-unidiff (0.5.4-1) ...
Setting up libconst-fast-perl (0.014-1) ...
Setting up libkrb5-3:amd64 (1.17-1) ...
Setting up binutils (2.31.1-11) ...
Setting up libcontextual-return-perl (0.004014-2) ...
Setting up python3-debian (0.1.34) ...
Setting up libfile-stripnondeterminism-perl (1.1.1-1) ...
Setting up libxml-sax-perl (1.00+dfsg-1) ...
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-1+b4) ...
Setting up libhttp-date-perl (6.02-1) ...
Setting up libnet-smtp-ssl-perl (1.04-1) ...
Setting up python3-apt (1.8.3) ...
Setting up libxext6:amd64 (2:1.3.3-1+b2) ...
Setting up libltdl-dev:amd64 (2.4.6-9) ...
Setting up libtype-tiny-perl (1.004004-1) ...
Setting up libdevel-callchecker-perl (0.007-2+b2) ...
Setting up libio-prompter-perl (0.004015-1) ...
Setting up gnupg (2.2.12-1) ...
Setting up libjson-xs-perl (3.040-1+b1) ...
Setting up python3-gpg (1.12.0-6) ...
Setting up libcgi-fast-perl (1:2.13-1) ...
Setting up libhtml-tree-perl (5.07-2) ...
Setting up gcc-8 (8.2.0-21) ...
Setting up libgssapi-krb5-2:amd64 (1.17-1) ...
Setting up xauth (1:1.0.10-1) ...
Setting up g++-8 (8.2.0-21) ...
Setting up dpkg-dev (1.19.2) ...
Setting up dput (1.0.3) ...
Setting up python3-requests (2.20.0-2) ...
Setting up libfile-listing-perl (6.04-1) ...
Setting up libhttp-message-perl (6.18-1) ...
Setting up libxml-libxml-perl (2.0134+dfsg-1) ...
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 openssh-client (1:7.9p1-6) ...
Setting up libparams-classify-perl (0.015-1+b1) ...
Setting up libhttp-negotiate-perl (6.01-1) ...
Setting up libtool (2.4.6-9) ...
Setting up libgsasl7 (1.8.0-8+b2) ...
Setting up libmailutils5:amd64 (1:3.5-2) ...
Setting up libmailtools-perl (2.18-1) ...
Setting up libhtml-format-perl (2.12-1) ...
Setting up libemail-valid-perl (1.202-1) ...
Setting up libhttp-cookies-perl (6.04-1) ...
Setting up libcurl3-gnutls:amd64 (7.64.0-1) ...
Setting up libmodule-runtime-perl (0.016-1) ...
Setting up libcurl4:amd64 (7.64.0-1) ...
Setting up libhttp-daemon-perl (6.01-1) ...
Setting up gcc (4:8.2.0-2) ...
Setting up mailutils (1:3.5-2) ...
update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
Setting up libxml-simple-perl (2.25-1) ...
Setting up lintian (2.7.0) ...
Setting up libhtml-form-perl (6.03-1) ...
Setting up g++ (4:8.2.0-2) ...
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
Setting up git (1:2.20.1-2) ...
Setting up libmime-tools-perl (5.509-1) ...
Setting up libgit-wrapper-perl (0.048-1) ...
Setting up libimport-into-perl (1.002005-1) ...
Setting up libmodule-implementation-perl (0.09-1) ...
Setting up curl (7.64.0-1) ...
Setting up build-essential (12.5) ...
Setting up libparams-validate-perl (1.29-1+b1) ...
Setting up libmoo-perl (2.003004-2) ...
Setting up libb-hooks-endofscope-perl (0.24-1) ...
Setting up libpackage-stash-perl (0.38-1) ...
Setting up libgetopt-long-descriptive-perl (0.103-2) ...
Setting up libnamespace-clean-perl (0.27-1) ...
Setting up libgitlab-api-v4-perl (0.15-1) ...
Setting up licensecheck (3.0.31-3) ...
Setting up dh-autoreconf (19) ...
Setting up libwww-perl (6.36-1) ...
Setting up debhelper (12.1) ...
Setting up equivs (2.2.0) ...
Setting up liblwp-protocol-https-perl (6.07-2) ...
Setting up devscripts (2.19.2) ...
Setting up dh-strip-nondeterminism (1.1.1-1) ...
Setting up libxml-parser-perl (2.44-2+b4) ...
Setting up libxml-sax-expat-perl (0.51-1) ...
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
Setting up libsoap-lite-perl (1.27-1) ...
Setting up libxmlrpc-lite-perl (0.717-1) ...
Processing triggers for libc-bin (2.28-5) ...
Processing triggers for ca-certificates (20190110) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Removing intermediate container a3f4904d085e
 ---> 498216067d5e
Step 5/8 : RUN apt-get update &&     apt-get build-dep -y bsh gradle
 ---> Running in b2edfdb8e35a
Hit:1 http://security.debian.org/debian-security buster/updates InRelease
Hit:2 http://deb.debian.org/debian buster InRelease
Hit:3 http://deb.debian.org/debian buster-updates InRelease
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following NEW packages will be installed:
  adwaita-icon-theme ant ant-optional antlr bnd ca-certificates-java dbus
  dbus-user-session dconf-gsettings-backend dconf-service default-jdk
  default-jdk-doc default-jdk-headless default-jre default-jre-headless
  dh-exec dmsetup fontconfig fontconfig-config fonts-dejavu-core
  glib-networking glib-networking-common glib-networking-services gradle
  groovy groovy-doc gsettings-desktop-schemas gtk-update-icon-cache
  hicolor-icon-theme ivy java-common java-wrappers javacc javahelper junit
  junit4 libantlr-java libaopalliance-java libapache-pom-java libapparmor1
  libargon2-1 libasm-java libasound2 libasound2-data
  libatinject-jsr330-api-java libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data
  libatspi2.0-0 libavahi-client3 libavahi-common-data libavahi-common3
  libbcel-java libbcpg-java libbcprov-java libbsf-java libbsh-java
  libcairo-gobject2 libcairo2 libcdi-api-java libcglib-nodep-java
  libclassycle-java libcolord2 libcommons-cli-java libcommons-codec-java
  libcommons-collections3-java libcommons-compress-java libcommons-io-java
  libcommons-lang-java libcommons-lang3-java libcommons-logging-java
  libcommons-parent-java libcryptsetup12 libcups2 libdatrie1 libdbus-1-3
  libdconf1 libdd-plist-java libdevmapper1.02.1 libdom4j-java libdrm-amdgpu1
  libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2
  libel-api-java libepoxy0 libfelix-framework-java libfelix-gogo-runtime-java
  libfelix-resolver-java libfindbugs-java libfontconfig1 libfreetype6
  libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common
  libgeronimo-annotation-1.3-spec-java libgeronimo-interceptor-3.0-spec-java
  libgif7 libgl1 libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libglvnd0
  libglx-mesa0 libglx0 libgoogle-gson-java libgradle-core-java
  libgradle-plugins-java libgraphite2-3 libgtk-3-0 libgtk-3-common
  libguava-java libguice-java libhamcrest-java libharfbuzz0b
  libhawtjni-runtime-java libhttpclient-java libhttpcore-java libip4tc0
  libjansi-java libjansi-native-java libjarjar-java libjatl-java
  libjavaewah-java libjaxen-java libjaxp1.3-java libjbig0 libjcifs-java
  libjcip-annotations-java libjcommander-java libjformatstring-java
  libjgit-java libjline2-java libjna-java libjna-jni libjpeg62-turbo
  libjs-jquery libjsch-java libjson-c3 libjson-glib-1.0-0
  libjson-glib-1.0-common libjsoup-java libjsp-api-java libjsr305-java
  libjzlib-java libkmod2 libkryo-java liblcms2-2 libllvm7 liblogback-java
  liblua5.1-0 libmaven-parent-java libmaven-resolver-java
  libmaven-shared-utils-java libmaven3-core-java libminlog-java
  libnative-platform-java libnative-platform-jni libnekohtml-java libnspr4
  libnss3 libobjenesis-java libosgi-annotation-java libosgi-compendium-java
  libosgi-core-java libpam-systemd libpango-1.0-0 libpangocairo-1.0-0
  libpangoft2-1.0-0 libpciaccess0 libpcsclite1 libpixman-1-0
  libplexus-cipher-java libplexus-classworlds-java
  libplexus-component-annotations-java libplexus-container-default-java
  libplexus-container-default1.5-java libplexus-interpolation-java
  libplexus-sec-dispatcher-java libplexus-utils2-java libpng16-16
  libpolyglot-maven-java libproxy1v5 libqdox-java libreflectasm-java
  librest-0.7-0 librhino-java librsvg2-2 librsvg2-common libsensors-config
  libsensors5 libservlet-api-java libservlet-api-java-doc libservlet3.1-java
  libsimple-http-java libsisu-inject-java libsisu-plexus-java libslf4j-java
  libsoup-gnome2.4-1 libsoup2.4-1 libspock-java libthai-data libthai0 libtiff5
  libwagon-file-java libwagon-http-java libwagon-provider-api-java
  libwayland-client0 libwayland-cursor0 libwayland-egl1 libwebp6
  libwebsocket-api-java libx11-xcb1 libxbean-reflect-java libxcb-dri2-0
  libxcb-dri3-0 libxcb-glx0 libxcb-present0 libxcb-render0 libxcb-shm0
  libxcb-sync1 libxcomposite1 libxcursor1 libxdamage1 libxerces2-java
  libxfixes3 libxi6 libxinerama1 libxkbcommon0 libxml-commons-external-java
  libxml-commons-resolver1.1-java libxpp3-java libxrandr2 libxrender1
  libxshmfence1 libxstream-java libxtst6 libxxf86vm1 libxz-java
  libyaml-snake-java maven-repo-helper openjdk-11-doc openjdk-11-jdk
  openjdk-11-jdk-headless openjdk-11-jre openjdk-11-jre-headless pandoc
  pandoc-data systemd systemd-sysv testng x11-common xkb-data
The following packages will be upgraded:
  libsystemd0
1 upgraded, 254 newly installed, 0 to remove and 27 not upgraded.
Need to get 417 MB of archives.
After this operation, 1398 MB of additional disk space will be used.
Get:1 http://deb.debian.org/debian buster/main amd64 libsystemd0 amd64 240-6 [326 kB]
Get:2 http://deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-7 [93.6 kB]
Get:3 http://deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB]
Get:4 http://deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-2 [90.8 kB]
Get:5 http://deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-2 [140 kB]
Get:6 http://deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2 [26.9 kB]
Get:7 http://deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-1 [191 kB]
Get:8 http://deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-3 [70.1 kB]
Get:9 http://deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB]
Get:10 http://deb.debian.org/debian buster/main amd64 systemd amd64 240-6 [3475 kB]
Get:11 http://deb.debian.org/debian buster/main amd64 systemd-sysv amd64 240-6 [96.0 kB]
Get:12 http://deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.12-1 [212 kB]
Get:13 http://deb.debian.org/debian buster/main amd64 dbus amd64 1.12.12-1 [234 kB]
Get:14 http://deb.debian.org/debian buster/main amd64 libpam-systemd amd64 240-6 [205 kB]
Get:15 http://deb.debian.org/debian buster/main amd64 hicolor-icon-theme all 0.17-2 [11.4 kB]
Get:16 http://deb.debian.org/debian buster/main amd64 libjpeg62-turbo amd64 1:1.5.2-2+b1 [134 kB]
Get:17 http://deb.debian.org/debian buster/main amd64 libpng16-16 amd64 1.6.36-5 [292 kB]
Get:18 http://deb.debian.org/debian buster/main amd64 libjbig0 amd64 2.1-3.1+b2 [31.0 kB]
Get:19 http://deb.debian.org/debian buster/main amd64 libwebp6 amd64 0.6.1-2 [263 kB]
Get:20 http://deb.debian.org/debian buster/main amd64 libtiff5 amd64 4.0.10-4 [257 kB]
Get:21 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-common all 2.38.0+dfsg-7 [315 kB]
Get:22 http://deb.debian.org/debian buster/main amd64 libgdk-pixbuf2.0-0 amd64 2.38.0+dfsg-7 [177 kB]
Get:23 http://deb.debian.org/debian buster/main amd64 gtk-update-icon-cache amd64 3.24.5-1 [81.7 kB]
Get:24 http://deb.debian.org/debian buster/main amd64 libfreetype6 amd64 2.9.1-3 [379 kB]
Get:25 http://deb.debian.org/debian buster/main amd64 fonts-dejavu-core all 2.37-1 [1068 kB]
Get:26 http://deb.debian.org/debian buster/main amd64 fontconfig-config all 2.13.1-2 [280 kB]
Get:27 http://deb.debian.org/debian buster/main amd64 libfontconfig1 amd64 2.13.1-2 [346 kB]
Get:28 http://deb.debian.org/debian buster/main amd64 libpixman-1-0 amd64 0.36.0-1 [537 kB]
Get:29 http://deb.debian.org/debian buster/main amd64 libxcb-render0 amd64 1.13.1-2 [109 kB]
Get:30 http://deb.debian.org/debian buster/main amd64 libxcb-shm0 amd64 1.13.1-2 [99.2 kB]
Get:31 http://deb.debian.org/debian buster/main amd64 libxrender1 amd64 1:0.9.10-1 [33.0 kB]
Get:32 http://deb.debian.org/debian buster/main amd64 libcairo2 amd64 1.16.0-2 [690 kB]
Get:33 http://deb.debian.org/debian buster/main amd64 fontconfig amd64 2.13.1-2 [405 kB]
Get:34 http://deb.debian.org/debian buster/main amd64 libthai-data all 0.1.28-2 [170 kB]
Get:35 http://deb.debian.org/debian buster/main amd64 libdatrie1 amd64 0.2.12-2 [39.3 kB]
Get:36 http://deb.debian.org/debian buster/main amd64 libthai0 amd64 0.1.28-2 [54.1 kB]
Get:37 http://deb.debian.org/debian buster/main amd64 libpango-1.0-0 amd64 1.42.4-6 [185 kB]
Get:38 http://deb.debian.org/debian buster/main amd64 libgraphite2-3 amd64 1.3.13-7 [80.7 kB]
Get:39 http://deb.debian.org/debian buster/main amd64 libharfbuzz0b amd64 2.3.1-1 [1187 kB]
Get:40 http://deb.debian.org/debian buster/main amd64 libpangoft2-1.0-0 amd64 1.42.4-6 [67.9 kB]
Get:41 http://deb.debian.org/debian buster/main amd64 libpangocairo-1.0-0 amd64 1.42.4-6 [55.5 kB]
Get:42 http://deb.debian.org/debian buster/main amd64 librsvg2-2 amd64 2.44.10-1 [1270 kB]
Get:43 http://deb.debian.org/debian buster/main amd64 librsvg2-common amd64 2.44.10-1 [23.1 kB]
Get:44 http://deb.debian.org/debian buster/main amd64 adwaita-icon-theme all 3.30.1-1 [11.7 MB]
Get:45 http://deb.debian.org/debian buster/main amd64 libnspr4 amd64 2:4.20-1 [112 kB]
Get:46 http://deb.debian.org/debian buster/main amd64 libnss3 amd64 2:3.42.1-1 [1159 kB]
Get:47 http://deb.debian.org/debian buster/main amd64 ca-certificates-java all 20190214 [15.6 kB]
Get:48 http://deb.debian.org/debian buster/main amd64 java-common all 0.71 [14.4 kB]
Get:49 http://deb.debian.org/debian buster/main amd64 libavahi-common-data amd64 0.7-4+b1 [122 kB]
Get:50 http://deb.debian.org/debian buster/main amd64 libavahi-common3 amd64 0.7-4+b1 [54.6 kB]
Get:51 http://deb.debian.org/debian buster/main amd64 libavahi-client3 amd64 0.7-4+b1 [58.1 kB]
Get:52 http://deb.debian.org/debian buster/main amd64 libcups2 amd64 2.2.10-3 [324 kB]
Get:53 http://deb.debian.org/debian buster/main amd64 liblcms2-2 amd64 2.9-3 [145 kB]
Get:54 http://deb.debian.org/debian buster/main amd64 libasound2-data all 1.1.8-1 [59.6 kB]
Get:55 http://deb.debian.org/debian buster/main amd64 libasound2 amd64 1.1.8-1 [361 kB]
Get:56 http://deb.debian.org/debian buster/main amd64 libpcsclite1 amd64 1.8.24-1 [58.5 kB]
Get:57 http://deb.debian.org/debian buster/main amd64 libxi6 amd64 2:1.7.9-1 [82.6 kB]
Get:58 http://deb.debian.org/debian buster/main amd64 x11-common all 1:7.7+19 [251 kB]
Get:59 http://deb.debian.org/debian buster/main amd64 libxtst6 amd64 2:1.2.3-1 [27.8 kB]
Get:60 http://deb.debian.org/debian buster/main amd64 openjdk-11-jre-headless amd64 11.0.2+9-3 [36.9 MB]
Get:61 http://deb.debian.org/debian buster/main amd64 default-jre-headless amd64 2:1.11-71 [10.9 kB]
Get:62 http://deb.debian.org/debian buster/main amd64 ant all 1.10.5-2 [2082 kB]
Get:63 http://deb.debian.org/debian buster/main amd64 ant-optional all 1.10.5-2 [379 kB]
Get:64 http://deb.debian.org/debian buster/main amd64 libantlr-java all 2.7.7+dfsg-9.2 [459 kB]
Get:65 http://deb.debian.org/debian buster/main amd64 antlr all 2.7.7+dfsg-9.2 [13.9 kB]
Get:66 http://deb.debian.org/debian buster/main amd64 java-wrappers all 0.3 [10.9 kB]
Get:67 http://deb.debian.org/debian buster/main amd64 libhamcrest-java all 1.3-7 [395 kB]
Get:68 http://deb.debian.org/debian buster/main amd64 junit4 all 4.12-8 [292 kB]
Get:69 http://deb.debian.org/debian buster/main amd64 libfelix-framework-java all 4.6.1-2 [543 kB]
Get:70 http://deb.debian.org/debian buster/main amd64 libfelix-gogo-runtime-java all 0.16.2-1 [111 kB]
Get:71 http://deb.debian.org/debian buster/main amd64 libosgi-annotation-java all 6.0.0-2 [3698 B]
Get:72 http://deb.debian.org/debian buster/main amd64 libosgi-core-java all 6.0.0-1 [147 kB]
Get:73 http://deb.debian.org/debian buster/main amd64 libfelix-resolver-java all 1.14.0-1 [177 kB]
Get:74 http://deb.debian.org/debian buster/main amd64 libosgi-compendium-java all 6.0.0-1 [244 kB]
Get:75 http://deb.debian.org/debian buster/main amd64 libslf4j-java all 1.7.25-3 [143 kB]
Get:76 http://deb.debian.org/debian buster/main amd64 libxz-java all 1.8-2 [141 kB]
Get:77 http://deb.debian.org/debian buster/main amd64 libyaml-snake-java all 1.23-1 [270 kB]
Get:78 http://deb.debian.org/debian buster/main amd64 bnd all 3.5.0-4 [7604 kB]
Get:79 http://deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.12-1 [92.1 kB]
Get:80 http://deb.debian.org/debian buster/main amd64 libdconf1 amd64 0.30.1-2 [40.7 kB]
Get:81 http://deb.debian.org/debian buster/main amd64 dconf-service amd64 0.30.1-2 [36.4 kB]
Get:82 http://deb.debian.org/debian buster/main amd64 dconf-gsettings-backend amd64 0.30.1-2 [28.9 kB]
Get:83 http://deb.debian.org/debian buster/main amd64 libatk1.0-data all 2.30.0-2 [145 kB]
Get:84 http://deb.debian.org/debian buster/main amd64 libatk1.0-0 amd64 2.30.0-2 [50.6 kB]
Get:85 http://deb.debian.org/debian buster/main amd64 libatspi2.0-0 amd64 2.30.0-7 [65.0 kB]
Get:86 http://deb.debian.org/debian buster/main amd64 libatk-bridge2.0-0 amd64 2.30.0-4 [61.5 kB]
Get:87 http://deb.debian.org/debian buster/main amd64 libcairo-gobject2 amd64 1.16.0-2 [124 kB]
Get:88 http://deb.debian.org/debian buster/main amd64 libcolord2 amd64 1.4.3-4 [141 kB]
Get:89 http://deb.debian.org/debian buster/main amd64 libepoxy0 amd64 1.5.3-0.1 [190 kB]
Get:90 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-common all 1.4.4-2 [52.3 kB]
Get:91 http://deb.debian.org/debian buster/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2 [61.2 kB]
Get:92 http://deb.debian.org/debian buster/main amd64 libproxy1v5 amd64 0.4.15-5 [58.1 kB]
Get:93 http://deb.debian.org/debian buster/main amd64 glib-networking-common all 2.58.0-2 [59.3 kB]
Get:94 http://deb.debian.org/debian buster/main amd64 glib-networking-services amd64 2.58.0-2 [13.5 kB]
Get:95 http://deb.debian.org/debian buster/main amd64 gsettings-desktop-schemas all 3.28.1-1 [529 kB]
Get:96 http://deb.debian.org/debian buster/main amd64 glib-networking amd64 2.58.0-2 [54.4 kB]
Get:97 http://deb.debian.org/debian buster/main amd64 libsoup2.4-1 amd64 2.64.2-2 [253 kB]
Get:98 http://deb.debian.org/debian buster/main amd64 libsoup-gnome2.4-1 amd64 2.64.2-2 [18.0 kB]
Get:99 http://deb.debian.org/debian buster/main amd64 librest-0.7-0 amd64 0.8.1-1 [33.7 kB]
Get:100 http://deb.debian.org/debian buster/main amd64 libwayland-client0 amd64 1.16.0-1 [26.4 kB]
Get:101 http://deb.debian.org/debian buster/main amd64 libwayland-cursor0 amd64 1.16.0-1 [14.1 kB]
Get:102 http://deb.debian.org/debian buster/main amd64 libwayland-egl1 amd64 1.16.0-1 [8204 B]
Get:103 http://deb.debian.org/debian buster/main amd64 libxcomposite1 amd64 1:0.4.4-2 [16.5 kB]
Get:104 http://deb.debian.org/debian buster/main amd64 libxfixes3 amd64 1:5.0.3-1 [21.9 kB]
Get:105 http://deb.debian.org/debian buster/main amd64 libxcursor1 amd64 1:1.1.15-2 [36.6 kB]
Get:106 http://deb.debian.org/debian buster/main amd64 libxdamage1 amd64 1:1.1.4-3 [14.4 kB]
Get:107 http://deb.debian.org/debian buster/main amd64 libxinerama1 amd64 2:1.1.4-2 [17.7 kB]
Get:108 http://deb.debian.org/debian buster/main amd64 xkb-data all 2.26-2 [681 kB]
Get:109 http://deb.debian.org/debian buster/main amd64 libxkbcommon0 amd64 0.8.2-1 [123 kB]
Get:110 http://deb.debian.org/debian buster/main amd64 libxrandr2 amd64 2:1.5.1-1 [37.5 kB]
Get:111 http://deb.debian.org/debian buster/main amd64 libgtk-3-common all 3.24.5-1 [3678 kB]
Get:112 http://deb.debian.org/debian buster/main amd64 libgtk-3-0 amd64 3.24.5-1 [2580 kB]
Get:113 http://deb.debian.org/debian buster/main amd64 libglvnd0 amd64 1.1.0-1 [48.6 kB]
Get:114 http://deb.debian.org/debian buster/main amd64 libdrm-common all 2.4.97-1 [13.8 kB]
Get:115 http://deb.debian.org/debian buster/main amd64 libdrm2 amd64 2.4.97-1 [39.7 kB]
Get:116 http://deb.debian.org/debian buster/main amd64 libglapi-mesa amd64 18.3.2-1 [66.4 kB]
Get:117 http://deb.debian.org/debian buster/main amd64 libx11-xcb1 amd64 2:1.6.7-1 [190 kB]
Get:118 http://deb.debian.org/debian buster/main amd64 libxcb-dri2-0 amd64 1.13.1-2 [101 kB]
Get:119 http://deb.debian.org/debian buster/main amd64 libxcb-dri3-0 amd64 1.13.1-2 [100 kB]
Get:120 http://deb.debian.org/debian buster/main amd64 libxcb-glx0 amd64 1.13.1-2 [116 kB]
Get:121 http://deb.debian.org/debian buster/main amd64 libxcb-present0 amd64 1.13.1-2 [99.1 kB]
Get:122 http://deb.debian.org/debian buster/main amd64 libxcb-sync1 amd64 1.13.1-2 [103 kB]
Get:123 http://deb.debian.org/debian buster/main amd64 libxshmfence1 amd64 1.3-1 [8820 B]
Get:124 http://deb.debian.org/debian buster/main amd64 libxxf86vm1 amd64 1:1.1.4-1+b2 [20.8 kB]
Get:125 http://deb.debian.org/debian buster/main amd64 libdrm-amdgpu1 amd64 2.4.97-1 [27.3 kB]
Get:126 http://deb.debian.org/debian buster/main amd64 libpciaccess0 amd64 0.14-1 [53.5 kB]
Get:127 http://deb.debian.org/debian buster/main amd64 libdrm-intel1 amd64 2.4.97-1 [69.8 kB]
Get:128 http://deb.debian.org/debian buster/main amd64 libdrm-nouveau2 amd64 2.4.97-1 [26.3 kB]
Get:129 http://deb.debian.org/debian buster/main amd64 libdrm-radeon1 amd64 2.4.97-1 [31.1 kB]
Get:130 http://deb.debian.org/debian buster/main amd64 libllvm7 amd64 1:7.0.1-6 [13.1 MB]
Get:131 http://deb.debian.org/debian buster/main amd64 libsensors-config all 1:3.5.0-3 [31.6 kB]
Get:132 http://deb.debian.org/debian buster/main amd64 libsensors5 amd64 1:3.5.0-3 [52.6 kB]
Get:133 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-dri amd64 18.3.2-1 [7357 kB]
Get:134 http://deb.debian.org/debian buster/main amd64 libglx-mesa0 amd64 18.3.2-1 [182 kB]
Get:135 http://deb.debian.org/debian buster/main amd64 libglx0 amd64 1.1.0-1 [30.0 kB]
Get:136 http://deb.debian.org/debian buster/main amd64 libgl1 amd64 1.1.0-1 [91.1 kB]
Get:137 http://deb.debian.org/debian buster/main amd64 libgl1-mesa-glx amd64 18.3.2-1 [46.8 kB]
Get:138 http://deb.debian.org/debian buster/main amd64 libgif7 amd64 5.1.4-3 [43.3 kB]
Get:139 http://deb.debian.org/debian buster/main amd64 openjdk-11-jre amd64 11.0.2+9-3 [34.2 kB]
Get:140 http://deb.debian.org/debian buster/main amd64 default-jre amd64 2:1.11-71 [1044 B]
Get:141 http://deb.debian.org/debian buster/main amd64 openjdk-11-jdk-headless amd64 11.0.2+9-3 [217 MB]
Get:142 http://deb.debian.org/debian buster/main amd64 default-jdk-headless amd64 2:1.11-71 [1104 B]
Get:143 http://deb.debian.org/debian buster/main amd64 openjdk-11-jdk amd64 11.0.2+9-3 [1674 kB]
Get:144 http://deb.debian.org/debian buster/main amd64 default-jdk amd64 2:1.11-71 [1056 B]
Get:145 http://deb.debian.org/debian buster/main amd64 openjdk-11-doc all 11.0.2+9-3 [13.5 MB]
Get:146 http://deb.debian.org/debian buster/main amd64 default-jdk-doc amd64 2:1.11-71 [10.9 kB]
Get:147 http://deb.debian.org/debian buster/main amd64 dh-exec amd64 0.23.1 [26.3 kB]
Get:148 http://deb.debian.org/debian buster/main amd64 ivy all 2.4.0-5 [1207 kB]
Get:149 http://deb.debian.org/debian buster/main amd64 libasm-java all 7.0-1 [362 kB]
Get:150 http://deb.debian.org/debian buster/main amd64 libbsf-java all 1:2.4.0-8 [76.3 kB]
Get:151 http://deb.debian.org/debian buster/main amd64 libcommons-cli-java all 1.4-1 [55.2 kB]
Get:152 http://deb.debian.org/debian buster/main amd64 libapache-pom-java all 18-1 [4676 B]
Get:153 http://deb.debian.org/debian buster/main amd64 libcommons-parent-java all 43-1 [10.8 kB]
Get:154 http://deb.debian.org/debian buster/main amd64 libcommons-logging-java all 1.2-2 [62.2 kB]
Get:155 http://deb.debian.org/debian buster/main amd64 libhawtjni-runtime-java all 1.16-1 [29.9 kB]
Get:156 http://deb.debian.org/debian buster/main amd64 libjansi-native-java all 1.8-1 [26.0 kB]
Get:157 http://deb.debian.org/debian buster/main amd64 libjansi-java all 1.17.1-1 [63.8 kB]
Get:158 http://deb.debian.org/debian buster/main amd64 libjline2-java all 2.14.6-1 [151 kB]
Get:159 http://deb.debian.org/debian buster/main amd64 libqdox-java all 1.12.1-3 [172 kB]
Get:160 http://deb.debian.org/debian buster/main amd64 libservlet-api-java all 4.0.1-2 [81.0 kB]
Get:161 http://deb.debian.org/debian buster/main amd64 libjsp-api-java all 2.3.4-2 [53.5 kB]
Get:162 http://deb.debian.org/debian buster/main amd64 libel-api-java all 3.0.0-2 [64.7 kB]
Get:163 http://deb.debian.org/debian buster/main amd64 libwebsocket-api-java all 1.1-1 [39.8 kB]
Get:164 http://deb.debian.org/debian buster/main amd64 libservlet3.1-java all 1:4.0.1-2 [9516 B]
Get:165 http://deb.debian.org/debian buster/main amd64 libxpp3-java all 1.1.4c-3 [292 kB]
Get:166 http://deb.debian.org/debian buster/main amd64 libxstream-java all 1.4.11.1-1 [539 kB]
Get:167 http://deb.debian.org/debian buster/main amd64 groovy all 2.4.16-1 [12.9 MB]
Get:168 http://deb.debian.org/debian buster/main amd64 libatinject-jsr330-api-java all 1.0+ds1-5 [5312 B]
Get:169 http://deb.debian.org/debian buster/main amd64 libcommons-collections3-java all 3.2.2-2 [526 kB]
Get:170 http://deb.debian.org/debian buster/main amd64 libcommons-compress-java all 1.18-1 [532 kB]
Get:171 http://deb.debian.org/debian buster/main amd64 libcommons-io-java all 2.6-2 [213 kB]
Get:172 http://deb.debian.org/debian buster/main amd64 libcommons-lang-java all 2.6-8 [273 kB]
Get:173 http://deb.debian.org/debian buster/main amd64 libjsr305-java all 0.1~+svn49-10 [26.5 kB]
Get:174 http://deb.debian.org/debian buster/main amd64 libguava-java all 19.0-1 [2028 kB]
Get:175 http://deb.debian.org/debian buster/main amd64 libcommons-codec-java all 1.11-1 [271 kB]
Get:176 http://deb.debian.org/debian buster/main amd64 libhttpcore-java all 4.4.11-1 [625 kB]
Get:177 http://deb.debian.org/debian buster/main amd64 libhttpclient-java all 4.5.7-1 [721 kB]
Get:178 http://deb.debian.org/debian buster/main amd64 libjarjar-java all 1.4+svn142-10 [192 kB]
Get:179 http://deb.debian.org/debian buster/main amd64 libjcip-annotations-java all 20060626-5 [12.7 kB]
Get:180 http://deb.debian.org/debian buster/main amd64 libjna-jni amd64 4.5.2-1 [54.2 kB]
Get:181 http://deb.debian.org/debian buster/main amd64 libjna-java all 4.5.2-1 [195 kB]
Get:182 http://deb.debian.org/debian buster/main amd64 libjzlib-java all 1.1.3-2 [80.0 kB]
Get:183 http://deb.debian.org/debian buster/main amd64 libjsch-java all 0.1.55-1 [298 kB]
Get:184 http://deb.debian.org/debian buster/main amd64 libminlog-java all 1.3.0-1 [7618 B]
Get:185 http://deb.debian.org/debian buster/main amd64 libobjenesis-java all 3.0.1-2 [52.5 kB]
Get:186 http://deb.debian.org/debian buster/main amd64 libreflectasm-java all 1.05-4 [17.6 kB]
Get:187 http://deb.debian.org/debian buster/main amd64 libkryo-java all 2.20-6 [151 kB]
Get:188 http://deb.debian.org/debian buster/main amd64 liblogback-java all 1:1.2.3-5 [762 kB]
Get:189 http://deb.debian.org/debian buster/main amd64 libnative-platform-jni amd64 0.14-5 [13.0 kB]
Get:190 http://deb.debian.org/debian buster/main amd64 libnative-platform-java all 0.14-5 [71.0 kB]
Get:191 http://deb.debian.org/debian buster/main amd64 libxml-commons-external-java all 1.4.01-3 [240 kB]
Get:192 http://deb.debian.org/debian buster/main amd64 libxml-commons-resolver1.1-java all 1.2-9 [91.6 kB]
Get:193 http://deb.debian.org/debian buster/main amd64 libxerces2-java all 2.12.0-1 [1440 kB]
Get:194 http://deb.debian.org/debian buster/main amd64 libnekohtml-java all 1.9.22-1 [120 kB]
Get:195 http://deb.debian.org/debian buster/main amd64 libxbean-reflect-java all 4.5-8 [133 kB]
Get:196 http://deb.debian.org/debian buster/main amd64 libgradle-core-java all 4.4.1-4 [4239 kB]
Get:197 http://deb.debian.org/debian buster/main amd64 libbcprov-java all 1.60-1 [3258 kB]
Get:198 http://deb.debian.org/debian buster/main amd64 libbcpg-java all 1.60-1 [301 kB]
Get:199 http://deb.debian.org/debian buster/main amd64 libbsh-java all 2.0b4-19 [282 kB]
Get:200 http://deb.debian.org/debian buster/main amd64 libdd-plist-java all 1.20-1 [72.5 kB]
Get:201 http://deb.debian.org/debian buster/main amd64 libjaxen-java all 1.1.6-4 [214 kB]
Get:202 http://deb.debian.org/debian buster/main amd64 libdom4j-java all 2.1.1-2 [310 kB]
Get:203 http://deb.debian.org/debian buster/main amd64 libbcel-java all 6.2-1 [611 kB]
Get:204 http://deb.debian.org/debian buster/main amd64 libjformatstring-java all 0.10~20131207-2 [33.8 kB]
Get:205 http://deb.debian.org/debian buster/main amd64 libfindbugs-java all 3.1.0~preview2-3 [3502 kB]
Get:206 http://deb.debian.org/debian buster/main amd64 libgoogle-gson-java all 2.8.5-3 [225 kB]
Get:207 http://deb.debian.org/debian buster/main amd64 libaopalliance-java all 20070526-6 [9048 B]
Get:208 http://deb.debian.org/debian buster/main amd64 libguice-java all 4.2.1-1 [962 kB]
Get:209 http://deb.debian.org/debian buster/main amd64 libjatl-java all 0.2.3-1 [28.1 kB]
Get:210 http://deb.debian.org/debian buster/main amd64 libjcifs-java all 1.3.19-2 [394 kB]
Get:211 http://deb.debian.org/debian buster/main amd64 libjavaewah-java all 0.6.12-2 [57.6 kB]
Get:212 http://deb.debian.org/debian buster/main amd64 libjgit-java all 3.7.1-6 [1885 kB]
Get:213 http://deb.debian.org/debian buster/main amd64 libjs-jquery all 3.3.1~dfsg-1 [332 kB]
Get:214 http://deb.debian.org/debian buster/main amd64 libplexus-utils2-java all 3.1.1-1 [249 kB]
Get:215 http://deb.debian.org/debian buster/main amd64 libwagon-provider-api-java all 3.3.1-2 [50.1 kB]
Get:216 http://deb.debian.org/debian buster/main amd64 libmaven-resolver-java all 1.3.1-1 [549 kB]
Get:217 http://deb.debian.org/debian buster/main amd64 libcommons-lang3-java all 3.8-2 [478 kB]
Get:218 http://deb.debian.org/debian buster/main amd64 libgeronimo-annotation-1.3-spec-java all 1.0-1 [10.6 kB]
Get:219 http://deb.debian.org/debian buster/main amd64 libmaven-parent-java all 31-2 [5100 B]
Get:220 http://deb.debian.org/debian buster/main amd64 libmaven-shared-utils-java all 3.3.0-1 [149 kB]
Get:221 http://deb.debian.org/debian buster/main amd64 libplexus-cipher-java all 1.7-3 [15.0 kB]
Get:222 http://deb.debian.org/debian buster/main amd64 libplexus-classworlds-java all 2.6.0-1 [49.4 kB]
Get:223 http://deb.debian.org/debian buster/main amd64 libplexus-component-annotations-java all 1.7.1-7 [7536 B]
Get:224 http://deb.debian.org/debian buster/main amd64 libplexus-interpolation-java all 1.25-1 [76.8 kB]
Get:225 http://deb.debian.org/debian buster/main amd64 libplexus-sec-dispatcher-java all 1.4-4 [28.1 kB]
Get:226 http://deb.debian.org/debian buster/main amd64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-4 [8484 B]
Get:227 http://deb.debian.org/debian buster/main amd64 libcdi-api-java all 1.2-2 [54.5 kB]
Get:228 http://deb.debian.org/debian buster/main amd64 libsisu-inject-java all 0.3.3-1 [347 kB]
Get:229 http://deb.debian.org/debian buster/main amd64 libsisu-plexus-java all 0.3.3-3 [182 kB]
Get:230 http://deb.debian.org/debian buster/main amd64 libmaven3-core-java all 3.6.0-1 [1465 kB]
Get:231 http://deb.debian.org/debian buster/main amd64 libplexus-container-default-java all 1.7.1-7 [194 kB]
Get:232 http://deb.debian.org/debian buster/main amd64 libplexus-container-default1.5-java all 1.7.1-7 [4336 B]
Get:233 http://deb.debian.org/debian buster/main amd64 libpolyglot-maven-java all 0.8~tobrien+git20120905-9 [74.7 kB]
Get:234 http://deb.debian.org/debian buster/main amd64 librhino-java all 1.7.7.1-1 [1160 kB]
Get:235 http://deb.debian.org/debian buster/main amd64 libsimple-http-java all 4.1.21-1 [205 kB]
Get:236 http://deb.debian.org/debian buster/main amd64 libwagon-file-java all 3.3.1-2 [10.7 kB]
Get:237 http://deb.debian.org/debian buster/main amd64 libjsoup-java all 1.10.2-2 [350 kB]
Get:238 http://deb.debian.org/debian buster/main amd64 libwagon-http-java all 3.3.1-2 [50.5 kB]
Get:239 http://deb.debian.org/debian buster/main amd64 libjcommander-java all 1.71-3 [72.7 kB]
Get:240 http://deb.debian.org/debian buster/main amd64 testng all 6.9.12-4 [795 kB]
Get:241 http://deb.debian.org/debian buster/main amd64 libgradle-plugins-java all 4.4.1-4 [5161 kB]
Get:242 http://deb.debian.org/debian buster/main amd64 gradle all 4.4.1-4 [396 kB]
Get:243 http://deb.debian.org/debian buster/main amd64 groovy-doc all 2.4.16-1 [3762 kB]
Get:244 http://deb.debian.org/debian buster/main amd64 junit all 3.8.2-9 [110 kB]
Get:245 http://deb.debian.org/debian buster/main amd64 javacc all 5.0-8 [280 kB]
Get:246 http://deb.debian.org/debian buster/main amd64 javahelper all 0.72.1 [92.9 kB]
Get:247 http://deb.debian.org/debian buster/main amd64 libcglib-nodep-java all 3.2.10-1 [398 kB]
Get:248 http://deb.debian.org/debian buster/main amd64 libclassycle-java all 1.4.2-1 [117 kB]
Get:249 http://deb.debian.org/debian buster/main amd64 libjaxp1.3-java all 1.3.05-5 [226 kB]
Get:250 http://deb.debian.org/debian buster/main amd64 liblua5.1-0 amd64 5.1.5-8.1+b2 [111 kB]
Get:251 http://deb.debian.org/debian buster/main amd64 libservlet-api-java-doc all 4.0.1-2 [406 kB]
Get:252 http://deb.debian.org/debian buster/main amd64 libspock-java all 0.7-groovy-2.0-4 [452 kB]
Get:253 http://deb.debian.org/debian buster/main amd64 maven-repo-helper all 1.9.3 [142 kB]
Get:254 http://deb.debian.org/debian buster/main amd64 pandoc-data all 2.2.1-3 [329 kB]
Get:255 http://deb.debian.org/debian buster/main amd64 pandoc amd64 2.2.1-3+b2 [14.7 MB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 417 MB in 6s (65.6 MB/s)
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27714 files and directories currently installed.)
Preparing to unpack .../libsystemd0_240-6_amd64.deb ...
Unpacking libsystemd0:amd64 (240-6) over (240-4) ...
Setting up libsystemd0:amd64 (240-6) ...
Selecting previously unselected package libapparmor1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 27714 files and directories currently installed.)
Preparing to unpack .../0-libapparmor1_2.13.2-7_amd64.deb ...
Unpacking libapparmor1:amd64 (2.13.2-7) ...
Selecting previously unselected package libargon2-1:amd64.
Preparing to unpack .../1-libargon2-1_0~20171227-0.2_amd64.deb ...
Unpacking libargon2-1:amd64 (0~20171227-0.2) ...
Selecting previously unselected package dmsetup.
Preparing to unpack .../2-dmsetup_2%3a1.02.155-2_amd64.deb ...
Unpacking dmsetup (2:1.02.155-2) ...
Selecting previously unselected package libdevmapper1.02.1:amd64.
Preparing to unpack .../3-libdevmapper1.02.1_2%3a1.02.155-2_amd64.deb ...
Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-2) ...
Selecting previously unselected package libjson-c3:amd64.
Preparing to unpack .../4-libjson-c3_0.12.1+ds-2_amd64.deb ...
Unpacking libjson-c3:amd64 (0.12.1+ds-2) ...
Selecting previously unselected package libcryptsetup12:amd64.
Preparing to unpack .../5-libcryptsetup12_2%3a2.1.0-1_amd64.deb ...
Unpacking libcryptsetup12:amd64 (2:2.1.0-1) ...
Selecting previously unselected package libip4tc0:amd64.
Preparing to unpack .../6-libip4tc0_1.8.2-3_amd64.deb ...
Unpacking libip4tc0:amd64 (1.8.2-3) ...
Selecting previously unselected package libkmod2:amd64.
Preparing to unpack .../7-libkmod2_26-1_amd64.deb ...
Unpacking libkmod2:amd64 (26-1) ...
Selecting previously unselected package systemd.
Preparing to unpack .../8-systemd_240-6_amd64.deb ...
Unpacking systemd (240-6) ...
Setting up libapparmor1:amd64 (2.13.2-7) ...
Setting up libargon2-1:amd64 (0~20171227-0.2) ...
Setting up libjson-c3:amd64 (0.12.1+ds-2) ...
Setting up libip4tc0:amd64 (1.8.2-3) ...
Setting up libkmod2:amd64 (26-1) ...
Setting up libdevmapper1.02.1:amd64 (2:1.02.155-2) ...
Setting up libcryptsetup12:amd64 (2:2.1.0-1) ...
Setting up systemd (240-6) ...
Created symlink /etc/systemd/system/getty.target.wants/getty at tty1.service → /lib/systemd/system/getty at .service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service.
Setting up dmsetup (2:1.02.155-2) ...
Selecting previously unselected package systemd-sysv.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28537 files and directories currently installed.)
Preparing to unpack .../000-systemd-sysv_240-6_amd64.deb ...
Unpacking systemd-sysv (240-6) ...
Selecting previously unselected package libdbus-1-3:amd64.
Preparing to unpack .../001-libdbus-1-3_1.12.12-1_amd64.deb ...
Unpacking libdbus-1-3:amd64 (1.12.12-1) ...
Selecting previously unselected package dbus.
Preparing to unpack .../002-dbus_1.12.12-1_amd64.deb ...
Unpacking dbus (1.12.12-1) ...
Selecting previously unselected package libpam-systemd:amd64.
Preparing to unpack .../003-libpam-systemd_240-6_amd64.deb ...
Unpacking libpam-systemd:amd64 (240-6) ...
Selecting previously unselected package hicolor-icon-theme.
Preparing to unpack .../004-hicolor-icon-theme_0.17-2_all.deb ...
Unpacking hicolor-icon-theme (0.17-2) ...
Selecting previously unselected package libjpeg62-turbo:amd64.
Preparing to unpack .../005-libjpeg62-turbo_1%3a1.5.2-2+b1_amd64.deb ...
Unpacking libjpeg62-turbo:amd64 (1:1.5.2-2+b1) ...
Selecting previously unselected package libpng16-16:amd64.
Preparing to unpack .../006-libpng16-16_1.6.36-5_amd64.deb ...
Unpacking libpng16-16:amd64 (1.6.36-5) ...
Selecting previously unselected package libjbig0:amd64.
Preparing to unpack .../007-libjbig0_2.1-3.1+b2_amd64.deb ...
Unpacking libjbig0:amd64 (2.1-3.1+b2) ...
Selecting previously unselected package libwebp6:amd64.
Preparing to unpack .../008-libwebp6_0.6.1-2_amd64.deb ...
Unpacking libwebp6:amd64 (0.6.1-2) ...
Selecting previously unselected package libtiff5:amd64.
Preparing to unpack .../009-libtiff5_4.0.10-4_amd64.deb ...
Unpacking libtiff5:amd64 (4.0.10-4) ...
Selecting previously unselected package libgdk-pixbuf2.0-common.
Preparing to unpack .../010-libgdk-pixbuf2.0-common_2.38.0+dfsg-7_all.deb ...
Unpacking libgdk-pixbuf2.0-common (2.38.0+dfsg-7) ...
Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
Preparing to unpack .../011-libgdk-pixbuf2.0-0_2.38.0+dfsg-7_amd64.deb ...
Unpacking libgdk-pixbuf2.0-0:amd64 (2.38.0+dfsg-7) ...
Selecting previously unselected package gtk-update-icon-cache.
Preparing to unpack .../012-gtk-update-icon-cache_3.24.5-1_amd64.deb ...
No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
Unpacking gtk-update-icon-cache (3.24.5-1) ...
Selecting previously unselected package libfreetype6:amd64.
Preparing to unpack .../013-libfreetype6_2.9.1-3_amd64.deb ...
Unpacking libfreetype6:amd64 (2.9.1-3) ...
Selecting previously unselected package fonts-dejavu-core.
Preparing to unpack .../014-fonts-dejavu-core_2.37-1_all.deb ...
Unpacking fonts-dejavu-core (2.37-1) ...
Selecting previously unselected package fontconfig-config.
Preparing to unpack .../015-fontconfig-config_2.13.1-2_all.deb ...
Unpacking fontconfig-config (2.13.1-2) ...
Selecting previously unselected package libfontconfig1:amd64.
Preparing to unpack .../016-libfontconfig1_2.13.1-2_amd64.deb ...
Unpacking libfontconfig1:amd64 (2.13.1-2) ...
Selecting previously unselected package libpixman-1-0:amd64.
Preparing to unpack .../017-libpixman-1-0_0.36.0-1_amd64.deb ...
Unpacking libpixman-1-0:amd64 (0.36.0-1) ...
Selecting previously unselected package libxcb-render0:amd64.
Preparing to unpack .../018-libxcb-render0_1.13.1-2_amd64.deb ...
Unpacking libxcb-render0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-shm0:amd64.
Preparing to unpack .../019-libxcb-shm0_1.13.1-2_amd64.deb ...
Unpacking libxcb-shm0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxrender1:amd64.
Preparing to unpack .../020-libxrender1_1%3a0.9.10-1_amd64.deb ...
Unpacking libxrender1:amd64 (1:0.9.10-1) ...
Selecting previously unselected package libcairo2:amd64.
Preparing to unpack .../021-libcairo2_1.16.0-2_amd64.deb ...
Unpacking libcairo2:amd64 (1.16.0-2) ...
Selecting previously unselected package fontconfig.
Preparing to unpack .../022-fontconfig_2.13.1-2_amd64.deb ...
Unpacking fontconfig (2.13.1-2) ...
Selecting previously unselected package libthai-data.
Preparing to unpack .../023-libthai-data_0.1.28-2_all.deb ...
Unpacking libthai-data (0.1.28-2) ...
Selecting previously unselected package libdatrie1:amd64.
Preparing to unpack .../024-libdatrie1_0.2.12-2_amd64.deb ...
Unpacking libdatrie1:amd64 (0.2.12-2) ...
Selecting previously unselected package libthai0:amd64.
Preparing to unpack .../025-libthai0_0.1.28-2_amd64.deb ...
Unpacking libthai0:amd64 (0.1.28-2) ...
Selecting previously unselected package libpango-1.0-0:amd64.
Preparing to unpack .../026-libpango-1.0-0_1.42.4-6_amd64.deb ...
Unpacking libpango-1.0-0:amd64 (1.42.4-6) ...
Selecting previously unselected package libgraphite2-3:amd64.
Preparing to unpack .../027-libgraphite2-3_1.3.13-7_amd64.deb ...
Unpacking libgraphite2-3:amd64 (1.3.13-7) ...
Selecting previously unselected package libharfbuzz0b:amd64.
Preparing to unpack .../028-libharfbuzz0b_2.3.1-1_amd64.deb ...
Unpacking libharfbuzz0b:amd64 (2.3.1-1) ...
Selecting previously unselected package libpangoft2-1.0-0:amd64.
Preparing to unpack .../029-libpangoft2-1.0-0_1.42.4-6_amd64.deb ...
Unpacking libpangoft2-1.0-0:amd64 (1.42.4-6) ...
Selecting previously unselected package libpangocairo-1.0-0:amd64.
Preparing to unpack .../030-libpangocairo-1.0-0_1.42.4-6_amd64.deb ...
Unpacking libpangocairo-1.0-0:amd64 (1.42.4-6) ...
Selecting previously unselected package librsvg2-2:amd64.
Preparing to unpack .../031-librsvg2-2_2.44.10-1_amd64.deb ...
Unpacking librsvg2-2:amd64 (2.44.10-1) ...
Selecting previously unselected package librsvg2-common:amd64.
Preparing to unpack .../032-librsvg2-common_2.44.10-1_amd64.deb ...
Unpacking librsvg2-common:amd64 (2.44.10-1) ...
Selecting previously unselected package adwaita-icon-theme.
Preparing to unpack .../033-adwaita-icon-theme_3.30.1-1_all.deb ...
Unpacking adwaita-icon-theme (3.30.1-1) ...
Selecting previously unselected package libnspr4:amd64.
Preparing to unpack .../034-libnspr4_2%3a4.20-1_amd64.deb ...
Unpacking libnspr4:amd64 (2:4.20-1) ...
Selecting previously unselected package libnss3:amd64.
Preparing to unpack .../035-libnss3_2%3a3.42.1-1_amd64.deb ...
Unpacking libnss3:amd64 (2:3.42.1-1) ...
Selecting previously unselected package ca-certificates-java.
Preparing to unpack .../036-ca-certificates-java_20190214_all.deb ...
Unpacking ca-certificates-java (20190214) ...
Selecting previously unselected package java-common.
Preparing to unpack .../037-java-common_0.71_all.deb ...
Unpacking java-common (0.71) ...
Selecting previously unselected package libavahi-common-data:amd64.
Preparing to unpack .../038-libavahi-common-data_0.7-4+b1_amd64.deb ...
Unpacking libavahi-common-data:amd64 (0.7-4+b1) ...
Selecting previously unselected package libavahi-common3:amd64.
Preparing to unpack .../039-libavahi-common3_0.7-4+b1_amd64.deb ...
Unpacking libavahi-common3:amd64 (0.7-4+b1) ...
Selecting previously unselected package libavahi-client3:amd64.
Preparing to unpack .../040-libavahi-client3_0.7-4+b1_amd64.deb ...
Unpacking libavahi-client3:amd64 (0.7-4+b1) ...
Selecting previously unselected package libcups2:amd64.
Preparing to unpack .../041-libcups2_2.2.10-3_amd64.deb ...
Unpacking libcups2:amd64 (2.2.10-3) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../042-liblcms2-2_2.9-3_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.9-3) ...
Selecting previously unselected package libasound2-data.
Preparing to unpack .../043-libasound2-data_1.1.8-1_all.deb ...
Unpacking libasound2-data (1.1.8-1) ...
Selecting previously unselected package libasound2:amd64.
Preparing to unpack .../044-libasound2_1.1.8-1_amd64.deb ...
Unpacking libasound2:amd64 (1.1.8-1) ...
Selecting previously unselected package libpcsclite1:amd64.
Preparing to unpack .../045-libpcsclite1_1.8.24-1_amd64.deb ...
Unpacking libpcsclite1:amd64 (1.8.24-1) ...
Selecting previously unselected package libxi6:amd64.
Preparing to unpack .../046-libxi6_2%3a1.7.9-1_amd64.deb ...
Unpacking libxi6:amd64 (2:1.7.9-1) ...
Selecting previously unselected package x11-common.
Preparing to unpack .../047-x11-common_1%3a7.7+19_all.deb ...
Unpacking x11-common (1:7.7+19) ...
Selecting previously unselected package libxtst6:amd64.
Preparing to unpack .../048-libxtst6_2%3a1.2.3-1_amd64.deb ...
Unpacking libxtst6:amd64 (2:1.2.3-1) ...
Selecting previously unselected package openjdk-11-jre-headless:amd64.
Preparing to unpack .../049-openjdk-11-jre-headless_11.0.2+9-3_amd64.deb ...
Unpacking openjdk-11-jre-headless:amd64 (11.0.2+9-3) ...
Selecting previously unselected package default-jre-headless.
Preparing to unpack .../050-default-jre-headless_2%3a1.11-71_amd64.deb ...
Unpacking default-jre-headless (2:1.11-71) ...
Selecting previously unselected package ant.
Preparing to unpack .../051-ant_1.10.5-2_all.deb ...
Unpacking ant (1.10.5-2) ...
Selecting previously unselected package ant-optional.
Preparing to unpack .../052-ant-optional_1.10.5-2_all.deb ...
Unpacking ant-optional (1.10.5-2) ...
Selecting previously unselected package libantlr-java.
Preparing to unpack .../053-libantlr-java_2.7.7+dfsg-9.2_all.deb ...
Unpacking libantlr-java (2.7.7+dfsg-9.2) ...
Selecting previously unselected package antlr.
Preparing to unpack .../054-antlr_2.7.7+dfsg-9.2_all.deb ...
Unpacking antlr (2.7.7+dfsg-9.2) ...
Selecting previously unselected package java-wrappers.
Preparing to unpack .../055-java-wrappers_0.3_all.deb ...
Unpacking java-wrappers (0.3) ...
Selecting previously unselected package libhamcrest-java.
Preparing to unpack .../056-libhamcrest-java_1.3-7_all.deb ...
Unpacking libhamcrest-java (1.3-7) ...
Selecting previously unselected package junit4.
Preparing to unpack .../057-junit4_4.12-8_all.deb ...
Unpacking junit4 (4.12-8) ...
Selecting previously unselected package libfelix-framework-java.
Preparing to unpack .../058-libfelix-framework-java_4.6.1-2_all.deb ...
Unpacking libfelix-framework-java (4.6.1-2) ...
Selecting previously unselected package libfelix-gogo-runtime-java.
Preparing to unpack .../059-libfelix-gogo-runtime-java_0.16.2-1_all.deb ...
Unpacking libfelix-gogo-runtime-java (0.16.2-1) ...
Selecting previously unselected package libosgi-annotation-java.
Preparing to unpack .../060-libosgi-annotation-java_6.0.0-2_all.deb ...
Unpacking libosgi-annotation-java (6.0.0-2) ...
Selecting previously unselected package libosgi-core-java.
Preparing to unpack .../061-libosgi-core-java_6.0.0-1_all.deb ...
Unpacking libosgi-core-java (6.0.0-1) ...
Selecting previously unselected package libfelix-resolver-java.
Preparing to unpack .../062-libfelix-resolver-java_1.14.0-1_all.deb ...
Unpacking libfelix-resolver-java (1.14.0-1) ...
Selecting previously unselected package libosgi-compendium-java.
Preparing to unpack .../063-libosgi-compendium-java_6.0.0-1_all.deb ...
Unpacking libosgi-compendium-java (6.0.0-1) ...
Selecting previously unselected package libslf4j-java.
Preparing to unpack .../064-libslf4j-java_1.7.25-3_all.deb ...
Unpacking libslf4j-java (1.7.25-3) ...
Selecting previously unselected package libxz-java.
Preparing to unpack .../065-libxz-java_1.8-2_all.deb ...
Unpacking libxz-java (1.8-2) ...
Selecting previously unselected package libyaml-snake-java.
Preparing to unpack .../066-libyaml-snake-java_1.23-1_all.deb ...
Unpacking libyaml-snake-java (1.23-1) ...
Selecting previously unselected package bnd.
Preparing to unpack .../067-bnd_3.5.0-4_all.deb ...
Unpacking bnd (3.5.0-4) ...
Selecting previously unselected package dbus-user-session.
Preparing to unpack .../068-dbus-user-session_1.12.12-1_amd64.deb ...
Unpacking dbus-user-session (1.12.12-1) ...
Selecting previously unselected package libdconf1:amd64.
Preparing to unpack .../069-libdconf1_0.30.1-2_amd64.deb ...
Unpacking libdconf1:amd64 (0.30.1-2) ...
Selecting previously unselected package dconf-service.
Preparing to unpack .../070-dconf-service_0.30.1-2_amd64.deb ...
Unpacking dconf-service (0.30.1-2) ...
Selecting previously unselected package dconf-gsettings-backend:amd64.
Preparing to unpack .../071-dconf-gsettings-backend_0.30.1-2_amd64.deb ...
Unpacking dconf-gsettings-backend:amd64 (0.30.1-2) ...
Selecting previously unselected package libatk1.0-data.
Preparing to unpack .../072-libatk1.0-data_2.30.0-2_all.deb ...
Unpacking libatk1.0-data (2.30.0-2) ...
Selecting previously unselected package libatk1.0-0:amd64.
Preparing to unpack .../073-libatk1.0-0_2.30.0-2_amd64.deb ...
Unpacking libatk1.0-0:amd64 (2.30.0-2) ...
Selecting previously unselected package libatspi2.0-0:amd64.
Preparing to unpack .../074-libatspi2.0-0_2.30.0-7_amd64.deb ...
Unpacking libatspi2.0-0:amd64 (2.30.0-7) ...
Selecting previously unselected package libatk-bridge2.0-0:amd64.
Preparing to unpack .../075-libatk-bridge2.0-0_2.30.0-4_amd64.deb ...
Unpacking libatk-bridge2.0-0:amd64 (2.30.0-4) ...
Selecting previously unselected package libcairo-gobject2:amd64.
Preparing to unpack .../076-libcairo-gobject2_1.16.0-2_amd64.deb ...
Unpacking libcairo-gobject2:amd64 (1.16.0-2) ...
Selecting previously unselected package libcolord2:amd64.
Preparing to unpack .../077-libcolord2_1.4.3-4_amd64.deb ...
Unpacking libcolord2:amd64 (1.4.3-4) ...
Selecting previously unselected package libepoxy0:amd64.
Preparing to unpack .../078-libepoxy0_1.5.3-0.1_amd64.deb ...
Unpacking libepoxy0:amd64 (1.5.3-0.1) ...
Selecting previously unselected package libjson-glib-1.0-common.
Preparing to unpack .../079-libjson-glib-1.0-common_1.4.4-2_all.deb ...
Unpacking libjson-glib-1.0-common (1.4.4-2) ...
Selecting previously unselected package libjson-glib-1.0-0:amd64.
Preparing to unpack .../080-libjson-glib-1.0-0_1.4.4-2_amd64.deb ...
Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2) ...
Selecting previously unselected package libproxy1v5:amd64.
Preparing to unpack .../081-libproxy1v5_0.4.15-5_amd64.deb ...
Unpacking libproxy1v5:amd64 (0.4.15-5) ...
Selecting previously unselected package glib-networking-common.
Preparing to unpack .../082-glib-networking-common_2.58.0-2_all.deb ...
Unpacking glib-networking-common (2.58.0-2) ...
Selecting previously unselected package glib-networking-services.
Preparing to unpack .../083-glib-networking-services_2.58.0-2_amd64.deb ...
Unpacking glib-networking-services (2.58.0-2) ...
Selecting previously unselected package gsettings-desktop-schemas.
Preparing to unpack .../084-gsettings-desktop-schemas_3.28.1-1_all.deb ...
Unpacking gsettings-desktop-schemas (3.28.1-1) ...
Selecting previously unselected package glib-networking:amd64.
Preparing to unpack .../085-glib-networking_2.58.0-2_amd64.deb ...
Unpacking glib-networking:amd64 (2.58.0-2) ...
Selecting previously unselected package libsoup2.4-1:amd64.
Preparing to unpack .../086-libsoup2.4-1_2.64.2-2_amd64.deb ...
Unpacking libsoup2.4-1:amd64 (2.64.2-2) ...
Selecting previously unselected package libsoup-gnome2.4-1:amd64.
Preparing to unpack .../087-libsoup-gnome2.4-1_2.64.2-2_amd64.deb ...
Unpacking libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
Selecting previously unselected package librest-0.7-0:amd64.
Preparing to unpack .../088-librest-0.7-0_0.8.1-1_amd64.deb ...
Unpacking librest-0.7-0:amd64 (0.8.1-1) ...
Selecting previously unselected package libwayland-client0:amd64.
Preparing to unpack .../089-libwayland-client0_1.16.0-1_amd64.deb ...
Unpacking libwayland-client0:amd64 (1.16.0-1) ...
Selecting previously unselected package libwayland-cursor0:amd64.
Preparing to unpack .../090-libwayland-cursor0_1.16.0-1_amd64.deb ...
Unpacking libwayland-cursor0:amd64 (1.16.0-1) ...
Selecting previously unselected package libwayland-egl1:amd64.
Preparing to unpack .../091-libwayland-egl1_1.16.0-1_amd64.deb ...
Unpacking libwayland-egl1:amd64 (1.16.0-1) ...
Selecting previously unselected package libxcomposite1:amd64.
Preparing to unpack .../092-libxcomposite1_1%3a0.4.4-2_amd64.deb ...
Unpacking libxcomposite1:amd64 (1:0.4.4-2) ...
Selecting previously unselected package libxfixes3:amd64.
Preparing to unpack .../093-libxfixes3_1%3a5.0.3-1_amd64.deb ...
Unpacking libxfixes3:amd64 (1:5.0.3-1) ...
Selecting previously unselected package libxcursor1:amd64.
Preparing to unpack .../094-libxcursor1_1%3a1.1.15-2_amd64.deb ...
Unpacking libxcursor1:amd64 (1:1.1.15-2) ...
Selecting previously unselected package libxdamage1:amd64.
Preparing to unpack .../095-libxdamage1_1%3a1.1.4-3_amd64.deb ...
Unpacking libxdamage1:amd64 (1:1.1.4-3) ...
Selecting previously unselected package libxinerama1:amd64.
Preparing to unpack .../096-libxinerama1_2%3a1.1.4-2_amd64.deb ...
Unpacking libxinerama1:amd64 (2:1.1.4-2) ...
Selecting previously unselected package xkb-data.
Preparing to unpack .../097-xkb-data_2.26-2_all.deb ...
Unpacking xkb-data (2.26-2) ...
Selecting previously unselected package libxkbcommon0:amd64.
Preparing to unpack .../098-libxkbcommon0_0.8.2-1_amd64.deb ...
Unpacking libxkbcommon0:amd64 (0.8.2-1) ...
Selecting previously unselected package libxrandr2:amd64.
Preparing to unpack .../099-libxrandr2_2%3a1.5.1-1_amd64.deb ...
Unpacking libxrandr2:amd64 (2:1.5.1-1) ...
Selecting previously unselected package libgtk-3-common.
Preparing to unpack .../100-libgtk-3-common_3.24.5-1_all.deb ...
Unpacking libgtk-3-common (3.24.5-1) ...
Selecting previously unselected package libgtk-3-0:amd64.
Preparing to unpack .../101-libgtk-3-0_3.24.5-1_amd64.deb ...
Unpacking libgtk-3-0:amd64 (3.24.5-1) ...
Selecting previously unselected package libglvnd0:amd64.
Preparing to unpack .../102-libglvnd0_1.1.0-1_amd64.deb ...
Unpacking libglvnd0:amd64 (1.1.0-1) ...
Selecting previously unselected package libdrm-common.
Preparing to unpack .../103-libdrm-common_2.4.97-1_all.deb ...
Unpacking libdrm-common (2.4.97-1) ...
Selecting previously unselected package libdrm2:amd64.
Preparing to unpack .../104-libdrm2_2.4.97-1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.97-1) ...
Selecting previously unselected package libglapi-mesa:amd64.
Preparing to unpack .../105-libglapi-mesa_18.3.2-1_amd64.deb ...
Unpacking libglapi-mesa:amd64 (18.3.2-1) ...
Selecting previously unselected package libx11-xcb1:amd64.
Preparing to unpack .../106-libx11-xcb1_2%3a1.6.7-1_amd64.deb ...
Unpacking libx11-xcb1:amd64 (2:1.6.7-1) ...
Selecting previously unselected package libxcb-dri2-0:amd64.
Preparing to unpack .../107-libxcb-dri2-0_1.13.1-2_amd64.deb ...
Unpacking libxcb-dri2-0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-dri3-0:amd64.
Preparing to unpack .../108-libxcb-dri3-0_1.13.1-2_amd64.deb ...
Unpacking libxcb-dri3-0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-glx0:amd64.
Preparing to unpack .../109-libxcb-glx0_1.13.1-2_amd64.deb ...
Unpacking libxcb-glx0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-present0:amd64.
Preparing to unpack .../110-libxcb-present0_1.13.1-2_amd64.deb ...
Unpacking libxcb-present0:amd64 (1.13.1-2) ...
Selecting previously unselected package libxcb-sync1:amd64.
Preparing to unpack .../111-libxcb-sync1_1.13.1-2_amd64.deb ...
Unpacking libxcb-sync1:amd64 (1.13.1-2) ...
Selecting previously unselected package libxshmfence1:amd64.
Preparing to unpack .../112-libxshmfence1_1.3-1_amd64.deb ...
Unpacking libxshmfence1:amd64 (1.3-1) ...
Selecting previously unselected package libxxf86vm1:amd64.
Preparing to unpack .../113-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
Selecting previously unselected package libdrm-amdgpu1:amd64.
Preparing to unpack .../114-libdrm-amdgpu1_2.4.97-1_amd64.deb ...
Unpacking libdrm-amdgpu1:amd64 (2.4.97-1) ...
Selecting previously unselected package libpciaccess0:amd64.
Preparing to unpack .../115-libpciaccess0_0.14-1_amd64.deb ...
Unpacking libpciaccess0:amd64 (0.14-1) ...
Selecting previously unselected package libdrm-intel1:amd64.
Preparing to unpack .../116-libdrm-intel1_2.4.97-1_amd64.deb ...
Unpacking libdrm-intel1:amd64 (2.4.97-1) ...
Selecting previously unselected package libdrm-nouveau2:amd64.
Preparing to unpack .../117-libdrm-nouveau2_2.4.97-1_amd64.deb ...
Unpacking libdrm-nouveau2:amd64 (2.4.97-1) ...
Selecting previously unselected package libdrm-radeon1:amd64.
Preparing to unpack .../118-libdrm-radeon1_2.4.97-1_amd64.deb ...
Unpacking libdrm-radeon1:amd64 (2.4.97-1) ...
Selecting previously unselected package libllvm7:amd64.
Preparing to unpack .../119-libllvm7_1%3a7.0.1-6_amd64.deb ...
Unpacking libllvm7:amd64 (1:7.0.1-6) ...
Selecting previously unselected package libsensors-config.
Preparing to unpack .../120-libsensors-config_1%3a3.5.0-3_all.deb ...
Unpacking libsensors-config (1:3.5.0-3) ...
Selecting previously unselected package libsensors5:amd64.
Preparing to unpack .../121-libsensors5_1%3a3.5.0-3_amd64.deb ...
Unpacking libsensors5:amd64 (1:3.5.0-3) ...
Selecting previously unselected package libgl1-mesa-dri:amd64.
Preparing to unpack .../122-libgl1-mesa-dri_18.3.2-1_amd64.deb ...
Unpacking libgl1-mesa-dri:amd64 (18.3.2-1) ...
Selecting previously unselected package libglx-mesa0:amd64.
Preparing to unpack .../123-libglx-mesa0_18.3.2-1_amd64.deb ...
Unpacking libglx-mesa0:amd64 (18.3.2-1) ...
Selecting previously unselected package libglx0:amd64.
Preparing to unpack .../124-libglx0_1.1.0-1_amd64.deb ...
Unpacking libglx0:amd64 (1.1.0-1) ...
Selecting previously unselected package libgl1:amd64.
Preparing to unpack .../125-libgl1_1.1.0-1_amd64.deb ...
Unpacking libgl1:amd64 (1.1.0-1) ...
Selecting previously unselected package libgl1-mesa-glx:amd64.
Preparing to unpack .../126-libgl1-mesa-glx_18.3.2-1_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (18.3.2-1) ...
Selecting previously unselected package libgif7:amd64.
Preparing to unpack .../127-libgif7_5.1.4-3_amd64.deb ...
Unpacking libgif7:amd64 (5.1.4-3) ...
Selecting previously unselected package openjdk-11-jre:amd64.
Preparing to unpack .../128-openjdk-11-jre_11.0.2+9-3_amd64.deb ...
Unpacking openjdk-11-jre:amd64 (11.0.2+9-3) ...
Selecting previously unselected package default-jre.
Preparing to unpack .../129-default-jre_2%3a1.11-71_amd64.deb ...
Unpacking default-jre (2:1.11-71) ...
Selecting previously unselected package openjdk-11-jdk-headless:amd64.
Preparing to unpack .../130-openjdk-11-jdk-headless_11.0.2+9-3_amd64.deb ...
Unpacking openjdk-11-jdk-headless:amd64 (11.0.2+9-3) ...
Selecting previously unselected package default-jdk-headless.
Preparing to unpack .../131-default-jdk-headless_2%3a1.11-71_amd64.deb ...
Unpacking default-jdk-headless (2:1.11-71) ...
Selecting previously unselected package openjdk-11-jdk:amd64.
Preparing to unpack .../132-openjdk-11-jdk_11.0.2+9-3_amd64.deb ...
Unpacking openjdk-11-jdk:amd64 (11.0.2+9-3) ...
Selecting previously unselected package default-jdk.
Preparing to unpack .../133-default-jdk_2%3a1.11-71_amd64.deb ...
Unpacking default-jdk (2:1.11-71) ...
Selecting previously unselected package openjdk-11-doc.
Preparing to unpack .../134-openjdk-11-doc_11.0.2+9-3_all.deb ...
Unpacking openjdk-11-doc (11.0.2+9-3) ...
Selecting previously unselected package default-jdk-doc.
Preparing to unpack .../135-default-jdk-doc_2%3a1.11-71_amd64.deb ...
Unpacking default-jdk-doc (2:1.11-71) ...
Selecting previously unselected package dh-exec.
Preparing to unpack .../136-dh-exec_0.23.1_amd64.deb ...
Unpacking dh-exec (0.23.1) ...
Selecting previously unselected package ivy.
Preparing to unpack .../137-ivy_2.4.0-5_all.deb ...
Unpacking ivy (2.4.0-5) ...
Selecting previously unselected package libasm-java.
Preparing to unpack .../138-libasm-java_7.0-1_all.deb ...
Unpacking libasm-java (7.0-1) ...
Selecting previously unselected package libbsf-java.
Preparing to unpack .../139-libbsf-java_1%3a2.4.0-8_all.deb ...
Unpacking libbsf-java (1:2.4.0-8) ...
Selecting previously unselected package libcommons-cli-java.
Preparing to unpack .../140-libcommons-cli-java_1.4-1_all.deb ...
Unpacking libcommons-cli-java (1.4-1) ...
Selecting previously unselected package libapache-pom-java.
Preparing to unpack .../141-libapache-pom-java_18-1_all.deb ...
Unpacking libapache-pom-java (18-1) ...
Selecting previously unselected package libcommons-parent-java.
Preparing to unpack .../142-libcommons-parent-java_43-1_all.deb ...
Unpacking libcommons-parent-java (43-1) ...
Selecting previously unselected package libcommons-logging-java.
Preparing to unpack .../143-libcommons-logging-java_1.2-2_all.deb ...
Unpacking libcommons-logging-java (1.2-2) ...
Selecting previously unselected package libhawtjni-runtime-java.
Preparing to unpack .../144-libhawtjni-runtime-java_1.16-1_all.deb ...
Unpacking libhawtjni-runtime-java (1.16-1) ...
Selecting previously unselected package libjansi-native-java.
Preparing to unpack .../145-libjansi-native-java_1.8-1_all.deb ...
Unpacking libjansi-native-java (1.8-1) ...
Selecting previously unselected package libjansi-java.
Preparing to unpack .../146-libjansi-java_1.17.1-1_all.deb ...
Unpacking libjansi-java (1.17.1-1) ...
Selecting previously unselected package libjline2-java.
Preparing to unpack .../147-libjline2-java_2.14.6-1_all.deb ...
Unpacking libjline2-java (2.14.6-1) ...
Selecting previously unselected package libqdox-java.
Preparing to unpack .../148-libqdox-java_1.12.1-3_all.deb ...
Unpacking libqdox-java (1.12.1-3) ...
Selecting previously unselected package libservlet-api-java.
Preparing to unpack .../149-libservlet-api-java_4.0.1-2_all.deb ...
Unpacking libservlet-api-java (4.0.1-2) ...
Selecting previously unselected package libjsp-api-java.
Preparing to unpack .../150-libjsp-api-java_2.3.4-2_all.deb ...
Unpacking libjsp-api-java (2.3.4-2) ...
Selecting previously unselected package libel-api-java.
Preparing to unpack .../151-libel-api-java_3.0.0-2_all.deb ...
Unpacking libel-api-java (3.0.0-2) ...
Selecting previously unselected package libwebsocket-api-java.
Preparing to unpack .../152-libwebsocket-api-java_1.1-1_all.deb ...
Unpacking libwebsocket-api-java (1.1-1) ...
Selecting previously unselected package libservlet3.1-java.
Preparing to unpack .../153-libservlet3.1-java_1%3a4.0.1-2_all.deb ...
Unpacking libservlet3.1-java (1:4.0.1-2) ...
Selecting previously unselected package libxpp3-java.
Preparing to unpack .../154-libxpp3-java_1.1.4c-3_all.deb ...
Unpacking libxpp3-java (1.1.4c-3) ...
Selecting previously unselected package libxstream-java.
Preparing to unpack .../155-libxstream-java_1.4.11.1-1_all.deb ...
Unpacking libxstream-java (1.4.11.1-1) ...
Selecting previously unselected package groovy.
Preparing to unpack .../156-groovy_2.4.16-1_all.deb ...
Unpacking groovy (2.4.16-1) ...
Selecting previously unselected package libatinject-jsr330-api-java.
Preparing to unpack .../157-libatinject-jsr330-api-java_1.0+ds1-5_all.deb ...
Unpacking libatinject-jsr330-api-java (1.0+ds1-5) ...
Selecting previously unselected package libcommons-collections3-java.
Preparing to unpack .../158-libcommons-collections3-java_3.2.2-2_all.deb ...
Unpacking libcommons-collections3-java (3.2.2-2) ...
Selecting previously unselected package libcommons-compress-java.
Preparing to unpack .../159-libcommons-compress-java_1.18-1_all.deb ...
Unpacking libcommons-compress-java (1.18-1) ...
Selecting previously unselected package libcommons-io-java.
Preparing to unpack .../160-libcommons-io-java_2.6-2_all.deb ...
Unpacking libcommons-io-java (2.6-2) ...
Selecting previously unselected package libcommons-lang-java.
Preparing to unpack .../161-libcommons-lang-java_2.6-8_all.deb ...
Unpacking libcommons-lang-java (2.6-8) ...
Selecting previously unselected package libjsr305-java.
Preparing to unpack .../162-libjsr305-java_0.1~+svn49-10_all.deb ...
Unpacking libjsr305-java (0.1~+svn49-10) ...
Selecting previously unselected package libguava-java.
Preparing to unpack .../163-libguava-java_19.0-1_all.deb ...
Unpacking libguava-java (19.0-1) ...
Selecting previously unselected package libcommons-codec-java.
Preparing to unpack .../164-libcommons-codec-java_1.11-1_all.deb ...
Unpacking libcommons-codec-java (1.11-1) ...
Selecting previously unselected package libhttpcore-java.
Preparing to unpack .../165-libhttpcore-java_4.4.11-1_all.deb ...
Unpacking libhttpcore-java (4.4.11-1) ...
Selecting previously unselected package libhttpclient-java.
Preparing to unpack .../166-libhttpclient-java_4.5.7-1_all.deb ...
Unpacking libhttpclient-java (4.5.7-1) ...
Selecting previously unselected package libjarjar-java.
Preparing to unpack .../167-libjarjar-java_1.4+svn142-10_all.deb ...
Unpacking libjarjar-java (1.4+svn142-10) ...
Selecting previously unselected package libjcip-annotations-java.
Preparing to unpack .../168-libjcip-annotations-java_20060626-5_all.deb ...
Unpacking libjcip-annotations-java (20060626-5) ...
Selecting previously unselected package libjna-jni.
Preparing to unpack .../169-libjna-jni_4.5.2-1_amd64.deb ...
Unpacking libjna-jni (4.5.2-1) ...
Selecting previously unselected package libjna-java.
Preparing to unpack .../170-libjna-java_4.5.2-1_all.deb ...
Unpacking libjna-java (4.5.2-1) ...
Selecting previously unselected package libjzlib-java.
Preparing to unpack .../171-libjzlib-java_1.1.3-2_all.deb ...
Unpacking libjzlib-java (1.1.3-2) ...
Selecting previously unselected package libjsch-java.
Preparing to unpack .../172-libjsch-java_0.1.55-1_all.deb ...
Unpacking libjsch-java (0.1.55-1) ...
Selecting previously unselected package libminlog-java.
Preparing to unpack .../173-libminlog-java_1.3.0-1_all.deb ...
Unpacking libminlog-java (1.3.0-1) ...
Selecting previously unselected package libobjenesis-java.
Preparing to unpack .../174-libobjenesis-java_3.0.1-2_all.deb ...
Unpacking libobjenesis-java (3.0.1-2) ...
Selecting previously unselected package libreflectasm-java.
Preparing to unpack .../175-libreflectasm-java_1.05-4_all.deb ...
Unpacking libreflectasm-java (1.05-4) ...
Selecting previously unselected package libkryo-java.
Preparing to unpack .../176-libkryo-java_2.20-6_all.deb ...
Unpacking libkryo-java (2.20-6) ...
Selecting previously unselected package liblogback-java.
Preparing to unpack .../177-liblogback-java_1%3a1.2.3-5_all.deb ...
Unpacking liblogback-java (1:1.2.3-5) ...
Selecting previously unselected package libnative-platform-jni.
Preparing to unpack .../178-libnative-platform-jni_0.14-5_amd64.deb ...
Unpacking libnative-platform-jni (0.14-5) ...
Selecting previously unselected package libnative-platform-java.
Preparing to unpack .../179-libnative-platform-java_0.14-5_all.deb ...
Unpacking libnative-platform-java (0.14-5) ...
Selecting previously unselected package libxml-commons-external-java.
Preparing to unpack .../180-libxml-commons-external-java_1.4.01-3_all.deb ...
Unpacking libxml-commons-external-java (1.4.01-3) ...
Selecting previously unselected package libxml-commons-resolver1.1-java.
Preparing to unpack .../181-libxml-commons-resolver1.1-java_1.2-9_all.deb ...
Unpacking libxml-commons-resolver1.1-java (1.2-9) ...
Selecting previously unselected package libxerces2-java.
Preparing to unpack .../182-libxerces2-java_2.12.0-1_all.deb ...
Unpacking libxerces2-java (2.12.0-1) ...
Selecting previously unselected package libnekohtml-java.
Preparing to unpack .../183-libnekohtml-java_1.9.22-1_all.deb ...
Unpacking libnekohtml-java (1.9.22-1) ...
Selecting previously unselected package libxbean-reflect-java.
Preparing to unpack .../184-libxbean-reflect-java_4.5-8_all.deb ...
Unpacking libxbean-reflect-java (4.5-8) ...
Selecting previously unselected package libgradle-core-java.
Preparing to unpack .../185-libgradle-core-java_4.4.1-4_all.deb ...
Unpacking libgradle-core-java (4.4.1-4) ...
Selecting previously unselected package libbcprov-java.
Preparing to unpack .../186-libbcprov-java_1.60-1_all.deb ...
Unpacking libbcprov-java (1.60-1) ...
Selecting previously unselected package libbcpg-java.
Preparing to unpack .../187-libbcpg-java_1.60-1_all.deb ...
Unpacking libbcpg-java (1.60-1) ...
Selecting previously unselected package libbsh-java.
Preparing to unpack .../188-libbsh-java_2.0b4-19_all.deb ...
Unpacking libbsh-java (2.0b4-19) ...
Selecting previously unselected package libdd-plist-java.
Preparing to unpack .../189-libdd-plist-java_1.20-1_all.deb ...
Unpacking libdd-plist-java (1.20-1) ...
Selecting previously unselected package libjaxen-java.
Preparing to unpack .../190-libjaxen-java_1.1.6-4_all.deb ...
Unpacking libjaxen-java (1.1.6-4) ...
Selecting previously unselected package libdom4j-java.
Preparing to unpack .../191-libdom4j-java_2.1.1-2_all.deb ...
Unpacking libdom4j-java (2.1.1-2) ...
Selecting previously unselected package libbcel-java.
Preparing to unpack .../192-libbcel-java_6.2-1_all.deb ...
Unpacking libbcel-java (6.2-1) ...
Selecting previously unselected package libjformatstring-java.
Preparing to unpack .../193-libjformatstring-java_0.10~20131207-2_all.deb ...
Unpacking libjformatstring-java (0.10~20131207-2) ...
Selecting previously unselected package libfindbugs-java.
Preparing to unpack .../194-libfindbugs-java_3.1.0~preview2-3_all.deb ...
Unpacking libfindbugs-java (3.1.0~preview2-3) ...
Selecting previously unselected package libgoogle-gson-java.
Preparing to unpack .../195-libgoogle-gson-java_2.8.5-3_all.deb ...
Unpacking libgoogle-gson-java (2.8.5-3) ...
Selecting previously unselected package libaopalliance-java.
Preparing to unpack .../196-libaopalliance-java_20070526-6_all.deb ...
Unpacking libaopalliance-java (20070526-6) ...
Selecting previously unselected package libguice-java.
Preparing to unpack .../197-libguice-java_4.2.1-1_all.deb ...
Unpacking libguice-java (4.2.1-1) ...
Selecting previously unselected package libjatl-java.
Preparing to unpack .../198-libjatl-java_0.2.3-1_all.deb ...
Unpacking libjatl-java (0.2.3-1) ...
Selecting previously unselected package libjcifs-java.
Preparing to unpack .../199-libjcifs-java_1.3.19-2_all.deb ...
Unpacking libjcifs-java (1.3.19-2) ...
Selecting previously unselected package libjavaewah-java.
Preparing to unpack .../200-libjavaewah-java_0.6.12-2_all.deb ...
Unpacking libjavaewah-java (0.6.12-2) ...
Selecting previously unselected package libjgit-java.
Preparing to unpack .../201-libjgit-java_3.7.1-6_all.deb ...
Unpacking libjgit-java (3.7.1-6) ...
Selecting previously unselected package libjs-jquery.
Preparing to unpack .../202-libjs-jquery_3.3.1~dfsg-1_all.deb ...
Unpacking libjs-jquery (3.3.1~dfsg-1) ...
Selecting previously unselected package libplexus-utils2-java.
Preparing to unpack .../203-libplexus-utils2-java_3.1.1-1_all.deb ...
Unpacking libplexus-utils2-java (3.1.1-1) ...
Selecting previously unselected package libwagon-provider-api-java.
Preparing to unpack .../204-libwagon-provider-api-java_3.3.1-2_all.deb ...
Unpacking libwagon-provider-api-java (3.3.1-2) ...
Selecting previously unselected package libmaven-resolver-java.
Preparing to unpack .../205-libmaven-resolver-java_1.3.1-1_all.deb ...
Unpacking libmaven-resolver-java (1.3.1-1) ...
Selecting previously unselected package libcommons-lang3-java.
Preparing to unpack .../206-libcommons-lang3-java_3.8-2_all.deb ...
Unpacking libcommons-lang3-java (3.8-2) ...
Selecting previously unselected package libgeronimo-annotation-1.3-spec-java.
Preparing to unpack .../207-libgeronimo-annotation-1.3-spec-java_1.0-1_all.deb ...
Unpacking libgeronimo-annotation-1.3-spec-java (1.0-1) ...
Selecting previously unselected package libmaven-parent-java.
Preparing to unpack .../208-libmaven-parent-java_31-2_all.deb ...
Unpacking libmaven-parent-java (31-2) ...
Selecting previously unselected package libmaven-shared-utils-java.
Preparing to unpack .../209-libmaven-shared-utils-java_3.3.0-1_all.deb ...
Unpacking libmaven-shared-utils-java (3.3.0-1) ...
Selecting previously unselected package libplexus-cipher-java.
Preparing to unpack .../210-libplexus-cipher-java_1.7-3_all.deb ...
Unpacking libplexus-cipher-java (1.7-3) ...
Selecting previously unselected package libplexus-classworlds-java.
Preparing to unpack .../211-libplexus-classworlds-java_2.6.0-1_all.deb ...
Unpacking libplexus-classworlds-java (2.6.0-1) ...
Selecting previously unselected package libplexus-component-annotations-java.
Preparing to unpack .../212-libplexus-component-annotations-java_1.7.1-7_all.deb ...
Unpacking libplexus-component-annotations-java (1.7.1-7) ...
Selecting previously unselected package libplexus-interpolation-java.
Preparing to unpack .../213-libplexus-interpolation-java_1.25-1_all.deb ...
Unpacking libplexus-interpolation-java (1.25-1) ...
Selecting previously unselected package libplexus-sec-dispatcher-java.
Preparing to unpack .../214-libplexus-sec-dispatcher-java_1.4-4_all.deb ...
Unpacking libplexus-sec-dispatcher-java (1.4-4) ...
Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java.
Preparing to unpack .../215-libgeronimo-interceptor-3.0-spec-java_1.0.1-4_all.deb ...
Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-4) ...
Selecting previously unselected package libcdi-api-java.
Preparing to unpack .../216-libcdi-api-java_1.2-2_all.deb ...
Unpacking libcdi-api-java (1.2-2) ...
Selecting previously unselected package libsisu-inject-java.
Preparing to unpack .../217-libsisu-inject-java_0.3.3-1_all.deb ...
Unpacking libsisu-inject-java (0.3.3-1) ...
Selecting previously unselected package libsisu-plexus-java.
Preparing to unpack .../218-libsisu-plexus-java_0.3.3-3_all.deb ...
Unpacking libsisu-plexus-java (0.3.3-3) ...
Selecting previously unselected package libmaven3-core-java.
Preparing to unpack .../219-libmaven3-core-java_3.6.0-1_all.deb ...
Unpacking libmaven3-core-java (3.6.0-1) ...
Selecting previously unselected package libplexus-container-default-java.
Preparing to unpack .../220-libplexus-container-default-java_1.7.1-7_all.deb ...
Unpacking libplexus-container-default-java (1.7.1-7) ...
Selecting previously unselected package libplexus-container-default1.5-java.
Preparing to unpack .../221-libplexus-container-default1.5-java_1.7.1-7_all.deb ...
Unpacking libplexus-container-default1.5-java (1.7.1-7) ...
Selecting previously unselected package libpolyglot-maven-java.
Preparing to unpack .../222-libpolyglot-maven-java_0.8~tobrien+git20120905-9_all.deb ...
Unpacking libpolyglot-maven-java (0.8~tobrien+git20120905-9) ...
Selecting previously unselected package librhino-java.
Preparing to unpack .../223-librhino-java_1.7.7.1-1_all.deb ...
Unpacking librhino-java (1.7.7.1-1) ...
Selecting previously unselected package libsimple-http-java.
Preparing to unpack .../224-libsimple-http-java_4.1.21-1_all.deb ...
Unpacking libsimple-http-java (4.1.21-1) ...
Selecting previously unselected package libwagon-file-java.
Preparing to unpack .../225-libwagon-file-java_3.3.1-2_all.deb ...
Unpacking libwagon-file-java (3.3.1-2) ...
Selecting previously unselected package libjsoup-java.
Preparing to unpack .../226-libjsoup-java_1.10.2-2_all.deb ...
Unpacking libjsoup-java (1.10.2-2) ...
Selecting previously unselected package libwagon-http-java.
Preparing to unpack .../227-libwagon-http-java_3.3.1-2_all.deb ...
Unpacking libwagon-http-java (3.3.1-2) ...
Selecting previously unselected package libjcommander-java.
Preparing to unpack .../228-libjcommander-java_1.71-3_all.deb ...
Unpacking libjcommander-java (1.71-3) ...
Selecting previously unselected package testng.
Preparing to unpack .../229-testng_6.9.12-4_all.deb ...
Unpacking testng (6.9.12-4) ...
Selecting previously unselected package libgradle-plugins-java.
Preparing to unpack .../230-libgradle-plugins-java_4.4.1-4_all.deb ...
Unpacking libgradle-plugins-java (4.4.1-4) ...
Selecting previously unselected package gradle.
Preparing to unpack .../231-gradle_4.4.1-4_all.deb ...
Unpacking gradle (4.4.1-4) ...
Selecting previously unselected package groovy-doc.
Preparing to unpack .../232-groovy-doc_2.4.16-1_all.deb ...
Unpacking groovy-doc (2.4.16-1) ...
Selecting previously unselected package junit.
Preparing to unpack .../233-junit_3.8.2-9_all.deb ...
Unpacking junit (3.8.2-9) ...
Selecting previously unselected package javacc.
Preparing to unpack .../234-javacc_5.0-8_all.deb ...
Unpacking javacc (5.0-8) ...
Selecting previously unselected package javahelper.
Preparing to unpack .../235-javahelper_0.72.1_all.deb ...
Unpacking javahelper (0.72.1) ...
Selecting previously unselected package libcglib-nodep-java.
Preparing to unpack .../236-libcglib-nodep-java_3.2.10-1_all.deb ...
Unpacking libcglib-nodep-java (3.2.10-1) ...
Selecting previously unselected package libclassycle-java.
Preparing to unpack .../237-libclassycle-java_1.4.2-1_all.deb ...
Unpacking libclassycle-java (1.4.2-1) ...
Selecting previously unselected package libjaxp1.3-java.
Preparing to unpack .../238-libjaxp1.3-java_1.3.05-5_all.deb ...
Unpacking libjaxp1.3-java (1.3.05-5) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../239-liblua5.1-0_5.1.5-8.1+b2_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-8.1+b2) ...
Selecting previously unselected package libservlet-api-java-doc.
Preparing to unpack .../240-libservlet-api-java-doc_4.0.1-2_all.deb ...
Unpacking libservlet-api-java-doc (4.0.1-2) ...
Selecting previously unselected package libspock-java.
Preparing to unpack .../241-libspock-java_0.7-groovy-2.0-4_all.deb ...
Unpacking libspock-java (0.7-groovy-2.0-4) ...
Selecting previously unselected package maven-repo-helper.
Preparing to unpack .../242-maven-repo-helper_1.9.3_all.deb ...
Unpacking maven-repo-helper (1.9.3) ...
Selecting previously unselected package pandoc-data.
Preparing to unpack .../243-pandoc-data_2.2.1-3_all.deb ...
Unpacking pandoc-data (2.2.1-3) ...
Selecting previously unselected package pandoc.
Preparing to unpack .../244-pandoc_2.2.1-3+b2_amd64.deb ...
Unpacking pandoc (2.2.1-3+b2) ...
Setting up libxi6:amd64 (2:1.7.9-1) ...
Setting up libjs-jquery (3.3.1~dfsg-1) ...
Setting up libxcb-present0:amd64 (1.13.1-2) ...
Setting up libslf4j-java (1.7.25-3) ...
Setting up libglvnd0:amd64 (1.1.0-1) ...
Setting up libsensors-config (1:3.5.0-3) ...
Setting up libosgi-annotation-java (6.0.0-2) ...
Setting up libxinerama1:amd64 (2:1.1.4-2) ...
Setting up libplexus-classworlds-java (2.6.0-1) ...
Setting up libxcb-dri2-0:amd64 (1.13.1-2) ...
Setting up libxcb-dri3-0:amd64 (1.13.1-2) ...
Setting up libantlr-java (2.7.7+dfsg-9.2) ...
Setting up libservlet-api-java (4.0.1-2) ...
Setting up libxcb-glx0:amd64 (1.13.1-2) ...
Setting up libcommons-collections3-java (3.2.2-2) ...
Setting up libfelix-gogo-runtime-java (0.16.2-1) ...
Setting up libjaxp1.3-java (1.3.05-5) ...
Setting up libjson-glib-1.0-common (1.4.4-2) ...
Setting up libservlet-api-java-doc (4.0.1-2) ...
Setting up libxcb-render0:amd64 (1.13.1-2) ...
Setting up glib-networking-common (2.58.0-2) ...
Setting up libjpeg62-turbo:amd64 (1:1.5.2-2+b1) ...
Setting up libhawtjni-runtime-java (1.16-1) ...
Setting up libhttpcore-java (4.4.11-1) ...
Setting up libyaml-snake-java (1.23-1) ...
Setting up libxfixes3:amd64 (1:5.0.3-1) ...
Processing triggers for mime-support (3.62) ...
Setting up libqdox-java (1.12.1-3) ...
Setting up libfelix-framework-java (4.6.1-2) ...
Setting up libpng16-16:amd64 (1.6.36-5) ...
Setting up libosgi-core-java (6.0.0-1) ...
Setting up liblcms2-2:amd64 (2.9-3) ...
Setting up libjbig0:amd64 (2.1-3.1+b2) ...
Setting up libpcsclite1:amd64 (1.8.24-1) ...
Setting up libjsoup-java (1.10.2-2) ...
Setting up fonts-dejavu-core (2.37-1) ...
Setting up libllvm7:amd64 (1:7.0.1-6) ...
Setting up libplexus-cipher-java (1.7-3) ...
Setting up systemd-sysv (240-6) ...
Setting up libxml-commons-external-java (1.4.01-3) ...
Setting up liblogback-java (1:1.2.3-5) ...
Setting up java-wrappers (0.3) ...
Processing triggers for libglib2.0-0:amd64 (2.58.3-1) ...
Setting up libasound2-data (1.1.8-1) ...
Setting up libxshmfence1:amd64 (1.3-1) ...
Setting up libxbean-reflect-java (4.5-8) ...
Setting up libwayland-client0:amd64 (1.16.0-1) ...
Setting up xkb-data (2.26-2) ...
Setting up openjdk-11-doc (11.0.2+9-3) ...
Setting up pandoc-data (2.2.1-3) ...
Setting up libproxy1v5:amd64 (0.4.15-5) ...
Setting up libjavaewah-java (0.6.12-2) ...
Setting up java-common (0.71) ...
Setting up libfelix-resolver-java (1.14.0-1) ...
Setting up libjsp-api-java (2.3.4-2) ...
Setting up libplexus-interpolation-java (1.25-1) ...
Setting up libgdk-pixbuf2.0-common (2.38.0+dfsg-7) ...
Setting up libjcip-annotations-java (20060626-5) ...
Setting up glib-networking-services (2.58.0-2) ...
Setting up libdatrie1:amd64 (0.2.12-2) ...
Setting up libgif7:amd64 (5.1.4-3) ...
Setting up libcglib-nodep-java (3.2.10-1) ...
Setting up libglapi-mesa:amd64 (18.3.2-1) ...
Setting up libplexus-component-annotations-java (1.7.1-7) ...
Setting up libsensors5:amd64 (1:3.5.0-3) ...
Setting up libnspr4:amd64 (2:4.20-1) ...
Setting up libminlog-java (1.3.0-1) ...
Setting up libfreetype6:amd64 (2.9.1-3) ...
Setting up libplexus-utils2-java (3.1.1-1) ...
Setting up libasound2:amd64 (1.1.8-1) ...
Setting up libdrm-common (2.4.97-1) ...
Setting up libjson-glib-1.0-0:amd64 (1.4.4-2) ...
Setting up libwagon-provider-api-java (3.3.1-2) ...
Setting up libgraphite2-3:amd64 (1.3.13-7) ...
Setting up libxcb-sync1:amd64 (1.13.1-2) ...
Setting up libjsr305-java (0.1~+svn49-10) ...
Setting up libatk1.0-data (2.30.0-2) ...
Setting up libxml-commons-resolver1.1-java (1.2-9) ...
Setting up libx11-xcb1:amd64 (2:1.6.7-1) ...
Setting up libdd-plist-java (1.20-1) ...
Setting up libpixman-1-0:amd64 (0.36.0-1) ...
Setting up libjcifs-java (1.3.19-2) ...
Setting up libxz-java (1.8-2) ...
Processing triggers for libc-bin (2.28-5) ...
Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-4) ...
Setting up libmaven-resolver-java (1.3.1-1) ...
Setting up libepoxy0:amd64 (1.5.3-0.1) ...
Setting up dh-exec (0.23.1) ...
Setting up libbsf-java (1:2.4.0-8) ...
Setting up groovy-doc (2.4.16-1) ...
Setting up libatk1.0-0:amd64 (2.30.0-2) ...
Setting up libjaxen-java (1.1.6-4) ...
Setting up libjcommander-java (1.71-3) ...
Setting up libjarjar-java (1.4+svn142-10) ...
Setting up libjansi-native-java (1.8-1) ...
Processing triggers for systemd (240-6) ...
Setting up libapache-pom-java (18-1) ...
Setting up javahelper (0.72.1) ...
Setting up junit (3.8.2-9) ...
Setting up libasm-java (7.0-1) ...
Setting up libdconf1:amd64 (0.30.1-2) ...
Setting up libxcomposite1:amd64 (1:0.4.4-2) ...
Setting up libobjenesis-java (3.0.1-2) ...
Setting up libxcb-shm0:amd64 (1.13.1-2) ...
Setting up libel-api-java (3.0.0-2) ...
Setting up libpciaccess0:amd64 (0.14-1) ...
Setting up libxrender1:amd64 (1:0.9.10-1) ...
Processing triggers for man-db (2.8.5-2) ...
Setting up libxkbcommon0:amd64 (0.8.2-1) ...
Setting up libosgi-compendium-java (6.0.0-1) ...
Setting up libatinject-jsr330-api-java (1.0+ds1-5) ...
Setting up librhino-java (1.7.7.1-1) ...
Setting up libmaven-parent-java (31-2) ...
Setting up liblua5.1-0:amd64 (5.1.5-8.1+b2) ...
Setting up libjatl-java (0.2.3-1) ...
Setting up libjzlib-java (1.1.3-2) ...
Setting up libjsch-java (0.1.55-1) ...
Setting up libcolord2:amd64 (1.4.3-4) ...
Setting up libthai-data (0.1.28-2) ...
Setting up libjformatstring-java (0.10~20131207-2) ...
Setting up libbcprov-java (1.60-1) ...
Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
Setting up libbsh-java (2.0b4-19) ...
Setting up libgoogle-gson-java (2.8.5-3) ...
Setting up x11-common (1:7.7+19) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Processing triggers for ca-certificates (20190110) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
Setting up hicolor-icon-theme (0.17-2) ...
Setting up libxpp3-java (1.1.4c-3) ...
Setting up libwebsocket-api-java (1.1-1) ...
Setting up libaopalliance-java (20070526-6) ...
Setting up libwayland-cursor0:amd64 (1.16.0-1) ...
Setting up libjna-jni (4.5.2-1) ...
Setting up libpolyglot-maven-java (0.8~tobrien+git20120905-9) ...
Setting up libgeronimo-annotation-1.3-spec-java (1.0-1) ...
Setting up libwayland-egl1:amd64 (1.16.0-1) ...
Setting up libhamcrest-java (1.3-7) ...
Setting up libxrandr2:amd64 (2:1.5.1-1) ...
Setting up libdbus-1-3:amd64 (1.12.12-1) ...
Setting up libcommons-cli-java (1.4-1) ...
Setting up libavahi-common-data:amd64 (0.7-4+b1) ...
Setting up libplexus-sec-dispatcher-java (1.4-4) ...
Setting up libwebp6:amd64 (0.6.1-2) ...
Setting up libnative-platform-jni (0.14-5) ...
Setting up libsimple-http-java (4.1.21-1) ...
Setting up libdom4j-java (2.1.1-2) ...
Setting up default-jdk-doc (2:1.11-71) ...
Setting up fontconfig-config (2.13.1-2) ...
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 libxdamage1:amd64 (1:1.1.4-3) ...
Setting up pandoc (2.2.1-3+b2) ...
Setting up libnative-platform-java (0.14-5) ...
Setting up libjansi-java (1.17.1-1) ...
Setting up libatspi2.0-0:amd64 (2.30.0-7) ...
Setting up testng (6.9.12-4) ...
Setting up libreflectasm-java (1.05-4) ...
Setting up libguava-java (19.0-1) ...
Setting up libnss3:amd64 (2:3.42.1-1) ...
Setting up libharfbuzz0b:amd64 (2.3.1-1) ...
Setting up libtiff5:amd64 (4.0.10-4) ...
Setting up libthai0:amd64 (0.1.28-2) ...
Setting up libxtst6:amd64 (2:1.2.3-1) ...
Setting up libwagon-file-java (3.3.1-2) ...
Setting up libdrm2:amd64 (2.4.97-1) ...
Setting up libbcpg-java (1.60-1) ...
Setting up libcommons-parent-java (43-1) ...
Setting up libxerces2-java (2.12.0-1) ...
Setting up libcdi-api-java (1.2-2) ...
Setting up libdrm-intel1:amd64 (2.4.97-1) ...
Setting up libjna-java (4.5.2-1) ...
Setting up libjline2-java (2.14.6-1) ...
Setting up libservlet3.1-java (1:4.0.1-2) ...
Setting up libxcursor1:amd64 (1:1.1.15-2) ...
Setting up libplexus-container-default-java (1.7.1-7) ...
Setting up libcommons-compress-java (1.18-1) ...
Setting up libcommons-lang3-java (3.8-2) ...
Setting up libatk-bridge2.0-0:amd64 (2.30.0-4) ...
Setting up libxstream-java (1.4.11.1-1) ...
Setting up libavahi-common3:amd64 (0.7-4+b1) ...
Setting up libdrm-radeon1:amd64 (2.4.97-1) ...
Setting up dbus (1.12.12-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up libdrm-nouveau2:amd64 (2.4.97-1) ...
Setting up libcommons-codec-java (1.11-1) ...
Setting up libcommons-lang-java (2.6-8) ...
Setting up libnekohtml-java (1.9.22-1) ...
Setting up libfontconfig1:amd64 (2.13.1-2) ...
Setting up libcommons-io-java (2.6-2) ...
Setting up libpam-systemd:amd64 (240-6) ...
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 libbcel-java (6.2-1) ...
Setting up libdrm-amdgpu1:amd64 (2.4.97-1) ...
Setting up libguice-java (4.2.1-1) ...
Setting up libplexus-container-default1.5-java (1.7.1-7) ...
Setting up libkryo-java (2.20-6) ...
Setting up libgdk-pixbuf2.0-0:amd64 (2.38.0+dfsg-7) ...
Setting up libgl1-mesa-dri:amd64 (18.3.2-1) ...
Setting up libcommons-logging-java (1.2-2) ...
Setting up libmaven-shared-utils-java (3.3.0-1) ...
Setting up dbus-user-session (1.12.12-1) ...
Setting up gtk-update-icon-cache (3.24.5-1) ...
Setting up libsisu-inject-java (0.3.3-1) ...
Setting up libhttpclient-java (4.5.7-1) ...
Setting up libfindbugs-java (3.1.0~preview2-3) ...
Setting up libavahi-client3:amd64 (0.7-4+b1) ...
Setting up fontconfig (2.13.1-2) ...
Regenerating fonts cache... done.
Setting up libglx-mesa0:amd64 (18.3.2-1) ...
Setting up libcups2:amd64 (2.2.10-3) ...
Setting up libcairo2:amd64 (1.16.0-2) ...
Setting up dconf-service (0.30.1-2) ...
Setting up libsisu-plexus-java (0.3.3-3) ...
Setting up libwagon-http-java (3.3.1-2) ...
Setting up libcairo-gobject2:amd64 (1.16.0-2) ...
Setting up libjgit-java (3.7.1-6) ...
Setting up libpango-1.0-0:amd64 (1.42.4-6) ...
Setting up libglx0:amd64 (1.1.0-1) ...
Setting up dconf-gsettings-backend:amd64 (0.30.1-2) ...
Setting up gsettings-desktop-schemas (3.28.1-1) ...
Setting up libmaven3-core-java (3.6.0-1) ...
Setting up libgtk-3-common (3.24.5-1) ...
Setting up libpangoft2-1.0-0:amd64 (1.42.4-6) ...
Setting up glib-networking:amd64 (2.58.0-2) ...
Setting up libgl1:amd64 (1.1.0-1) ...
Setting up libsoup2.4-1:amd64 (2.64.2-2) ...
Setting up libsoup-gnome2.4-1:amd64 (2.64.2-2) ...
Setting up libpangocairo-1.0-0:amd64 (1.42.4-6) ...
Setting up libgl1-mesa-glx:amd64 (18.3.2-1) ...
Setting up librest-0.7-0:amd64 (0.8.1-1) ...
Setting up librsvg2-2:amd64 (2.44.10-1) ...
Setting up librsvg2-common:amd64 (2.44.10-1) ...
Setting up adwaita-icon-theme (3.30.1-1) ...
update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
Setting up libgtk-3-0:amd64 (3.24.5-1) ...
Setting up default-jre-headless (2:1.11-71) ...
Setting up ca-certificates-java (20190214) ...
head: cannot open '/etc/ssl/certs/java/cacerts' for reading: No such file or directory
Adding debian:Entrust_Root_Certification_Authority_-_G2.pem
Adding debian:Sonera_Class_2_Root_CA.pem
Adding debian:QuoVadis_Root_CA_3.pem
Adding debian:CA_Disig_Root_R2.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem
Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
Adding debian:T-TeleSec_GlobalRoot_Class_3.pem
Adding debian:Izenpe.com.pem
Adding debian:Cybertrust_Global_Root.pem
Adding debian:T-TeleSec_GlobalRoot_Class_2.pem
Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem
Adding debian:Amazon_Root_CA_4.pem
Adding debian:USERTrust_RSA_Certification_Authority.pem
Adding debian:DigiCert_Trusted_Root_G4.pem
Adding debian:QuoVadis_Root_CA.pem
Adding debian:AffirmTrust_Networking.pem
Adding debian:EC-ACC.pem
Adding debian:SecureTrust_CA.pem
Adding debian:Atos_TrustedRoot_2011.pem
Adding debian:Certplus_Class_2_Primary_CA.pem
Adding debian:Deutsche_Telekom_Root_CA_2.pem
Adding debian:COMODO_RSA_Certification_Authority.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem
Adding debian:COMODO_ECC_Certification_Authority.pem
Adding debian:Buypass_Class_2_Root_CA.pem
Adding debian:certSIGN_ROOT_CA.pem
Adding debian:Baltimore_CyberTrust_Root.pem
Adding debian:VeriSign_Universal_Root_Certification_Authority.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem
Adding debian:SZAFIR_ROOT_CA2.pem
Adding debian:TrustCor_ECA-1.pem
Adding debian:GlobalSign_Root_CA_-_R2.pem
Adding debian:Secure_Global_CA.pem
Adding debian:Certigna.pem
Adding debian:GeoTrust_Primary_Certification_Authority.pem
Adding debian:GeoTrust_Universal_CA_2.pem
Adding debian:Go_Daddy_Class_2_CA.pem
Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem
Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem
Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem
Adding debian:Entrust_Root_Certification_Authority.pem
Adding debian:CFCA_EV_ROOT.pem
Adding debian:Certum_Trusted_Network_CA_2.pem
Adding debian:Trustis_FPS_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G3.pem
Adding debian:DST_Root_CA_X3.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_ECC.pem
Adding debian:Certinomis_-_Root_CA.pem
Adding debian:Global_Chambersign_Root_-_2008.pem
Adding debian:Network_Solutions_Certificate_Authority.pem
Adding debian:AddTrust_External_Root.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem
Adding debian:GeoTrust_Global_CA.pem
Adding debian:Security_Communication_RootCA2.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem
Adding debian:AC_RAIZ_FNMT-RCM.pem
Adding debian:Comodo_AAA_Services_root.pem
Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem
Adding debian:Microsec_e-Szigno_Root_CA_2009.pem
Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem
Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem
Adding debian:LuxTrust_Global_Root_2.pem
Adding debian:QuoVadis_Root_CA_3_G3.pem
Adding debian:Chambers_of_Commerce_Root_-_2008.pem
Adding debian:Starfield_Class_2_CA.pem
Adding debian:AffirmTrust_Commercial.pem
Adding debian:SwissSign_Gold_CA_-_G2.pem
Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem
Adding debian:Actalis_Authentication_Root_CA.pem
Adding debian:SSL.com_Root_Certification_Authority_ECC.pem
Adding debian:SSL.com_EV_Root_Certification_Authority_RSA_R2.pem
Adding debian:Amazon_Root_CA_1.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
Adding debian:IdenTrust_Commercial_Root_CA_1.pem
Adding debian:AffirmTrust_Premium.pem
Adding debian:Taiwan_GRCA.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem
Adding debian:Amazon_Root_CA_3.pem
Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
Adding debian:DigiCert_Global_Root_CA.pem
Adding debian:thawte_Primary_Root_CA_-_G2.pem
Adding debian:GlobalSign_Root_CA.pem
Adding debian:USERTrust_ECC_Certification_Authority.pem
Adding debian:AffirmTrust_Premium_ECC.pem
Adding debian:GlobalSign_Root_CA_-_R3.pem
Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem
Adding debian:XRamp_Global_CA_Root.pem
Adding debian:QuoVadis_Root_CA_2.pem
Adding debian:COMODO_Certification_Authority.pem
Adding debian:Buypass_Class_3_Root_CA.pem
Adding debian:ACCVRAIZ1.pem
Adding debian:QuoVadis_Root_CA_1_G3.pem
Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem
Adding debian:TrustCor_RootCert_CA-1.pem
Adding debian:DigiCert_Assured_ID_Root_G2.pem
Adding debian:Security_Communication_Root_CA.pem
Adding debian:SwissSign_Silver_CA_-_G2.pem
Adding debian:TWCA_Global_Root_CA.pem
Adding debian:DigiCert_Assured_ID_Root_CA.pem
Adding debian:Hongkong_Post_Root_CA_1.pem
Adding debian:DigiCert_Assured_ID_Root_G3.pem
Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem
Adding debian:TeliaSonera_Root_CA_v1.pem
Adding debian:TWCA_Root_Certification_Authority.pem
Adding debian:EE_Certification_Centre_Root_CA.pem
Adding debian:DigiCert_Global_Root_G3.pem
Adding debian:Certum_Trusted_Network_CA.pem
Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem
Adding debian:GlobalSign_Root_CA_-_R6.pem
Adding debian:TrustCor_RootCert_CA-2.pem
Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
Adding debian:SecureSign_RootCA11.pem
Adding debian:OISTE_WISeKey_Global_Root_GC_CA.pem
Adding debian:DigiCert_Global_Root_G2.pem
Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem
Adding debian:GeoTrust_Universal_CA.pem
Adding debian:SSL.com_Root_Certification_Authority_RSA.pem
Adding debian:ISRG_Root_X1.pem
Adding debian:GDCA_TrustAUTH_R5_ROOT.pem
Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem
Adding debian:E-Tugra_Certification_Authority.pem
Adding debian:thawte_Primary_Root_CA.pem
Adding debian:Amazon_Root_CA_2.pem
Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem
Adding debian:QuoVadis_Root_CA_2_G3.pem
Adding debian:ePKI_Root_Certification_Authority.pem
done.
Setting up antlr (2.7.7+dfsg-9.2) ...
Setting up openjdk-11-jre-headless:amd64 (11.0.2+9-3) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmid to provide /usr/bin/rmid (rmid) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/java to provide /usr/bin/java (java) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/keytool to provide /usr/bin/keytool (keytool) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jjs to provide /usr/bin/jjs (jjs) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/pack200 to provide /usr/bin/pack200 (pack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmiregistry to provide /usr/bin/rmiregistry (rmiregistry) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/unpack200 to provide /usr/bin/unpack200 (unpack200) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode
Setting up openjdk-11-jdk-headless:amd64 (11.0.2+9-3) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jar to provide /usr/bin/jar (jar) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jarsigner to provide /usr/bin/jarsigner (jarsigner) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javac to provide /usr/bin/javac (javac) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javadoc to provide /usr/bin/javadoc (javadoc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/javap to provide /usr/bin/javap (javap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jcmd to provide /usr/bin/jcmd (jcmd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdb to provide /usr/bin/jdb (jdb) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeprscan to provide /usr/bin/jdeprscan (jdeprscan) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jdeps to provide /usr/bin/jdeps (jdeps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jimage to provide /usr/bin/jimage (jimage) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jinfo to provide /usr/bin/jinfo (jinfo) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jlink to provide /usr/bin/jlink (jlink) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmap to provide /usr/bin/jmap (jmap) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jmod to provide /usr/bin/jmod (jmod) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jps to provide /usr/bin/jps (jps) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jrunscript to provide /usr/bin/jrunscript (jrunscript) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jshell to provide /usr/bin/jshell (jshell) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstack to provide /usr/bin/jstack (jstack) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstat to provide /usr/bin/jstat (jstat) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jstatd to provide /usr/bin/jstatd (jstatd) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/rmic to provide /usr/bin/rmic (rmic) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/serialver to provide /usr/bin/serialver (serialver) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jaotc to provide /usr/bin/jaotc (jaotc) in auto mode
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jhsdb to provide /usr/bin/jhsdb (jhsdb) in auto mode
Setting up ant (1.10.5-2) ...
Setting up javacc (5.0-8) ...
Setting up junit4 (4.12-8) ...
Setting up maven-repo-helper (1.9.3) ...
Setting up ivy (2.4.0-5) ...
Setting up default-jdk-headless (2:1.11-71) ...
Setting up openjdk-11-jre:amd64 (11.0.2+9-3) ...
Setting up groovy (2.4.16-1) ...
update-alternatives: using /usr/share/groovy/bin/groovy to provide /usr/bin/groovy (groovy) in auto mode
update-alternatives: using /usr/share/groovy/bin/groovyc to provide /usr/bin/groovyc (groovyc) in auto mode
update-alternatives: using /usr/share/groovy/bin/grape to provide /usr/bin/grape (grape) in auto mode
update-alternatives: using /usr/share/groovy/bin/startGroovy to provide /usr/bin/startGroovy (startGroovy) in auto mode
update-alternatives: using /usr/share/groovy/bin/groovysh to provide /usr/bin/groovysh (groovysh) in auto mode
update-alternatives: using /usr/share/groovy/bin/java2groovy to provide /usr/bin/java2groovy (java2groovy) in auto mode
update-alternatives: using /usr/share/groovy/bin/groovyConsole to provide /usr/bin/groovyConsole (groovyConsole) in auto mode
update-alternatives: using /usr/share/groovy/bin/groovydoc to provide /usr/bin/groovydoc (groovydoc) in auto mode
Setting up libspock-java (0.7-groovy-2.0-4) ...
Setting up default-jre (2:1.11-71) ...
Setting up ant-optional (1.10.5-2) ...
Setting up bnd (3.5.0-4) ...
Setting up libgradle-core-java (4.4.1-4) ...
Setting up openjdk-11-jdk:amd64 (11.0.2+9-3) ...
update-alternatives: using /usr/lib/jvm/java-11-openjdk-amd64/bin/jconsole to provide /usr/bin/jconsole (jconsole) in auto mode
Setting up libclassycle-java (1.4.2-1) ...
Setting up default-jdk (2:1.11-71) ...
Setting up libgradle-plugins-java (4.4.1-4) ...
Setting up gradle (4.4.1-4) ...
Processing triggers for libc-bin (2.28-5) ...
Processing triggers for systemd (240-6) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.0+dfsg-7) ...
Processing triggers for ca-certificates (20190110) ...
Updating certificates in /etc/ssl/certs...
0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...

done.
done.
Removing intermediate container b2edfdb8e35a
 ---> c40e80c71476
Step 6/8 : RUN apt-get source gradle  &&     cd gradle* &&     debuild -uc -us
 ---> Running in bb3643c44e38
Reading package lists...
NOTICE: 'gradle' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/java-team/gradle.git
Please use:
git clone https://salsa.debian.org/java-team/gradle.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 6371 kB of source archives.
Get:1 http://deb.debian.org/debian buster/main gradle 4.4.1-4 (dsc) [3347 B]
Get:2 http://deb.debian.org/debian buster/main gradle 4.4.1-4 (tar) [6320 kB]
Get:3 http://deb.debian.org/debian buster/main gradle 4.4.1-4 (diff) [48.0 kB]
dpkg-source: info: extracting gradle in gradle-4.4.1
dpkg-source: info: unpacking gradle_4.4.1.orig.tar.xz
dpkg-source: info: unpacking gradle_4.4.1-4.debian.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: info: applying gradle-debian-helper-hook.patch
dpkg-source: info: applying 33_scala_zinc.diff
dpkg-source: info: applying search_system_jar.diff
dpkg-source: info: applying relax_warnings.diff
dpkg-source: info: applying generate-pom.patch
dpkg-source: info: applying ivy-2.4.0.patch
dpkg-source: info: applying 34-disable-code-quality.patch
dpkg-source: info: applying disable-Kotlin.patch
dpkg-source: info: applying disable-aws.patch
dpkg-source: info: applying disable_buildSrc_tests.patch
dpkg-source: info: applying docs.patch
dpkg-source: info: applying drop-http-builder.patch
dpkg-source: info: applying drop-jmh-gradle-plugin.patch
dpkg-source: info: applying eclipse-aether.patch
dpkg-source: info: applying normalize-classpath.patch
dpkg-source: info: applying jcommander.patch
dpkg-source: info: applying maven-3.3-compatibility.patch
dpkg-source: info: applying remove-timestamps.patch
dpkg-source: info: applying use-local-artifacts.patch
dpkg-source: info: applying cast-estimated-runtime-to-long.patch
dpkg-source: info: applying source-level.patch
dpkg-source: info: applying java8-compatibility.patch
dpkg-source: info: applying disable-binary-compatibility.patch
dpkg-source: info: applying gradle-4-compatibility.patch
dpkg-source: info: applying disable-google-apis.patch
dpkg-source: info: applying disable-internal-android-performance-testing.patch
dpkg-source: info: applying java11-compatibility.patch
Fetched 6371 kB in 0s (28.6 MB/s)
W: Download is performed unsandboxed as root as file 'gradle_4.4.1-4.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package gradle
dpkg-buildpackage: info: source version 4.4.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Emmanuel Bourg <ebourg at apache.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with maven_repo_helper,javahelper
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/gradle-4.4.1'
dh_auto_clean
find . -wholename .*build/generated-resources | xargs echo | sed -e 's^build/generated-resources^build^g' | xargs rm -Rf
make[1]: Leaving directory '/gradle-4.4.1'
   mh_clean
   jh_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building gradle using existing ./gradle_4.4.1.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of directory buildSrc/.gradle
dpkg-source: warning: ignoring deletion of directory .gradle
dpkg-source: info: building gradle in gradle_4.4.1-4.debian.tar.xz
dpkg-source: info: building gradle in gradle_4.4.1-4.dsc
 debian/rules build
dh build --with maven_repo_helper,javahelper
   dh_update_autotools_config
   dh_autoreconf
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory '/gradle-4.4.1'
rm -f gradle.properties # Some properties here breaks the latest JVM
mkdir --parents buildSrc/src/main/java/tmp # Symlinks are for building Gradle 4 using Gradle 3
ln --symbolic --force --target-directory=buildSrc/src/main/java/tmp/ ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/Directory.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/DirectoryProperty.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/FileSystemLocation.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/RegularFile.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/RegularFileProperty.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/NonNullApi.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/provider/Property.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/provider/Provider.java ../../../../../subprojects/core/src/main/java/org/gradle/api/internal/file/TaskFileVarFactory.java
gradle assemble startScripts --project-prop finalRelease=true --offline --stacktrace --gradle-user-home debian/.gradlehome --no-daemon -Dgradle-debian-helper.hook.enabled=false -x :distributions:assemble -x :internalTesting:assemble -x :internalIntegTesting:assemble -x :internalPerformanceTesting:assemble -x :integTest:assemble -x :performance:assemble -x :smokeTest:assemble -x :soak:assemble --parallel --max-workers=32
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on org.gradle.internal.classloader.ClassLoaderUtils (file:/usr/share/gradle/lib/gradle-base-services-4.4.1.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Generating JAR file 'gradle-api-4.4.1.jar'
Parallel execution is an incubating feature.
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJavaWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

:buildSrc:compileGroovyWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
warning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1 warning

:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava NO-SOURCE
:buildSrc:compileTestGroovy NO-SOURCE
:buildSrc:processTestResources
:buildSrc:testClasses
:buildSrc:test NO-SOURCE
:buildSrc:check UP-TO-DATE
:buildSrc:build
:assemble UP-TO-DATE
:baseServices:classpathManifest
:baseServicesGroovy:processResources
:cli:classpathManifest
:buildOption:processResources
:messaging:processResources
:native:processResources
:logging:processResources
:modelCore:processResources
:persistentCache:processResources
:resources:processResources
:buildCache:processResources
:processServices:processResources
:coreApi:processResources
:docs:classpathManifest
:jvmServices:processResources
:modelGroovy:processResources
:core:implementationPluginsManifest
:announce:processResources
:baseServicesGroovy:processResources NO-SOURCE
:logging:processResources NO-SOURCE
:processServices:processResources NO-SOURCE
:persistentCache:processResources NO-SOURCE
:resourcesHttp:processResources
:coreApi:processResources NO-SOURCE
:messaging:processResources NO-SOURCE
:native:processResources NO-SOURCE
:buildOption:processResources NO-SOURCE
:versionControl:processResources
:modelCore:processResources NO-SOURCE
:buildCache:processResources NO-SOURCE
:modelGroovy:processResources NO-SOURCE
:jvmServices:processResources NO-SOURCE
:dependencyManagement:processResources
:resources:processResources NO-SOURCE
:installationBeacon:classpathManifest
:wrapper:processResources
:toolingApi:processResources
:wrapper:processResources NO-SOURCE
:toolingApi:processResources NO-SOURCE
:resources:debianMavenPom
:modelGroovy:debianMavenPom
:configureBuildReceipt
:modelCore:debianMavenPom
:buildOption:debianMavenPom
:persistentCache:debianMavenPom
:processServices:debianMavenPom
:logging:debianMavenPom
:baseServicesGroovy:debianMavenPom
:launcher:processResources
:compositeBuilds:processResources
:workers:processResources
:platformBase:processResources
:reporting:processResources
:diagnostics:processResources
:platformJvm:processResources
:dependencyManagement:debianMavenPom
:coreApi:debianMavenPom
:messaging:debianMavenPom
:native:debianMavenPom
:jvmServices:debianMavenPom
:core:pluginsManifest
:versionControl:debianMavenPom
:buildCache:debianMavenPom
:announce:debianMavenPom
:toolingApi:debianMavenPom
:resourcesHttp:debianMavenPom
:compositeBuilds:debianMavenPom
:createBuildReceipt
:workers:debianMavenPom
:wrapper:debianMavenPom
:launcher:configureJar
:reporting:reportResources
:platformJvm:debianMavenPom
:core:processResources
:platformBase:debianMavenPom
:launcher:debianMavenPom
:diagnostics:debianMavenPom
:cli:compileJava
:docs:compileJava NO-SOURCE
:installationBeacon:compileJava
:languageJvm:processResources
:docs:compileGroovy NO-SOURCE
:docs:processResources NO-SOURCE
:docs:classes
:core:debianMavenPom
:docs:copyPrebuiltResources
:languageJvm:debianMavenPom
:reporting:debianMavenPom
:docs:debianMavenPom
:installationBeacon:compileGroovy NO-SOURCE
:installationBeacon:processResources NO-SOURCE
:installationBeacon:classes
:installationBeacon:debianMavenPom
:baseServices:buildReceiptResource
:baseServices:compileJava
:installationBeacon:jar
:languageJava:processResources
:languageGroovy:processResources
:testingBase:processResources
:languageGroovy:processResources NO-SOURCE
:antlr:processResources
:testingJvm:processResources
:plugins:processResources
:buildCacheHttp:processResources
:docs:jar
:ear:processResources
:buildComparison:processResources
:buildInit:processResources
:buildScanPerformance:classpathManifest
:codeQuality:processResources
:languageScala:processResources
:scala:processResources
:ide:processResources
:antlr:debianMavenPom
:core:generatePom
:pluginUse:processResources
:publish:processResources
:maven:processResources
:dependencyManagement:generatePom
:baseServicesGroovy:generatePom
:languageNative:processResources
:platformNative:processResources
:testingNative:processResources
:ideNative:processResources
:languageGroovy:debianMavenPom
:javascript:processResources
:scala:debianMavenPom
:buildScanPerformance:compileJava NO-SOURCE
:platformPlay:processResources
:idePlay:processResources
:testingJvm:debianMavenPom
:languageJava:debianMavenPom
:ivy:processResources
:jacoco:processResources
:buildCacheHttp:debianMavenPom
:testingBase:debianMavenPom
:buildScanPerformance:compileGroovy
:codeQuality:debianMavenPom
:osgi:processResources
:buildScanPerformance:compileGroovy NO-SOURCE
:ear:debianMavenPom
:buildScanPerformance:processResources NO-SOURCE
:buildScanPerformance:classes
:buildScanPerformance:debianMavenPom
:pluginDevelopment:processResources
:resourcesSftp:processResources
:runtimeApiInfo:classpathManifest
:buildComparison:debianMavenPom
:signing:processResources
:maven:debianMavenPom
:languageScala:debianMavenPom
:publish:debianMavenPom
:smokeTest:classpathManifest
:buildScanPerformance:jar
:soak:classpathManifest
:testKit:processResources
:toolingApiBuilders:processResources
:idePlay:debianMavenPom
:installationBeacon:assemble
:jacoco:debianMavenPom
:pluginUse:debianMavenPom
:logging:generatePom
:testKit:processResources NO-SOURCE
:messaging:generatePom
:modelCore:generatePom
:osgi:debianMavenPom
:processServices:generatePom
:pluginDevelopment:debianMavenPom
:resources:generatePom
:signing:debianMavenPom
:javascript:debianMavenPom
:toolingApi:generatePom
:workers:generatePom
:wrapper:generatePom
:testKit:debianMavenPom
:testingNative:debianMavenPom
:platformNative:debianMavenPom
:launcher:startScripts
:buildScanPerformance:assemble
:resourcesSftp:debianMavenPom
:soak:compileJava
:plugins:debianMavenPom
:soak:compileJava NO-SOURCE
:smokeTest:compileJava
:runtimeApiInfo:compileJava
:smokeTest:compileJava NO-SOURCE
:ivy:debianMavenPom
:runtimeApiInfo:compileJava NO-SOURCE
:soak:compileGroovy NO-SOURCE
:soak:processResources NO-SOURCE
:languageNative:debianMavenPom
:ide:debianMavenPom
:ideNative:debianMavenPom
:platformPlay:debianMavenPom
:toolingApiBuilders:debianMavenPom
:soak:classes
:runtimeApiInfo:compileGroovy
:buildInit:debianMavenPom
:runtimeApiInfo:compileGroovy NO-SOURCE
:smokeTest:compileGroovy NO-SOURCE
:runtimeApiInfo:processResources
:smokeTest:processResources
:runtimeApiInfo:processResources NO-SOURCE
:smokeTest:processResources NO-SOURCE
:smokeTest:classes
:runtimeApiInfo:classes
:runtimeApiInfo:debianMavenPom
:cli:compileGroovy
:buildOption:compileJava
:cli:compileGroovy NO-SOURCE
:wrapper:compileJava
:cli:processResources NO-SOURCE
:cli:classes
:cli:debianMavenPom
:cli:jar
:cli:assemble
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
:wrapper:classpathManifest
:wrapper:compileGroovy NO-SOURCE
:wrapper:classes
:wrapper:jar
:wrapper:executableJar
:plugins:wrapperJar
:wrapper:assemble
:buildOption:classpathManifest
:buildOption:compileGroovy NO-SOURCE
:buildOption:classes
:buildOption:jar
:buildOption:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:baseServices:compileGroovy
:baseServicesGroovy:compileJava
:messaging:compileJava
:native:compileJava
:baseServices:compileGroovy NO-SOURCE
:baseServices:processResources NO-SOURCE
:baseServices:classes
:baseServices:debianMavenPom
:baseServices:jar
:baseServices:generatePom
:baseServices:assemble
Note: /gradle-4.4.1/subprojects/native/src/main/java/org/gradle/internal/nativeintegration/console/WindowsConsoleDetector.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/native/src/main/java/org/gradle/internal/nativeintegration/services/NativeServices.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:native:classpathManifest
:native:compileGroovy NO-SOURCE
:native:classes
:native:jar
:native:assemble
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:messaging:classpathManifest
:logging:compileJava
:persistentCache:compileJava
:processServices:compileJava
:messaging:compileGroovy NO-SOURCE
:messaging:classes
:messaging:jar
:messaging:assemble
:processServices:classpathManifest
:jvmServices:compileJava
:processServices:compileGroovy NO-SOURCE
:processServices:classes
:processServices:jar
:processServices:assemble
:jvmServices:classpathManifest
:jvmServices:compileGroovy NO-SOURCE
:jvmServices:classes
:jvmServices:jar
:jvmServices:assemble
:baseServicesGroovy:classpathManifest
:modelCore:compileJava
:baseServicesGroovy:compileGroovy NO-SOURCE
:baseServicesGroovy:classes
:baseServicesGroovy:jar
:baseServicesGroovy:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:persistentCache:classpathManifest
:persistentCache:compileGroovy NO-SOURCE
:persistentCache:classes
:persistentCache:jar
:persistentCache:assemble
:logging:classpathManifest
:logging:compileGroovy NO-SOURCE
:logging:classes
:logging:jar
:logging:assemble
Note: /gradle-4.4.1/subprojects/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:modelCore:classpathManifest
:resources:compileJava
:modelGroovy:compileJava
:modelCore:compileGroovy NO-SOURCE
:modelCore:classes
:modelCore:jar
:modelCore:assemble
:modelGroovy:classpathManifest
:modelGroovy:compileGroovy NO-SOURCE
:modelGroovy:classes
:modelGroovy:jar
:modelGroovy:assemble
Note: /gradle-4.4.1/subprojects/resources/src/main/java/org/gradle/internal/authentication/DefaultAuthenticationSchemeRegistry.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:resources:classpathManifest
:buildCache:compileJava
:resources:compileGroovy NO-SOURCE
:resources:classes
:resources:jar
:resources:assemble
/gradle-4.4.1/subprojects/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java:179: warning: [deprecation] closeQuietly(InputStream) in IOUtils has been deprecated
                        IOUtils.closeQuietly(input);
                               ^
1 warning
:buildCache:classpathManifest
:coreApi:compileJava
:buildCache:compileGroovy NO-SOURCE
:buildCache:classes
:buildCache:jar
:buildCache:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:coreApi:classpathManifest
:core:compileJava
:coreApi:compileGroovy NO-SOURCE
:coreApi:classes
:coreApi:jar
:coreApi:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:core:classpathManifest
:announce:compileJava
:resourcesHttp:compileJava
:versionControl:compileJava
:toolingApi:compileJava
:workers:compileJava
:reporting:compileJava
:resourcesSftp:compileJava
:core:compileGroovy NO-SOURCE
:core:classes
:core:jar
:core:assemble
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
Note: Some input files use or override a deprecated API.
WARNING: All illegal access operations will be denied in a future release
Note: Recompile with -Xlint:deprecation for details.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /gradle-4.4.1/subprojects/reporting/src/main/java/org/gradle/api/reporting/internal/SimpleReport.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/reporting/src/main/java/org/gradle/api/reporting/plugins/BuildDashboardPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:announce:classpathManifestWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

:workers:classpathManifest
:reporting:classpathManifest
:announce:compileGroovy NO-SOURCE
:announce:classes
:announce:jar
:announce:assemble
:workers:compileGroovy NO-SOURCE
:workers:classes
:workers:jar
:workers:assemble
:reporting:compileGroovy NO-SOURCE
:reporting:classes
:reporting:jar
:reporting:assemble
:versionControl:classpathManifest
:versionControl:compileGroovy NO-SOURCE
:versionControl:classes
:versionControl:jar
:versionControl:assemble
:resourcesSftp:classpathManifest
:resourcesSftp:compileGroovy NO-SOURCE
:resourcesSftp:classes
:resourcesSftp:jar
:resourcesSftp:assemble
Note: /gradle-4.4.1/subprojects/resources-http/src/main/java/org/gradle/internal/resource/transport/http/RepeatableInputStreamEntity.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:resourcesHttp:classpathManifest
:dependencyManagement:compileJava
:buildCacheHttp:compileJava
:resourcesHttp:compileGroovy NO-SOURCE
:resourcesHttp:classes
:resourcesHttp:jar
:resourcesHttp:assemble
:buildCacheHttp:classpathManifest
:buildCacheHttp:compileGroovy NO-SOURCE
:buildCacheHttp:classes
:buildCacheHttp:jar
:buildCacheHttp:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:toolingApi:classpathManifest
:toolingApi:compileGroovy NO-SOURCE
:toolingApi:classes
:toolingApi:jar
:launcher:classpathManifest
:testKit:classpathManifest
:runtimeApiInfo:generateTestKitPackageList
:toolingApi:assemble
:launcher:compileJava
:testKit:compileJava
:testKit:compileGroovy NO-SOURCE
:testKit:classes
:testKit:jar
:testKit:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:launcher:compileGroovy NO-SOURCE
:launcher:classes
:launcher:jar
:launcher:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:dependencyManagement:classpathManifest
:dependencyManagement:compileGroovy NO-SOURCE
:dependencyManagement:classes
:dependencyManagement:jar
:compositeBuilds:classpathManifest
:platformBase:classpathManifest
:dependencyManagement:assemble
:pluginUse:classpathManifest
:publish:classpathManifest
:pluginUse:compileJava
:publish:compileJava
:platformBase:compileJava
:compositeBuilds:compileJavawarning: No processor claimed any of these annotations: org.gradle.model.internal.core.Hidden,org.gradle.model.Path,org.gradle.model.Each,org.gradle.model.Mutate,org.gradle.model.Defaults,org.gradle.model.RuleTarget,org.gradle.model.RuleInput,org.gradle.model.Model,org.gradle.model.Validate,org.gradle.model.internal.core.UnmanagedStruct,org.gradle.platform.base.ComponentType,org.gradle.model.Rules,org.gradle.api.NonNullApi,org.gradle.model.Finalize,org.gradle.internal.exceptions.Contextual,org.gradle.api.tasks.Input,org.gradle.api.Incubating,javax.annotation.Nullable,org.gradle.api.tasks.Internal,org.gradle.internal.HasInternalProtocol
1 warning

:compositeBuilds:compileGroovy
:publish:compileGroovy
:pluginUse:compileGroovy
:platformBase:compileGroovy
:compositeBuilds:compileGroovy NO-SOURCE
:pluginUse:compileGroovy NO-SOURCE
:publish:compileGroovy NO-SOURCE
:compositeBuilds:classes
:publish:classes
:compositeBuilds:jar
:pluginUse:classes
:publish:jar
:pluginUse:jar
:platformBase:compileGroovy NO-SOURCE
:platformBase:classes
:platformBase:jar
:publish:assemble
:compositeBuilds:assemble
:pluginUse:assemble
:diagnostics:classpathManifest
:testingBase:classpathManifest
:platformBase:assemble
:testingBase:compileJava
:diagnostics:compileJavaNote: /gradle-4.4.1/subprojects/diagnostics/src/main/java/org/gradle/api/reporting/model/internal/ModelNodeRenderer.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:diagnostics:compileGroovy
:platformJvm:compileJava
:platformNative:compileJava
:diagnostics:compileGroovy NO-SOURCE
:diagnostics:classes
:diagnostics:jar
:diagnostics:assemble
:testingBase:compileGroovy NO-SOURCE
:testingBase:classes
:testingBase:jar
:testingBase:assemble
warning: No processor claimed any of these annotations: org.gradle.model.internal.core.Hidden,org.gradle.model.Path,org.gradle.platform.base.ComponentBinaries,org.gradle.model.Each,org.gradle.model.Mutate,org.gradle.model.Defaults,org.gradle.platform.base.BinaryTasks,org.gradle.model.Model,org.gradle.model.internal.core.UnmanagedStruct,org.gradle.model.Managed,org.gradle.platform.base.ComponentType,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.OutputFile,org.gradle.platform.base.Variant,org.gradle.api.tasks.Input,org.gradle.api.Incubating,org.gradle.api.tasks.Internal,javax.annotation.Nullable,org.gradle.internal.HasInternalProtocol
1 warning
warning: No processor claimed any of these annotations: org.gradle.model.Path,org.gradle.api.tasks.SkipWhenEmpty,org.gradle.model.Mutate,org.gradle.model.Defaults,org.gradle.platform.base.BinaryTasks,org.gradle.model.Model,org.gradle.model.internal.core.UnmanagedStruct,org.gradle.api.tasks.InputFiles,org.gradle.api.NonNullApi,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.Incubating,javax.annotation.Nonnull,org.gradle.api.tasks.Internal,javax.annotation.Nullable,org.gradle.model.Each,org.gradle.internal.typeconversion.MapKey,org.gradle.api.tasks.Optional,org.gradle.platform.base.ComponentType,org.gradle.model.Finalize,org.gradle.internal.exceptions.Contextual,org.gradle.api.tasks.OutputFile,org.gradle.platform.base.Variant,org.gradle.api.tasks.InputFile,org.gradle.api.tasks.PathSensitive,org.gradle.api.tasks.Nested,org.gradle.api.tasks.Input,com.google.common.annotations.VisibleForTesting,org.gradle.internal.HasInternalProtocol
:platformJvm:classpathManifest
:platformJvm:compileGroovy NO-SOURCE
:platformJvm:classes
:platformJvm:jar
:languageJvm:classpathManifest
:platformJvm:assemble
:languageJvm:compileJavawarning: No processor claimed any of these annotations: org.gradle.api.tasks.Classpath,org.gradle.model.Mutate,org.gradle.api.tasks.Optional,org.gradle.platform.base.ComponentType,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.Input,org.gradle.api.Incubating,javax.annotation.Nullable,org.gradle.api.tasks.Internal
/gradle-4.4.1/subprojects/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/PCHUtils.java:75: warning: [deprecation] writeStringToFile(File,String) in FileUtils has been deprecated
            FileUtils.writeStringToFile(generatedSource, "#include \"".concat(headerFileCopy.getName()).concat("\""));
                     ^
1 warning

:languageJvm:compileGroovy NO-SOURCE
:languageJvm:classes
:languageJvm:jar
:languageJava:classpathManifest
:languageJvm:assemble
:languageJava:compileJava/gradle-4.4.1/subprojects/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/swift/SwiftCompiler.java:161: warning: [deprecation] closeQuietly(Writer) in IOUtils has been deprecated
                    IOUtils.closeQuietly(writer);
                           ^
/gradle-4.4.1/subprojects/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/msvcpp/version/DefaultVisualCppMetadataProvider.java:69: warning: [deprecation] readFileToString(File) in FileUtils has been deprecated
            String versionString = FileUtils.readFileToString(msvcVersionFile).trim();
                                            ^
warning: No processor claimed any of these annotations: org.gradle.api.tasks.Classpath,org.gradle.model.Mutate,org.gradle.api.tasks.CompileClasspath,org.gradle.api.tasks.Optional,org.gradle.platform.base.ComponentType,org.gradle.api.tasks.InputFiles,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.PathSensitive,org.gradle.api.tasks.InputFile,org.gradle.api.tasks.CacheableTask,org.gradle.api.tasks.Nested,org.gradle.api.tasks.Input,org.gradle.api.Incubating,org.gradle.api.tasks.Internal,javax.annotation.Nullable,org.gradle.api.tasks.Console,org.gradle.internal.HasInternalProtocol
4 warnings

:platformNative:classpathManifest
:platformNative:compileGroovy NO-SOURCE
:platformNative:classes
:platformNative:jar
:platformNative:assemble
1 warning
:languageJava:compileGroovy NO-SOURCE
:languageJava:classes
:languageJava:jar
:languageGroovy:classpathManifest
:testingJvm:classpathManifest
:languageScala:classpathManifest
:languageJava:assemble
:languageGroovy:compileJava
:languageScala:compileJava
:testingJvm:compileJavawarning: No processor claimed any of these annotations: org.gradle.api.tasks.Classpath,org.gradle.model.Mutate,org.gradle.model.Model,org.gradle.api.tasks.Optional,org.gradle.api.tasks.LocalState,org.gradle.platform.base.ComponentType,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.Nested,org.gradle.api.tasks.Input,org.gradle.api.Incubating,org.gradle.api.tasks.Internal,org.gradle.api.tasks.Console
1 warning

:languageGroovy:compileGroovy NO-SOURCE
:languageGroovy:classes
:languageGroovy:jar
:languageGroovy:assemble
:languageScala:compileGroovy NO-SOURCE
:languageScala:classes
:languageScala:jar
:languageScala:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/testing-jvm/src/main/java/org/gradle/api/internal/tasks/testing/junit/AllExceptIgnoredTestRunnerBuilder.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:testingJvm:compileGroovy NO-SOURCE
:testingJvm:classes
:testingJvm:jar
:plugins:classpathManifest
:toolingApiBuilders:classpathManifest
:testingJvm:assemble
:toolingApiBuilders:compileJava
:plugins:compileJava
:toolingApiBuilders:compileGroovy NO-SOURCE
:toolingApiBuilders:classes
:toolingApiBuilders:jar
:toolingApiBuilders:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:plugins:compileGroovy NO-SOURCE
:plugins:classes
:plugins:jar
:antlr:classpathManifest
:ear:classpathManifest
:buildInit:classpathManifest
:codeQuality:classpathManifest
:scala:classpathManifest
:maven:classpathManifest
:javascript:classpathManifest
:ivy:classpathManifest
:jacoco:classpathManifest
:osgi:classpathManifest
:plugins:assemble
:antlr:compileJava
:codeQuality:compileJava NO-SOURCE
:codeQuality:compileGroovy
:ear:compileJava
:jacoco:compileJava
:buildInit:compileJava
:scala:compileJava
:ivy:compileJava
:maven:compileJava
:javascript:compileJava
:osgi:compileJavaWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Note: /gradle-4.4.1/subprojects/ear/src/main/java/org/gradle/plugins/ear/descriptor/internal/DefaultDeploymentDescriptor.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/ear/src/main/java/org/gradle/plugins/ear/descriptor/internal/DefaultDeploymentDescriptor.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Note: Some input files use unchecked or unsafe operations.

:scala:compileGroovyNote: Recompile with -Xlint:unchecked for details.

:ear:compileGroovy
:scala:compileGroovy NO-SOURCE
:ear:compileGroovy NO-SOURCE
:scala:classes
:ear:classes
:scala:jar
:ear:jarNote: /gradle-4.4.1/subprojects/build-init/src/main/java/org/gradle/buildinit/plugins/internal/maven/MavenProjectsCreator.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:scala:assemble
:buildComparison:classpathManifest
:ide:classpathManifest
:ear:assemble
:buildComparison:compileJava
:ide:compileJava NO-SOURCE
:ide:compileGroovy
:buildInit:compileGroovy
:jacoco:compileGroovy NO-SOURCE
:jacoco:classes
:jacoco:jar
:jacoco:assemble
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
:ivy:compileGroovy NO-SOURCE
:ivy:classes
:ivy:jar
:ivy:assemble
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: /gradle-4.4.1/subprojects/build-comparison/src/main/java/org/gradle/api/plugins/buildcomparison/outcome/internal/archive/entry/FileToArchiveEntrySetTransformer.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:maven:compileGroovy NO-SOURCE
:maven:classes
:maven:jar
:pluginDevelopment:classpathManifest
:signing:classpathManifest
:maven:assemble
:languageNative:classpathManifest
:pluginDevelopment:compileJava
:signing:compileJava
:languageNative:compileJava
:buildComparison:compileGroovyWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
warning: No processor claimed any of these annotations: org.gradle.api.tasks.Classpath,org.gradle.api.tasks.SkipWhenEmpty,org.gradle.model.Mutate,org.gradle.model.Model,org.gradle.api.tasks.Optional,org.gradle.api.tasks.InputFiles,org.gradle.model.Finalize,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.OutputFile,org.gradle.api.tasks.CacheableTask,org.gradle.api.tasks.PathSensitive,org.gradle.api.tasks.Input,org.gradle.api.Incubating
1 warning

:pluginDevelopment:compileGroovy NO-SOURCE
:pluginDevelopment:classes
:pluginDevelopment:jar
:pluginDevelopment:assemble
warning: No processor claimed any of these annotations: org.gradle.api.tasks.SkipWhenEmpty,org.gradle.model.Mutate,org.gradle.platform.base.BinaryTasks,org.gradle.api.tasks.Optional,org.gradle.model.Managed,org.gradle.platform.base.ComponentType,org.gradle.api.NonNullApi,org.gradle.api.tasks.InputFiles,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.OutputFile,org.gradle.api.tasks.PathSensitive,org.gradle.api.tasks.CacheableTask,org.gradle.api.tasks.InputFile,org.gradle.api.tasks.Nested,org.gradle.api.tasks.Input,org.gradle.api.Incubating,org.gradle.api.tasks.OutputFiles,org.gradle.api.tasks.Internal,javax.annotation.Nullable
Note: /gradle-4.4.1/subprojects/signing/src/main/java/org/gradle/plugins/signing/SigningExtension.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
/gradle-4.4.1/subprojects/language-native/src/main/java/org/gradle/language/nativeplatform/tasks/Depend.java:121: warning: [deprecation] closeQuietly(Writer) in IOUtils has been deprecated
            IOUtils.closeQuietly(outputStreamWriter);
                   ^
:signing:compileGroovy NO-SOURCE
:signing:classes
:signing:jar
:signing:assemble
/gradle-4.4.1/subprojects/language-native/src/main/java/org/gradle/language/nativeplatform/internal/incremental/sourceparser/RegexBackedCSourceParser.java:67: warning: [deprecation] closeQuietly(Reader) in IOUtils has been deprecated
                IOUtils.closeQuietly(bf);
                       ^
3 warnings
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/antlr/src/main/java/org/gradle/api/plugins/antlr/internal/antlr2/GrammarDelegate.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:languageNative:compileGroovy NO-SOURCE
:languageNative:classes
:languageNative:jar
:testingNative:classpathManifest
:languageNative:assemble
:testingNative:compileJava
:antlr:compileGroovy NO-SOURCE
:antlr:classes
:antlr:jar
:antlr:assemble
Note: /gradle-4.4.1/subprojects/javascript/src/main/java/org/gradle/plugins/javascript/envjs/http/simple/internal/SimpleFileServerContainer.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:osgi:compileGroovy NO-SOURCE
:osgi:classes
:osgi:jarwarning: No processor claimed any of these annotations: org.gradle.model.Path,org.gradle.model.Each,org.gradle.platform.base.ComponentBinaries,org.gradle.api.tasks.SkipWhenEmpty,org.gradle.model.Defaults,org.gradle.model.Mutate,org.gradle.api.tasks.InputDirectory,org.gradle.api.tasks.Optional,org.gradle.platform.base.ComponentType,org.gradle.model.Finalize,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.tasks.InputFile,org.gradle.api.tasks.Input,org.gradle.api.Incubating,org.gradle.api.tasks.Internal,javax.annotation.Nullable,org.gradle.internal.HasInternalProtocol

:osgi:assemble
1 warning
:javascript:compileGroovy NO-SOURCE
:javascript:classes
:javascript:jar
:platformPlay:classpathManifest
:javascript:assemble
:platformPlay:compileJavawarning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1 warning

:testingNative:compileGroovy NO-SOURCE
:testingNative:classes
:testingNative:jar
:testingNative:assemble
:buildInit:classes
:buildInit:jar
:buildInit:assemble
warning: No processor claimed any of these annotations: org.gradle.model.Path,org.gradle.model.Mutate,org.gradle.model.Defaults,org.gradle.platform.base.BinaryTasks,org.gradle.model.Model,org.gradle.model.Managed,org.gradle.api.tasks.InputFiles,org.gradle.api.tasks.OutputDirectory,javax.inject.Inject,org.gradle.api.tasks.TaskAction,org.gradle.api.Incubating,org.gradle.api.tasks.Internal,javax.annotation.Nullable,org.gradle.model.internal.core.Hidden,org.gradle.api.tasks.Classpath,org.gradle.model.Each,org.gradle.platform.base.ComponentBinaries,org.gradle.internal.typeconversion.MapKey,org.gradle.api.tasks.Optional,org.gradle.model.Validate,org.gradle.platform.base.ComponentType,org.gradle.model.Finalize,org.gradle.api.tasks.InputFile,org.gradle.platform.base.Variant,org.gradle.api.tasks.Nested,org.gradle.api.tasks.Input,org.gradle.internal.HasInternalProtocol
warning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
Note: /gradle-4.4.1/subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/findbugs/FindBugsSpec.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/code-quality/src/main/groovy/org/gradle/api/plugins/quality/internal/AbstractCodeQualityPlugin.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 warning
:codeQuality:classes
:codeQuality:jar
:codeQuality:assemble
/gradle-4.4.1/subprojects/platform-play/src/main/java/org/gradle/scala/internal/reflect/ScalaListBuffer.java:26: warning: [deprecation] newInstance() in Class has been deprecated
            Object buffer = bufferClass.newInstance();
                                       ^
  where T is a type-variable:
    T extends Object declared in class Class
2 warnings
warning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1 warning
:platformPlay:compileGroovy NO-SOURCE
:platformPlay:classes
:platformPlay:jar
:platformPlay:assemble
:buildComparison:classes
:buildComparison:jar
:buildComparison:assemble
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:ide:classes
:ide:jar
:ideNative:classpathManifest
:idePlay:classpathManifest
:ide:assemble
:ideNative:compileJava
:idePlay:compileJavawarning: No processor claimed any of these annotations: org.gradle.model.Path,org.gradle.api.Incubating,org.gradle.model.Mutate
1 warning

:idePlay:compileGroovy NO-SOURCE
:idePlay:classes
:idePlay:jarNote: /gradle-4.4.1/subprojects/ide-native/src/main/java/org/gradle/ide/visualstudio/internal/ExecutableVisualStudioProjectConfiguration.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:idePlay:assemble
:ideNative:compileGroovywarning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1 warning

:ideNative:classes
:docs:javadocAll
:ideNative:jar
:ideNative:assemble
:runtimeApiInfo:generateGradleApiPackageList
:runtimeApiInfo:jar
:runtimeApiInfo:assemble
/gradle-4.4.1/subprojects/core-api/src/main/java/org/gradle/api/dsl/package-info.java:20: warning - Tag @deprecated cannot be used in package documentation.  It can only be used in the following types of documentation: module, class/interface, constructor, field, method.
1 warning
:docs:assemble

BUILD SUCCESSFUL in 2m 14s
335 actionable tasks: 335 executed
pandoc -s -o debian/gradle.1 debian/gradle.1.md
make[1]: Leaving directory '/gradle-4.4.1'
   jh_build
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary --with maven_repo_helper,javahelper
   dh_testroot
   dh_prep
   dh_install
   mh_install
   jh_installjavadoc
   dh_installdocs
   dh_installchangelogs
   dh_installman
   dh_lintian
   dh_perl
   dh_link
   jh_installlibs
   jh_classpath
   jh_manifest
   jh_exec
   jh_depends
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
dpkg-gencontrol: warning: package gradle: substitution variable ${java:Depends} unused, but is defined
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'gradle-doc' in '../gradle-doc_4.4.1-4_all.deb'.
dpkg-deb: building package 'gradle' in '../gradle_4.4.1-4_all.deb'.
dpkg-deb: building package 'libgradle-core-java' in '../libgradle-core-java_4.4.1-4_all.deb'.
dpkg-deb: building package 'libgradle-plugins-java' in '../libgradle-plugins-java_4.4.1-4_all.deb'.
 dpkg-genbuildinfo
 dpkg-genchanges  >../gradle_4.4.1-4_amd64.changes
dpkg-genchanges: info: not including original source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: binary and diff upload (original source NOT included)
Now running lintian gradle_4.4.1-4_amd64.changes ...
warning: the authors of lintian do not recommend running it with root privileges!
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/external/jquery/jquery.js please use libjs-jquery
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/jquery-3.3.1.js please use libjs-jquery
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/jquery-ui.css please use libjs-jquery-ui
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/jquery-ui.js please use libjs-jquery-ui
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/jquery-ui.min.css please use libjs-jquery-ui
W: gradle-doc: embedded-javascript-library usr/share/doc/gradle/api/jquery/jquery-ui.min.js please use libjs-jquery-ui
N: 67 tags overridden (2 warnings, 65 info)
Finished running lintian.
Removing intermediate container bb3643c44e38
 ---> 98eb0ac30eea
Step 7/8 : RUN apt-get source libjaxp1.3-java  &&     cd libjaxp1.3* &&     debuild -uc -us &&     cd .. &&     dpkg -i libjaxp1.3-java*.deb
 ---> Running in ee70c06c29e2
Reading package lists...
NOTICE: 'libjaxp1.3-java' packaging is maintained in the 'Git' version control system at:
https://anonscm.debian.org/git/pkg-java/libjaxp1.3-java.git
Please use:
git clone https://anonscm.debian.org/git/pkg-java/libjaxp1.3-java.git
to retrieve the latest (possibly unreleased) updates to the package.
Need to get 355 kB of source archives.
Get:1 http://deb.debian.org/debian buster/main libjaxp1.3-java 1.3.05-5 (dsc) [2085 B]
Get:2 http://deb.debian.org/debian buster/main libjaxp1.3-java 1.3.05-5 (tar) [347 kB]
Get:3 http://deb.debian.org/debian buster/main libjaxp1.3-java 1.3.05-5 (diff) [6104 B]
dpkg-source: info: extracting libjaxp1.3-java in libjaxp1.3-java-1.3.05
dpkg-source: info: unpacking libjaxp1.3-java_1.3.05.orig.tar.gz
dpkg-source: info: unpacking libjaxp1.3-java_1.3.05-5.debian.tar.xz
Fetched 355 kB in 0s (6338 kB/s)
W: Download is performed unsandboxed as root as file 'libjaxp1.3-java_1.3.05-5.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package libjaxp1.3-java
dpkg-buildpackage: info: source version 1.3.05-5
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Emmanuel Bourg <ebourg at apache.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with maven-repo-helper --with javahelper
   mh_clean
   jh_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building libjaxp1.3-java using existing ./libjaxp1.3-java_1.3.05.orig.tar.gz
dpkg-source: info: building libjaxp1.3-java in libjaxp1.3-java_1.3.05-5.debian.tar.xz
dpkg-source: info: building libjaxp1.3-java in libjaxp1.3-java_1.3.05-5.dsc
 debian/rules build
dh build --with maven-repo-helper --with javahelper
   dh_update_autotools_config
   dh_autoreconf
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory '/libjaxp1.3-java-1.3.05'
mkdir -p build/license
/usr/lib/jvm/default-java/bin/javac -source 1.8 -d build `find javax org -name \*.java`
warning: [options] bootstrap class path not set in conjunction with -source 8
javax/xml/validation/SchemaFactoryFinder.java:68: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
        } catch (Exception _) {
                           ^
javax/xml/validation/SchemaFactoryFinder.java:122: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
        catch (Throwable _) {
                         ^
javax/xml/xpath/XPathFactoryFinder.java:58: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
        } catch (Exception _) {
                           ^
javax/xml/xpath/XPathFactoryFinder.java:122: warning: as of release 9, '_' is a keyword, and may not be used as an identifier
        catch (Throwable _) {
                         ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
5 warnings
cp LICENSE.*.txt README.*.txt build/license
cd build && /usr/lib/jvm/default-java/bin/jar cmf ../manifest.commons jaxp-1.3.jar javax license org
make[1]: Leaving directory '/libjaxp1.3-java-1.3.05'
   jh_build
   create-stamp debian/debhelper-build-stamp
 debian/rules binary
dh binary --with maven-repo-helper --with javahelper
   dh_testroot
   dh_prep
   mh_install
   jh_installjavadoc
   dh_installdocs
   dh_installchangelogs
   dh_perl
   dh_link
   jh_installlibs
   jh_classpath
   jh_manifest
   jh_depends
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_missing
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'libjaxp1.3-java' in '../libjaxp1.3-java_1.3.05-5_all.deb'.
 dpkg-genbuildinfo
 dpkg-genchanges  >../libjaxp1.3-java_1.3.05-5_amd64.changes
dpkg-genchanges: info: not including original source code in upload
 dpkg-source --after-build .
dpkg-buildpackage: info: binary and diff upload (original source NOT included)
Now running lintian libjaxp1.3-java_1.3.05-5_amd64.changes ...
warning: the authors of lintian do not recommend running it with root privileges!
W: libjaxp1.3-java source: vcs-obsolete-in-debian-infrastructure vcs-browser https://anonscm.debian.org/cgit/pkg-java/libjaxp1.3-java.git
W: libjaxp1.3-java source: vcs-obsolete-in-debian-infrastructure vcs-git https://anonscm.debian.org/git/pkg-java/libjaxp1.3-java.git
Finished running lintian.
(Reading database ... 56147 files and directories currently installed.)
Preparing to unpack libjaxp1.3-java_1.3.05-5_all.deb ...
Unpacking libjaxp1.3-java (1.3.05-5) over (1.3.05-5) ...
Setting up libjaxp1.3-java (1.3.05-5) ...
Removing intermediate container ee70c06c29e2
 ---> af6dbdcaaca2
Step 8/8 : RUN apt-get source gradle  &&     cd gradle* &&     debuild -uc -us
 ---> Running in 02506efaa2a6
Reading package lists...
NOTICE: 'gradle' packaging is maintained in the 'Git' version control system at:
https://salsa.debian.org/java-team/gradle.git
Please use:
git clone https://salsa.debian.org/java-team/gradle.git
to retrieve the latest (possibly unreleased) updates to the package.
Skipping already downloaded file 'gradle_4.4.1.orig.tar.xz'
Need to get 51.4 kB of source archives.
Get:1 http://deb.debian.org/debian buster/main gradle 4.4.1-4 (dsc) [3347 B]
Get:2 http://deb.debian.org/debian buster/main gradle 4.4.1-4 (diff) [48.0 kB]
Fetched 51.4 kB in 0s (1486 kB/s)
W: Download is performed unsandboxed as root as file 'gradle_4.4.1-4.dsc' couldn't be accessed by user '_apt'. - pkgAcquire::Run (13: Permission denied)
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: info: source package gradle
dpkg-buildpackage: info: source version 4.4.1-4
dpkg-buildpackage: info: source distribution unstable
dpkg-buildpackage: info: source changed by Emmanuel Bourg <ebourg at apache.org>
 dpkg-source --before-build .
dpkg-buildpackage: info: host architecture amd64
 debian/rules clean
dh clean --with maven_repo_helper,javahelper
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/gradle-4.4.1'
dh_auto_clean
find . -wholename .*build/generated-resources | xargs echo | sed -e 's^build/generated-resources^build^g' | xargs rm -Rf
make[1]: Leaving directory '/gradle-4.4.1'
   mh_clean
   jh_clean
   dh_clean
 dpkg-source -b .
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building gradle using existing ./gradle_4.4.1.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
dpkg-source: warning: ignoring deletion of file gradle.properties, use --include-removal to override
dpkg-source: warning: ignoring deletion of directory buildSrc/.gradle
dpkg-source: warning: ignoring deletion of directory .gradle
dpkg-source: info: building gradle in gradle_4.4.1-4.debian.tar.xz
dpkg-source: info: building gradle in gradle_4.4.1-4.dsc
 debian/rules build
dh build --with maven_repo_helper,javahelper
   dh_update_autotools_config
   dh_autoreconf
   jh_linkjars
   debian/rules override_dh_auto_build
make[1]: Entering directory '/gradle-4.4.1'
rm -f gradle.properties # Some properties here breaks the latest JVM
mkdir --parents buildSrc/src/main/java/tmp # Symlinks are for building Gradle 4 using Gradle 3
ln --symbolic --force --target-directory=buildSrc/src/main/java/tmp/ ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/Directory.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/DirectoryProperty.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/FileSystemLocation.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/RegularFile.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/file/RegularFileProperty.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/NonNullApi.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/provider/Property.java ../../../../../subprojects/core-api/src/main/java/org/gradle/api/provider/Provider.java ../../../../../subprojects/core/src/main/java/org/gradle/api/internal/file/TaskFileVarFactory.java
gradle assemble startScripts --project-prop finalRelease=true --offline --stacktrace --gradle-user-home debian/.gradlehome --no-daemon -Dgradle-debian-helper.hook.enabled=false -x :distributions:assemble -x :internalTesting:assemble -x :internalIntegTesting:assemble -x :internalPerformanceTesting:assemble -x :integTest:assemble -x :performance:assemble -x :smokeTest:assemble -x :soak:assemble --parallel --max-workers=32
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on org.gradle.internal.classloader.ClassLoaderUtils (file:/usr/share/gradle/lib/gradle-base-services-4.4.1.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Generating JAR file 'gradle-api-4.4.1.jar'
Parallel execution is an incubating feature.
:buildSrc:clean UP-TO-DATE
:buildSrc:compileJavaWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

:buildSrc:compileGroovyWARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
warning: Implicitly compiled files were not subject to annotation processing.
  Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
1 warning

:buildSrc:processResources
:buildSrc:classes
:buildSrc:jar
:buildSrc:assemble
:buildSrc:compileTestJava NO-SOURCE
:buildSrc:compileTestGroovy NO-SOURCE
:buildSrc:processTestResources
:buildSrc:testClasses
:buildSrc:test NO-SOURCE
:buildSrc:check UP-TO-DATE
:buildSrc:build
:assemble UP-TO-DATE
:baseServices:classpathManifest
:baseServicesGroovy:processResources
:cli:classpathManifest
:buildOption:processResources
:messaging:processResources
:native:processResources
:logging:processResources
:modelCore:processResources
:persistentCache:processResources
:resources:processResources
:buildCache:processResources
:processServices:processResources
:configureBuildReceipt
:coreApi:processResources
:docs:classpathManifest
:baseServicesGroovy:processResources NO-SOURCE
:resources:processResources NO-SOURCE
:messaging:processResources NO-SOURCE
:modelCore:processResources NO-SOURCE
:buildOption:processResources NO-SOURCE
:buildCache:processResources NO-SOURCE
:processServices:processResources NO-SOURCE
:logging:processResources NO-SOURCE
:persistentCache:processResources NO-SOURCE
:native:processResources NO-SOURCE
:coreApi:processResources NO-SOURCE
:core:implementationPluginsManifest
:jvmServices:processResources
:announce:processResources
:modelGroovy:processResources
:createBuildReceipt
:jvmServices:processResources NO-SOURCE
:modelGroovy:processResources NO-SOURCE
:installationBeacon:classpathManifest
:resourcesHttp:processResources
:versionControl:processResources
:dependencyManagement:processResources
:wrapper:processResources
:toolingApi:processResources
:wrapper:processResources NO-SOURCE
:toolingApi:processResources NO-SOURCE
:launcher:processResources
:compositeBuilds:processResources
:workers:processResources
:platformBase:processResources
:reporting:processResources
:diagnostics:processResources
:platformJvm:processResources
:announce:debianMavenPom
:resourcesHttp:debianMavenPom
:toolingApi:debianMavenPom
:wrapper:debianMavenPom
:jvmServices:debianMavenPom
:coreApi:debianMavenPom
:native:debianMavenPom
:buildOption:debianMavenPom
:logging:debianMavenPom
:baseServicesGroovy:debianMavenPom
:messaging:debianMavenPom
:modelCore:debianMavenPom
:buildCache:debianMavenPom
:processServices:debianMavenPom
:persistentCache:debianMavenPom
:modelGroovy:debianMavenPom
:core:pluginsManifest
:dependencyManagement:debianMavenPom
:versionControl:debianMavenPom
:compositeBuilds:debianMavenPom
:workers:debianMavenPom
:reporting:reportResources
:platformBase:debianMavenPom
:platformJvm:debianMavenPom
:resources:debianMavenPom
:core:processResources
:launcher:configureJar
:languageJvm:processResources
:docs:compileJava
:launcher:debianMavenPom
:installationBeacon:compileJava
:docs:compileJava NO-SOURCE
:cli:compileJava
:docs:compileGroovy NO-SOURCE
:docs:processResources NO-SOURCE
:docs:classes
:docs:copyPrebuiltResources
:languageJvm:debianMavenPom
:core:debianMavenPom
:reporting:debianMavenPom
:docs:debianMavenPom
:diagnostics:debianMavenPom
:installationBeacon:compileGroovy NO-SOURCE
:installationBeacon:processResources NO-SOURCE
:installationBeacon:classes
:installationBeacon:debianMavenPom
:baseServices:buildReceiptResource
:baseServices:compileJava
:languageJava:processResources
:languageGroovy:processResources NO-SOURCE
:installationBeacon:jar
:testingBase:processResources
:testingJvm:processResources
:plugins:processResources
:antlr:processResources
:buildCacheHttp:processResources
:docs:jar
:ear:processResources
:buildComparison:processResources
:buildInit:processResources
:buildScanPerformance:classpathManifest
:codeQuality:processResources
:ear:debianMavenPom
:languageScala:processResources
:scala:processResources
:core:generatePom
:ide:processResources
:pluginUse:processResources
:publish:processResources
:dependencyManagement:generatePom
:languageGroovy:debianMavenPom
:maven:processResources
:platformNative:processResources
:languageNative:processResources
:testingNative:processResources
:baseServicesGroovy:generatePom
:buildCacheHttp:debianMavenPom
:testingBase:debianMavenPom
:ideNative:processResources
:languageJava:debianMavenPom
:javascript:processResources
:platformPlay:processResources
:antlr:debianMavenPom
:testingJvm:debianMavenPom
:idePlay:processResources
:buildScanPerformance:compileJava NO-SOURCE
:ivy:processResources
:jacoco:processResources
:osgi:processResources
:pluginUse:debianMavenPom
:buildScanPerformance:compileGroovy
:pluginDevelopment:processResources
:buildScanPerformance:compileGroovy NO-SOURCE
:buildScanPerformance:processResources NO-SOURCE
:buildScanPerformance:classes
:buildScanPerformance:debianMavenPom
:resourcesSftp:processResources
:runtimeApiInfo:classpathManifest
:signing:processResources
:publish:debianMavenPom
:scala:debianMavenPom
:smokeTest:classpathManifest
:soak:classpathManifest
:buildComparison:debianMavenPom
:testKit:processResources
:toolingApiBuilders:processResources
:testKit:processResources NO-SOURCE
:installationBeacon:assemble
:jacoco:debianMavenPom
:smokeTest:compileJava NO-SOURCE
:idePlay:debianMavenPom
:languageScala:debianMavenPom
:logging:generatePom
:smokeTest:compileGroovy NO-SOURCE
:runtimeApiInfo:compileJava
:processServices:generatePom
:signing:debianMavenPom
:soak:compileJava
:resources:generatePom
:pluginDevelopment:debianMavenPom
:osgi:debianMavenPom
:buildScanPerformance:jar
:testKit:debianMavenPom
:ivy:debianMavenPom
:messaging:generatePom
:codeQuality:debianMavenPom
:modelCore:generatePom
:soak:compileJava NO-SOURCE
:runtimeApiInfo:compileJava NO-SOURCE
:javascript:debianMavenPom
:smokeTest:processResources
:plugins:debianMavenPom
:resourcesSftp:debianMavenPom
:smokeTest:processResources NO-SOURCE
:runtimeApiInfo:compileGroovy
:platformPlay:debianMavenPom
:runtimeApiInfo:compileGroovy NO-SOURCE
:toolingApi:generatePom
:platformNative:debianMavenPom
:toolingApiBuilders:debianMavenPom
:workers:generatePom
:wrapper:generatePom
:launcher:startScripts
:runtimeApiInfo:processResources
:soak:compileGroovy
:smokeTest:classes
:maven:debianMavenPom
:testingNative:debianMavenPom
:buildScanPerformance:assemble
:soak:compileGroovy NO-SOURCE
:runtimeApiInfo:processResources NO-SOURCE
:runtimeApiInfo:classes
:buildInit:debianMavenPom
:ideNative:debianMavenPom
:cli:compileGroovy
:buildOption:compileJava
:wrapper:compileJava
:cli:compileGroovy NO-SOURCE
:ide:debianMavenPom
:runtimeApiInfo:debianMavenPom
:soak:processResources NO-SOURCE
:languageNative:debianMavenPom
:cli:processResources NO-SOURCE
:soak:classes
:cli:classes
:cli:debianMavenPom
:cli:jar
:cli:assemble
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access using Lookup on worker.org.gradle.internal.classloader.ClassLoaderUtils (file:/gradle-4.4.1/debian/.gradlehome/caches/4.4.1/workerMain/gradle-worker.jar) to class java.lang.ClassLoader
WARNING: Please consider reporting this to the maintainers of worker.org.gradle.internal.classloader.ClassLoaderUtils
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
:wrapper:classpathManifest
:wrapper:compileGroovy NO-SOURCE
:wrapper:classes
:wrapper:jar
:wrapper:executableJar
:plugins:wrapperJar
:wrapper:assemble
:buildOption:classpathManifest
:buildOption:compileGroovy NO-SOURCE
:buildOption:classes
:buildOption:jar
:buildOption:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:baseServices:compileGroovy
:baseServicesGroovy:compileJava
:baseServices:compileGroovy NO-SOURCE
:messaging:compileJava
:baseServices:processResources
:native:compileJava
:baseServices:processResources NO-SOURCE
:baseServices:classes
:baseServices:debianMavenPom
:baseServices:jar
:baseServices:generatePom
:baseServices:assemble
Note: /gradle-4.4.1/subprojects/native/src/main/java/org/gradle/internal/nativeintegration/console/WindowsConsoleDetector.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /gradle-4.4.1/subprojects/native/src/main/java/org/gradle/internal/nativeintegration/services/NativeServices.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:native:classpathManifest
:native:compileGroovy NO-SOURCE
:native:classes
:native:jar
:native:assemble
:messaging:classpathManifest
:logging:compileJava
:persistentCache:compileJava
:processServices:compileJava
:messaging:compileGroovy NO-SOURCE
:messaging:classes
:messaging:jar
:messaging:assemble
:processServices:classpathManifest
:jvmServices:compileJava
:processServices:compileGroovy NO-SOURCE
:processServices:classes
:processServices:jar
:processServices:assemble
:jvmServices:classpathManifest
:jvmServices:compileGroovy NO-SOURCE
:jvmServices:classes
:jvmServices:jar
:jvmServices:assemble
:baseServicesGroovy:classpathManifest
:modelCore:compileJava
:baseServicesGroovy:compileGroovy NO-SOURCE
:baseServicesGroovy:classes
:baseServicesGroovy:jar
:baseServicesGroovy:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:persistentCache:classpathManifest
:persistentCache:compileGroovy NO-SOURCE
:persistentCache:classes
:persistentCache:jar
:persistentCache:assemble
:logging:classpathManifest
:logging:compileGroovy NO-SOURCE
:logging:classes
:logging:jar
:logging:assemble
Note: /gradle-4.4.1/subprojects/model-core/src/main/java/org/gradle/api/internal/model/NamedObjectInstantiator.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
:modelCore:classpathManifest
:resources:compileJava
:modelGroovy:compileJava
:modelCore:compileGroovy NO-SOURCE
:modelCore:classes
:modelCore:jar
:modelCore:assemble
:modelGroovy:classpathManifest
:modelGroovy:compileGroovy NO-SOURCE
:modelGroovy:classes
:modelGroovy:jar
:modelGroovy:assemble
Note: /gradle-4.4.1/subprojects/resources/src/main/java/org/gradle/internal/authentication/DefaultAuthenticationSchemeRegistry.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:resources:classpathManifest
:buildCache:compileJava
:resources:compileGroovy NO-SOURCE
:resources:classes
:resources:jar
:resources:assemble
/gradle-4.4.1/subprojects/build-cache/src/main/java/org/gradle/caching/internal/controller/DefaultBuildCacheController.java:179: warning: [deprecation] closeQuietly(InputStream) in IOUtils has been deprecated
                        IOUtils.closeQuietly(input);
                               ^
1 warning
:buildCache:classpathManifest
:coreApi:compileJava
:buildCache:compileGroovy NO-SOURCE
:buildCache:classes
:buildCache:jar
:buildCache:assemble
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:coreApi:classpathManifest
:core:compileJava
:coreApi:compileGroovy NO-SOURCE
:coreApi:classes
:coreApi:jar
:coreApi:assemble
Malformed jar [xml-apis-debian.jar] found on classpath. Gradle 5.0 will no longer allow malformed jars on a classpath.
	at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hashMalformedZip(AbstractClasspathSnapshotBuilder.java:120)
	at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hashJarContents(AbstractClasspathSnapshotBuilder.java:115)
	at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder$JarHasher.hash(AbstractClasspathSnapshotBuilder.java:93)
	at org.gradle.api.internal.changedetection.state.ResourceSnapshotterCacheService.hashFile(ResourceSnapshotterCacheService.java:44)
	at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder.visitJar(AbstractClasspathSnapshotBuilder.java:83)
	at org.gradle.api.internal.changedetection.state.AbstractClasspathSnapshotBuilder.visitFileSnapshot(AbstractClasspathSnapshotBuilder.java:76)
	at org.gradle.api.internal.changedetection.state.AbstractFileCollectionSnapshotter$FileCollectionVisitorImpl.visitCollection(AbstractFileCollectionSnapshotter.java:77)
	at org.gradle.api.internal.file.AbstractFileCollection.visitRootElements(AbstractFileCollection.java:234)
	at org.gradle.api.internal.file.CompositeFileCollection.visitRootElements(CompositeFileCollection.java:185)
	at org.gradle.api.internal.changedetection.state.AbstractFileCollectionSnapshotter.snapshot(AbstractFileCollectionSnapshotter.java:53)
	at org.gradle.api.internal.changedetection.state.DefaultCompileClasspathSnapshotter.snapshot(DefaultCompileClasspathSnapshotter.java:38)
	at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.snapshotTaskFiles(CacheBackedTaskHistoryRepository.java:331)
	at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.createExecution(CacheBackedTaskHistoryRepository.java:154)
	at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository.access$100(CacheBackedTaskHistoryRepository.java:61)
	at org.gradle.api.internal.changedetection.state.CacheBackedTaskHistoryRepository$1.getCurrentExecution(CacheBackedTaskHistoryRepository.java:114)
	at org.gradle.api.internal.changedetection.changes.DefaultTaskArtifactStateRepository$TaskArtifactStateImpl.getStates(DefaultTaskArtifactStateRepository.java:201)
	at org.gradle.api.internal.changedetection.changes.DefaultTaskArtifactStateRepository$TaskArtifactStateImpl.isUpToDate(DefaultTaskArtifactStateRepository.java:86)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:53)
	at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60)
	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97)
	at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87)
	at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
	at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98)
	at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626)
	at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
	at java.base/java.lang.Thread.run(Thread.java:834)
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
:core:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':core:compileJava'.
> Could not expand ZIP '/usr/share/maven-repo/xml-apis/xml-apis/debian/xml-apis-debian.jar'.

* Try:
Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':core:compileJava'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
	at org.gradle.api.internal.tasks.execution.OutputDirectoryCreatingTaskExecuter.execute(OutputDirectoryCreatingTaskExecuter.java:51)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:62)
	at org.gradle.api.internal.tasks.execution.ResolveTaskOutputCachingStateExecuter.execute(ResolveTaskOutputCachingStateExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ValidatingTaskExecuter.execute(ValidatingTaskExecuter.java:60)
	at org.gradle.api.internal.tasks.execution.SkipEmptySourceFilesTaskExecuter.execute(SkipEmptySourceFilesTaskExecuter.java:97)
	at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:87)
	at org.gradle.api.internal.tasks.execution.ResolveTaskArtifactStateTaskExecuter.execute(ResolveTaskArtifactStateTaskExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:52)
	at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:54)
	at org.gradle.api.internal.tasks.execution.ExecuteAtMostOnceTaskExecuter.execute(ExecuteAtMostOnceTaskExecuter.java:43)
	at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:34)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker$1.run(DefaultTaskGraphExecuter.java:248)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:241)
	at org.gradle.execution.taskgraph.DefaultTaskGraphExecuter$EventFiringTaskWorker.execute(DefaultTaskGraphExecuter.java:230)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.processTask(DefaultTaskPlanExecutor.java:123)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.access$200(DefaultTaskPlanExecutor.java:79)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:104)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker$1.execute(DefaultTaskPlanExecutor.java:98)
	at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.execute(DefaultTaskExecutionPlan.java:626)
	at org.gradle.execution.taskgraph.DefaultTaskExecutionPlan.executeWithTask(DefaultTaskExecutionPlan.java:581)
	at org.gradle.execution.taskgraph.DefaultTaskPlanExecutor$TaskExecutorWorker.run(DefaultTaskPlanExecutor.java:98)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55)
Caused by: org.gradle.api.GradleException: Could not expand ZIP '/usr/share/maven-repo/xml-apis/xml-apis/debian/xml-apis-debian.jar'.
	at org.gradle.api.internal.file.archive.ZipFileTree.visit(ZipFileTree.java:104)
	at org.gradle.api.internal.file.collections.FileTreeAdapter.visit(FileTreeAdapter.java:110)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotter.createSnapshot(DefaultJarSnapshotter.java:45)
	at org.gradle.api.internal.tasks.compile.incremental.jar.CachingJarSnapshotter$1.create(CachingJarSnapshotter.java:42)
	at org.gradle.api.internal.tasks.compile.incremental.jar.CachingJarSnapshotter$1.create(CachingJarSnapshotter.java:40)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotCache$1.create(DefaultJarSnapshotCache.java:53)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotCache$1.create(DefaultJarSnapshotCache.java:51)
	at org.gradle.cache.internal.MinimalPersistentCache.get(MinimalPersistentCache.java:36)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotCache.get(DefaultJarSnapshotCache.java:51)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotCache.get(DefaultJarSnapshotCache.java:28)
	at org.gradle.api.internal.tasks.compile.incremental.jar.CachingJarSnapshotter.createSnapshot(CachingJarSnapshotter.java:40)
	at org.gradle.api.internal.tasks.compile.incremental.jar.JarClasspathSnapshotFactory.createSnapshot(JarClasspathSnapshotFactory.java:43)
	at org.gradle.api.internal.tasks.compile.incremental.jar.JarClasspathSnapshotMaker.maybeInitialize(JarClasspathSnapshotMaker.java:63)
	at org.gradle.api.internal.tasks.compile.incremental.jar.JarClasspathSnapshotMaker.storeJarSnapshots(JarClasspathSnapshotMaker.java:44)
	at org.gradle.api.internal.tasks.compile.incremental.IncrementalCompilationFinalizer.execute(IncrementalCompilationFinalizer.java:47)
	at org.gradle.api.internal.tasks.compile.incremental.IncrementalCompilationFinalizer.execute(IncrementalCompilationFinalizer.java:24)
	at org.gradle.api.tasks.compile.JavaCompile.performCompilation(JavaCompile.java:207)
	at org.gradle.api.tasks.compile.JavaCompile.compile(JavaCompile.java:133)
	at jdk.internal.reflect.GeneratedMethodAccessor588.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:73)
	at org.gradle.api.internal.project.taskfactory.IncrementalTaskAction.doExecute(IncrementalTaskAction.java:46)
	at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:39)
	at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:26)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter$1.run(ExecuteActionsTaskExecuter.java:121)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:336)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor$RunnableBuildOperationWorker.execute(DefaultBuildOperationExecutor.java:328)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.execute(DefaultBuildOperationExecutor.java:199)
	at org.gradle.internal.progress.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:110)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeAction(ExecuteActionsTaskExecuter.java:110)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:92)
	... 29 more
Caused by: java.lang.UnsupportedOperationException: This feature requires ASM7
	at org.objectweb.asm.ClassVisitor.visitNestHost(ClassVisitor.java:150)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:541)
	at org.objectweb.asm.ClassReader.accept(ClassReader.java:391)
	at org.gradle.api.internal.tasks.compile.incremental.asm.ClassDependenciesVisitor.analyze(ClassDependenciesVisitor.java:75)
	at org.gradle.api.internal.tasks.compile.incremental.analyzer.DefaultClassDependenciesAnalyzer.getClassAnalysis(DefaultClassDependenciesAnalyzer.java:34)
	at org.gradle.api.internal.tasks.compile.incremental.analyzer.DefaultClassDependenciesAnalyzer.getClassAnalysis(DefaultClassDependenciesAnalyzer.java:42)
	at org.gradle.api.internal.tasks.compile.incremental.analyzer.CachingClassDependenciesAnalyzer$1.create(CachingClassDependenciesAnalyzer.java:37)
	at org.gradle.api.internal.tasks.compile.incremental.analyzer.CachingClassDependenciesAnalyzer$1.create(CachingClassDependenciesAnalyzer.java:35)
	at org.gradle.cache.internal.MinimalPersistentCache.get(MinimalPersistentCache.java:36)
	at org.gradle.api.internal.tasks.compile.incremental.analyzer.CachingClassDependenciesAnalyzer.getClassAnalysis(CachingClassDependenciesAnalyzer.java:35)
	at org.gradle.api.internal.tasks.compile.incremental.jar.DefaultJarSnapshotter$1.visitFile(DefaultJarSnapshotter.java:66)
	at org.gradle.api.internal.file.archive.ZipFileTree.visit(ZipFileTree.java:97)
	... 59 more


* Get more help at https://help.gradle.org

BUILD FAILED in 1m 19s
191 actionable tasks: 191 executed
make[1]: *** [debian/rules:49: override_dh_auto_build] Error 1
make[1]: Leaving directory '/gradle-4.4.1'
make: *** [debian/rules:43: build] Error 2
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
The command '/bin/sh -c apt-get source gradle  &&     cd gradle* &&     debuild -uc -us' returned a non-zero code: 29


More information about the pkg-java-maintainers mailing list