Varying-Vagrant-Vagrants / VVV

An open source Vagrant configuration for developing with WordPress
https://varyingvagrantvagrants.org
MIT License
4.54k stars 848 forks source link

General VVV 3 Testing #1792

Closed tomjn closed 5 years ago

tomjn commented 5 years ago
__ __ __ __
\ V\ V\ V / A message from the VVV team
 \_/\_/\_/  

VVV 3 is almost upon us!

Before it's merged into master, we need testers to confirm everything is as we think it is.

What Happened?

VVV 2 ran on Ubuntu 14, with PHP packages from Ondrej. Last week, Ubuntu 14 reached end of support, and Ondrej deleted the PHP packages as planned. We thought we had a mirror of the PHP packages, but it was incomplete ☹️.

So, we took a pull request to update VVV to Ubuntu 18, switched it to 18.04 LTS Bionic, and set about making the necessary changes.

What Changed in VVV 3?

The big changes first:

This means that to update, you must back up your database, destroy the VM, update, then reprovision. Important: Destroying and reprovisioning will erase the database.

Other changes:

Known Issues

Database Backups

VVV by default takes backups when you run vagrant halt/suspend, so check your database/backups folder. In future these will be in database/data/backups.

If you've turned off database backups, or haven't turned off your VM in a while, take the following steps:

  1. downgrade back to VVV 2: git fetch --tags && git checkout 2.6.0
  2. turn on the VM but dont provision: vagrant up
  3. run the backup DB script: vagrant ssh -c "db_backup"
  4. turn off the VM: vagrant halt
  5. return to VVV 3+: git checkout develop
  6. you can now update your VM to VVV 3, see the instructions below

Updating Your VM To VVV 3+

If you're happy and have your database files, you can update your VM to VVV 3+ with these commands:

  1. destroy the VM: vagrant destroy
  2. switch to the develop branch vagrant checkout develop && git pull
  3. provision a new VM: vagrant up --provision
  4. optionally restore the DB backups: vagrant ssh -c "db_restore"

Next Steps

Thanks for helping out and being patient, it's been a super tough week for myself and our contributors. If you're testing, let us know if it worked! If it didn't, feel free to comment below or in the relevant github issue.

If all is good you should see this at the end of provisioning:

    default: Running: inline script
    default: Post Vagrant provision script
    default: Restarting Nginx and MySQL
    default: 
    default:          yay  
    default:    ▄▀▀▀▄▄▄▄▄▄▄▀▀▀▄                __ __ __ __
    default:    █▒▒░░░░░░░░░▒▒█    Thanks for  \ V\ V\ V /
    default:     █░░█░░░░░█░░█     using        \_/\_/\_/
    default:  ▄▄  █░░░▀█▀░░░█  ▄▄ 
    default: █░░█ ▀▄░░░░░░░▄▀ █░░█ Provisioning has finished! Visit http://vvv.test

And you should be able to visit http://vvv.test and use your existing sites.

If all is bad, put a copy of the provisioner output in a gist at https://gist.github.com and share it with us, don't forget to include the VVV splash! it has important info such as your OS, Vagrant and VirtualBox versions

Lets get this shipped!

tsunamilx commented 5 years ago

Here is my result: Provisioning from a clean checkout works. Provisioning from existing project raises the mariadb error. (tried removing the database/data folder)

I can provide more information tomorrow if any.

bensahagun commented 5 years ago

After creating a fresh install of with latest v3, everything went well. I had nginx.service and mariadb.service when trying to provision a site I tried importing from my v2 instance. I tried copying database and www folder, and run vagrant provision --provision-with site-mysite and since that I can't reload the machine successfully. Did I missed something?

nginx/error.log shows:

2019/05/09 19:39:35 [emerg] 8627#8627: invalid number of arguments in "server_name" directive in /etc/nginx/custom-sites/vvv-auto-sitename-provision-364f05765617755deb6bf3b90f3fa472.conf:4
2019/05/09 19:39:36 [emerg] 9300#9300: invalid number of arguments in "server_name" directive in /etc/nginx/custom-sites/vvv-auto-sitename-provision-364f05765617755deb6bf3b90f3fa472.conf:4
2019/05/09 19:41:46 [emerg] 2651#2651: invalid number of arguments in "server_name" directive in /etc/nginx/custom-sites/vvv-auto-sitename-provision-364f05765617755deb6bf3b90f3fa472.conf:4

edit: my bad, fixed it with correct vvv-custom.yml formatting

jessecowens commented 5 years ago

Everything worked as expected for me, glad to be on 18.04! Host system: PopOS! 19.04

bensahagun commented 5 years ago

Provisioning now works for me but vagrant ssh -c "db_restore" raises permission denied error.

ghost commented 5 years ago

db_restore is set within the vvv-custom.yml file?

tomjn commented 5 years ago

@benlumia007 db_restore is also the name of the db restoration script

tomjn commented 5 years ago

@benedicksahagun @benlumia007 db_restore issue was fixed in https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1794, it just needed a chmod +x

tomjn commented 5 years ago

@tsunamilx when you first created that setup, was it a VVV 1 or 2 install?

tsunamilx commented 5 years ago

@tsunamilx when you first created that setup, was it a VVV 1 or 2 install?

@tomjn was vvv2, I decided to start from scratch and restored the database, so far so good 👍

Mte90 commented 5 years ago

immagine I got this launching vagrant up from the www subfolder but in the past always worked. Moving to the VVV root fixed.

tomjn commented 5 years ago

@Mte90 I expect that's a bug that's always been there in the vagrant file, can you open a ticket for that?

edit: I have a fix for that in https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1795, it's to do with copying the version file and config when in a subfolder, I switched them to using an absolute path

ghost commented 5 years ago

totally works for me.

peterfabian commented 5 years ago

Testing VVV3 now as my previous virtual machine died with strange errors and Trusty no longer works due to missing PHP.

My first run ended with the following error:

Error no 1 ``` __ __ __ __ \ V\ V\ V / Varying Vagrant Vagrants \_/\_/\_/ v3.0.0-git::develop Platform: platform-darwin13.4.0 shell:/bin/bash vagrant-hostsupdater vagrant-vbguest Vagrant: v2.2.4, VirtualBox: v6.0.6r130049 VVV Path: "/Users/peter/vagrant-local" Docs: https://varyingvagrantvagrants.org/ Contribute: https://github.com/varying-vagrant-vagrants/vvv Dashboard: http://vvv.test Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'varying-vagrant-vagrants/ubuntu-18.04' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Loading metadata for box 'varying-vagrant-vagrants/ubuntu-18.04' default: URL: https://vagrantcloud.com/varying-vagrant-vagrants/ubuntu-18.04 ==> default: Adding box 'varying-vagrant-vagrants/ubuntu-18.04' (v1557101534) for provider: virtualbox default: Downloading: https://vagrantcloud.com/varying-vagrant-vagrants/boxes/ubuntu-18.04/versions/1557101534/providers/virtualbox.box ==> default: Box download is resuming from prior download progress default: Download redirected to host: vagrantcloud-files-production.s3.amazonaws.com ==> default: Successfully added box 'varying-vagrant-vagrants/ubuntu-18.04' (v1557101534) for 'virtualbox'! ==> default: Importing base box 'varying-vagrant-vagrants/ubuntu-18.04'... ==> default: Matching MAC address for NAT networking... ==> default: Checking if box 'varying-vagrant-vagrants/ubuntu-18.04' version '1557101534' is up to date... ==> default: Setting the name of the VM: vagrant-local_5b08a6430da ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 (guest) => 2222 (host) (adapter 1) ==> default: Running 'pre-boot' VM customizations... ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... default: SSH address: 127.0.0.1:2222 default: SSH username: vagrant default: SSH auth method: private key ==> default: Machine booted and ready! [default] GuestAdditions seems to be installed (6.0.6) correctly, but not running. bash: line 5: setup: command not found ==> default: Checking for guest additions in VM... ==> default: [vagrant-hostsupdater] Checking for host entries ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv.test ==> default: [vagrant-hostsupdater] Writing the following entries to (/etc/hosts) ==> default: [vagrant-hostsupdater] 192.168.50.4 one.wordpress.test # VAGRANT: ddc0b56a686cc16e8963278a9dfb035b (default) / f27ef0fc-99e1-49f7-bc32-31922ce9cdcb ==> default: [vagrant-hostsupdater] 192.168.50.4 two.wordpress.test # VAGRANT: ddc0b56a686cc16e8963278a9dfb035b (default) / f27ef0fc-99e1-49f7-bc32-31922ce9cdcb ==> default: [vagrant-hostsupdater] 192.168.50.4 tideways.vvv.test # VAGRANT: ddc0b56a686cc16e8963278a9dfb035b (default) / f27ef0fc-99e1-49f7-bc32-31922ce9cdcb ==> default: [vagrant-hostsupdater] 192.168.50.4 xhgui.vvv.test # VAGRANT: ddc0b56a686cc16e8963278a9dfb035b (default) / f27ef0fc-99e1-49f7-bc32-31922ce9cdcb ==> default: [vagrant-hostsupdater] This operation requires administrative access. You may skip it by manually adding equivalent entries to the hosts file. Password: The following SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed! setup Stdout from the command: Stderr from the command: bash: line 5: setup: command not found ```

after running provision again, I got quite far, but ran into more errors:

Error no 2 ``` vagrant-local peter$ vagrant up --provision __ __ __ __ \ V\ V\ V / Varying Vagrant Vagrants \_/\_/\_/ v3.0.0-git::develop Platform: platform-darwin13.4.0 shell:/bin/bash vagrant-hostsupdater vagrant-vbguest Vagrant: v2.2.4, VirtualBox: v6.0.6r130049 VVV Path: "/Users/peter/vagrant-local" Docs: https://varyingvagrantvagrants.org/ Contribute: https://github.com/varying-vagrant-vagrants/vvv Dashboard: http://vvv.test Bringing machine 'default' up with 'virtualbox' provider... ==> default: Checking if box 'varying-vagrant-vagrants/ubuntu-18.04' version '1557101534' is up to date... ==> default: [vagrant-hostsupdater] Checking for host entries ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 vvv.test ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 one.wordpress.test ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 two.wordpress.test ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 tideways.vvv.test ==> default: [vagrant-hostsupdater] found entry for: 192.168.50.4 xhgui.vvv.test ==> default: Running provisioner: file... default: /Users/peter/vagrant-local/version => /home/vagrant/version ==> default: Running provisioner: file... default: /Users/peter/vagrant-local/vvv-custom.yml => /home/vagrant/vvv-custom.yml ==> default: Running provisioner: shell... default: Running: inline script ==> default: Running provisioner: fix-no-tty (shell)... default: Running: inline script ==> default: Running provisioner: default (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-dljf9g.sh default: /tmp/vagrant-shell: line 75: /srv/provision/provision-network-functions.sh: No such file or directory default: /tmp/vagrant-shell: line 786: network_check: command not found default: Bash profile setup and directories. default: cp: default: cannot stat '/srv/config/update-motd.d/00-vvv-bash-splash' default: : No such file or directory default: chmod: default: cannot access '/etc/update-motd.d/00-vvv-bash-splash' default: : No such file or directory default: * Copying /srv/config/bash_profile to /home/vagrant/.bash_profile default: cp: default: cannot stat '/srv/config/bash_profile' default: : No such file or directory default: * Copying /srv/config/bash_aliases to /home/vagrant/.bash_aliases default: cp: default: cannot stat '/srv/config/bash_aliases' default: : No such file or directory default: * Copying /srv/config/vimrc to /home/vagrant/.vimrc default: cp: cannot stat '/srv/config/vimrc': No such file or directory default: * Copying /srv/config/subversion-servers to /home/vagrant/.subversion/servers default: cp: cannot stat '/srv/config/subversion-servers': No such file or directory default: * Copying /srv/config/subversion-config to /home/vagrant/.subversion/config default: cp: cannot stat '/srv/config/subversion-config': No such file or directory default: * Copying /srv/config/ssh_known_hosts to /etc/ssh/ssh_known_hosts default: cp: cannot stat '/srv/config/ssh_known_hosts': No such file or directory default: /tmp/vagrant-shell: line 792: network_check: command not found default: default: Main packages check and install. default: Adding ppa:git-core/ppa repository default: default: Setup MySQL configuration file links... default: * Copying /srv/config/mysql-config/vvv-core.cnf to /etc/mysql/conf.d/vvv-core.cnf default: cp: cannot stat '/srv/config/mysql-config/vvv-core.cnf': No such file or directory default: Linked custom apt sources default: Applying NodeSource NodeJS signing key... default: gpg: can't open '/srv/config/apt-keys/nodesource.gpg.key': No such file or directory default: Applying Nginx signing key... default: gpg: can't open '/srv/config/apt-keys/nginx_signing.key': No such file or directory default: Applying the Ondřej PHP signing key... default: gpg: can't open '/srv/config/apt-keys/ondrej_keyserver_ubuntu.key': No such file or directory default: Applying the Varying Vagrant Vagrants mirror signing key... default: gpg: can't open '/srv/config/apt-keys/varying-vagrant-vagrants_keyserver_ubuntu.key': No such file or directory default: Applying the MariaDB signing key... default: gpg: can't open '/srv/config/apt-keys/mariadb.key': No such file or directory default: Applying the PackageCloud Git-LFS signing key... default: gpg: can't open '/srv/config/apt-keys/git-lfs.key': No such file or directory default: Running apt-get update... default: Hit:1 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic InRelease default: Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease default: Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease default: Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease default: Hit:5 http://security.ubuntu.com/ubuntu bionic-security InRelease default: Reading package lists... default: Installing apt-get packages... default: Reading package lists... default: Building dependency tree... default: Reading state information... default: make is already the newest version (4.1-9.1ubuntu1). default: make set to manually installed. default: vim is already the newest version (2:8.0.1453-1ubuntu1). default: curl is already the newest version (7.58.0-2ubuntu3.6). default: software-properties-common is already the newest version (0.96.24.32.7). default: The following additional packages will be installed: default: autoconf automake autopoint autotools-dev build-essential debhelper default: dh-autoreconf dh-strip-nondeterminism dpkg-dev fakeroot fontconfig default: fontconfig-config fonts-dejavu-core fonts-droid-fallback fonts-liberation default: fonts-noto-mono g++-7 galera-3 gcc gcc-7 ghostscript git-man gsfonts default: hicolor-icon-theme imagemagick-6-common imagemagick-6.q16 intltool-debian default: libaio1 libalgorithm-diff-perl libalgorithm-diff-xs-perl default: libalgorithm-merge-perl libann0 libapr1 libaprutil1 libarchive-cpio-perl default: libarchive-zip-perl libasan4 libatomic1 libc-ares2 libc-client2007e default: libcairo2 libcc1-0 libcdt5 libcgi-fast-perl libcgi-pm-perl libcgraph6 default: libcilkrts5 libconfig-inifiles-perl libcroco3 libcupsfilters1 libcupsimage2 default: libdatrie1 libdbd-mysql-perl libdbi-perl libdjvulibre-text libdjvulibre21 default: libdpkg-perl libencode-locale-perl libexpat1-dev libfakeroot libfcgi-perl default: libfftw3-double3 libfile-fcntllock-perl libfile-stripnondeterminism-perl default: libfontconfig1 libgcc-7-dev libgd3 libgomp1 libgraphite2-3 libgs9 default: libgs9-common libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b default: libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl default: libhttp-date-perl libhttp-message-perl libhttp-parser2.7.1 libice6 default: libijs-0.35 libilmbase12 libio-html-perl libitm1 libjbig0 libjbig2dec0 default: libjemalloc1 libjpeg-turbo8 libjpeg8 liblab-gamut1 liblcms2-2 liblqr-1-0 default: liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl libmagickcore-6.q16-3 default: libmagickcore-6.q16-3-extra libmagickwand-6.q16-3 libmail-sendmail-perl default: libmemcached11 libmpx2 libmysqlclient20 libnet1 libnetpbm10 default: libnginx-mod-http-geoip libnginx-mod-http-image-filter default: libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream default: libopenexr22 libopts25 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 default: libpaper-utils libpaper1 libpathplan4 libpcre16-3 libpcre2-8-0 libpcre3-dev default: libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpython-all-dev libpython-dev default: libpython2.7-dev libquadmath0 libserf-1-1 libsm6 libsodium23 libssh2-1 default: libstdc++-7-dev libsvn-perl libsvn1 libsys-hostname-long-perl default: libterm-readkey-perl libthai-data libthai0 libtiff5 libtimedate-perl libtool default: libtsan0 libubsan0 liburi-perl libwebp6 libwmf0.2-7 libx11-6 libx11-data default: libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxext6 libxmu6 libxpm4 default: libxrender1 libxt6 libyaml-libyaml-perl libyaml-perl libzip4 m4 default: mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common default: mariadb-server-10.1 mariadb-server-core-10.1 mlock mysql-common netpbm default: nginx-common nginx-core nodejs-doc php-common php-igbinary php-msgpack default: php7.2-opcache php7.2-readline pkg-php-tools po-debconf poppler-data default: python-all python-all-dev python-asn1crypto python-cffi-backend default: python-cryptography python-dbus python-dev python-enum34 python-gi default: python-idna python-ipaddress python-keyring python-keyrings.alt default: python-pip-whl python-pkg-resources python-secretstorage python-setuptools default: python-six python-wheel python-xdg python2.7-dev shtool sntp socat ssl-cert default: ttf-dejavu-core x11-common default: Suggested packages: default: autoconf-archive gnu-standards autoconf-doc dh-make dwz debian-keyring default: fonts-noto g++-multilib g++-7-multilib gcc-7-doc libstdc++6-7-dbg default: gcc-multilib manpages-dev flex bison gdb gcc-doc gcc-7-multilib default: gcc-7-locales libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg default: libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg default: libmpx2-dbg libquadmath0-dbg gettext-doc libasprintf-dev libgettextpo-dev default: ghostscript-x git-daemon-run | git-daemon-sysvinit git-doc git-el git-email default: git-gui gitk gitweb git-cvs git-mediawiki graphviz-doc imagemagick-doc default: autotrace cups-bsd | lpr | lprng enscript ffmpeg gimp gnuplot grads hp2xx default: html2ps libwmf-bin mplayer povray radiance sane-utils texlive-base-bin default: transfig ufraw-batch xdg-utils uw-mailutils libclone-perl libmldbm-perl default: libnet-daemon-perl libsql-statement-perl bzr libfftw3-bin libfftw3-dev default: libgd-tools libdata-dump-perl libipc-sharedcache-perl liblcms2-utils default: libtool-doc inkscape libjxr-tools libstdc++-7-doc gfortran default: | fortran95-compiler gcj-jdk libwww-perl libwmf0.2-7-gtk libyaml-shell-perl default: m4-doc mailx mariadb-test tinyca libcache-memcached-perl libmemcached default: libanyevent-perl fcgiwrap nginx-doc ntp-doc dh-php libmail-box-perl default: poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho default: fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai default: fonts-arphic-uming fonts-nanum procmail postfix-mysql postfix-pgsql default: postfix-ldap postfix-pcre postfix-lmdb postfix-sqlite sasl2-bin default: dovecot-common resolvconf postfix-cdb mail-reader postfix-doc default: python-cryptography-doc python-cryptography-vectors python-dbus-dbg default: python-dbus-doc python-enum34-doc python-gi-cairo gnome-keyring default: libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-fs python-gdata default: python-keyczar python-secretstorage-doc python-setuptools-doc default: openssl-blacklist db5.3-util libapache2-mod-svn subversion-tools default: The following NEW packages will be installed: default: autoconf automake autopoint autotools-dev build-essential colordiff default: debhelper dh-autoreconf dh-strip-nondeterminism dos2unix dpkg-dev fakeroot default: fontconfig fontconfig-config fonts-dejavu-core fonts-droid-fallback default: fonts-liberation fonts-noto-mono g++ g++-7 galera-3 gcc gcc-7 gettext default: ghostscript git-lfs git-svn graphviz gsfonts hicolor-icon-theme imagemagick default: imagemagick-6-common imagemagick-6.q16 intltool-debian libaio1 default: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl default: libann0 libapr1 libaprutil1 libarchive-cpio-perl libarchive-zip-perl default: libasan4 libatomic1 libc-ares2 libc-client2007e libcairo2 libcc1-0 libcdt5 default: libcgi-fast-perl libcgi-pm-perl libcgraph6 libcilkrts5 default: libconfig-inifiles-perl libcroco3 libcupsfilters1 libcupsimage2 libdatrie1 default: libdbd-mysql-perl libdbi-perl libdjvulibre-text libdjvulibre21 libdpkg-perl default: libencode-locale-perl libexpat1-dev libfakeroot libfcgi-perl default: libfftw3-double3 libfile-fcntllock-perl libfile-stripnondeterminism-perl default: libfontconfig1 libgcc-7-dev libgd3 libgomp1 libgraphite2-3 libgs9 default: libgs9-common libgts-0.7-5 libgts-bin libgvc6 libgvpr2 libharfbuzz0b default: libhtml-parser-perl libhtml-tagset-perl libhtml-template-perl default: libhttp-date-perl libhttp-message-perl libhttp-parser2.7.1 libice6 default: libijs-0.35 libilmbase12 libio-html-perl libitm1 libjbig0 libjbig2dec0 default: libjemalloc1 libjpeg-turbo8 libjpeg8 liblab-gamut1 liblcms2-2 liblqr-1-0 default: liblsan0 libltdl-dev libltdl7 liblwp-mediatypes-perl libmagickcore-6.q16-3 default: libmagickcore-6.q16-3-extra libmagickwand-6.q16-3 libmail-sendmail-perl default: libmemcached11 libmpx2 libmysqlclient20 libnet1 libnetpbm10 default: libnginx-mod-http-geoip libnginx-mod-http-image-filter default: libnginx-mod-http-xslt-filter libnginx-mod-mail libnginx-mod-stream default: libopenexr22 libopts25 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 default: libpaper-utils libpaper1 libpathplan4 libpcre16-3 libpcre2-8-0 libpcre3-dev default: libpcre32-3 libpcrecpp0v5 libpixman-1-0 libpython-all-dev libpython-dev default: libpython2.7-dev libquadmath0 libserf-1-1 libsm6 libsodium23 libssh2-1 default: libstdc++-7-dev libsvn-perl libsvn1 libsys-hostname-long-perl default: libterm-readkey-perl libthai-data libthai0 libtiff5 libtimedate-perl libtool default: libtsan0 libubsan0 liburi-perl libwebp6 libwmf0.2-7 libx11-6 libx11-data default: libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxext6 libxmu6 libxpm4 default: libxrender1 libxt6 libyaml-libyaml-perl libyaml-perl libzip4 m4 default: mariadb-client-10.1 mariadb-client-core-10.1 mariadb-common mariadb-server default: mariadb-server-10.1 mariadb-server-core-10.1 memcached mlock mysql-common default: netpbm nginx nginx-common nginx-core ngrep nodejs nodejs-doc ntp php-common default: php-igbinary php-imagick php-memcache php-memcached php-msgpack php-pear default: php-ssh2 php-xdebug php7.2-bcmath php7.2-cli php7.2-common php7.2-curl default: php7.2-dev php7.2-fpm php7.2-gd php7.2-imap php7.2-json php7.2-mbstring default: php7.2-mysql php7.2-opcache php7.2-readline php7.2-soap php7.2-xml default: php7.2-zip pkg-php-tools po-debconf poppler-data postfix python-all default: python-all-dev python-asn1crypto python-cffi-backend python-cryptography default: python-dbus python-dev python-enum34 python-gi python-idna python-ipaddress default: python-keyring python-keyrings.alt python-pip python-pip-whl default: python-pkg-resources python-secretstorage python-setuptools python-six default: python-wheel python-xdg python2.7-dev shtool sntp socat ssl-cert subversion default: ttf-dejavu-core unzip x11-common zip default: The following packages will be upgraded: default: git git-man default: 2 upgraded, 249 newly installed, 0 to remove and 12 not upgraded. default: Need to get 140 MB of archives. default: After this operation, 547 MB of additional disk space will be used. default: Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 git amd64 1:2.21.0-0ppa1~ubuntu18.04.1 [5,748 kB] default: Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb1 amd64 1.13-2~ubuntu18.04 [45.5 kB] default: Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-data all 2:1.6.4-3ubuntu0.2 [113 kB] default: Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx11-6 amd64 2:1.6.4-3ubuntu0.2 [569 kB] default: Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxext6 amd64 2:1.3.3-1 [29.4 kB] default: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-dejavu-core all 2.37-1 [1,041 kB] default: Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 fonts-liberation all 1:1.07.4-7~18.04.1 [822 kB] default: Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig-config all 2.12.6-0ubuntu2 [55.8 kB] default: Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfontconfig1 amd64 2.12.6-0ubuntu2 [137 kB] default: Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fontconfig amd64 2.12.6-0ubuntu2 [169 kB] default: Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1 [1,805 kB] default: Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libjpeg-turbo8 amd64 1.5.2-0ubuntu5.18.04.1 [110 kB] default: Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.3.0-6ubuntu1~18.04 [76.4 kB] default: Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfftw3-double3 amd64 3.3.7-1 [735 kB] default: Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig0 amd64 2.1-3.1build1 [26.7 kB] default: Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2,194 B] default: Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblcms2-2 amd64 2.9-1ubuntu0.1 [139 kB] default: Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblqr-1-0 amd64 0.4.2-2.1 [27.7 kB] default: Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] default: Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtiff5 amd64 4.0.9-5ubuntu0.2 [153 kB] default: Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6-common all 8:6.9.7.4+dfsg-16ubuntu6.4 [60.9 kB] default: Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [1,616 kB] default: Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickwand-6.q16-3 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [293 kB] default: Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 x11-common all 1:7.7+19ubuntu7.1 [22.5 kB] default: Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libice6 amd64 2:1.0.9-2 [40.2 kB] default: Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsm6 amd64 2:1.2.2-1 [15.8 kB] default: Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7,308 B] default: Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-common all 1:10.1.38-0ubuntu0.18.04.2 [16.1 kB] default: Get:29 http://archive.ubuntu.com/ubuntu bionic/universe amd64 galera-3 amd64 25.3.20-1 [947 kB] default: Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdbi-perl amd64 1.640-1 [724 kB] default: Get:31 http://archive.ubuntu.com/ubuntu bionic/main amd64 libconfig-inifiles-perl all 2.94-1 [40.4 kB] default: Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaio1 amd64 0.3.110-5ubuntu0.1 [6,476 B] default: Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-client-core-10.1 amd64 1:10.1.38-0ubuntu0.18.04.2 [4,756 kB] default: Get:34 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libjemalloc1 amd64 3.6.0-11 [82.4 kB] default: Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-client-10.1 amd64 1:10.1.38-0ubuntu0.18.04.2 [5,621 kB] default: Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-server-core-10.1 amd64 1:10.1.38-0ubuntu0.18.04.2 [4,934 kB] default: Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 socat amd64 1.7.3.2-2ubuntu2 [342 kB] default: Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-server-10.1 amd64 1:10.1.38-0ubuntu0.18.04.2 [5,091 kB] default: Get:39 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libopts25 amd64 1:5.18.12-4 [58.2 kB] default: Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 ntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [640 kB] default: Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 poppler-data all 0.4.8-2 [1,479 kB] default: Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] default: Get:43 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] default: Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] default: Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] default: Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] default: Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.3.0-6ubuntu1~18.04 [47.4 kB] default: Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.3.0-6ubuntu1~18.04 [27.9 kB] default: Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.3.0-6ubuntu1~18.04 [9,180 B] default: Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.4.0-1ubuntu1~18.04 [359 kB] default: Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.3.0-6ubuntu1~18.04 [133 kB] default: Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.3.0-6ubuntu1~18.04 [288 kB] default: Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.4.0-1ubuntu1~18.04 [126 kB] default: Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.4.0-1ubuntu1~18.04 [42.5 kB] default: Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.3.0-6ubuntu1~18.04 [11.6 kB] default: Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.3.0-6ubuntu1~18.04 [134 kB] default: Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.4.0-1ubuntu1~18.04 [2,381 kB] default: Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.4.0-1ubuntu1~18.04 [7,462 kB] default: Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.2 [5,184 B] default: Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.4.0-1ubuntu1~18.04 [1,467 kB] default: Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.4.0-1ubuntu1~18.04 [7,575 kB] default: Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.2 [1,568 B] default: Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.1 [211 kB] default: Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.1 [608 kB] default: Get:65 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4,758 B] default: Get:66 http://archive.ubuntu.com/ubuntu bionic/universe amd64 colordiff all 1.0.18-1 [13.2 kB] default: Get:67 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] default: Get:68 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-autoreconf all 17 [15.8 kB] default: Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive-zip-perl all 1.60-1ubuntu0.1 [84.6 kB] default: Get:70 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-stripnondeterminism-perl all 0.040-1.1~build1 [13.8 kB] default: Get:71 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB] default: Get:72 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-strip-nondeterminism all 0.040-1.1~build1 [5,208 B] default: Get:73 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcroco3 amd64 0.6.12-2 [81.3 kB] default: Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gettext amd64 0.19.8.1-6ubuntu0.3 [1,293 kB] default: Get:75 http://archive.ubuntu.com/ubuntu bionic/main amd64 intltool-debian all 0.35.0+20060710.4 [24.9 kB] default: Get:76 http://archive.ubuntu.com/ubuntu bionic/main amd64 po-debconf all 1.0.20 [232 kB] default: Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debhelper all 11.1.6ubuntu2 [902 kB] default: Get:78 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] default: Get:79 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] default: Get:80 http://archive.ubuntu.com/ubuntu bionic/main amd64 fonts-noto-mono all 20171026-2 [75.5 kB] default: Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsimage2 amd64 2.2.7-1ubuntu2.4 [18.6 kB] default: Get:82 http://archive.ubuntu.com/ubuntu bionic/main amd64 libijs-0.35 amd64 0.35-13 [15.5 kB] default: Get:83 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjbig2dec0 amd64 0.13-6 [55.9 kB] default: Get:84 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper1 amd64 1.1.24+nmu5ubuntu1 [13.6 kB] default: Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9-common all 9.26~dfsg+0-0ubuntu0.18.04.9 [5,092 kB] default: Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgs9 amd64 9.26~dfsg+0-0ubuntu0.18.04.9 [2,264 kB] default: Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ghostscript amd64 9.26~dfsg+0-0ubuntu0.18.04.9 [51.3 kB] default: Get:88 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpcre2-8-0 amd64 10.31-2 [179 kB] default: Get:89 http://archive.ubuntu.com/ubuntu bionic/universe amd64 git-lfs amd64 2.3.4-1 [2,129 kB] default: Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libapr1 amd64 1.6.3-2 [90.9 kB] default: Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaprutil1 amd64 1.6.1-2 [84.4 kB] default: Get:92 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libserf-1-1 amd64 1.3.9-6 [44.4 kB] default: Get:93 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsvn1 amd64 1.9.7-4ubuntu1 [1,183 kB] default: Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libsvn-perl amd64 1.9.7-4ubuntu1 [855 kB] default: Get:95 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-perl all 1.24-1 [56.4 kB] default: Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libterm-readkey-perl amd64 2.37-1build1 [24.4 kB] default: Get:97 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libann0 amd64 1.1.2+doc-6 [24.8 kB] default: Get:98 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcdt5 amd64 2.40.1-2 [19.6 kB] default: Get:99 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libcgraph6 amd64 2.40.1-2 [40.8 kB] default: Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwebp6 amd64 0.6.1-2 [185 kB] default: Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxpm4 amd64 1:3.5.12-1 [34.0 kB] default: Get:102 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgd3 amd64 2.2.5-4ubuntu0.3 [119 kB] default: Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-4 [150 kB] default: Get:104 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpixman-1-0 amd64 0.34.0-2 [229 kB] default: Get:105 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-render0 amd64 1.13-2~ubuntu18.04 [14.7 kB] default: Get:106 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxcb-shm0 amd64 1.13-2~ubuntu18.04 [5,600 B] default: Get:107 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] default: Get:108 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcairo2 amd64 1.15.10-2ubuntu0.1 [580 kB] default: Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai-data all 0.1.27-2 [133 kB] default: Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdatrie1 amd64 0.2.10-7 [17.8 kB] default: Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libthai0 amd64 0.1.27-2 [18.0 kB] default: Get:112 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpango-1.0-0 amd64 1.40.14-1ubuntu0.1 [153 kB] default: Get:113 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgraphite2-3 amd64 1.3.11-2 [78.7 kB] default: Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libharfbuzz0b amd64 1.7.2-1ubuntu1 [232 kB] default: Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangoft2-1.0-0 amd64 1.40.14-1ubuntu0.1 [33.2 kB] default: Get:116 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpangocairo-1.0-0 amd64 1.40.14-1ubuntu0.1 [20.8 kB] default: Get:117 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpathplan4 amd64 2.40.1-2 [22.6 kB] default: Get:118 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvc6 amd64 2.40.1-2 [601 kB] default: Get:119 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgvpr2 amd64 2.40.1-2 [169 kB] default: Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblab-gamut1 amd64 2.40.1-2 [178 kB] default: Get:121 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] default: Get:122 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxmu6 amd64 2:1.1.2-2 [46.0 kB] default: Get:123 http://archive.ubuntu.com/ubuntu bionic/main amd64 libxaw7 amd64 2:1.0.13-1 [173 kB] default: Get:124 http://archive.ubuntu.com/ubuntu bionic/universe amd64 graphviz amd64 2.40.1-2 [601 kB] default: Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 gsfonts all 1:8.11+urwcyr1.0.7~pre44-4.4 [3,120 kB] default: Get:126 http://archive.ubuntu.com/ubuntu bionic/main amd64 hicolor-icon-theme all 0.17-2 [9,976 B] default: Get:127 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick-6.q16 amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [423 kB] default: Get:128 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 imagemagick amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [14.2 kB] default: Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] default: Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] default: Get:131 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] default: Get:132 http://archive.ubuntu.com/ubuntu bionic/main amd64 libarchive-cpio-perl all 0.10-1 [9,644 B] default: Get:133 http://archive.ubuntu.com/ubuntu bionic/universe amd64 mlock amd64 8:2007f~dfsg-5build1 [11.3 kB] default: Get:134 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libc-client2007e amd64 8:2007f~dfsg-5build1 [577 kB] default: Get:135 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB] default: Get:136 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB] default: Get:137 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB] default: Get:138 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB] default: Get:139 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB] default: Get:140 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9,940 B] default: Get:141 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcupsfilters1 amd64 1.20.2-0ubuntu3.1 [108 kB] default: Get:142 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.26-0ubuntu0.18.04.1 [818 kB] default: Get:143 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libdbd-mysql-perl amd64 4.046-1 [82.0 kB] default: Get:144 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdjvulibre-text all 3.5.27.1-8 [49.1 kB] default: Get:145 http://archive.ubuntu.com/ubuntu bionic/main amd64 libdjvulibre21 amd64 3.5.27.1-8 [559 kB] default: Get:146 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB] default: Get:147 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1-dev amd64 2.2.5-3 [122 kB] default: Get:148 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] default: Get:149 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libgts-bin amd64 0.7.6+darcs121130-4 [41.3 kB] default: Get:150 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB] default: Get:151 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB] default: Get:152 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB] default: Get:153 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB] default: Get:154 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB] default: Get:155 http://archive.ubuntu.com/ubuntu bionic/main amd64 libilmbase12 amd64 2.2.0-11ubuntu2 [71.4 kB] default: Get:156 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] default: Get:157 http://archive.ubuntu.com/ubuntu bionic/main amd64 libopenexr22 amd64 2.2.0-11.1ubuntu1 [560 kB] default: Get:158 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwmf0.2-7 amd64 0.2.8.4-12 [150 kB] default: Get:159 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 git-man all 1:2.21.0-0ppa1~ubuntu18.04.1 [1,622 kB] default: Get:160 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmagickcore-6.q16-3-extra amd64 8:6.9.7.4+dfsg-16ubuntu6.4 [62.3 kB] default: Get:161 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsys-hostname-long-perl all 1.5-1 [11.7 kB] default: Get:162 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmail-sendmail-perl all 0.80-1 [22.6 kB] default: Get:163 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmemcached11 amd64 1.0.18-4.2ubuntu0.18.04.1 [83.2 kB] default: Get:164 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [42.9 kB] default: Get:165 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnetpbm10 amd64 2:10.0-15.3build1 [58.0 kB] default: Get:166 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx-common all 1.14.0-0ubuntu1.2 [37.4 kB] default: Get:167 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-geoip amd64 1.14.0-0ubuntu1.2 [11.2 kB] default: Get:168 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-image-filter amd64 1.14.0-0ubuntu1.2 [14.5 kB] default: Get:169 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-http-xslt-filter amd64 1.14.0-0ubuntu1.2 [13.0 kB] default: Get:170 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-mail amd64 1.14.0-0ubuntu1.2 [41.8 kB] default: Get:171 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libnginx-mod-stream amd64 1.14.0-0ubuntu1.2 [63.6 kB] default: Get:172 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpaper-utils amd64 1.1.24+nmu5ubuntu1 [8,170 B] default: Get:173 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] default: Get:174 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] default: Get:175 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] default: Get:176 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] default: Get:177 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython2.7-dev amd64 2.7.15~rc1-1ubuntu0.1 [28.3 MB] default: Get:178 http://ppa.launchpad.net/git-core/ppa/ubuntu bionic/main amd64 git-svn all 1:2.21.0-0ppa1~ubuntu18.04.1 [867 kB] default: Get:179 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpython-dev amd64 2.7.15~rc1-1 [7,684 B] default: Get:180 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpython-all-dev amd64 2.7.15~rc1-1 [1,092 B] default: Get:181 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] default: Get:182 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libssh2-1 amd64 1.8.0-1 [73.2 kB] default: Get:183 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-libyaml-perl amd64 0.69+repack-1 [26.4 kB] default: Get:184 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libzip4 amd64 1.1.2-1.1 [37.8 kB] default: Get:185 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 mariadb-server all 1:10.1.38-0ubuntu0.18.04.2 [12.9 kB] default: Get:186 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 memcached amd64 1.5.6-0ubuntu1.1 [109 kB] default: Get:187 http://archive.ubuntu.com/ubuntu bionic/main amd64 netpbm amd64 2:10.0-15.3build1 [1,017 kB] default: Get:188 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx-core amd64 1.14.0-0ubuntu1.2 [413 kB] default: Get:189 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 nginx all 1.14.0-0ubuntu1.2 [3,596 B] default: Get:190 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ngrep amd64 1.47+ds1-1 [32.5 kB] default: Get:191 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 nodejs-doc all 8.10.0~dfsg-2ubuntu0.4 [752 kB] default: Get:192 http://archive.ubuntu.com/ubuntu bionic/main amd64 php-common all 1:60ubuntu1 [12.1 kB] default: Get:193 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-common amd64 7.2.17-0ubuntu0.18.04.1 [884 kB] default: Get:194 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-json amd64 7.2.17-0ubuntu0.18.04.1 [18.8 kB] default: Get:195 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-opcache amd64 7.2.17-0ubuntu0.18.04.1 [165 kB] default: Get:196 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-readline amd64 7.2.17-0ubuntu0.18.04.1 [12.2 kB] default: Get:197 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-cli amd64 7.2.17-0ubuntu0.18.04.1 [1,406 kB] default: Get:198 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-fpm amd64 7.2.17-0ubuntu0.18.04.1 [1,412 kB] default: Get:199 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-igbinary amd64 2.0.5-1build1 [46.5 kB] default: Get:200 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-imagick amd64 3.4.3~rc2-2ubuntu4 [90.4 kB] default: Get:201 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-memcache amd64 3.0.9~20160311.4991c2f-5build2 [55.4 kB] default: Get:202 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-msgpack amd64 2.0.2+0.5.7-2build1 [27.8 kB] default: Get:203 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-memcached amd64 3.0.1+2.2.0-1build2 [37.4 kB] default: Get:204 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-xml amd64 7.2.17-0ubuntu0.18.04.1 [108 kB] default: Get:205 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php-pear all 1:1.10.5+submodules+notgz-1ubuntu1.18.04.1 [284 kB] default: Get:206 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-xdebug amd64 2.6.0-0ubuntu1 [379 kB] default: Get:207 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-bcmath amd64 7.2.17-0ubuntu0.18.04.1 [15.3 kB] default: Get:208 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-curl amd64 7.2.17-0ubuntu0.18.04.1 [28.8 kB] default: Get:209 http://archive.ubuntu.com/ubuntu bionic/main amd64 shtool all 2.0.8-9 [121 kB] default: Get:210 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-dev amd64 7.2.17-0ubuntu0.18.04.1 [555 kB] default: Get:211 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-gd amd64 7.2.17-0ubuntu0.18.04.1 [27.2 kB] default: Get:212 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-imap amd64 7.2.17-0ubuntu0.18.04.1 [29.2 kB] default: Get:213 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-mbstring amd64 7.2.17-0ubuntu0.18.04.1 [478 kB] default: Get:214 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 php7.2-mysql amd64 7.2.17-0ubuntu0.18.04.1 [117 kB] default: Get:215 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-soap amd64 7.2.17-0ubuntu0.18.04.1 [113 kB] default: Get:216 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 php7.2-zip amd64 7.2.17-0ubuntu0.18.04.1 [20.3 kB] default: Get:217 http://archive.ubuntu.com/ubuntu bionic/main amd64 ssl-cert all 1.0.39 [17.0 kB] default: Get:218 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 postfix amd64 3.3.0-1ubuntu0.2 [1,147 kB] default: Get:219 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-all amd64 2.7.15~rc1-1 [1,076 B] default: Get:220 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python2.7-dev amd64 2.7.15~rc1-1ubuntu0.1 [286 kB] default: Get:221 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-dev amd64 2.7.15~rc1-1 [1,256 B] default: Get:222 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-all-dev amd64 2.7.15~rc1-1 [1,100 B] default: Get:223 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-asn1crypto all 0.24.0-1 [72.7 kB] default: Get:224 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-cffi-backend amd64 1.11.5-1 [63.4 kB] default: Get:225 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-enum34 all 1.1.6-2 [34.8 kB] default: Get:226 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-idna all 2.6-1 [32.4 kB] default: Get:227 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-ipaddress all 1.0.17-1 [18.2 kB] default: Get:228 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-six all 1.11.0-2 [11.3 kB] default: Get:229 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-cryptography amd64 2.1.4-1ubuntu1.2 [221 kB] default: Get:230 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-dbus amd64 1.2.6-1 [90.2 kB] default: Get:231 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python-gi amd64 3.26.1-2ubuntu1 [197 kB] default: Get:232 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-secretstorage all 2.3.1-2 [11.8 kB] default: Get:233 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-keyring all 10.6.0-1 [30.6 kB] default: Get:234 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-keyrings.alt all 3.0-1 [16.7 kB] default: Get:235 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1 [1,652 kB] default: Get:236 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip all 9.0.1-2.3~ubuntu1 [151 kB] default: Get:237 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-pkg-resources all 39.0.1-2 [128 kB] default: Get:238 http://archive.ubuntu.com/ubuntu bionic/main amd64 python-setuptools all 39.0.1-2 [329 kB] default: Get:239 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python-wheel all 0.30.0-0.2 [36.4 kB] default: Get:240 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python-xdg all 0.25-4ubuntu1 [31.3 kB] default: Get:241 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 sntp amd64 1:4.2.8p10+dfsg-5ubuntu7.1 [86.9 kB] default: Get:242 http://archive.ubuntu.com/ubuntu bionic/universe amd64 subversion amd64 1.9.7-4ubuntu1 [834 kB] default: Get:243 http://archive.ubuntu.com/ubuntu bionic/universe amd64 ttf-dejavu-core all 2.37-1 [2,978 B] default: Get:244 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] default: Get:245 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] default: Get:246 http://archive.ubuntu.com/ubuntu bionic/universe amd64 dos2unix amd64 7.3.4-3 [351 kB] default: Get:247 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-ares2 amd64 1.14.0-1 [37.1 kB] default: Get:248 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-parser2.7.1 amd64 2.7.1-2 [20.6 kB] default: Get:249 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 nodejs amd64 8.10.0~dfsg-2ubuntu0.4 [4,796 kB] default: Get:250 http://archive.ubuntu.com/ubuntu bionic/universe amd64 php-ssh2 amd64 1.1.2+0.13-1build1 [28.0 kB] default: Get:251 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-php-tools all 1.35ubuntu1 [27.8 kB] default: N default: : default: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N default: : default: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N default: : default: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N default: : default: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: N default: : default: Ignoring 'vvv-sources.list' in directory '/etc/apt/sources.list.d/' as it is not a regular file default: Preconfiguring packages ... default: Fetched 140 MB in 24s (5,944 kB/s) default: Selecting previously unselected package libxcb1:amd64. default: (Reading database ... (Reading database ... 60%abase ... 5% default: (Reading database ... 65% default: (Reading database ... 70% default: (Reading database ... 75% default: (Reading database ... 80% default: (Reading database ... 85% default: (Reading database ... 90% default: (Reading database ... 95% (Reading database ... 42341 files and directories currently installed.) default: Preparing to unpack .../00-libxcb1_1.13-2~ubuntu18.04_amd64.deb ... default: Unpacking libxcb1:amd64 (1.13-2~ubuntu18.04) ... default: Selecting previously unselected package libx11-data. default: Preparing to unpack .../01-libx11-data_2%3a1.6.4-3ubuntu0.2_all.deb ... default: Unpacking libx11-data (2:1.6.4-3ubuntu0.2) ... default: Selecting previously unselected package libx11-6:amd64. default: Preparing to unpack .../02-libx11-6_2%3a1.6.4-3ubuntu0.2_amd64.deb ... default: Unpacking libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... default: Selecting previously unselected package libxext6:amd64. default: Preparing to unpack .../03-libxext6_2%3a1.3.3-1_amd64.deb ... default: Unpacking libxext6:amd64 (2:1.3.3-1) ... default: Selecting previously unselected package fonts-dejavu-core. default: Preparing to unpack .../04-fonts-dejavu-core_2.37-1_all.deb ... default: Unpacking fonts-dejavu-core (2.37-1) ... default: Selecting previously unselected package fonts-liberation. default: Preparing to unpack .../05-fonts-liberation_1%3a1.07.4-7~18.04.1_all.deb ... default: Unpacking fonts-liberation (1:1.07.4-7~18.04.1) ... default: Selecting previously unselected package fontconfig-config. default: Preparing to unpack .../06-fontconfig-config_2.12.6-0ubuntu2_all.deb ... default: Unpacking fontconfig-config (2.12.6-0ubuntu2) ... default: Selecting previously unselected package libfontconfig1:amd64. default: Preparing to unpack .../07-libfontconfig1_2.12.6-0ubuntu2_amd64.deb ... default: Unpacking libfontconfig1:amd64 (2.12.6-0ubuntu2) ... default: Selecting previously unselected package fontconfig. default: Preparing to unpack .../08-fontconfig_2.12.6-0ubuntu2_amd64.deb ... default: Unpacking fontconfig (2.12.6-0ubuntu2) ... default: Selecting previously unselected package fonts-droid-fallback. default: Preparing to unpack .../09-fonts-droid-fallback_1%3a6.0.1r16-1.1_all.deb ... default: Unpacking fonts-droid-fallback (1:6.0.1r16-1.1) ... default: Selecting previously unselected package libjpeg-turbo8:amd64. default: Preparing to unpack .../10-libjpeg-turbo8_1.5.2-0ubuntu5.18.04.1_amd64.deb ... default: Unpacking libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ... default: Selecting previously unselected package libgomp1:amd64. default: Preparing to unpack .../11-libgomp1_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libfftw3-double3:amd64. default: Preparing to unpack .../12-libfftw3-double3_3.3.7-1_amd64.deb ... default: Unpacking libfftw3-double3:amd64 (3.3.7-1) ... default: Selecting previously unselected package libjbig0:amd64. default: Preparing to unpack .../13-libjbig0_2.1-3.1build1_amd64.deb ... default: Unpacking libjbig0:amd64 (2.1-3.1build1) ... default: Selecting previously unselected package libjpeg8:amd64. default: Preparing to unpack .../14-libjpeg8_8c-2ubuntu8_amd64.deb ... default: Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... default: Selecting previously unselected package liblcms2-2:amd64. default: Preparing to unpack .../15-liblcms2-2_2.9-1ubuntu0.1_amd64.deb ... default: Unpacking liblcms2-2:amd64 (2.9-1ubuntu0.1) ... default: Selecting previously unselected package liblqr-1-0:amd64. default: Preparing to unpack .../16-liblqr-1-0_0.4.2-2.1_amd64.deb ... default: Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ... default: Selecting previously unselected package libltdl7:amd64. default: Preparing to unpack .../17-libltdl7_2.4.6-2_amd64.deb ... default: Unpacking libltdl7:amd64 (2.4.6-2) ... default: Selecting previously unselected package libtiff5:amd64. default: Preparing to unpack .../18-libtiff5_4.0.9-5ubuntu0.2_amd64.deb ... default: Unpacking libtiff5:amd64 (4.0.9-5ubuntu0.2) ... default: Selecting previously unselected package imagemagick-6-common. default: Preparing to unpack .../19-imagemagick-6-common_8%3a6.9.7.4+dfsg-16ubuntu6.4_all.deb ... default: Unpacking imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package libmagickcore-6.q16-3:amd64. default: Preparing to unpack .../20-libmagickcore-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... default: Unpacking libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package libmagickwand-6.q16-3:amd64. default: Preparing to unpack .../21-libmagickwand-6.q16-3_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... default: Unpacking libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package x11-common. default: Preparing to unpack .../22-x11-common_1%3a7.7+19ubuntu7.1_all.deb ... default: dpkg-query: no packages found matching nux-tools default: Unpacking x11-common (1:7.7+19ubuntu7.1) ... default: Selecting previously unselected package libice6:amd64. default: Preparing to unpack .../23-libice6_2%3a1.0.9-2_amd64.deb ... default: Unpacking libice6:amd64 (2:1.0.9-2) ... default: Selecting previously unselected package libsm6:amd64. default: Preparing to unpack .../24-libsm6_2%3a1.2.2-1_amd64.deb ... default: Unpacking libsm6:amd64 (2:1.2.2-1) ... default: Selecting previously unselected package mysql-common. default: Preparing to unpack .../25-mysql-common_5.8+1.0.4_all.deb ... default: Unpacking mysql-common (5.8+1.0.4) ... default: Selecting previously unselected package mariadb-common. default: Preparing to unpack .../26-mariadb-common_1%3a10.1.38-0ubuntu0.18.04.2_all.deb ... default: Unpacking mariadb-common (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package galera-3. default: Preparing to unpack .../27-galera-3_25.3.20-1_amd64.deb ... default: Unpacking galera-3 (25.3.20-1) ... default: Selecting previously unselected package libdbi-perl. default: Preparing to unpack .../28-libdbi-perl_1.640-1_amd64.deb ... default: Unpacking libdbi-perl (1.640-1) ... default: Selecting previously unselected package libconfig-inifiles-perl. default: Preparing to unpack .../29-libconfig-inifiles-perl_2.94-1_all.deb ... default: Unpacking libconfig-inifiles-perl (2.94-1) ... default: Selecting previously unselected package libaio1:amd64. default: Preparing to unpack .../30-libaio1_0.3.110-5ubuntu0.1_amd64.deb ... default: Unpacking libaio1:amd64 (0.3.110-5ubuntu0.1) ... default: Selecting previously unselected package mariadb-client-core-10.1. default: Preparing to unpack .../31-mariadb-client-core-10.1_1%3a10.1.38-0ubuntu0.18.04.2_amd64.deb ... default: Unpacking mariadb-client-core-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package libjemalloc1. default: Preparing to unpack .../32-libjemalloc1_3.6.0-11_amd64.deb ... default: Unpacking libjemalloc1 (3.6.0-11) ... default: Selecting previously unselected package mariadb-client-10.1. default: Preparing to unpack .../33-mariadb-client-10.1_1%3a10.1.38-0ubuntu0.18.04.2_amd64.deb ... default: Unpacking mariadb-client-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package mariadb-server-core-10.1. default: Preparing to unpack .../34-mariadb-server-core-10.1_1%3a10.1.38-0ubuntu0.18.04.2_amd64.deb ... default: Unpacking mariadb-server-core-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package socat. default: Preparing to unpack .../35-socat_1.7.3.2-2ubuntu2_amd64.deb ... default: Unpacking socat (1.7.3.2-2ubuntu2) ... default: Setting up mysql-common (5.8+1.0.4) ... default: update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode default: Setting up mariadb-common (1:10.1.38-0ubuntu0.18.04.2) ... default: update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode default: Selecting previously unselected package mariadb-server-10.1. (Reading database ... 60%abase ... default: (Reading database ... 65% default: (Reading database ... 70% default: (Reading database ... 75% default: (Reading database ... 80% default: (Reading database ... 85% default: (Reading database ... 90% default: (Reading database ... 95% (Reading database ... 43551 files and directories currently installed.) default: Preparing to unpack .../000-mariadb-server-10.1_1%3a10.1.38-0ubuntu0.18.04.2_amd64.deb ... default: Unpacking mariadb-server-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package libopts25:amd64. default: Preparing to unpack .../001-libopts25_1%3a5.18.12-4_amd64.deb ... default: Unpacking libopts25:amd64 (1:5.18.12-4) ... default: Selecting previously unselected package ntp. default: Preparing to unpack .../002-ntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ... default: Unpacking ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... default: Selecting previously unselected package poppler-data. default: Preparing to unpack .../003-poppler-data_0.4.8-2_all.deb ... default: Unpacking poppler-data (0.4.8-2) ... default: Selecting previously unselected package m4. default: Preparing to unpack .../004-m4_1.4.18-1_amd64.deb ... default: Unpacking m4 (1.4.18-1) ... default: Selecting previously unselected package autoconf. default: Preparing to unpack .../005-autoconf_2.69-11_all.deb ... default: Unpacking autoconf (2.69-11) ... default: Selecting previously unselected package autotools-dev. default: Preparing to unpack .../006-autotools-dev_20180224.1_all.deb ... default: Unpacking autotools-dev (20180224.1) ... default: Selecting previously unselected package automake. default: Preparing to unpack .../007-automake_1%3a1.15.1-3ubuntu2_all.deb ... default: Unpacking automake (1:1.15.1-3ubuntu2) ... default: Selecting previously unselected package autopoint. default: Preparing to unpack .../008-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... default: Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... default: Selecting previously unselected package libcc1-0:amd64. default: Preparing to unpack .../009-libcc1-0_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libitm1:amd64. default: Preparing to unpack .../010-libitm1_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libitm1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libatomic1:amd64. default: Preparing to unpack .../011-libatomic1_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libasan4:amd64. default: Preparing to unpack .../012-libasan4_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking libasan4:amd64 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package liblsan0:amd64. default: Preparing to unpack .../013-liblsan0_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libtsan0:amd64. default: Preparing to unpack .../014-libtsan0_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libubsan0:amd64. default: Preparing to unpack .../015-libubsan0_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package libcilkrts5:amd64. default: Preparing to unpack .../016-libcilkrts5_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package libmpx2:amd64. default: Preparing to unpack .../017-libmpx2_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libquadmath0:amd64. default: Preparing to unpack .../018-libquadmath0_8.3.0-6ubuntu1~18.04_amd64.deb ... default: Unpacking libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Selecting previously unselected package libgcc-7-dev:amd64. default: Preparing to unpack .../019-libgcc-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package gcc-7. default: Preparing to unpack .../020-gcc-7_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking gcc-7 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package gcc. default: Preparing to unpack .../021-gcc_4%3a7.4.0-1ubuntu2.2_amd64.deb ... default: Unpacking gcc (4:7.4.0-1ubuntu2.2) ... default: Selecting previously unselected package libstdc++-7-dev:amd64. default: Preparing to unpack .../022-libstdc++-7-dev_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package g++-7. default: Preparing to unpack .../023-g++-7_7.4.0-1ubuntu1~18.04_amd64.deb ... default: Unpacking g++-7 (7.4.0-1ubuntu1~18.04) ... default: Selecting previously unselected package g++. default: Preparing to unpack .../024-g++_4%3a7.4.0-1ubuntu2.2_amd64.deb ... default: Unpacking g++ (4:7.4.0-1ubuntu2.2) ... default: Selecting previously unselected package libdpkg-perl. default: Preparing to unpack .../025-libdpkg-perl_1.19.0.5ubuntu2.1_all.deb ... default: Unpacking libdpkg-perl (1.19.0.5ubuntu2.1) ... default: Selecting previously unselected package dpkg-dev. default: Preparing to unpack .../026-dpkg-dev_1.19.0.5ubuntu2.1_all.deb ... default: Unpacking dpkg-dev (1.19.0.5ubuntu2.1) ... default: Selecting previously unselected package build-essential. default: Preparing to unpack .../027-build-essential_12.4ubuntu1_amd64.deb ... default: Unpacking build-essential (12.4ubuntu1) ... default: Selecting previously unselected package colordiff. default: Preparing to unpack .../028-colordiff_1.0.18-1_all.deb ... default: Unpacking colordiff (1.0.18-1) ... default: Selecting previously unselected package libtool. default: Preparing to unpack .../029-libtool_2.4.6-2_all.deb ... default: Unpacking libtool (2.4.6-2) ... default: Selecting previously unselected package dh-autoreconf. default: Preparing to unpack .../030-dh-autoreconf_17_all.deb ... default: Unpacking dh-autoreconf (17) ... default: Selecting previously unselected package libarchive-zip-perl. default: Preparing to unpack .../031-libarchive-zip-perl_1.60-1ubuntu0.1_all.deb ... default: Unpacking libarchive-zip-perl (1.60-1ubuntu0.1) ... default: Selecting previously unselected package libfile-stripnondeterminism-perl. default: Preparing to unpack .../032-libfile-stripnondeterminism-perl_0.040-1.1~build1_all.deb ... default: Unpacking libfile-stripnondeterminism-perl (0.040-1.1~build1) ... default: Selecting previously unselected package libtimedate-perl. default: Preparing to unpack .../033-libtimedate-perl_2.3000-2_all.deb ... default: Unpacking libtimedate-perl (2.3000-2) ... default: Selecting previously unselected package dh-strip-nondeterminism. default: Preparing to unpack .../034-dh-strip-nondeterminism_0.040-1.1~build1_all.deb ... default: Unpacking dh-strip-nondeterminism (0.040-1.1~build1) ... default: Selecting previously unselected package libcroco3:amd64. default: Preparing to unpack .../035-libcroco3_0.6.12-2_amd64.deb ... default: Unpacking libcroco3:amd64 (0.6.12-2) ... default: Selecting previously unselected package gettext. default: Preparing to unpack .../036-gettext_0.19.8.1-6ubuntu0.3_amd64.deb ... default: Unpacking gettext (0.19.8.1-6ubuntu0.3) ... default: Selecting previously unselected package intltool-debian. default: Preparing to unpack .../037-intltool-debian_0.35.0+20060710.4_all.deb ... default: Unpacking intltool-debian (0.35.0+20060710.4) ... default: Selecting previously unselected package po-debconf. default: Preparing to unpack .../038-po-debconf_1.0.20_all.deb ... default: Unpacking po-debconf (1.0.20) ... default: Selecting previously unselected package debhelper. default: Preparing to unpack .../039-debhelper_11.1.6ubuntu2_all.deb ... default: Unpacking debhelper (11.1.6ubuntu2) ... default: Selecting previously unselected package libfakeroot:amd64. default: Preparing to unpack .../040-libfakeroot_1.22-2ubuntu1_amd64.deb ... default: Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... default: Selecting previously unselected package fakeroot. default: Preparing to unpack .../041-fakeroot_1.22-2ubuntu1_amd64.deb ... default: Unpacking fakeroot (1.22-2ubuntu1) ... default: Selecting previously unselected package fonts-noto-mono. default: Preparing to unpack .../042-fonts-noto-mono_20171026-2_all.deb ... default: Unpacking fonts-noto-mono (20171026-2) ... default: Selecting previously unselected package libcupsimage2:amd64. default: Preparing to unpack .../043-libcupsimage2_2.2.7-1ubuntu2.4_amd64.deb ... default: Unpacking libcupsimage2:amd64 (2.2.7-1ubuntu2.4) ... default: Selecting previously unselected package libijs-0.35:amd64. default: Preparing to unpack .../044-libijs-0.35_0.35-13_amd64.deb ... default: Unpacking libijs-0.35:amd64 (0.35-13) ... default: Selecting previously unselected package libjbig2dec0:amd64. default: Preparing to unpack .../045-libjbig2dec0_0.13-6_amd64.deb ... default: Unpacking libjbig2dec0:amd64 (0.13-6) ... default: Selecting previously unselected package libpaper1:amd64. default: Preparing to unpack .../046-libpaper1_1.1.24+nmu5ubuntu1_amd64.deb ... default: Unpacking libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... default: Selecting previously unselected package libgs9-common. default: Preparing to unpack .../047-libgs9-common_9.26~dfsg+0-0ubuntu0.18.04.9_all.deb ... default: Unpacking libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Selecting previously unselected package libgs9:amd64. default: Preparing to unpack .../048-libgs9_9.26~dfsg+0-0ubuntu0.18.04.9_amd64.deb ... default: Unpacking libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Selecting previously unselected package ghostscript. default: Preparing to unpack .../049-ghostscript_9.26~dfsg+0-0ubuntu0.18.04.9_amd64.deb ... default: Unpacking ghostscript (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Preparing to unpack .../050-git_1%3a2.21.0-0ppa1~ubuntu18.04.1_amd64.deb ... default: Unpacking git (1:2.21.0-0ppa1~ubuntu18.04.1) over (1:2.17.1-1ubuntu0.4) ... default: Preparing to unpack .../051-git-man_1%3a2.21.0-0ppa1~ubuntu18.04.1_all.deb ... default: Unpacking git-man (1:2.21.0-0ppa1~ubuntu18.04.1) over (1:2.17.1-1ubuntu0.4) ... default: Selecting previously unselected package libpcre2-8-0:amd64. default: Preparing to unpack .../052-libpcre2-8-0_10.31-2_amd64.deb ... default: Unpacking libpcre2-8-0:amd64 (10.31-2) ... default: Selecting previously unselected package git-lfs. default: Preparing to unpack .../053-git-lfs_2.3.4-1_amd64.deb ... default: Unpacking git-lfs (2.3.4-1) ... default: Selecting previously unselected package libapr1:amd64. default: Preparing to unpack .../054-libapr1_1.6.3-2_amd64.deb ... default: Unpacking libapr1:amd64 (1.6.3-2) ... default: Selecting previously unselected package libaprutil1:amd64. default: Preparing to unpack .../055-libaprutil1_1.6.1-2_amd64.deb ... default: Unpacking libaprutil1:amd64 (1.6.1-2) ... default: Selecting previously unselected package libserf-1-1:amd64. default: Preparing to unpack .../056-libserf-1-1_1.3.9-6_amd64.deb ... default: Unpacking libserf-1-1:amd64 (1.3.9-6) ... default: Selecting previously unselected package libsvn1:amd64. default: Preparing to unpack .../057-libsvn1_1.9.7-4ubuntu1_amd64.deb ... default: Unpacking libsvn1:amd64 (1.9.7-4ubuntu1) ... default: Selecting previously unselected package libsvn-perl. default: Preparing to unpack .../058-libsvn-perl_1.9.7-4ubuntu1_amd64.deb ... default: Unpacking libsvn-perl (1.9.7-4ubuntu1) ... default: Selecting previously unselected package libyaml-perl. default: Preparing to unpack .../059-libyaml-perl_1.24-1_all.deb ... default: Unpacking libyaml-perl (1.24-1) ... default: Selecting previously unselected package libterm-readkey-perl. default: Preparing to unpack .../060-libterm-readkey-perl_2.37-1build1_amd64.deb ... default: Unpacking libterm-readkey-perl (2.37-1build1) ... default: Selecting previously unselected package git-svn. default: Preparing to unpack .../061-git-svn_1%3a2.21.0-0ppa1~ubuntu18.04.1_all.deb ... default: Unpacking git-svn (1:2.21.0-0ppa1~ubuntu18.04.1) ... default: Selecting previously unselected package libann0. default: Preparing to unpack .../062-libann0_1.1.2+doc-6_amd64.deb ... default: Unpacking libann0 (1.1.2+doc-6) ... default: Selecting previously unselected package libcdt5. default: Preparing to unpack .../063-libcdt5_2.40.1-2_amd64.deb ... default: Unpacking libcdt5 (2.40.1-2) ... default: Selecting previously unselected package libcgraph6. default: Preparing to unpack .../064-libcgraph6_2.40.1-2_amd64.deb ... default: Unpacking libcgraph6 (2.40.1-2) ... default: Selecting previously unselected package libwebp6:amd64. default: Preparing to unpack .../065-libwebp6_0.6.1-2_amd64.deb ... default: Unpacking libwebp6:amd64 (0.6.1-2) ... default: Selecting previously unselected package libxpm4:amd64. default: Preparing to unpack .../066-libxpm4_1%3a3.5.12-1_amd64.deb ... default: Unpacking libxpm4:amd64 (1:3.5.12-1) ... default: Selecting previously unselected package libgd3:amd64. default: Preparing to unpack .../067-libgd3_2.2.5-4ubuntu0.3_amd64.deb ... default: Unpacking libgd3:amd64 (2.2.5-4ubuntu0.3) ... default: Selecting previously unselected package libgts-0.7-5:amd64. default: Preparing to unpack .../068-libgts-0.7-5_0.7.6+darcs121130-4_amd64.deb ... default: Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... default: Selecting previously unselected package libpixman-1-0:amd64. default: Preparing to unpack .../069-libpixman-1-0_0.34.0-2_amd64.deb ... default: Unpacking libpixman-1-0:amd64 (0.34.0-2) ... default: Selecting previously unselected package libxcb-render0:amd64. default: Preparing to unpack .../070-libxcb-render0_1.13-2~ubuntu18.04_amd64.deb ... default: Unpacking libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... default: Selecting previously unselected package libxcb-shm0:amd64. default: Preparing to unpack .../071-libxcb-shm0_1.13-2~ubuntu18.04_amd64.deb ... default: Unpacking libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... default: Selecting previously unselected package libxrender1:amd64. default: Preparing to unpack .../072-libxrender1_1%3a0.9.10-1_amd64.deb ... default: Unpacking libxrender1:amd64 (1:0.9.10-1) ... default: Selecting previously unselected package libcairo2:amd64. default: Preparing to unpack .../073-libcairo2_1.15.10-2ubuntu0.1_amd64.deb ... default: Unpacking libcairo2:amd64 (1.15.10-2ubuntu0.1) ... default: Selecting previously unselected package libthai-data. default: Preparing to unpack .../074-libthai-data_0.1.27-2_all.deb ... default: Unpacking libthai-data (0.1.27-2) ... default: Selecting previously unselected package libdatrie1:amd64. default: Preparing to unpack .../075-libdatrie1_0.2.10-7_amd64.deb ... default: Unpacking libdatrie1:amd64 (0.2.10-7) ... default: Selecting previously unselected package libthai0:amd64. default: Preparing to unpack .../076-libthai0_0.1.27-2_amd64.deb ... default: Unpacking libthai0:amd64 (0.1.27-2) ... default: Selecting previously unselected package libpango-1.0-0:amd64. default: Preparing to unpack .../077-libpango-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... default: Unpacking libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Selecting previously unselected package libgraphite2-3:amd64. default: Preparing to unpack .../078-libgraphite2-3_1.3.11-2_amd64.deb ... default: Unpacking libgraphite2-3:amd64 (1.3.11-2) ... default: Selecting previously unselected package libharfbuzz0b:amd64. default: Preparing to unpack .../079-libharfbuzz0b_1.7.2-1ubuntu1_amd64.deb ... default: Unpacking libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... default: Selecting previously unselected package libpangoft2-1.0-0:amd64. default: Preparing to unpack .../080-libpangoft2-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... default: Unpacking libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Selecting previously unselected package libpangocairo-1.0-0:amd64. default: Preparing to unpack .../081-libpangocairo-1.0-0_1.40.14-1ubuntu0.1_amd64.deb ... default: Unpacking libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Selecting previously unselected package libpathplan4. default: Preparing to unpack .../082-libpathplan4_2.40.1-2_amd64.deb ... default: Unpacking libpathplan4 (2.40.1-2) ... default: Selecting previously unselected package libgvc6. default: Preparing to unpack .../083-libgvc6_2.40.1-2_amd64.deb ... default: Unpacking libgvc6 (2.40.1-2) ... default: Selecting previously unselected package libgvpr2. default: Preparing to unpack .../084-libgvpr2_2.40.1-2_amd64.deb ... default: Unpacking libgvpr2 (2.40.1-2) ... default: Selecting previously unselected package liblab-gamut1. default: Preparing to unpack .../085-liblab-gamut1_2.40.1-2_amd64.deb ... default: Unpacking liblab-gamut1 (2.40.1-2) ... default: Selecting previously unselected package libxt6:amd64. default: Preparing to unpack .../086-libxt6_1%3a1.1.5-1_amd64.deb ... default: Unpacking libxt6:amd64 (1:1.1.5-1) ... default: Selecting previously unselected package libxmu6:amd64. default: Preparing to unpack .../087-libxmu6_2%3a1.1.2-2_amd64.deb ... default: Unpacking libxmu6:amd64 (2:1.1.2-2) ... default: Selecting previously unselected package libxaw7:amd64. default: Preparing to unpack .../088-libxaw7_2%3a1.0.13-1_amd64.deb ... default: Unpacking libxaw7:amd64 (2:1.0.13-1) ... default: Selecting previously unselected package graphviz. default: Preparing to unpack .../089-graphviz_2.40.1-2_amd64.deb ... default: Unpacking graphviz (2.40.1-2) ... default: Selecting previously unselected package gsfonts. default: Preparing to unpack .../090-gsfonts_1%3a8.11+urwcyr1.0.7~pre44-4.4_all.deb ... default: Unpacking gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... default: Selecting previously unselected package hicolor-icon-theme. default: Preparing to unpack .../091-hicolor-icon-theme_0.17-2_all.deb ... default: Unpacking hicolor-icon-theme (0.17-2) ... default: Selecting previously unselected package imagemagick-6.q16. default: Preparing to unpack .../092-imagemagick-6.q16_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... default: Unpacking imagemagick-6.q16 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package imagemagick. default: Preparing to unpack .../093-imagemagick_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... default: Unpacking imagemagick (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package libalgorithm-diff-perl. default: Preparing to unpack .../094-libalgorithm-diff-perl_1.19.03-1_all.deb ... default: Unpacking libalgorithm-diff-perl (1.19.03-1) ... default: Selecting previously unselected package libalgorithm-diff-xs-perl. default: Preparing to unpack .../095-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... default: Unpacking libalgorithm-diff-xs-perl (0.04-5) ... default: Selecting previously unselected package libalgorithm-merge-perl. default: Preparing to unpack .../096-libalgorithm-merge-perl_0.08-3_all.deb ... default: Unpacking libalgorithm-merge-perl (0.08-3) ... default: Selecting previously unselected package libarchive-cpio-perl. default: Preparing to unpack .../097-libarchive-cpio-perl_0.10-1_all.deb ... default: Unpacking libarchive-cpio-perl (0.10-1) ... default: Selecting previously unselected package mlock. default: Preparing to unpack .../098-mlock_8%3a2007f~dfsg-5build1_amd64.deb ... default: Unpacking mlock (8:2007f~dfsg-5build1) ... default: Selecting previously unselected package libc-client2007e. default: Preparing to unpack .../099-libc-client2007e_8%3a2007f~dfsg-5build1_amd64.deb ... default: Unpacking libc-client2007e (8:2007f~dfsg-5build1) ... default: Selecting previously unselected package libhtml-tagset-perl. default: Preparing to unpack .../100-libhtml-tagset-perl_3.20-3_all.deb ... default: Unpacking libhtml-tagset-perl (3.20-3) ... default: Selecting previously unselected package liburi-perl. default: Preparing to unpack .../101-liburi-perl_1.73-1_all.deb ... default: Unpacking liburi-perl (1.73-1) ... default: Selecting previously unselected package libhtml-parser-perl. default: Preparing to unpack .../102-libhtml-parser-perl_3.72-3build1_amd64.deb ... default: Unpacking libhtml-parser-perl (3.72-3build1) ... default: Selecting previously unselected package libcgi-pm-perl. default: Preparing to unpack .../103-libcgi-pm-perl_4.38-1_all.deb ... default: Unpacking libcgi-pm-perl (4.38-1) ... default: Selecting previously unselected package libfcgi-perl. default: Preparing to unpack .../104-libfcgi-perl_0.78-2build1_amd64.deb ... default: Unpacking libfcgi-perl (0.78-2build1) ... default: Selecting previously unselected package libcgi-fast-perl. default: Preparing to unpack .../105-libcgi-fast-perl_1%3a2.13-1_all.deb ... default: Unpacking libcgi-fast-perl (1:2.13-1) ... default: Selecting previously unselected package libcupsfilters1:amd64. default: Preparing to unpack .../106-libcupsfilters1_1.20.2-0ubuntu3.1_amd64.deb ... default: Unpacking libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ... default: Selecting previously unselected package libmysqlclient20:amd64. default: Preparing to unpack .../107-libmysqlclient20_5.7.26-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking libmysqlclient20:amd64 (5.7.26-0ubuntu0.18.04.1) ... default: Selecting previously unselected package libdbd-mysql-perl. default: Preparing to unpack .../108-libdbd-mysql-perl_4.046-1_amd64.deb ... default: Unpacking libdbd-mysql-perl (4.046-1) ... default: Selecting previously unselected package libdjvulibre-text. default: Preparing to unpack .../109-libdjvulibre-text_3.5.27.1-8_all.deb ... default: Unpacking libdjvulibre-text (3.5.27.1-8) ... default: Selecting previously unselected package libdjvulibre21:amd64. default: Preparing to unpack .../110-libdjvulibre21_3.5.27.1-8_amd64.deb ... default: Unpacking libdjvulibre21:amd64 (3.5.27.1-8) ... default: Selecting previously unselected package libencode-locale-perl. default: Preparing to unpack .../111-libencode-locale-perl_1.05-1_all.deb ... default: Unpacking libencode-locale-perl (1.05-1) ... default: Selecting previously unselected package libexpat1-dev:amd64. default: Preparing to unpack .../112-libexpat1-dev_2.2.5-3_amd64.deb ... default: Unpacking libexpat1-dev:amd64 (2.2.5-3) ... default: Selecting previously unselected package libfile-fcntllock-perl. default: Preparing to unpack .../113-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... default: Unpacking libfile-fcntllock-perl (0.22-3build2) ... default: Selecting previously unselected package libgts-bin. default: Preparing to unpack .../114-libgts-bin_0.7.6+darcs121130-4_amd64.deb ... default: Unpacking libgts-bin (0.7.6+darcs121130-4) ... default: Selecting previously unselected package libhtml-template-perl. default: Preparing to unpack .../115-libhtml-template-perl_2.97-1_all.deb ... default: Unpacking libhtml-template-perl (2.97-1) ... default: Selecting previously unselected package libhttp-date-perl. default: Preparing to unpack .../116-libhttp-date-perl_6.02-1_all.deb ... default: Unpacking libhttp-date-perl (6.02-1) ... default: Selecting previously unselected package libio-html-perl. default: Preparing to unpack .../117-libio-html-perl_1.001-1_all.deb ... default: Unpacking libio-html-perl (1.001-1) ... default: Selecting previously unselected package liblwp-mediatypes-perl. default: Preparing to unpack .../118-liblwp-mediatypes-perl_6.02-1_all.deb ... default: Unpacking liblwp-mediatypes-perl (6.02-1) ... default: Selecting previously unselected package libhttp-message-perl. default: Preparing to unpack .../119-libhttp-message-perl_6.14-1_all.deb ... default: Unpacking libhttp-message-perl (6.14-1) ... default: Selecting previously unselected package libilmbase12:amd64. default: Preparing to unpack .../120-libilmbase12_2.2.0-11ubuntu2_amd64.deb ... default: Unpacking libilmbase12:amd64 (2.2.0-11ubuntu2) ... default: Selecting previously unselected package libltdl-dev:amd64. default: Preparing to unpack .../121-libltdl-dev_2.4.6-2_amd64.deb ... default: Unpacking libltdl-dev:amd64 (2.4.6-2) ... default: Selecting previously unselected package libopenexr22:amd64. default: Preparing to unpack .../122-libopenexr22_2.2.0-11.1ubuntu1_amd64.deb ... default: Unpacking libopenexr22:amd64 (2.2.0-11.1ubuntu1) ... default: Selecting previously unselected package libwmf0.2-7:amd64. default: Preparing to unpack .../123-libwmf0.2-7_0.2.8.4-12_amd64.deb ... default: Unpacking libwmf0.2-7:amd64 (0.2.8.4-12) ... default: Selecting previously unselected package libmagickcore-6.q16-3-extra:amd64. default: Preparing to unpack .../124-libmagickcore-6.q16-3-extra_8%3a6.9.7.4+dfsg-16ubuntu6.4_amd64.deb ... default: Unpacking libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Selecting previously unselected package libsys-hostname-long-perl. default: Preparing to unpack .../125-libsys-hostname-long-perl_1.5-1_all.deb ... default: Unpacking libsys-hostname-long-perl (1.5-1) ... default: Selecting previously unselected package libmail-sendmail-perl. default: Preparing to unpack .../126-libmail-sendmail-perl_0.80-1_all.deb ... default: Unpacking libmail-sendmail-perl (0.80-1) ... default: Selecting previously unselected package libmemcached11:amd64. default: Preparing to unpack .../127-libmemcached11_1.0.18-4.2ubuntu0.18.04.1_amd64.deb ... default: Unpacking libmemcached11:amd64 (1.0.18-4.2ubuntu0.18.04.1) ... default: Selecting previously unselected package libnet1:amd64. default: Preparing to unpack .../128-libnet1_1.1.6+dfsg-3.1_amd64.deb ... default: Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... default: Selecting previously unselected package libnetpbm10. default: Preparing to unpack .../129-libnetpbm10_2%3a10.0-15.3build1_amd64.deb ... default: Unpacking libnetpbm10 (2:10.0-15.3build1) ... default: Selecting previously unselected package nginx-common. default: Preparing to unpack .../130-nginx-common_1.14.0-0ubuntu1.2_all.deb ... default: Unpacking nginx-common (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libnginx-mod-http-geoip. default: Preparing to unpack .../131-libnginx-mod-http-geoip_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking libnginx-mod-http-geoip (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libnginx-mod-http-image-filter. default: Preparing to unpack .../132-libnginx-mod-http-image-filter_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking libnginx-mod-http-image-filter (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libnginx-mod-http-xslt-filter. default: Preparing to unpack .../133-libnginx-mod-http-xslt-filter_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libnginx-mod-mail. default: Preparing to unpack .../134-libnginx-mod-mail_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking libnginx-mod-mail (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libnginx-mod-stream. default: Preparing to unpack .../135-libnginx-mod-stream_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking libnginx-mod-stream (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package libpaper-utils. default: Preparing to unpack .../136-libpaper-utils_1.1.24+nmu5ubuntu1_amd64.deb ... default: Unpacking libpaper-utils (1.1.24+nmu5ubuntu1) ... default: Selecting previously unselected package libpcre16-3:amd64. default: Preparing to unpack .../137-libpcre16-3_2%3a8.39-9_amd64.deb ... default: Unpacking libpcre16-3:amd64 (2:8.39-9) ... default: Selecting previously unselected package libpcre32-3:amd64. default: Preparing to unpack .../138-libpcre32-3_2%3a8.39-9_amd64.deb ... default: Unpacking libpcre32-3:amd64 (2:8.39-9) ... default: Selecting previously unselected package libpcrecpp0v5:amd64. default: Preparing to unpack .../139-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... default: Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... default: Selecting previously unselected package libpcre3-dev:amd64. default: Preparing to unpack .../140-libpcre3-dev_2%3a8.39-9_amd64.deb ... default: Unpacking libpcre3-dev:amd64 (2:8.39-9) ... default: Selecting previously unselected package libpython2.7-dev:amd64. default: Preparing to unpack .../141-libpython2.7-dev_2.7.15~rc1-1ubuntu0.1_amd64.deb ... default: Unpacking libpython2.7-dev:amd64 (2.7.15~rc1-1ubuntu0.1) ... default: Selecting previously unselected package libpython-dev:amd64. default: Preparing to unpack .../142-libpython-dev_2.7.15~rc1-1_amd64.deb ... default: Unpacking libpython-dev:amd64 (2.7.15~rc1-1) ... default: Selecting previously unselected package libpython-all-dev:amd64. default: Preparing to unpack .../143-libpython-all-dev_2.7.15~rc1-1_amd64.deb ... default: Unpacking libpython-all-dev:amd64 (2.7.15~rc1-1) ... default: Selecting previously unselected package libsodium23:amd64. default: Preparing to unpack .../144-libsodium23_1.0.16-2_amd64.deb ... default: Unpacking libsodium23:amd64 (1.0.16-2) ... default: Selecting previously unselected package libssh2-1:amd64. default: Preparing to unpack .../145-libssh2-1_1.8.0-1_amd64.deb ... default: Unpacking libssh2-1:amd64 (1.8.0-1) ... default: Selecting previously unselected package libyaml-libyaml-perl. default: Preparing to unpack .../146-libyaml-libyaml-perl_0.69+repack-1_amd64.deb ... default: Unpacking libyaml-libyaml-perl (0.69+repack-1) ... default: Selecting previously unselected package libzip4:amd64. default: Preparing to unpack .../147-libzip4_1.1.2-1.1_amd64.deb ... default: Unpacking libzip4:amd64 (1.1.2-1.1) ... default: Selecting previously unselected package mariadb-server. default: Preparing to unpack .../148-mariadb-server_1%3a10.1.38-0ubuntu0.18.04.2_all.deb ... default: Unpacking mariadb-server (1:10.1.38-0ubuntu0.18.04.2) ... default: Selecting previously unselected package memcached. default: Preparing to unpack .../149-memcached_1.5.6-0ubuntu1.1_amd64.deb ... default: Unpacking memcached (1.5.6-0ubuntu1.1) ... default: Selecting previously unselected package netpbm. default: Preparing to unpack .../150-netpbm_2%3a10.0-15.3build1_amd64.deb ... default: Unpacking netpbm (2:10.0-15.3build1) ... default: Selecting previously unselected package nginx-core. default: Preparing to unpack .../151-nginx-core_1.14.0-0ubuntu1.2_amd64.deb ... default: Unpacking nginx-core (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package nginx. default: Preparing to unpack .../152-nginx_1.14.0-0ubuntu1.2_all.deb ... default: Unpacking nginx (1.14.0-0ubuntu1.2) ... default: Selecting previously unselected package ngrep. default: Preparing to unpack .../153-ngrep_1.47+ds1-1_amd64.deb ... default: Unpacking ngrep (1.47+ds1-1) ... default: Selecting previously unselected package nodejs-doc. default: Preparing to unpack .../154-nodejs-doc_8.10.0~dfsg-2ubuntu0.4_all.deb ... default: Unpacking nodejs-doc (8.10.0~dfsg-2ubuntu0.4) ... default: Selecting previously unselected package php-common. default: Preparing to unpack .../155-php-common_1%3a60ubuntu1_all.deb ... default: Unpacking php-common (1:60ubuntu1) ... default: Selecting previously unselected package php7.2-common. default: Preparing to unpack .../156-php7.2-common_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-common (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-json. default: Preparing to unpack .../157-php7.2-json_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-json (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-opcache. default: Preparing to unpack .../158-php7.2-opcache_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-opcache (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-readline. default: Preparing to unpack .../159-php7.2-readline_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-readline (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-cli. default: Preparing to unpack .../160-php7.2-cli_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-cli (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-fpm. default: Preparing to unpack .../161-php7.2-fpm_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-fpm (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php-igbinary. default: Preparing to unpack .../162-php-igbinary_2.0.5-1build1_amd64.deb ... default: Unpacking php-igbinary (2.0.5-1build1) ... default: Selecting previously unselected package php-imagick. default: Preparing to unpack .../163-php-imagick_3.4.3~rc2-2ubuntu4_amd64.deb ... default: Unpacking php-imagick (3.4.3~rc2-2ubuntu4) ... default: Selecting previously unselected package php-memcache. default: Preparing to unpack .../164-php-memcache_3.0.9~20160311.4991c2f-5build2_amd64.deb ... default: Unpacking php-memcache (3.0.9~20160311.4991c2f-5build2) ... default: Selecting previously unselected package php-msgpack. default: Preparing to unpack .../165-php-msgpack_2.0.2+0.5.7-2build1_amd64.deb ... default: Unpacking php-msgpack (2.0.2+0.5.7-2build1) ... default: Selecting previously unselected package php-memcached. default: Preparing to unpack .../166-php-memcached_3.0.1+2.2.0-1build2_amd64.deb ... default: Unpacking php-memcached (3.0.1+2.2.0-1build2) ... default: Selecting previously unselected package php7.2-xml. default: Preparing to unpack .../167-php7.2-xml_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-xml (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php-pear. default: Preparing to unpack .../168-php-pear_1%3a1.10.5+submodules+notgz-1ubuntu1.18.04.1_all.deb ... default: Unpacking php-pear (1:1.10.5+submodules+notgz-1ubuntu1.18.04.1) ... default: Selecting previously unselected package php-xdebug. default: Preparing to unpack .../169-php-xdebug_2.6.0-0ubuntu1_amd64.deb ... default: Unpacking php-xdebug (2.6.0-0ubuntu1) ... default: Selecting previously unselected package php7.2-bcmath. default: Preparing to unpack .../170-php7.2-bcmath_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-bcmath (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-curl. default: Preparing to unpack .../171-php7.2-curl_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-curl (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package shtool. default: Preparing to unpack .../172-shtool_2.0.8-9_all.deb ... default: Unpacking shtool (2.0.8-9) ... default: Selecting previously unselected package php7.2-dev. default: Preparing to unpack .../173-php7.2-dev_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-dev (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-gd. default: Preparing to unpack .../174-php7.2-gd_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-gd (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-imap. default: Preparing to unpack .../175-php7.2-imap_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-imap (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-mbstring. default: Preparing to unpack .../176-php7.2-mbstring_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-mbstring (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-mysql. default: Preparing to unpack .../177-php7.2-mysql_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-mysql (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-soap. default: Preparing to unpack .../178-php7.2-soap_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-soap (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package php7.2-zip. default: Preparing to unpack .../179-php7.2-zip_7.2.17-0ubuntu0.18.04.1_amd64.deb ... default: Unpacking php7.2-zip (7.2.17-0ubuntu0.18.04.1) ... default: Selecting previously unselected package ssl-cert. default: Preparing to unpack .../180-ssl-cert_1.0.39_all.deb ... default: Unpacking ssl-cert (1.0.39) ... default: Selecting previously unselected package postfix. default: Preparing to unpack .../181-postfix_3.3.0-1ubuntu0.2_amd64.deb ... default: Unpacking postfix (3.3.0-1ubuntu0.2) ... default: Selecting previously unselected package python-all. default: Preparing to unpack .../182-python-all_2.7.15~rc1-1_amd64.deb ... default: Unpacking python-all (2.7.15~rc1-1) ... default: Selecting previously unselected package python2.7-dev. default: Preparing to unpack .../183-python2.7-dev_2.7.15~rc1-1ubuntu0.1_amd64.deb ... default: Unpacking python2.7-dev (2.7.15~rc1-1ubuntu0.1) ... default: Selecting previously unselected package python-dev. default: Preparing to unpack .../184-python-dev_2.7.15~rc1-1_amd64.deb ... default: Unpacking python-dev (2.7.15~rc1-1) ... default: Selecting previously unselected package python-all-dev. default: Preparing to unpack .../185-python-all-dev_2.7.15~rc1-1_amd64.deb ... default: Unpacking python-all-dev (2.7.15~rc1-1) ... default: Selecting previously unselected package python-asn1crypto. default: Preparing to unpack .../186-python-asn1crypto_0.24.0-1_all.deb ... default: Unpacking python-asn1crypto (0.24.0-1) ... default: Selecting previously unselected package python-cffi-backend. default: Preparing to unpack .../187-python-cffi-backend_1.11.5-1_amd64.deb ... default: Unpacking python-cffi-backend (1.11.5-1) ... default: Selecting previously unselected package python-enum34. default: Preparing to unpack .../188-python-enum34_1.1.6-2_all.deb ... default: Unpacking python-enum34 (1.1.6-2) ... default: Selecting previously unselected package python-idna. default: Preparing to unpack .../189-python-idna_2.6-1_all.deb ... default: Unpacking python-idna (2.6-1) ... default: Selecting previously unselected package python-ipaddress. default: Preparing to unpack .../190-python-ipaddress_1.0.17-1_all.deb ... default: Unpacking python-ipaddress (1.0.17-1) ... default: Selecting previously unselected package python-six. default: Preparing to unpack .../191-python-six_1.11.0-2_all.deb ... default: Unpacking python-six (1.11.0-2) ... default: Selecting previously unselected package python-cryptography. default: Preparing to unpack .../192-python-cryptography_2.1.4-1ubuntu1.2_amd64.deb ... default: Unpacking python-cryptography (2.1.4-1ubuntu1.2) ... default: Selecting previously unselected package python-dbus. default: Preparing to unpack .../193-python-dbus_1.2.6-1_amd64.deb ... default: Unpacking python-dbus (1.2.6-1) ... default: Selecting previously unselected package python-gi. default: Preparing to unpack .../194-python-gi_3.26.1-2ubuntu1_amd64.deb ... default: Unpacking python-gi (3.26.1-2ubuntu1) ... default: Selecting previously unselected package python-secretstorage. default: Preparing to unpack .../195-python-secretstorage_2.3.1-2_all.deb ... default: Unpacking python-secretstorage (2.3.1-2) ... default: Selecting previously unselected package python-keyring. default: Preparing to unpack .../196-python-keyring_10.6.0-1_all.deb ... default: Unpacking python-keyring (10.6.0-1) ... default: Selecting previously unselected package python-keyrings.alt. default: Preparing to unpack .../197-python-keyrings.alt_3.0-1_all.deb ... default: Unpacking python-keyrings.alt (3.0-1) ... default: Selecting previously unselected package python-pip-whl. default: Preparing to unpack .../198-python-pip-whl_9.0.1-2.3~ubuntu1_all.deb ... default: Unpacking python-pip-whl (9.0.1-2.3~ubuntu1) ... default: Selecting previously unselected package python-pip. default: Preparing to unpack .../199-python-pip_9.0.1-2.3~ubuntu1_all.deb ... default: Unpacking python-pip (9.0.1-2.3~ubuntu1) ... default: Selecting previously unselected package python-pkg-resources. default: Preparing to unpack .../200-python-pkg-resources_39.0.1-2_all.deb ... default: Unpacking python-pkg-resources (39.0.1-2) ... default: Selecting previously unselected package python-setuptools. default: Preparing to unpack .../201-python-setuptools_39.0.1-2_all.deb ... default: Unpacking python-setuptools (39.0.1-2) ... default: Selecting previously unselected package python-wheel. default: Preparing to unpack .../202-python-wheel_0.30.0-0.2_all.deb ... default: Unpacking python-wheel (0.30.0-0.2) ... default: Selecting previously unselected package python-xdg. default: Preparing to unpack .../203-python-xdg_0.25-4ubuntu1_all.deb ... default: Unpacking python-xdg (0.25-4ubuntu1) ... default: Selecting previously unselected package sntp. default: Preparing to unpack .../204-sntp_1%3a4.2.8p10+dfsg-5ubuntu7.1_amd64.deb ... default: Unpacking sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... default: Selecting previously unselected package subversion. default: Preparing to unpack .../205-subversion_1.9.7-4ubuntu1_amd64.deb ... default: Unpacking subversion (1.9.7-4ubuntu1) ... default: Selecting previously unselected package ttf-dejavu-core. default: Preparing to unpack .../206-ttf-dejavu-core_2.37-1_all.deb ... default: Unpacking ttf-dejavu-core (2.37-1) ... default: Selecting previously unselected package unzip. default: Preparing to unpack .../207-unzip_6.0-21ubuntu1_amd64.deb ... default: Unpacking unzip (6.0-21ubuntu1) ... default: Selecting previously unselected package zip. default: Preparing to unpack .../208-zip_3.0-11build1_amd64.deb ... default: Unpacking zip (3.0-11build1) ... default: Selecting previously unselected package dos2unix. default: Preparing to unpack .../209-dos2unix_7.3.4-3_amd64.deb ... default: Unpacking dos2unix (7.3.4-3) ... default: Selecting previously unselected package libc-ares2:amd64. default: Preparing to unpack .../210-libc-ares2_1.14.0-1_amd64.deb ... default: Unpacking libc-ares2:amd64 (1.14.0-1) ... default: Selecting previously unselected package libhttp-parser2.7.1:amd64. default: Preparing to unpack .../211-libhttp-parser2.7.1_2.7.1-2_amd64.deb ... default: Unpacking libhttp-parser2.7.1:amd64 (2.7.1-2) ... default: Selecting previously unselected package nodejs. default: Preparing to unpack .../212-nodejs_8.10.0~dfsg-2ubuntu0.4_amd64.deb ... default: Unpacking nodejs (8.10.0~dfsg-2ubuntu0.4) ... default: Selecting previously unselected package php-ssh2. default: Preparing to unpack .../213-php-ssh2_1.1.2+0.13-1build1_amd64.deb ... default: Unpacking php-ssh2 (1.1.2+0.13-1build1) ... default: Selecting previously unselected package pkg-php-tools. default: Preparing to unpack .../214-pkg-php-tools_1.35ubuntu1_all.deb ... default: Unpacking pkg-php-tools (1.35ubuntu1) ... default: Setting up libquadmath0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libgs9-common (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Setting up libhtml-tagset-perl (3.20-3) ... default: Setting up python-idna (2.6-1) ... default: Setting up libgomp1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libpaper1:amd64 (1.1.24+nmu5ubuntu1) ... default: default: Creating config file /etc/papersize with new version default: Setting up libatomic1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libapr1:amd64 (1.6.3-2) ... default: Setting up python-pip-whl (9.0.1-2.3~ubuntu1) ... default: Setting up imagemagick-6-common (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-4) ... default: Setting up nodejs-doc (8.10.0~dfsg-2ubuntu0.4) ... default: Setting up git-man (1:2.21.0-0ppa1~ubuntu18.04.1) ... default: Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... default: Setting up libpathplan4 (2.40.1-2) ... default: Setting up libhttp-parser2.7.1:amd64 (2.7.1-2) ... default: Setting up fonts-droid-fallback (1:6.0.1r16-1.1) ... default: Setting up libpaper-utils (1.1.24+nmu5ubuntu1) ... default: Setting up libcc1-0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up python-asn1crypto (0.24.0-1) ... default: Setting up liblab-gamut1 (2.40.1-2) ... default: Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... default: Setting up libconfig-inifiles-perl (2.94-1) ... default: Setting up libarchive-zip-perl (1.60-1ubuntu0.1) ... default: Processing triggers for mime-support (3.60ubuntu1) ... default: Processing triggers for ureadahead (0.100.0-21) ... default: Setting up gsfonts (1:8.11+urwcyr1.0.7~pre44-4.4) ... default: Setting up libasan4:amd64 (7.4.0-1ubuntu1~18.04) ... default: Setting up libencode-locale-perl (1.05-1) ... default: Setting up libjemalloc1 (3.6.0-11) ... default: Setting up libtimedate-perl (2.3000-2) ... default: Setting up liblcms2-2:amd64 (2.9-1ubuntu0.1) ... default: Setting up libjbig0:amd64 (2.1-3.1build1) ... default: Setting up fonts-dejavu-core (2.37-1) ... default: Setting up poppler-data (0.4.8-2) ... default: Setting up libcilkrts5:amd64 (7.4.0-1ubuntu1~18.04) ... default: Setting up libdjvulibre-text (3.5.27.1-8) ... default: Processing triggers for install-info (6.5.0.dfsg.1-2) ... default: Setting up memcached (1.5.6-0ubuntu1.1) ... default: Created symlink /etc/systemd/system/multi-user.target.wants/memcached.service → /lib/systemd/system/memcached.service. default: Setting up socat (1.7.3.2-2ubuntu2) ... default: Setting up libubsan0:amd64 (7.4.0-1ubuntu1~18.04) ... default: Setting up shtool (2.0.8-9) ... default: Setting up libtsan0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up nginx-common (1.14.0-0ubuntu1.2) ... default: Created symlink /etc/systemd/system/multi-user.target.wants/nginx.service → /lib/systemd/system/nginx.service. default: Setting up libnetpbm10 (2:10.0-15.3build1) ... default: Setting up libio-html-perl (1.001-1) ... default: Setting up python-wheel (0.30.0-0.2) ... default: Setting up unzip (6.0-21ubuntu1) ... default: Setting up libarchive-cpio-perl (0.10-1) ... default: Setting up libdpkg-perl (1.19.0.5ubuntu2.1) ... default: Setting up dos2unix (7.3.4-3) ... default: Setting up libyaml-perl (1.24-1) ... default: Setting up libdatrie1:amd64 (0.2.10-7) ... default: Setting up ssl-cert (1.0.39) ... default: Setting up ngrep (1.47+ds1-1) ... default: Setting up libjpeg-turbo8:amd64 (1.5.2-0ubuntu5.18.04.1) ... default: Setting up m4 (1.4.18-1) ... default: Setting up libmemcached11:amd64 (1.0.18-4.2ubuntu0.18.04.1) ... default: Setting up python-pkg-resources (39.0.1-2) ... default: Setting up libfftw3-double3:amd64 (3.3.7-1) ... default: Setting up fonts-liberation (1:1.07.4-7~18.04.1) ... default: Setting up zip (3.0-11build1) ... default: Setting up libterm-readkey-perl (2.37-1build1) ... default: Setting up fonts-noto-mono (20171026-2) ... default: Setting up libgraphite2-3:amd64 (1.3.11-2) ... default: Setting up liblsan0:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libcroco3:amd64 (0.6.12-2) ... default: Setting up libzip4:amd64 (1.1.2-1.1) ... default: Setting up libsys-hostname-long-perl (1.5-1) ... default: Setting up libfile-fcntllock-perl (0.22-3build2) ... default: Setting up libcupsimage2:amd64 (2.2.7-1ubuntu2.4) ... default: Setting up libilmbase12:amd64 (2.2.0-11ubuntu2) ... default: Setting up libsodium23:amd64 (1.0.16-2) ... default: Setting up python-cffi-backend (1.11.5-1) ... default: Setting up liblqr-1-0:amd64 (0.4.2-2.1) ... default: Setting up libjbig2dec0:amd64 (0.13-6) ... default: Setting up libmpx2:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libpixman-1-0:amd64 (0.34.0-2) ... default: Setting up python-gi (3.26.1-2ubuntu1) ... default: Setting up dpkg-dev (1.19.0.5ubuntu2.1) ... default: Setting up python-six (1.11.0-2) ... default: Setting up libssh2-1:amd64 (1.8.0-1) ... default: Setting up liblwp-mediatypes-perl (6.02-1) ... default: Setting up libmail-sendmail-perl (0.80-1) ... default: Processing triggers for libc-bin (2.27-3ubuntu1) ... default: Setting up libaio1:amd64 (0.3.110-5ubuntu0.1) ... default: Setting up mlock (8:2007f~dfsg-5build1) ... default: Setting up galera-3 (25.3.20-1) ... default: Setting up autotools-dev (20180224.1) ... default: Setting up liburi-perl (1.73-1) ... default: Setting up libaprutil1:amd64 (1.6.1-2) ... default: Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... default: Setting up php-common (1:60ubuntu1) ... default: Created symlink /etc/systemd/system/timers.target.wants/phpsessionclean.timer → /lib/systemd/system/phpsessionclean.timer. default: Setting up python-enum34 (1.1.6-2) ... default: Processing triggers for systemd (237-3ubuntu10.21) ... default: Setting up libltdl7:amd64 (2.4.6-2) ... default: Setting up libhtml-parser-perl (3.72-3build1) ... default: Setting up libcgi-pm-perl (4.38-1) ... default: Setting up libijs-0.35:amd64 (0.35-13) ... default: Setting up libopts25:amd64 (1:5.18.12-4) ... default: Setting up libann0 (1.1.2+doc-6) ... default: Setting up libnginx-mod-mail (1.14.0-0ubuntu1.2) ... default: Setting up libalgorithm-diff-perl (1.19.03-1) ... default: Setting up libexpat1-dev:amd64 (2.2.5-3) ... default: Setting up colordiff (1.0.18-1) ... default: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... default: Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... default: Setting up libpcre32-3:amd64 (2:8.39-9) ... default: Setting up libnginx-mod-http-xslt-filter (1.14.0-0ubuntu1.2) ... default: Setting up libmysqlclient20:amd64 (5.7.26-0ubuntu0.18.04.1) ... default: Setting up libpython2.7-dev:amd64 (2.7.15~rc1-1ubuntu0.1) ... default: Setting up libgts-bin (0.7.6+darcs121130-4) ... default: Setting up libpcre16-3:amd64 (2:8.39-9) ... default: Setting up libthai-data (0.1.27-2) ... default: Setting up libpcre2-8-0:amd64 (10.31-2) ... default: Setting up python-dbus (1.2.6-1) ... default: Setting up x11-common (1:7.7+19ubuntu7.1) ... default: update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults default: Setting up python-ipaddress (1.0.17-1) ... default: Setting up libyaml-libyaml-perl (0.69+repack-1) ... default: Setting up python-pip (9.0.1-2.3~ubuntu1) ... default: Setting up hicolor-icon-theme (0.17-2) ... default: Setting up python2.7-dev (2.7.15~rc1-1ubuntu0.1) ... default: Setting up python-all (2.7.15~rc1-1) ... default: Setting up libfcgi-perl (0.78-2build1) ... default: Setting up libc-ares2:amd64 (1.14.0-1) ... default: Setting up libxcb1:amd64 (1.13-2~ubuntu18.04) ... default: Setting up libnginx-mod-http-geoip (1.14.0-0ubuntu1.2) ... default: Setting up libcdt5 (2.40.1-2) ... default: Setting up libdbi-perl (1.640-1) ... default: Setting up git (1:2.21.0-0ppa1~ubuntu18.04.1) ... default: Setting up libitm1:amd64 (8.3.0-6ubuntu1~18.04) ... default: Setting up libx11-data (2:1.6.4-3ubuntu0.2) ... default: Setting up libc-client2007e (8:2007f~dfsg-5build1) ... default: Setting up autopoint (0.19.8.1-6ubuntu0.3) ... default: Processing triggers for rsyslog (8.32.0-1ubuntu4) ... default: Setting up postfix (3.3.0-1ubuntu0.2) ... default: Created symlink /etc/systemd/system/multi-user.target.wants/postfix.service → /lib/systemd/system/postfix.service. default: Adding group `postfix' (GID 118) ... default: Done. default: Adding system user `postfix' (UID 114) ... default: Adding new user `postfix' (UID 114) with group `postfix' ... default: Not creating home directory `/var/spool/postfix'. default: Creating /etc/postfix/dynamicmaps.cf default: Adding group `postdrop' (GID 119) ... default: Done. default: setting myhostname: vagrant.vm default: setting alias maps default: setting alias database default: mailname is not a fully qualified domain name. Not changing /etc/mailname. default: setting destinations: $myhostname, vvv, vagrant.vm, localhost.vm, localhost default: setting relayhost: default: setting mynetworks: 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 default: setting mailbox_size_limit: 0 default: setting recipient_delimiter: + default: setting inet_interfaces: all default: setting inet_protocols: all default: /etc/aliases does not exist, creating it. default: WARNING: /etc/aliases exists, but does not have a root alias. default: Postfix (main.cf) is now set up with a default configuration. If you need to default: make changes, edit /etc/postfix/main.cf (and others) as needed. To view default: Postfix configuration values, see postconf(1). default: After modifying main.cf, be sure to run 'service postfix reload'. default: Running newaliases default: Setting up libcgraph6 (2.40.1-2) ... default: Setting up python-xdg (0.25-4ubuntu1) ... default: Setting up libwebp6:amd64 (0.6.1-2) ... default: Setting up libfile-stripnondeterminism-perl (0.040-1.1~build1) ... default: Setting up libjpeg8:amd64 (8c-2ubuntu8) ... default: Setting up libpython-dev:amd64 (2.7.15~rc1-1) ... default: Setting up python-setuptools (39.0.1-2) ... default: Setting up libpcre3-dev:amd64 (2:8.39-9) ... default: Setting up fontconfig-config (2.12.6-0ubuntu2) ... default: Setting up git-lfs (2.3.4-1) ... default: Setting up libhttp-date-perl (6.02-1) ... default: Setting up libxcb-render0:amd64 (1.13-2~ubuntu18.04) ... default: Setting up php7.2-common (7.2.17-0ubuntu0.18.04.1) ... default: Creating config file /etc/php/7.2/mods-available/calendar.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/ctype.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/exif.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/fileinfo.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/ftp.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/gettext.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/iconv.ini with new version default: Creating config file /etc/php/7.2/mods-available/pdo.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/phar.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/posix.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/shmop.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/sockets.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/sysvmsg.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/sysvsem.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/sysvshm.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/tokenizer.ini with new version default: Setting up libnginx-mod-stream (1.14.0-0ubuntu1.2) ... default: Setting up mariadb-server-core-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Setting up libhtml-template-perl (2.97-1) ... default: Setting up sntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... default: Setting up libltdl-dev:amd64 (2.4.6-2) ... default: Setting up ttf-dejavu-core (2.37-1) ... default: Setting up libdjvulibre21:amd64 (3.5.27.1-8) ... default: Setting up gettext (0.19.8.1-6ubuntu0.3) ... default: Setting up nodejs (8.10.0~dfsg-2ubuntu0.4) ... default: update-alternatives: using /usr/bin/nodejs to provide /usr/bin/js (js) in auto mode default: Setting up php7.2-imap (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/imap.ini with new version default: Setting up libgvpr2 (2.40.1-2) ... default: Setting up php7.2-curl (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/curl.ini with new version default: Setting up mariadb-client-core-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Setting up python-dev (2.7.15~rc1-1) ... default: Setting up libx11-6:amd64 (2:1.6.4-3ubuntu0.2) ... default: Setting up libpython-all-dev:amd64 (2.7.15~rc1-1) ... default: Setting up ntp (1:4.2.8p10+dfsg-5ubuntu7.1) ... default: Created symlink /etc/systemd/system/network-pre.target.wants/ntp-systemd-netif.path → /lib/systemd/system/ntp-systemd-netif.path. default: Created symlink /etc/systemd/system/multi-user.target.wants/ntp.service → /lib/systemd/system/ntp.service. default: ntp-systemd-netif.service is a disabled or a static unit, not starting it. default: Setting up libharfbuzz0b:amd64 (1.7.2-1ubuntu1) ... default: Setting up libtiff5:amd64 (4.0.9-5ubuntu0.2) ... default: Setting up autoconf (2.69-11) ... default: Setting up libthai0:amd64 (0.1.27-2) ... default: Setting up libopenexr22:amd64 (2.2.0-11.1ubuntu1) ... default: Setting up fakeroot (1.22-2ubuntu1) ... default: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode default: Setting up php7.2-mbstring (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/mbstring.ini with new version default: Setting up python-keyrings.alt (3.0-1) ... default: Setting up libgcc-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ... default: Setting up libcgi-fast-perl (1:2.13-1) ... default: Setting up php7.2-soap (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/soap.ini with new version default: Setting up libcupsfilters1:amd64 (1.20.2-0ubuntu3.1) ... default: Setting up libstdc++-7-dev:amd64 (7.4.0-1ubuntu1~18.04) ... default: Setting up php7.2-readline (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/readline.ini with new version default: Setting up libalgorithm-merge-perl (0.08-3) ... default: Setting up intltool-debian (0.35.0+20060710.4) ... default: Setting up php7.2-bcmath (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/bcmath.ini with new version default: Setting up libalgorithm-diff-xs-perl (0.04-5) ... default: Setting up libserf-1-1:amd64 (1.3.9-6) ... default: Setting up python-all-dev (2.7.15~rc1-1) ... default: Setting up automake (1:1.15.1-3ubuntu2) ... default: update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode default: Setting up python-cryptography (2.1.4-1ubuntu1.2) ... default: Setting up netpbm (2:10.0-15.3build1) ... default: Setting up libice6:amd64 (2:1.0.9-2) ... default: Setting up libxcb-shm0:amd64 (1.13-2~ubuntu18.04) ... default: Setting up libxpm4:amd64 (1:3.5.12-1) ... default: Setting up libxrender1:amd64 (1:0.9.10-1) ... default: Setting up libhttp-message-perl (6.14-1) ... default: Setting up php7.2-json (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/json.ini with new version default: Setting up libsvn1:amd64 (1.9.7-4ubuntu1) ... default: Setting up libdbd-mysql-perl (4.046-1) ... default: Setting up libwmf0.2-7:amd64 (0.2.8.4-12) ... default: Setting up php7.2-opcache (7.2.17-0ubuntu0.18.04.1) ... default: Creating config file /etc/php/7.2/mods-available/opcache.ini with new version default: Setting up python-secretstorage (2.3.1-2) ... default: Setting up php7.2-mysql (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/mysqlnd.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/mysqli.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/pdo_mysql.ini with new version default: Setting up libfontconfig1:amd64 (2.12.6-0ubuntu2) ... default: Setting up php7.2-xml (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/dom.ini with new version default: Creating config file /etc/php/7.2/mods-available/simplexml.ini with new version default: Creating config file /etc/php/7.2/mods-available/wddx.ini with new version default: Creating config file /etc/php/7.2/mods-available/xml.ini with new version default: default: Creating config file /etc/php/7.2/mods-available/xmlreader.ini with new version default: Creating config file /etc/php/7.2/mods-available/xmlwriter.ini with new version default: Creating config file /etc/php/7.2/mods-available/xsl.ini with new version default: Setting up libsm6:amd64 (2:1.2.2-1) ... default: Setting up mariadb-client-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Setting up php7.2-zip (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/zip.ini with new version default: Setting up python-keyring (10.6.0-1) ... default: Setting up libxext6:amd64 (2:1.3.3-1) ... default: Setting up po-debconf (1.0.20) ... default: Setting up gcc-7 (7.4.0-1ubuntu1~18.04) ... default: Setting up g++-7 (7.4.0-1ubuntu1~18.04) ... default: Setting up libsvn-perl (1.9.7-4ubuntu1) ... default: Setting up libgd3:amd64 (2.2.5-4ubuntu0.3) ... default: Setting up gcc (4:7.4.0-1ubuntu2.2) ... default: Setting up php7.2-cli (7.2.17-0ubuntu0.18.04.1) ... default: update-alternatives: using /usr/bin/php7.2 to provide /usr/bin/php (php) in auto mode default: update-alternatives: using /usr/bin/phar7.2 to provide /usr/bin/phar (phar) in auto mode default: update-alternatives: using /usr/bin/phar.phar7.2 to provide /usr/bin/phar.phar (phar.phar) in auto mode default: default: Creating config file /etc/php/7.2/cli/php.ini with new version default: Setting up php-memcache (3.0.9~20160311.4991c2f-5build2) ... default: Setting up php-msgpack (2.0.2+0.5.7-2build1) ... default: Setting up php-pear (1:1.10.5+submodules+notgz-1ubuntu1.18.04.1) ... default: Setting up subversion (1.9.7-4ubuntu1) ... default: Setting up libxt6:amd64 (1:1.1.5-1) ... default: Setting up g++ (4:7.4.0-1ubuntu2.2) ... default: update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode default: Setting up mariadb-server-10.1 (1:10.1.38-0ubuntu0.18.04.2) ... default: Created symlink /etc/systemd/system/mysql.service → /lib/systemd/system/mariadb.service. default: Created symlink /etc/systemd/system/mysqld.service → /lib/systemd/system/mariadb.service. default: Created symlink /etc/systemd/system/multi-user.target.wants/mariadb.service → /lib/systemd/system/mariadb.service. default: Setting up git-svn (1:2.21.0-0ppa1~ubuntu18.04.1) ... default: Setting up libgs9:amd64 (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Setting up fontconfig (2.12.6-0ubuntu2) ... default: Regenerating fonts cache... default: done. default: Setting up libtool (2.4.6-2) ... default: Setting up php7.2-gd (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/mods-available/gd.ini with new version default: Setting up php7.2-dev (7.2.17-0ubuntu0.18.04.1) ... default: update-alternatives: using /usr/bin/php-config7.2 to provide /usr/bin/php-config (php-config) in auto mode default: update-alternatives: using /usr/bin/phpize7.2 to provide /usr/bin/phpize (phpize) in auto mode default: Setting up libcairo2:amd64 (1.15.10-2ubuntu0.1) ... default: Setting up php7.2-fpm (7.2.17-0ubuntu0.18.04.1) ... default: default: Creating config file /etc/php/7.2/fpm/php.ini with new version default: Created symlink /etc/systemd/system/multi-user.target.wants/php7.2-fpm.service → /lib/systemd/system/php7.2-fpm.service. default: Setting up php-ssh2 (1.1.2+0.13-1build1) ... default: Setting up libmagickcore-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Setting up build-essential (12.4ubuntu1) ... default: Setting up libnginx-mod-http-image-filter (1.14.0-0ubuntu1.2) ... default: Setting up php-igbinary (2.0.5-1build1) ... default: Setting up ghostscript (9.26~dfsg+0-0ubuntu0.18.04.9) ... default: Setting up libxmu6:amd64 (2:1.1.2-2) ... default: Setting up php-xdebug (2.6.0-0ubuntu1) ... default: Setting up libpango-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Setting up libmagickwand-6.q16-3:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Setting up nginx-core (1.14.0-0ubuntu1.2) ... default: Setting up mariadb-server (1:10.1.38-0ubuntu0.18.04.2) ... default: Setting up php-memcached (3.0.1+2.2.0-1build2) ... default: Setting up libxaw7:amd64 (2:1.0.13-1) ... default: Setting up php-imagick (3.4.3~rc2-2ubuntu4) ... default: Setting up imagemagick-6.q16 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode default: update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode default: update-alternatives: default: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode default: update-alternatives: default: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode default: update-alternatives: default: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode default: update-alternatives: default: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode default: update-alternatives: default: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode default: update-alternatives: default: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode default: update-alternatives: default: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode default: update-alternatives: default: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode default: update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode default: update-alternatives: default: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode default: update-alternatives: default: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode default: update-alternatives: default: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode default: update-alternatives: default: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode default: update-alternatives: default: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode default: update-alternatives: default: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode default: update-alternatives: default: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode default: update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode default: update-alternatives: default: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode default: update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode default: update-alternatives: default: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode default: Setting up nginx (1.14.0-0ubuntu1.2) ... default: Setting up libpangoft2-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Setting up imagemagick (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Setting up libpangocairo-1.0-0:amd64 (1.40.14-1ubuntu0.1) ... default: Setting up libmagickcore-6.q16-3-extra:amd64 (8:6.9.7.4+dfsg-16ubuntu6.4) ... default: Setting up libgvc6 (2.40.1-2) ... default: Setting up graphviz (2.40.1-2) ... default: Setting up dh-strip-nondeterminism (0.040-1.1~build1) ... default: Setting up debhelper (11.1.6ubuntu2) ... default: Setting up dh-autoreconf (17) ... default: Setting up pkg-php-tools (1.35ubuntu1) ... default: Processing triggers for ureadahead (0.100.0-21) ... default: Processing triggers for ufw (0.36-0ubuntu0.18.04.1) ... default: Processing triggers for libc-bin (2.27-3ubuntu1) ... default: Processing triggers for systemd (237-3ubuntu10.21) ... default: Processing triggers for rsyslog (8.32.0-1ubuntu4) ... default: Removing unnecessary packages... default: Reading package lists... default: Building dependency tree... default: default: Reading state information... default: 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. default: sh: 0: default: Can't open /srv/config/homebin/xdebug_off default: Installing/updating npm... default: /tmp/vagrant-shell: line 396: npm: command not found default: Installing/updating npm-check-updates... default: /tmp/vagrant-shell: line 398: npm: command not found default: Installing ack-grep as ack default: Installing Composer... default: All settings correct for using Composer default: Downloading... default: default: Composer (version 1.8.5) successfully installed to: /home/vagrant/composer.phar default: Use it: php composer.phar default: Updating Composer... default: You are already using composer version 1.8.5 (stable channel). default: Changed current directory to /usr/local/src/composer default: ./composer.json has been created default: Changed current directory to /usr/local/src/composer default: Changed current directory to /usr/local/src/composer default: Loading composer repositories with package information default: Updating dependencies (including require-dev) default: Package operations: 33 installs, 0 updates, 0 removals default: - Installing d11wtq/boris (v1.0.8): default: Downloading default: (100%) default: - Installing sebastian/version (2.0.1): default: Downloading default: (100%) default: - Installing sebastian/resource-operations (1.0.0): default: Downloading default: (100%) default: - Installing sebastian/recursion-context (3.0.0): default: Downloading default: (100%) default: - Installing sebastian/object-reflector (1.1.1): default: Downloading default: (100%) default: - Installing sebastian/object-enumerator (3.0.3): default: Downloading default: (100%) default: - Installing sebastian/global-state (2.0.0): default: Downloading default: (100%) default: - Installing sebastian/exporter (3.1.0): default: Downloading default: (100%) default: - Installing sebastian/environment (3.1.0): default: Downloading default: (100%) default: - Installing sebastian/diff (2.0.1): default: Downloading default: (100%) default: - Installing sebastian/comparator (2.1.3): default: Downloading default: (100%) default: - Installing doctrine/instantiator (1.2.0): default: Downloading default: (100%) default: - Installing phpunit/php-text-template (1.2.1): default: Downloading default: (100%) default: - Installing phpunit/phpunit-mock-objects (5.0.10): default: Downloading default: (100%) default: - Installing phpunit/php-timer (1.0.9): default: Downloading default: (100%) default: - Installing phpunit/php-file-iterator (1.4.5): default: Downloading default: (100%) default: - Installing theseer/tokenizer (1.1.2): default: Downloading default: (100%) default: - Installing sebastian/code-unit-reverse-lookup (1.0.1): default: Downloading default: (100%) default: - Installing phpunit/php-token-stream (2.0.2): default: Downloading default: (100%) default: - Installing phpunit/php-code-coverage (5.3.2): default: Downloading default: (100%) default: - Installing symfony/polyfill-ctype (v1.11.0): default: Downloading default: (100%) default: - Installing webmozart/assert (1.4.0): default: Downloading default: (100%) default: - Installing phpdocumentor/reflection-common (1.0.1): default: Downloading default: (100%) default: - Installing phpdocumentor/type-resolver (0.4.0): default: Downloading default: (100%) default: - Installing phpdocumentor/reflection-docblock (4.3.1): default: Downloading default: (100%) default: - Installing phpspec/prophecy (1.8.0): default: Downloading default: (100%) default: - Installing phar-io/version (1.0.1): default: Downloading default: (100%) default: - Installing phar-io/manifest (1.0.1): default: Downloading default: (100%) default: - Installing myclabs/deep-copy (1.9.1): default: Downloading default: (100%) default: - Installing phpunit/phpunit (6.5.14): default: Downloading default: (100%) default: - Installing phpunit/php-invoker (1.1.4): default: Downloading default: (100%) default: - Installing hamcrest/hamcrest-php (v1.2.2): default: Downloading default: (100%) default: - Installing mockery/mockery (0.9.11): default: Downloading default: (100%) default: sebastian/global-state suggests installing ext-uopz (*) default: Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. default: Writing lock file default: Generating autoload files default: Installing Grunt CLI default: /tmp/vagrant-shell: line 447: npm: command not found default: /tmp/vagrant-shell: line 448: npm: command not found default: /tmp/vagrant-shell: line 449: npm: command not found default: /tmp/vagrant-shell: line 450: npm: command not found default: chown: default: cannot access '/usr/lib/node_modules/' default: : No such file or directory default: Adding graphviz symlink for Webgrind... default: Installing Shyaml for bash provisioning.. default: Collecting shyaml default: Downloading https://files.pythonhosted.org/packages/29/84/30051cc954696388d63bac118278e5c5a02d1765eed257b41b63a8b9c333/shyaml-0.6.1-py2.py3-none-any.whl default: Collecting pyyaml (from shyaml) default: Downloading https://files.pythonhosted.org/packages/9f/2c/9417b5c774792634834e730932745bc09a7d36754ca00acf1ccd1ac2594d/PyYAML-5.1.tar.gz (274kB) default: Building wheels for collected packages: pyyaml default: Running setup.py bdist_wheel for pyyaml: started default: Running setup.py bdist_wheel for pyyaml: finished with status 'done' default: Stored in directory: /root/.cache/pip/wheels/ad/56/bc/1522f864feb2a358ea6f1a92b4798d69ac783a28e80567a18b default: Successfully built pyyaml default: Installing collected packages: pyyaml, shyaml default: Successfully installed pyyaml-5.1 shyaml-0.6.1 default: Generating Nginx server private key... default: Generating RSA private key, 2048 bit long modulus default: .......................+++ default: ...+++ default: e is 65537 (0x010001) default: Sign the certificate using the above private key... default: default: default: Setup configuration files... default: * Copying /srv/config/init/vvv-start.conf to /etc/init/vvv-start.conf default: cp: default: cannot stat '/srv/config/init/vvv-start.conf' default: : No such file or directory default: * Copying /srv/config/nginx-config/nginx.conf to /etc/nginx/nginx.conf default: cp: cannot stat '/srv/config/nginx-config/nginx.conf': No such file or directory default: * Copying /srv/config/nginx-config/nginx-wp-common.conf to /etc/nginx/nginx-wp-common.conf default: cp: default: cannot stat '/srv/config/nginx-config/nginx-wp-common.conf' default: : No such file or directory default: * Copying /srv/config/nginx-config/php7.2-upstream.conf to /etc/nginx/upstreams/php72.conf default: cp: default: cannot stat '/srv/config/nginx-config/php7.2-upstream.conf' default: : No such file or directory default: * Rsync'ing /srv/config/nginx-config/sites/ to /etc/nginx/custom-sites default: sending incremental file list default: rsync: change_dir "/srv/config/nginx-config/sites" failed: No such file or directory (2) default: default: sent 20 bytes received 12 bytes 64.00 bytes/sec default: total size is 0 speedup is 0.00 default: rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2] default: Making sure the Nginx log files and folder exist default: * Installing MailHog default: * Installing MHSendmail default: [Unit] default: Description=MailHog default: After=network.service vagrant.mount default: [Service] default: Type=simple default: ExecStart=/usr/bin/env /usr/local/bin/mailhog > /dev/null 2>&1 & default: [Install] default: WantedBy=multi-user.target default: Created symlink /etc/systemd/system/multi-user.target.wants/mailhog.service → /etc/systemd/system/mailhog.service. default: * Starting MailHog default: * Copying /srv/config/php-config/php7.2-fpm.conf to /etc/php/7.2/fpm/php-fpm.conf default: cp: cannot stat '/srv/config/php-config/php7.2-fpm.conf': No such file or directory default: * Copying /srv/config/php-config/php7.2-www.conf to /etc/php/7.2/fpm/pool.d/www.conf default: cp: default: cannot stat '/srv/config/php-config/php7.2-www.conf' default: : No such file or directory default: * Copying /srv/config/php-config/php7.2-custom.ini to /etc/php/7.2/fpm/conf.d/php-custom.ini default: cp: default: cannot stat '/srv/config/php-config/php7.2-custom.ini' default: : No such file or directory default: * Copying /srv/config/php-config/opcache.ini to /etc/php/7.2/fpm/conf.d/opcache.ini default: cp: default: cannot stat '/srv/config/php-config/opcache.ini' default: : No such file or directory default: * Copying /srv/config/php-config/xdebug.ini to /etc/php/7.2/mods-available/xdebug.ini default: cp: default: cannot stat '/srv/config/php-config/xdebug.ini' default: : No such file or directory default: * Copying /srv/config/php-config/mailhog.ini to /etc/php/7.2/mods-available/mailhog.ini default: cp: cannot stat '/srv/config/php-config/mailhog.ini': No such file or directory default: * Copying /srv/config/memcached-config/memcached.conf to /etc/memcached.conf and /etc/memcached_default.conf default: cp: default: cannot stat '/srv/config/memcached-config/memcached.conf' default: : No such file or directory default: cp: default: cannot stat '/srv/config/memcached-config/memcached.conf' default: : No such file or directory default: default: Restarting services... default: WARNING: Module mailhog ini file doesn't exist under /etc/php/7.2/mods-available default: WARNING: Module mailhog ini file doesn't exist under /etc/php/7.2/mods-available default: default: Setup MySQL configuration file links... default: cp: default: cannot stat '/srv/config/mysql-config/my.cnf' default: : No such file or directory default: cp: default: cannot stat '/srv/config/mysql-config/root-my.cnf' default: : No such file or directory default: * Copied /srv/config/mysql-config/my.cnf to /etc/mysql/my.cnf default: * Copied /srv/config/mysql-config/root-my.cnf to /home/vagrant/.my.cnf default: service mysql restart default: default: No custom MySQL scripting found in database/init-custom.sql, skipping... default: /tmp/vagrant-shell: line 669: /srv/database/init.sql: No such file or directory default: Initial MySQL prep... default: /tmp/vagrant-shell: line 674: /srv/database/import-sql.sh: No such file or directory default: /tmp/vagrant-shell: line 810: network_check: command not found default: default: Installing/updating wp-cli and debugging tools default: default: Downloading wp-cli, see http://wp-cli.org default: default: Install/Update PHP_CodeSniffer (phpcs), see https://github.com/squizlabs/PHP_CodeSniffer default: default: Install/Update WordPress-Coding-Standards, sniffs for PHP_CodeSniffer, see https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards default: /tmp/vagrant-shell: line 733: cd: /srv/provision/phpcs: No such file or directory default: Do not run Composer as root/super user! See https://getcomposer.org/root for details default: Composer could not find a composer.json file in /home/vagrant default: To initialize a project, please create a composer.json file as described in the https://getcomposer.org/ "Getting Started" section default: /tmp/vagrant-shell: line 742: phpcs: command not found default: /tmp/vagrant-shell: line 743: phpcs: command not found default: /tmp/vagrant-shell: line 744: phpcs: command not found default: /tmp/vagrant-shell: line 818: network_check: command not found default: default: * Searching for SVN repositories that need upgrading default: find: default: ‘/srv/www’ default: : No such file or directory default: default: Cleaning up Nginx configs default: Cleaning the virtual machine's /etc/hosts file... default: ----------------------------- default: Provisioning complete in 333 seconds default: For further setup instructions, visit http://vvv.test ==> default: Running provisioner: dashboard (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-letcku.sh default: Downloading dashboard, see https://github.com/Varying-Vagrant-Vagrants/dashboard.git ==> default: Running provisioner: utility-source-core (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-b6ef2w.sh default: Cloning the "core" utility, see "https://github.com/Varying-Vagrant-Vagrants/vvv-utilities.git" ==> default: Running provisioner: utility-core-memcached-admin (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-1f6bu7g.sh default: Running utility provisioner for 'core/memcached-admin' default: Downloading phpMemcachedAdmin, see https://github.com/elijaa/phpmemcachedadmin ==> default: Running provisioner: utility-core-opcache-status (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-51j64t.sh default: Running utility provisioner for 'core/opcache-status' default: Downloading Opcache Status, see https://github.com/rlerdorf/opcache-status/ default: Cloning into 'opcache-status'... ==> default: Running provisioner: utility-core-phpmyadmin (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-lu1bbx.sh default: Running utility provisioner for 'core/phpmyadmin' default: Checking phpMyAdmin default: Removing older phpMyAdmin install from /srv/www/default/database-admin default: Downloading phpMyAdmin 4.8.5 default: Extracting phpMyAdmin 4.8.5 into /tmp default: Copying phpMyAdmin into place default: Cleaning up after phpMyAdmin default: phpMyAdmin setup complete ==> default: Running provisioner: utility-core-webgrind (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-7d47dy.sh default: Running utility provisioner for 'core/webgrind' default: Downloading webgrind, see https://github.com/jokkedk/webgrind.git default: Cloning into '/srv/www/default/webgrind'... ==> default: Running provisioner: utility-core-tls-ca (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-11to1d7.sh default: Running utility provisioner for 'core/tls-ca' ==> default: Running provisioner: utility-core-mongodb (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-nkybce.sh default: Running utility provisioner for 'core/mongodb' default: Installing MongoDB default: Warning: apt-key output should not be parsed (stdout is not a terminal) default: Warning: apt-key output should not be parsed (stdout is not a terminal) default: OK default: deb [ arch=amd64 ] http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse default: Reading package lists... default: Building dependency tree... default: Reading state information... default: The following additional packages will be installed: default: mongodb-org-mongos mongodb-org-server mongodb-org-shell mongodb-org-tools default: The following NEW packages will be installed: default: mongodb-org mongodb-org-mongos mongodb-org-server mongodb-org-shell default: mongodb-org-tools re2c default: 0 upgraded, 6 newly installed, 0 to remove and 12 not upgraded. default: Need to get 73.2 MB of archives. default: After this operation, 267 MB of additional disk space will be used. default: Get:1 http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0/multiverse amd64 mongodb-org-shell amd64 4.0.9 [9,813 kB] default: Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 re2c amd64 1.0.1-1 [274 kB] default: Get:3 http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0/multiverse amd64 mongodb-org-server amd64 4.0.9 [15.8 MB] default: Get:4 http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0/multiverse amd64 mongodb-org-mongos amd64 4.0.9 [8,790 kB] default: Get:5 http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0/multiverse amd64 mongodb-org-tools amd64 4.0.9 [38.5 MB] default: Get:6 http://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0/multiverse amd64 mongodb-org amd64 4.0.9 [3,528 B] default: dpkg-preconfigure: unable to re-open stdin: No such file or directory default: Fetched 73.2 MB in 11s (6,871 kB/s) default: Selecting previously unselected package mongodb-org-shell. (Reading database ... 60%abase ... default: (Reading database ... 65% default: (Reading database ... 70% default: (Reading database ... 75% default: (Reading database ... 80% default: (Reading database ... 85% default: (Reading database ... 90% default: (Reading database ... 95% (Reading database ... 52117 files and directories currently installed.) default: Preparing to unpack .../0-mongodb-org-shell_4.0.9_amd64.deb ... default: Unpacking mongodb-org-shell (4.0.9) ... default: Selecting previously unselected package mongodb-org-server. default: Preparing to unpack .../1-mongodb-org-server_4.0.9_amd64.deb ... default: Unpacking mongodb-org-server (4.0.9) ... default: Selecting previously unselected package mongodb-org-mongos. default: Preparing to unpack .../2-mongodb-org-mongos_4.0.9_amd64.deb ... default: Unpacking mongodb-org-mongos (4.0.9) ... default: Selecting previously unselected package mongodb-org-tools. default: Preparing to unpack .../3-mongodb-org-tools_4.0.9_amd64.deb ... default: Unpacking mongodb-org-tools (4.0.9) ... default: Selecting previously unselected package mongodb-org. default: Preparing to unpack .../4-mongodb-org_4.0.9_amd64.deb ... default: Unpacking mongodb-org (4.0.9) ... default: Selecting previously unselected package re2c. default: Preparing to unpack .../5-re2c_1.0.1-1_amd64.deb ... default: Unpacking re2c (1.0.1-1) ... default: Setting up mongodb-org-shell (4.0.9) ... default: Setting up re2c (1.0.1-1) ... default: Setting up mongodb-org-mongos (4.0.9) ... default: Processing triggers for man-db (2.8.3-2ubuntu0.1) ... default: Setting up mongodb-org-tools (4.0.9) ... default: Setting up mongodb-org-server (4.0.9) ... default: Adding system user `mongodb' (UID 116) ... default: Adding new user `mongodb' (UID 116) with group `nogroup' ... default: Not creating home directory `/home/mongodb'. default: Adding group `mongodb' (GID 121) ... default: Done. default: Adding user `mongodb' to group `mongodb' ... default: Adding user mongodb to group mongodb default: Done. default: Setting up mongodb-org (4.0.9) ... default: Installing MongoDB for PHP 7.2 default: Auto-removing mongoDB records older than 2592000 seconds (30 days) default: Restarting mongod ==> default: Running provisioner: utility-core-tideways (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-1r3ea78.sh default: Running utility provisioner for 'core/tideways' default: Installing Tideways & XHgui default: Cloning Tideways extension default: Cloning into '/var/local/tideways-php'... default: Installing Tideways for PHP default: Copying tideways files for PHP 7.2 default: Compiling Tideways for PHP 7.2 default: default: Git cloning xhgui from https://github.com/perftools/xhgui.git default: Cloning into 'xhgui'... default: Installing xhgui default: Downloading composer. default: All settings correct for using Composer default: Downloading... default: default: Composer (version 1.8.5) successfully installed to: /srv/www/default/xhgui/composer.phar default: Use it: php composer.phar default: default: default: Installing dependencies. default: ERROR - Do not run Composer as root/super user! See https://getcomposer.org/root for details default: Loading composer repositories with package information default: Updating dependencies (including require-dev) default: Package operations: 37 installs, 0 updates, 0 removals default: - Installing paragonie/random_compat (v9.99.99): Downloading (100%) default: - Installing perftools/xhgui-collector (1.7.0): Downloading (100%) default: - Installing slim/slim (2.6.3): Downloading (100%) default: - Installing slim/views (0.1.3): Downloading (100%) default: - Installing symfony/polyfill-ctype (v1.11.0): Downloading (100%) default: - Installing twig/twig (v1.41.0): Downloading (100%) default: - Installing pimple/pimple (v1.1.1): Downloading (100%) default: - Installing mongodb/mongodb (1.4.2): Downloading (100%) default: - Installing alcaeus/mongo-php-adapter (1.1.7): Downloading (100%) default: - Installing sebastian/version (2.0.1): Downloading (100%) default: - Installing sebastian/resource-operations (1.0.0): Downloading (100%) default: - Installing sebastian/recursion-context (3.0.0): Downloading (100%) default: - Installing sebastian/object-reflector (1.1.1): Downloading (100%) default: - Installing sebastian/object-enumerator (3.0.3): Downloading (100%) default: - Installing sebastian/global-state (2.0.0): Downloading (100%) default: - Installing sebastian/exporter (3.1.0): Downloading (100%) default: - Installing sebastian/environment (3.1.0): Downloading (100%) default: - Installing sebastian/diff (2.0.1): Downloading (100%) default: - Installing sebastian/comparator (2.1.3): Downloading (100%) default: - Installing doctrine/instantiator (1.2.0): Downloading (100%) default: - Installing phpunit/php-text-template (1.2.1): Downloading (100%) default: - Installing phpunit/phpunit-mock-objects (5.0.10): Downloading (100%) default: - Installing phpunit/php-timer (1.0.9): Downloading (100%) default: - Installing phpunit/php-file-iterator (1.4.5): Downloading (100%) default: - Installing theseer/tokenizer (1.1.2): Downloading (100%) default: - Installing sebastian/code-unit-reverse-lookup (1.0.1): Downloading (100%) default: - Installing phpunit/php-token-stream (2.0.2): Downloading (100%) default: - Installing phpunit/php-code-coverage (5.3.2): Downloading (100%) default: - Installing webmozart/assert (1.4.0): Downloading (100%) default: - Installing phpdocumentor/reflection-common (1.0.1): Downloading (100%) default: - Installing phpdocumentor/type-resolver (0.4.0): Downloading (100%) default: - Installing phpdocumentor/reflection-docblock (4.3.1): Downloading (100%) default: - Installing phpspec/prophecy (1.8.0): Downloading (100%) default: - Installing phar-io/version (1.0.1): Downloading (100%) default: - Installing phar-io/manifest (1.0.1): Downloading (100%) default: - Installing myclabs/deep-copy (1.9.1): Downloading (100%) default: - Installing phpunit/phpunit (6.5.14): Downloading (100%) default: paragonie/random_compat suggests installing ext-libsodium (Provides a modern crypto API that can be used to generate random bytes.) default: perftools/xhgui-collector suggests installing ext-xhprof (You need to install either xhprof or uprofiler to use XHGui.) default: perftools/xhgui-collector suggests installing ext-uprofiler (You need to install either xhprof or uprofiler to use XHGui.) default: slim/slim suggests installing ext-mcrypt (Required for HTTP cookie encryption) default: slim/slim suggests installing phpseclib/mcrypt_compat (Polyfil for mcrypt extension) default: slim/views suggests installing smarty/smarty (Smarty templating system) default: sebastian/global-state suggests installing ext-uopz (*) default: phpunit/php-code-coverage suggests installing ext-xdebug (^2.5.5) default: phpunit/phpunit suggests installing phpunit/php-invoker (^1.1) default: phpunit/phpunit suggests installing ext-xdebug (*) default: Package phpunit/phpunit-mock-objects is abandoned, you should avoid using it. No replacement was suggested. default: Writing lock file default: Generating autoload files default: default: Checking permissions for cache directory. default: Attempting to set permissions on cache/ default: Permissions set on cache/ default: Restarting MongoDB default: Restarting PHP-FPM server default: Restarting Nginx default: Tideways and xhgui installed ==> default: Running provisioner: site-wordpress-one (shell)... default: Running: /var/folders/82/0n18bj6159gf3vxvyxyj2rd80000gn/T/vagrant-shell20190514-63907-1dwjzs3.sh default: default: Downloading wordpress-one, git cloning from https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git default: fatal: could not create work tree dir '/srv/www/wordpress-one': Permission denied default: Git failed to clone the site template for wordpress-one. It tried to clone the master of https://github.com/Varying-Vagrant-Vagrants/custom-site-template.git into /srv/www/wordpress-one default: VVV won't be able to provision wordpress-one without the template. Check that you have permission to access the repo, and that the filesystem is writable The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong. ```

I've tried to start with a completely new vagrant-local folder and removed all VMs from VirtualBox and vagrant.

Update: Seems like removing my ~/.vagrant.d folder resolved these errors.

ghost commented 5 years ago

v3.0.0 now uses Ubuntu 18.04, you may need to do a fresh install or git pull and do a vagrant destroy and try again.

peterfabian commented 5 years ago

I did perform a clean git clone to a new local directory, ran vagrant destroy, removed all machines from vagrant and virtualbox to get a brand new VM image and tried it multiple times. I only succeeded after removing ~/.vagrant.d folder.

tomjn commented 5 years ago

@peterfabian your first error looks like the same issue 2 others encountered related to the vagrant-vbguest plugin. I'm not sure of the cause, but I'm glad you got past it.

When you removed the ~/.vagrant.d folder did you have to vagrant destroy and reprovision afterwards? Or was reprovisioning on its own enough?

peterfabian commented 5 years ago

I destroyed just to be sure to start with a clean state, so not sure, unfortunately.

cagross commented 5 years ago

@tomjn I currently have VVV version 2.6.0-10-g56bd99c installed, so I'm running the steps you've described here to update to version 3. I have a question. In the "Database Backups" section, you mention,

If you've turned off database backups, or haven't turned off your VM in a while, take the following steps:

You then list six steps to carry out. I'm trying to ascertain if I need to carry out these six steps. I haven't turned off database backups (to my knowledge). Additionally, I execute a 'vagrant halt' and shut down my computer every night--that means my VM is turned off every night, correct? Furthermore, in my database/backups folder, I see a DB file for each of my existing VVV sites, and each has a 'date modified' of today's date. Lastly, each of these VVV sites also has a clone which resides on a remote server, meaning I have a full backup of each site's database. In light of that, would you say it's safe to skip these 6 steps?

FYI I'm also running:

Vagrant: v2.2.4 VirtualBox: v6.0.6r130049

Thanks.

tomjn commented 5 years ago

A vagrant halt turns off the VM, and yes the database/backups folder is where VVV backs them up to. Unless you've explicitly opted out of database backups then you have them, so yes skip those steps, you still have DB backups turned on.

So:

cagross commented 5 years ago

OK got it. Does it matter which branch I'm on when I vagrant destroy? FYI due to work in another VVV issue, I am currently on this branch: tomjn/modify/forcev3networkshares

tomjn commented 5 years ago

@cagross it shouldn't, a lot of stuff happened since that branch anyway

cagross commented 5 years ago

OK. Step two reads:

vagrant checkout develop && git pull

Should that be

git checkout develop && git pull?

tomjn commented 5 years ago

Something like this:

vagrant halt
vagrant destroy
git checkout develop
git pull
vagrant up --provision
cagross commented 5 years ago

@tomjn OK all commands completed without issue until vagrant up --provision I then encountered the same issue as 'Error 1' reported by @peterfabian earlier in this thread:

[default] GuestAdditions seems to be installed (6.0.6) correctly, but not running. bash: line 5: setup: command not found

Should I try deleting the ~/.vagrant.d folder then another vagrant up --provision, as done by @peterfabian? Or would you like me to test something else out at this juncture?

tomjn commented 5 years ago

That's an issue with the vagrant-vbguest plugin, it seems an issue is ongoing here:

https://github.com/dotless-de/vagrant-vbguest/issues/333

I think adding this to disable the plugin for VVV would be best:

if Vagrant.has_plugin?("vagrant-vbguest")
    config.vbguest.auto_update = false  
end
cagross commented 5 years ago

OK. I see I need to add that if statement to my Vagrantfile, is that correct? If so, where exactly?

tomjn commented 5 years ago

@cagross I did that in https://github.com/Varying-Vagrant-Vagrants/VVV/pull/1806 which has been merged, a git pull should get you the new change

cagross commented 5 years ago

OK, so I should:

Correct?

tomjn commented 5 years ago

correct 👍

cagross commented 5 years ago

OK. The reprovision step aborted, this time at a later stage.

default: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libx/libxcb/libxcb1_1.13-2~ubuntu18.04_amd64.deb Connection failed [IP: 91.189.88.161 80]

default: E: Aborting install.

default: Main packages check and install failed, halting provision

Full output here.

Thoughts?

tomjn commented 5 years ago

That usually implies a networking interruption or that a bad mirror was chosen, I'd try again. As an aside, I see you disabled the DB share folder as shared_db_folder_disabled is in your splash, this isn't needed to test

cagross commented 5 years ago

@tomjn

That usually implies a networking interruption or that a bad mirror was chosen, I'd try again.

OK. Over the past ~45 minutes I've tried several more times, and each fails similarly:

Output 1

Output 2

Any ideas how to troubleshoot this? I'm not doing anything else on this computer (or on my network) that would be causing any network issues.

As an aside, I see you disabled the DB share folder as shared_db_folder_disabled is in your splash, this isn't needed to test

I don't recall explicitly disabling that. How would I re-enable it?

tomjn commented 5 years ago

@cagross Your logs all indicate that apt is trying to download numerous packages as expected, but for whatever reason is unable to download some of them. This isn't so much a VVV problem but implies that you have an unstable connection or intermittent problems.

Since it mentions that 91.189.95.83 is where it's having trouble connecting to, can you do some standard network tests to verify your connectivity is stable? Things like ping, traceroute etc. If there are issues found, it would be your ISP you would talk to.

I'm pretty sure you've had similar issues in the past ( was it you who raised the issue about provisioning not working with a router or a phone? ), the common fix google suggests is changing the package source via a GUI to use a different mirror to avoid connection issues, but VVV has no GUI.

Note that you should still update VirtualBox to v6.0.8

tomjn commented 5 years ago

I don't recall explicitly disabling that. How would I re-enable it?

In another issue there are instructions on disabling the shared DB folder using db_share_type in the vvv-custom.yml file, if you've done this, remove all references to db_share_type, save, and reprovision. Also pull down the latest develop

cagross commented 5 years ago

Note that you should still update VirtualBox to v6.0.8

OK. I just did so, rebooted, and tried another provision. This time it was able to get past it's usual failure spot, and proceed well past that. But it still eventually failed, with the same error, on the same IP address. Full output here.

Since it mentions that 91.189.95.83 is where it's having trouble connecting to, can you do some standard network tests to verify your connectivity is stable? Things like ping, traceroute etc. If there are issues found, it would be your ISP you would talk to.

I just tried a ping and a tracert on that IP address, and both succeeded without issue.

I'm pretty sure you've had similar issues in the past ( was it you who raised the issue about provisioning not working with a router or a phone? ),

No, I don't believe that was me. I've never tried to connect via a router or a phone.

In another issue there are instructions on disabling the shared DB folder using db_share_type in the vvv-custom.yml file, if you've done this, remove all references to db_share_type, save, and reprovision.

I don't have any references to db_share_type in my vvv-custom.yml file. I only have:

db_backup: true
db_restore: true

Also pull down the latest develop

OK I just tried that, then tried provisioning again. This time it ran without any fatal errors. After, I was able to open vvv.test in my browser, and it opened to VVV 3, as expected. But during output there were errors related to the database for each of my VVV sites, e.g.

 default: Start MariaDB Database Import
    default: ERROR
    default:  1049 (42000)
    default:  at line 1
    default: : Unknown database 'elsbuild'
    default:   * Error - Create elsbuild database via init-custom.sql before attempting import

Full output here. Furthermore, when I open one of my VVV sites, it indeed looks like it is using a default database, rather than its usual database (see the attached screenshot of the home page). Thoughts on that? I see there is still a 'backups' folder that contains my original database files--the same database files from my VVV 2.6 installation (which are presumably my correct database files).

Do I need to run

vagrant ssh -c "db_restore"

ms-vvv-home

tomjn commented 5 years ago

If you drop your databases then import those SQL files you should be good to go

On Wed, 15 May 2019 at 18:13, cagross notifications@github.com wrote:

Note that you should still update VirtualBox to v6.0.8

OK. I just did so, rebooted, and tried another provision. This time it was able to get past it's usual failure spot, and proceed well past that. But it still eventually failed, with the same error, on the same IP address. Full output here https://gist.github.com/cagross/aaac3f6d7559056f9c169fb974b197bc.

Since it mentions that 91.189.95.83 is where it's having trouble connecting to, can you do some standard network tests to verify your connectivity is stable? Things like ping, traceroute etc. If there are issues found, it would be your ISP you would talk to.

I just tried a ping and a tracert on that IP address, and both succeeded without issue.

I'm pretty sure you've had similar issues in the past ( was it you who raised the issue about provisioning not working with a router or a phone? ),

No, I don't believe that was me. I've never tried to connect via a router or a phone.

In another issue there are instructions on disabling the shared DB folder using db_share_type in the vvv-custom.yml file, if you've done this, remove all references to db_share_type, save, and reprovision.

I don't have any references to db_share_type in my vvv-custom.yml file. I only have:

db_backup: true db_restore: true

Also pull down the latest develop

OK I just tried that, then tried provisioning again. This time it ran without any fatal errors. After, I was able to open vvv.test in my browser, and it opened to VVV 3, as expected. But during output there were errors related to the database for each of my VVV sites, e.g.

default: Start MariaDB Database Import default: ERROR default: 1049 (42000) default: at line 1 default: : Unknown database 'elsbuild' default: * Error - Create elsbuild database via init-custom.sql before attempting import

Full output here https://gist.github.com/cagross/3b1323bd0cb0fdb77b9cdd6c7e3256be. Furthermore, when I open one of my VVV sites, it indeed looks like it is using a default database, rather than its usual database (see the attached screenshot of the home page). Thoughts on that? I see there is still a 'backups' folder that contains my original database files--the same database files from my VVV 2.6 installation (which are presumably my correct database files).

[image: ms-vvv-home] https://user-images.githubusercontent.com/10165488/57795150-75075200-776f-11e9-8667-338a16d7db9d.jpg

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Varying-Vagrant-Vagrants/VVV/issues/1792?email_source=notifications&email_token=AAAOLZ3ZQXMNT4YEKSSEVPDPVRAETA5CNFSM4HL365WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVPKP3Y#issuecomment-492742639, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOLZ4AKJH4VQTABQ3UXHLPVRAETANCNFSM4HL365WA .

cagross commented 5 years ago

OK sounds like we're getting there. So what's the exact process here? How do I drop the databases? And in-turn, how do I import those SQL files? Would I do both via phpmyadmin?

tomjn commented 5 years ago

PHPMyAdmin should be able to do the job of dropping the databases, you can use it to import them too, or use the vagrant ssh -c "db_restore" command

cagross commented 5 years ago

OK. I may try to use the vagrant ssh command. But to be clear, will that lone command import all databases at once? If so, do I need to drop all databases before running vagrant ssh -c "db_restore"?

ghost commented 5 years ago

does the db_restore/db_backup: true/false still works?

tomjn commented 5 years ago

you need to drop the databases before running db_restore, db_restore should import the SQL files

does the db_restore/db_backup: true/false still works?

Yes, but using vagrant ssh -c "db_restore" or vagrant ssh -c "db_backup" will always work, and can be ran at any time assuming the VM is turned on

cagross commented 5 years ago

@tomjn OK I'll keep that in-mind when restoring the database. But after shutting down my computer for the night, I woke up and tried a vagrant up. I was met with a new error, one related to my VM:

The name of your virtual machine couldn't be set because VirtualBox
is reporting another VM with that name already exists. Most of the
time, this is because of an error with VirtualBox not cleaning up
properly. To fix this, verify that no VMs with that name do exist
(by opening the VirtualBox GUI). If they don't, then look at the
folder in the error message from VirtualBox below and remove it
if there isn't any information you need in there.

VirtualBox error:

VBoxManage.exe: error: Could not rename the directory 'C:\Users\snarl\VirtualBox VMs\sites-vvv_02652ed77c8' to 'C:\Users\snarl\VirtualBox VMs\sites-vvv_33ebf71fcbd' to save the settings file (VERR_ALREADY_EXISTS)
VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component SessionMachine, interface IMachine, callee IUnknown
VBoxManage.exe: error: Context: "SaveSettings()" at line 3206 of file VBoxManageModifyVM.cpp

Full output here. To be clear, when I open VirtualBox, there is indeed already a VM with the name sites-vvv_33ebf71fcbd It is in the 'Powered Off' state. Isn't that normal, and as expected?

Thanks.

nogatesok commented 5 years ago

Sweet. Works a treat on my old 2010 Mac Mini 10.13.6. BTW. I just got rid of all the old stuff and did a vagrant up (without --provision) Thanks Wordpress needs it's php ;)

coderkevin commented 5 years ago

Somewhat related to this, I think: I just tried building master on a brand new master and it failed hard on the php packages saying they weren't there. I'm guessing that's because of the end-of-life Ubuntu?

Also:

switch to the develop branch vagrant checkout develop && git pull

This should be git checkout develop && git pull, right?

I tried the develop branch and it seems to be working for me. Could it be that master doesn't work at all now?

ghost commented 5 years ago

@coderkevin yes, u should be using develop, so if you haven't done git pull recently, you may want to do so and do vagrant destroy as well. since the develop branch is using the latest ubuntu 18.04

tomjn commented 5 years ago

Master will work once VVV 3 is merged, it just needs to finish the release process, the release post has been written so I'll merge and tag it later today

Unless you fancy building Ubuntu 14 PHP packages from source for us :)

On Fri, 17 May 2019 at 06:36, Benjamin Lu notifications@github.com wrote:

@coderkevin https://github.com/coderkevin yes, u should be using develop, so if you haven't done git pull recently, you may want to do so and do vagrant destroy as well. since the develop branch is using the latest ubuntu 18.04

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Varying-Vagrant-Vagrants/VVV/issues/1792?email_source=notifications&email_token=AAAOLZ3MKWJ6OY7WVAAQG3DPVY76HA5CNFSM4HL365WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVTY7UI#issuecomment-493326289, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOLZ7C42VO2G236LSK72LPVY76HANCNFSM4HL365WA .

tomjn commented 5 years ago

@cagross that's an odd error but it's a virtual box/vagrant one, was that the first time you'd done it after updating vbox? You didn't rename the folder did you?

On Fri, 17 May 2019 at 11:05, Tom Nowell contact@tomjn.com wrote:

Master will work once VVV 3 is merged, it just needs to finish the release process, the release post has been written so I'll merge and tag it later today

Unless you fancy building Ubuntu 14 PHP packages from source for us :)

On Fri, 17 May 2019 at 06:36, Benjamin Lu notifications@github.com wrote:

@coderkevin https://github.com/coderkevin yes, u should be using develop, so if you haven't done git pull recently, you may want to do so and do vagrant destroy as well. since the develop branch is using the latest ubuntu 18.04

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Varying-Vagrant-Vagrants/VVV/issues/1792?email_source=notifications&email_token=AAAOLZ3MKWJ6OY7WVAAQG3DPVY76HA5CNFSM4HL365WKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODVTY7UI#issuecomment-493326289, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAOLZ7C42VO2G236LSK72LPVY76HANCNFSM4HL365WA .

cagross commented 5 years ago

@tomjn I checked it once more about 24 hours ago, and encountered the same issue. But I checked just now, and a vagrant up now completes without issue. Sheesh. Not sure what happened there. But let me try to restore my databases now.

cagross commented 5 years ago

@tomjn Via phpmyadmin, I dropped the databases relating to my three custom sites. I then carried out:

vagrant ssh -c "db_restore"

It failed with:

Start MariaDB Database Import
ERROR 1049 (42000) at line 1: Unknown database 'elsbuild'
  * Error - Create elsbuild database via init-custom.sql before attempting import

ERROR 1049 (42000) at line 1: Unknown database 'mrsamui'
  * Error - Create mrsamui database via init-custom.sql before attempting import

ERROR 1049 (42000) at line 1: Unknown database 'samuiink'
  * Error - Create samuiink database via init-custom.sql before attempting import

ERROR 1049 (42000) at line 1: Unknown database 'wordpressone'
  * Error - Create wordpressone database via init-custom.sql before attempting import

ERROR 1049 (42000) at line 1: Unknown database 'wordpresstrunk'
  * Error - Create wordpresstrunk database via init-custom.sql before attempting import

ERROR 1049 (42000) at line 1: Unknown database 'wordpresstwo'
  * Error - Create wordpresstwo database via init-custom.sql before attempting import

Databases imported
Connection to 127.0.0.1 closed.

Thoughts?

Mte90 commented 5 years ago

This is a common problem and is is something that we cannot replicate. The problem is that the sql dump doesn't include the create table and happens that error.