Skip to content

Instantly share code, notes, and snippets.

@lmilbaum
Created January 31, 2019 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmilbaum/8c51f7d799849a178496b34023183b11 to your computer and use it in GitHub Desktop.
Save lmilbaum/8c51f7d799849a178496b34023183b11 to your computer and use it in GitHub Desktop.
(venv) Lioras-MacBook-Pro:devopsloft liora$ vagrant up dev
Bringing machine 'dev' up with 'virtualbox' provider...
==> dev: Importing base box 'ubuntu/bionic64'...
==> dev: Matching MAC address for NAT networking...
==> dev: Checking if box 'ubuntu/bionic64' version '20190122.0.0' is up to date...
==> dev: A newer version of the box 'ubuntu/bionic64' for provider 'virtualbox' is
==> dev: available! You currently have version '20190122.0.0'. The latest is version
==> dev: '20190130.0.0'. Run `vagrant box update` to update.
==> dev: Setting the name of the VM: devopsloft_dev
==> dev: Clearing any previously set network interfaces...
==> dev: Preparing network interfaces based on configuration...
dev: Adapter 1: nat
==> dev: Forwarding ports...
dev: 80 (guest) => 5000 (host) (adapter 1)
dev: 22 (guest) => 2222 (host) (adapter 1)
==> dev: Running 'pre-boot' VM customizations...
==> dev: Booting VM...
==> dev: Waiting for machine to boot. This may take a few minutes...
dev: SSH address: 127.0.0.1:2222
dev: SSH username: vagrant
dev: SSH auth method: private key
dev: Warning: Connection reset. Retrying...
dev: Warning: Remote connection disconnect. Retrying...
dev:
dev: Vagrant insecure key detected. Vagrant will automatically replace
dev: this with a newly generated keypair for better security.
dev:
dev: Inserting generated public key within guest...
dev: Removing insecure key from the guest if it's present...
dev: Key inserted! Disconnecting and reconnecting using new SSH key...
==> dev: Machine booted and ready!
==> dev: Checking for guest additions in VM...
dev: The guest additions on this VM do not match the installed version of
dev: VirtualBox! In most cases this is fine, but in rare cases it can
dev: prevent things such as shared folders from working properly. If you see
dev: shared folder errors, please make sure the guest additions within the
dev: virtual machine match the version of VirtualBox you have installed on
dev: your host and reload your VM.
dev:
dev: Guest Additions Version: 5.2.18
dev: VirtualBox Version: 6.0
==> dev: Mounting shared folders...
dev: /vagrant => /Users/liora/git/lioramilbaum/devopsloft
==> dev: Running provisioner: ansible_local...
dev: Installing Ansible...
Vagrant has automatically selected the compatibility mode '2.0'
according to the Ansible version installed (2.7.6).
Alternatively, the compatibility mode can be specified in your Vagrantfile:
https://www.vagrantup.com/docs/provisioning/ansible_common.html#compatibility_mode
dev: Running ansible-playbook...
PLAY [all] *********************************************************************
TASK [install python-simplejson] ***********************************************
changed: [dev]
TASK [setup] *******************************************************************
ok: [dev]
TASK [Add Docker’s official GPG key] *******************************************
changed: [dev]
TASK [Add Docker APT repository] ***********************************************
changed: [dev]
TASK [Install docker] **********************************************************
changed: [dev]
PLAY RECAP *********************************************************************
dev : ok=5 changed=4 unreachable=0 failed=0
==> dev: Running provisioner: shell...
dev: Running: /var/folders/jc/9j09z7nj3zj0f0qtlf0r1klm0000gn/T/vagrant-shell20190131-19622-5co2g5.sh
dev: Getting updates...
dev: Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease
dev: Hit:2 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease
dev: Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease
dev: Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
dev: Hit:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
dev: Hit:6 https://download.docker.com/linux/ubuntu bionic InRelease
dev: Reading package lists...
dev: Setup mysql root password...
dev: Mysql installation...
dev: Reading package lists...
dev: Building dependency tree...
dev:
dev: Reading state information...
dev: The following additional packages will be installed:
dev: libaio1 libc-dev-bin libc6-dev libcgi-fast-perl libcgi-pm-perl
dev: libencode-locale-perl libevent-core-2.1-6 libfcgi-perl libhtml-parser-perl
dev: libhtml-tagset-perl libhtml-template-perl libhttp-date-perl
dev: libhttp-message-perl libio-html-perl liblwp-mediatypes-perl libmysqlclient20
dev: libtcl8.6 libtimedate-perl liburi-perl linux-libc-dev manpages-dev
dev: mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server-5.7
dev: mysql-server-core-5.7 tcl-expect tcl8.6 zlib1g-dev
dev: Suggested packages:
dev: tk8.6 glibc-doc libdata-dump-perl libipc-sharedcache-perl libwww-perl mailx
dev: tinyca tcl-tclreadline
dev: The following NEW packages will be installed:
dev: expect libaio1 libc-dev-bin libc6-dev libcgi-fast-perl libcgi-pm-perl
dev: libencode-locale-perl libevent-core-2.1-6 libfcgi-perl libhtml-parser-perl
dev: libhtml-tagset-perl libhtml-template-perl libhttp-date-perl
dev: libhttp-message-perl libio-html-perl liblwp-mediatypes-perl
dev: libmysqlclient-dev libmysqlclient20 libtcl8.6 libtimedate-perl liburi-perl
dev: linux-libc-dev manpages-dev mysql-client-5.7 mysql-client-core-5.7
dev: mysql-common mysql-server mysql-server-5.7 mysql-server-core-5.7 tcl-expect
dev: tcl8.6 zlib1g-dev
dev: 0 upgraded, 32 newly installed, 0 to remove and 20 not upgraded.
dev: Need to get 30.2 MB of archives.
dev: After this operation, 207 MB of additional disk space will be used.
dev: Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 mysql-common all 5.8+1.0.4 [7308 B]
dev: Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libaio1 amd64 0.3.110-5 [6448 B]
dev: Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-core-5.7 amd64 5.7.25-0ubuntu0.18.04.2 [6982 kB]
dev: Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-client-5.7 amd64 5.7.25-0ubuntu0.18.04.2 [2312 kB]
dev: Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-core-5.7 amd64 5.7.25-0ubuntu0.18.04.2 [7769 kB]
dev: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libevent-core-2.1-6 amd64 2.1.8-stable-4build1 [85.9 kB]
dev: Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server-5.7 amd64 5.7.25-0ubuntu0.18.04.2 [3196 kB]
dev: Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtcl8.6 amd64 8.6.8+dfsg-3 [881 kB]
dev: Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 tcl-expect amd64 5.45.4-1 [105 kB]
dev: Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 expect amd64 5.45.4-1 [137 kB]
dev: Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc-dev-bin amd64 2.27-3ubuntu1 [71.8 kB]
dev: Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-45.48 [1001 kB]
dev: Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libc6-dev amd64 2.27-3ubuntu1 [2587 kB]
dev: Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-tagset-perl all 3.20-3 [12.1 kB]
dev: Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liburi-perl all 1.73-1 [77.2 kB]
dev: Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-parser-perl amd64 3.72-3build1 [85.9 kB]
dev: Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-pm-perl all 4.38-1 [185 kB]
dev: Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfcgi-perl amd64 0.78-2build1 [32.8 kB]
dev: Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libcgi-fast-perl all 1:2.13-1 [9940 B]
dev: Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libencode-locale-perl all 1.05-1 [12.3 kB]
dev: Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhtml-template-perl all 2.97-1 [59.0 kB]
dev: Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtimedate-perl all 2.3000-2 [37.5 kB]
dev: Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-date-perl all 6.02-1 [10.4 kB]
dev: Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libio-html-perl all 1.001-1 [14.9 kB]
dev: Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblwp-mediatypes-perl all 6.02-1 [21.7 kB]
dev: Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhttp-message-perl all 6.14-1 [72.1 kB]
dev: Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient20 amd64 5.7.25-0ubuntu0.18.04.2 [818 kB]
dev: Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB]
dev: Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmysqlclient-dev amd64 5.7.25-0ubuntu0.18.04.2 [1164 kB]
dev: Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB]
dev: Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 mysql-server all 5.7.25-0ubuntu0.18.04.2 [9944 B]
dev: Get:32 http://archive.ubuntu.com/ubuntu bionic/main amd64 tcl8.6 amd64 8.6.8+dfsg-3 [14.4 kB]
dev: Preconfiguring packages ...
dev: Fetched 30.2 MB in 12s (2512 kB/s)
dev: Selecting previously unselected package mysql-common.
dev: (Reading database ...
(Reading database ... 60%e ... 5%
dev: (Reading database ... 65%
dev: (Reading database ... 70%
dev: (Reading database ... 75%
dev: (Reading database ... 80%
dev: (Reading database ... 85%
dev: (Reading database ... 90%
dev: (Reading database ... 95%
(Reading database ... 65191 files and directories currently installed.)
dev: Preparing to unpack .../0-mysql-common_5.8+1.0.4_all.deb ...
dev: Unpacking mysql-common (5.8+1.0.4) ...
dev: Selecting previously unselected package libaio1:amd64.
dev: Preparing to unpack .../1-libaio1_0.3.110-5_amd64.deb ...
dev: Unpacking libaio1:amd64 (0.3.110-5) ...
dev: Selecting previously unselected package mysql-client-core-5.7.
dev: Preparing to unpack .../2-mysql-client-core-5.7_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking mysql-client-core-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package mysql-client-5.7.
dev: Preparing to unpack .../3-mysql-client-5.7_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking mysql-client-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package mysql-server-core-5.7.
dev: Preparing to unpack .../4-mysql-server-core-5.7_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking mysql-server-core-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package libevent-core-2.1-6:amd64.
dev: Preparing to unpack .../5-libevent-core-2.1-6_2.1.8-stable-4build1_amd64.deb ...
dev: Unpacking libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ...
dev: Setting up mysql-common (5.8+1.0.4) ...
dev: update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
dev: Selecting previously unselected package mysql-server-5.7.
dev: (Reading database ...
(Reading database ... 40%e ... 5%
(Reading database ... 60%e ... 45%
dev: (Reading database ... 65%
dev: (Reading database ... 70%
dev: (Reading database ... 75%
dev: (Reading database ... 80%
dev: (Reading database ... 85%
dev: (Reading database ... 90%
dev: (Reading database ... 95%
(Reading database ... 65359 files and directories currently installed.)
dev: Preparing to unpack .../00-mysql-server-5.7_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking mysql-server-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package libtcl8.6:amd64.
dev: Preparing to unpack .../01-libtcl8.6_8.6.8+dfsg-3_amd64.deb ...
dev: Unpacking libtcl8.6:amd64 (8.6.8+dfsg-3) ...
dev: Selecting previously unselected package tcl-expect:amd64.
dev: Preparing to unpack .../02-tcl-expect_5.45.4-1_amd64.deb ...
dev: Unpacking tcl-expect:amd64 (5.45.4-1) ...
dev: Selecting previously unselected package expect.
dev: Preparing to unpack .../03-expect_5.45.4-1_amd64.deb ...
dev: Unpacking expect (5.45.4-1) ...
dev: Selecting previously unselected package libc-dev-bin.
dev: Preparing to unpack .../04-libc-dev-bin_2.27-3ubuntu1_amd64.deb ...
dev: Unpacking libc-dev-bin (2.27-3ubuntu1) ...
dev: Selecting previously unselected package linux-libc-dev:amd64.
dev: Preparing to unpack .../05-linux-libc-dev_4.15.0-45.48_amd64.deb ...
dev: Unpacking linux-libc-dev:amd64 (4.15.0-45.48) ...
dev: Selecting previously unselected package libc6-dev:amd64.
dev: Preparing to unpack .../06-libc6-dev_2.27-3ubuntu1_amd64.deb ...
dev: Unpacking libc6-dev:amd64 (2.27-3ubuntu1) ...
dev: Selecting previously unselected package libhtml-tagset-perl.
dev: Preparing to unpack .../07-libhtml-tagset-perl_3.20-3_all.deb ...
dev: Unpacking libhtml-tagset-perl (3.20-3) ...
dev: Selecting previously unselected package liburi-perl.
dev: Preparing to unpack .../08-liburi-perl_1.73-1_all.deb ...
dev: Unpacking liburi-perl (1.73-1) ...
dev: Selecting previously unselected package libhtml-parser-perl.
dev: Preparing to unpack .../09-libhtml-parser-perl_3.72-3build1_amd64.deb ...
dev: Unpacking libhtml-parser-perl (3.72-3build1) ...
dev: Selecting previously unselected package libcgi-pm-perl.
dev: Preparing to unpack .../10-libcgi-pm-perl_4.38-1_all.deb ...
dev: Unpacking libcgi-pm-perl (4.38-1) ...
dev: Selecting previously unselected package libfcgi-perl.
dev: Preparing to unpack .../11-libfcgi-perl_0.78-2build1_amd64.deb ...
dev: Unpacking libfcgi-perl (0.78-2build1) ...
dev: Selecting previously unselected package libcgi-fast-perl.
dev: Preparing to unpack .../12-libcgi-fast-perl_1%3a2.13-1_all.deb ...
dev: Unpacking libcgi-fast-perl (1:2.13-1) ...
dev: Selecting previously unselected package libencode-locale-perl.
dev: Preparing to unpack .../13-libencode-locale-perl_1.05-1_all.deb ...
dev: Unpacking libencode-locale-perl (1.05-1) ...
dev: Selecting previously unselected package libhtml-template-perl.
dev: Preparing to unpack .../14-libhtml-template-perl_2.97-1_all.deb ...
dev: Unpacking libhtml-template-perl (2.97-1) ...
dev: Selecting previously unselected package libtimedate-perl.
dev: Preparing to unpack .../15-libtimedate-perl_2.3000-2_all.deb ...
dev: Unpacking libtimedate-perl (2.3000-2) ...
dev: Selecting previously unselected package libhttp-date-perl.
dev: Preparing to unpack .../16-libhttp-date-perl_6.02-1_all.deb ...
dev: Unpacking libhttp-date-perl (6.02-1) ...
dev: Selecting previously unselected package libio-html-perl.
dev: Preparing to unpack .../17-libio-html-perl_1.001-1_all.deb ...
dev: Unpacking libio-html-perl (1.001-1) ...
dev: Selecting previously unselected package liblwp-mediatypes-perl.
dev: Preparing to unpack .../18-liblwp-mediatypes-perl_6.02-1_all.deb ...
dev: Unpacking liblwp-mediatypes-perl (6.02-1) ...
dev: Selecting previously unselected package libhttp-message-perl.
dev: Preparing to unpack .../19-libhttp-message-perl_6.14-1_all.deb ...
dev: Unpacking libhttp-message-perl (6.14-1) ...
dev: Selecting previously unselected package libmysqlclient20:amd64.
dev: Preparing to unpack .../20-libmysqlclient20_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking libmysqlclient20:amd64 (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package zlib1g-dev:amd64.
dev: Preparing to unpack .../21-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ...
dev: Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
dev: Selecting previously unselected package libmysqlclient-dev.
dev: Preparing to unpack .../22-libmysqlclient-dev_5.7.25-0ubuntu0.18.04.2_amd64.deb ...
dev: Unpacking libmysqlclient-dev (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package manpages-dev.
dev: Preparing to unpack .../23-manpages-dev_4.15-1_all.deb ...
dev: Unpacking manpages-dev (4.15-1) ...
dev: Selecting previously unselected package mysql-server.
dev: Preparing to unpack .../24-mysql-server_5.7.25-0ubuntu0.18.04.2_all.deb ...
dev: Unpacking mysql-server (5.7.25-0ubuntu0.18.04.2) ...
dev: Selecting previously unselected package tcl8.6.
dev: Preparing to unpack .../25-tcl8.6_8.6.8+dfsg-3_amd64.deb ...
dev: Unpacking tcl8.6 (8.6.8+dfsg-3) ...
dev: Setting up libhtml-tagset-perl (3.20-3) ...
dev: Setting up libevent-core-2.1-6:amd64 (2.1.8-stable-4build1) ...
dev: Processing triggers for ureadahead (0.100.0-20) ...
dev: Setting up libencode-locale-perl (1.05-1) ...
dev: Setting up libtimedate-perl (2.3000-2) ...
dev: Setting up libio-html-perl (1.001-1) ...
dev: Setting up linux-libc-dev:amd64 (4.15.0-45.48) ...
dev: Setting up liblwp-mediatypes-perl (6.02-1) ...
dev: Processing triggers for libc-bin (2.27-3ubuntu1) ...
dev: Setting up libaio1:amd64 (0.3.110-5) ...
dev: Setting up liburi-perl (1.73-1) ...
dev: Processing triggers for systemd (237-3ubuntu10.11) ...
dev: Setting up libhtml-parser-perl (3.72-3build1) ...
dev: Setting up libcgi-pm-perl (4.38-1) ...
dev: Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
dev: Setting up libmysqlclient20:amd64 (5.7.25-0ubuntu0.18.04.2) ...
dev: Setting up libc-dev-bin (2.27-3ubuntu1) ...
dev: Setting up libtcl8.6:amd64 (8.6.8+dfsg-3) ...
dev: Setting up mysql-client-core-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Setting up manpages-dev (4.15-1) ...
dev: Setting up libc6-dev:amd64 (2.27-3ubuntu1) ...
dev: Setting up libfcgi-perl (0.78-2build1) ...
dev: Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ...
dev: Setting up libhttp-date-perl (6.02-1) ...
dev: Setting up libhtml-template-perl (2.97-1) ...
dev: Setting up libmysqlclient-dev (5.7.25-0ubuntu0.18.04.2) ...
dev: Setting up mysql-server-core-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Setting up libcgi-fast-perl (1:2.13-1) ...
dev: Setting up tcl-expect:amd64 (5.45.4-1) ...
dev: Setting up tcl8.6 (8.6.8+dfsg-3) ...
dev: Setting up libhttp-message-perl (6.14-1) ...
dev: Setting up mysql-client-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: Setting up expect (5.45.4-1) ...
dev: Setting up mysql-server-5.7 (5.7.25-0ubuntu0.18.04.2) ...
dev: update-alternatives: using /etc/mysql/mysql.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
dev: Renaming removed key_buffer and myisam-recover options (if present)
dev: Created symlink /etc/systemd/system/multi-user.target.wants/mysql.service → /lib/systemd/system/mysql.service.
dev: Setting up mysql-server (5.7.25-0ubuntu0.18.04.2) ...
dev: Processing triggers for libc-bin (2.27-3ubuntu1) ...
dev: Processing triggers for ureadahead (0.100.0-20) ...
dev: Processing triggers for systemd (237-3ubuntu10.11) ...
dev: Mysql service start...
dev: spawn mysql_config_editor set --login-path=local --host=localhost --user=root --password
dev: Enter password:
dev: Create application database and users table
dev: script creating database
dev: not aws
dev: mysql:
dev: [Warning] Using a password on the command line interface can be insecure.
dev: db boostrap script completed!
==> dev: Running provisioner: shell...
dev: Running: /var/folders/jc/9j09z7nj3zj0f0qtlf0r1klm0000gn/T/vagrant-shell20190131-19622-pzkdaw.sh
dev: Getting updates...
dev: Hit:1 http://ppa.launchpad.net/ansible/ansible/ubuntu bionic InRelease
dev: Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
dev: Hit:3 http://archive.ubuntu.com/ubuntu bionic InRelease
dev: Hit:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
dev: Hit:5 https://download.docker.com/linux/ubuntu bionic InRelease
dev: Hit:6 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
dev: Reading package lists...
dev: Installing Python3...
dev: Reading package lists...
dev: Building dependency tree...
dev:
dev: Reading state information...
dev: python3 is already the newest version (3.6.7-1~18.04).
dev: 0 upgraded, 0 newly installed, 0 to remove and 20 not upgraded.
dev: Installing pip...
dev: Reading package lists...
dev: Building dependency tree...
dev:
dev: Reading state information...
dev: The following additional packages will be installed:
dev: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7
dev: dh-python dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base
dev: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
dev: libasan4 libatomic1 libbinutils libcc1-0 libcilkrts5 libdpkg-perl
dev: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-7-dev libgomp1
dev: libisl19 libitm1 liblsan0 libmpc3 libmpx2 libpython3-dev libpython3.6-dev
dev: libquadmath0 libstdc++-7-dev libtsan0 libubsan0 make python-pip-whl
dev: python3-crypto python3-dev python3-distutils python3-keyring
dev: python3-keyrings.alt python3-lib2to3 python3-secretstorage
dev: python3-setuptools python3-wheel python3-xdg python3.6-dev
dev: Suggested packages:
dev: binutils-doc cpp-doc gcc-7-locales debian-keyring g++-multilib
dev: g++-7-multilib gcc-7-doc libstdc++6-7-dbg gcc-multilib autoconf automake
dev: libtool flex bison gdb gcc-doc gcc-7-multilib libgcc1-dbg libgomp1-dbg
dev: libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg
dev: libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg bzr
dev: libstdc++-7-doc make-doc python-crypto-doc gnome-keyring libkf5wallet-bin
dev: gir1.2-gnomekeyring-1.0 python-secretstorage-doc python-setuptools-doc
dev: The following NEW packages will be installed:
dev: binutils binutils-common binutils-x86-64-linux-gnu build-essential cpp cpp-7
dev: dh-python dpkg-dev fakeroot g++ g++-7 gcc gcc-7 gcc-7-base
dev: libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl
dev: libasan4 libatomic1 libbinutils libcc1-0 libcilkrts5 libdpkg-perl
dev: libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-7-dev libgomp1
dev: libisl19 libitm1 liblsan0 libmpc3 libmpx2 libpython3-dev libpython3.6-dev
dev: libquadmath0 libstdc++-7-dev libtsan0 libubsan0 make python-pip-whl
dev: python3-crypto python3-dev python3-distutils python3-keyring
dev: python3-keyrings.alt python3-lib2to3 python3-pip python3-secretstorage
dev: python3-setuptools python3-wheel python3-xdg python3.6-dev
dev: 0 upgraded, 53 newly installed, 0 to remove and 20 not upgraded.
dev: Need to get 79.3 MB of archives.
dev: After this operation, 218 MB of additional disk space will be used.
dev: Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04 [193 kB]
dev: Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04 [502 kB]
dev: Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04 [1855 kB]
dev: Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04 [3392 B]
dev: Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.3.0-27ubuntu1~18.04 [18.9 kB]
dev: Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB]
dev: Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB]
dev: Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.3.0-27ubuntu1~18.04 [6738 kB]
dev: Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.3.0-27ubuntu1~18.04 [6738 kB]
dev: Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.3.0-27ubuntu1~18.04 [6738 kB]
dev: Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.3.0-3ubuntu2.1 [27.6 kB]
dev: Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.2.0-1ubuntu2~18.04 [39.5 kB]
dev: Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.2.0-1ubuntu2~18.04 [76.4 kB]
dev: Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.2.0-1ubuntu2~18.04 [28.1 kB]
dev: Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.2.0-1ubuntu2~18.04 [9064 B]
dev: Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.3.0-27ubuntu1~18.04 [358 kB]
dev: Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.2.0-1ubuntu2~18.04 [132 kB]
dev: Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.2.0-1ubuntu2~18.04 [288 kB]
dev: Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.3.0-27ubuntu1~18.04 [126 kB]
dev: Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.3.0-27ubuntu1~18.04 [42.5 kB]
dev: Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.2.0-1ubuntu2~18.04 [11.7 kB]
dev: Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.2.0-1ubuntu2~18.04 [133 kB]
dev: Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.3.0-27ubuntu1~18.04 [2380 kB]
dev: Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.3.0-27ubuntu1~18.04 [7455 kB]
dev: Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.3.0-3ubuntu2.1 [5184 B]
dev: Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.3.0-27ubuntu1~18.04 [1463 kB]
dev: Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.3.0-27ubuntu1~18.04 [7570 kB]
dev: Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.3.0-3ubuntu2.1 [1572 B]
dev: Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB]
dev: Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.1 [211 kB]
dev: Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.1 [608 kB]
dev: Get:30 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B]
dev: Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-lib2to3 all 3.6.7-1~18.04 [76.5 kB]
dev: Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-distutils all 3.6.7-1~18.04 [141 kB]
dev: Get:33 http://archive.ubuntu.com/ubuntu bionic/main amd64 dh-python all 3.20180325ubuntu2 [89.2 kB]
dev: Get:34 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB]
dev: Get:35 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB]
dev: Get:36 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB]
dev: Get:37 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB]
dev: Get:38 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB]
dev: Get:39 http://archive.ubuntu.com/ubuntu bionic/main amd64 libexpat1-dev amd64 2.2.5-3 [122 kB]
dev: Get:40 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB]
dev: Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-dev amd64 3.6.7-1~18.04 [44.8 MB]
dev: Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-dev amd64 3.6.7-1~18.04 [7328 B]
dev: Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python-pip-whl all 9.0.1-2.3~ubuntu1 [1652 kB]
dev: Get:44 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-crypto amd64 2.6.1-8ubuntu2 [244 kB]
dev: Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3.6-dev amd64 3.6.7-1~18.04 [508 kB]
dev: Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-dev amd64 3.6.7-1~18.04 [1288 B]
dev: Get:47 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-secretstorage all 2.3.1-2 [12.1 kB]
dev: Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyring all 10.6.0-1 [26.7 kB]
dev: Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-keyrings.alt all 3.0-1 [16.6 kB]
dev: Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 python3-pip all 9.0.1-2.3~ubuntu1 [114 kB]
dev: Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-setuptools all 39.0.1-2 [248 kB]
dev: Get:52 http://archive.ubuntu.com/ubuntu bionic/universe amd64 python3-wheel all 0.30.0-0.2 [36.5 kB]
dev: Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 python3-xdg all 0.25-4ubuntu1 [31.4 kB]
dev: Fetched 72.6 MB in 4min 14s (286 kB/s)
dev: Selecting previously unselected package binutils-common:amd64.
dev: (Reading database ...
(Reading database ... 60%e ... 5%
dev: (Reading database ... 65%
dev: (Reading database ... 70%
dev: (Reading database ... 75%
dev: (Reading database ... 80%
dev: (Reading database ... 85%
dev: (Reading database ... 90%
dev: (Reading database ... 95%
(Reading database ... 69794 files and directories currently installed.)
dev: Preparing to unpack .../00-binutils-common_2.30-21ubuntu1~18.04_amd64.deb ...
dev: Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04) ...
dev: Selecting previously unselected package libbinutils:amd64.
dev: Preparing to unpack .../01-libbinutils_2.30-21ubuntu1~18.04_amd64.deb ...
dev: Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04) ...
dev: Selecting previously unselected package binutils-x86-64-linux-gnu.
dev: Preparing to unpack .../02-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04_amd64.deb ...
dev: Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04) ...
dev: Selecting previously unselected package binutils.
dev: Preparing to unpack .../03-binutils_2.30-21ubuntu1~18.04_amd64.deb ...
dev: Unpacking binutils (2.30-21ubuntu1~18.04) ...
dev: Selecting previously unselected package gcc-7-base:amd64.
dev: Preparing to unpack .../04-gcc-7-base_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking gcc-7-base:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package libisl19:amd64.
dev: Preparing to unpack .../05-libisl19_0.19-1_amd64.deb ...
dev: Unpacking libisl19:amd64 (0.19-1) ...
dev: Selecting previously unselected package libmpc3:amd64.
dev: Preparing to unpack .../06-libmpc3_1.1.0-1_amd64.deb ...
dev: Unpacking libmpc3:amd64 (1.1.0-1) ...
dev: Selecting previously unselected package cpp-7.
dev: Preparing to unpack .../07-cpp-7_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking cpp-7 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package cpp.
dev: Preparing to unpack .../08-cpp_4%3a7.3.0-3ubuntu2.1_amd64.deb ...
dev: Unpacking cpp (4:7.3.0-3ubuntu2.1) ...
dev: Selecting previously unselected package libcc1-0:amd64.
dev: Preparing to unpack .../09-libcc1-0_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libgomp1:amd64.
dev: Preparing to unpack .../10-libgomp1_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libgomp1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libitm1:amd64.
dev: Preparing to unpack .../11-libitm1_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libitm1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libatomic1:amd64.
dev: Preparing to unpack .../12-libatomic1_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libatomic1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libasan4:amd64.
dev: Preparing to unpack .../13-libasan4_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking libasan4:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package liblsan0:amd64.
dev: Preparing to unpack .../14-liblsan0_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking liblsan0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libtsan0:amd64.
dev: Preparing to unpack .../15-libtsan0_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libtsan0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libubsan0:amd64.
dev: Preparing to unpack .../16-libubsan0_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking libubsan0:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package libcilkrts5:amd64.
dev: Preparing to unpack .../17-libcilkrts5_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking libcilkrts5:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package libmpx2:amd64.
dev: Preparing to unpack .../18-libmpx2_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libmpx2:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libquadmath0:amd64.
dev: Preparing to unpack .../19-libquadmath0_8.2.0-1ubuntu2~18.04_amd64.deb ...
dev: Unpacking libquadmath0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Selecting previously unselected package libgcc-7-dev:amd64.
dev: Preparing to unpack .../20-libgcc-7-dev_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking libgcc-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package gcc-7.
dev: Preparing to unpack .../21-gcc-7_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking gcc-7 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package gcc.
dev: Preparing to unpack .../22-gcc_4%3a7.3.0-3ubuntu2.1_amd64.deb ...
dev: Unpacking gcc (4:7.3.0-3ubuntu2.1) ...
dev: Selecting previously unselected package libstdc++-7-dev:amd64.
dev: Preparing to unpack .../23-libstdc++-7-dev_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking libstdc++-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package g++-7.
dev: Preparing to unpack .../24-g++-7_7.3.0-27ubuntu1~18.04_amd64.deb ...
dev: Unpacking g++-7 (7.3.0-27ubuntu1~18.04) ...
dev: Selecting previously unselected package g++.
dev: Preparing to unpack .../25-g++_4%3a7.3.0-3ubuntu2.1_amd64.deb ...
dev: Unpacking g++ (4:7.3.0-3ubuntu2.1) ...
dev: Selecting previously unselected package make.
dev: Preparing to unpack .../26-make_4.1-9.1ubuntu1_amd64.deb ...
dev: Unpacking make (4.1-9.1ubuntu1) ...
dev: Selecting previously unselected package libdpkg-perl.
dev: Preparing to unpack .../27-libdpkg-perl_1.19.0.5ubuntu2.1_all.deb ...
dev: Unpacking libdpkg-perl (1.19.0.5ubuntu2.1) ...
dev: Selecting previously unselected package dpkg-dev.
dev: Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.1_all.deb ...
dev: Unpacking dpkg-dev (1.19.0.5ubuntu2.1) ...
dev: Selecting previously unselected package build-essential.
dev: Preparing to unpack .../29-build-essential_12.4ubuntu1_amd64.deb ...
dev: Unpacking build-essential (12.4ubuntu1) ...
dev: Selecting previously unselected package python3-lib2to3.
dev: Preparing to unpack .../30-python3-lib2to3_3.6.7-1~18.04_all.deb ...
dev: Unpacking python3-lib2to3 (3.6.7-1~18.04) ...
dev: Selecting previously unselected package python3-distutils.
dev: Preparing to unpack .../31-python3-distutils_3.6.7-1~18.04_all.deb ...
dev: Unpacking python3-distutils (3.6.7-1~18.04) ...
dev: Selecting previously unselected package dh-python.
dev: Preparing to unpack .../32-dh-python_3.20180325ubuntu2_all.deb ...
dev: Unpacking dh-python (3.20180325ubuntu2) ...
dev: Selecting previously unselected package libfakeroot:amd64.
dev: Preparing to unpack .../33-libfakeroot_1.22-2ubuntu1_amd64.deb ...
dev: Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ...
dev: Selecting previously unselected package fakeroot.
dev: Preparing to unpack .../34-fakeroot_1.22-2ubuntu1_amd64.deb ...
dev: Unpacking fakeroot (1.22-2ubuntu1) ...
dev: Selecting previously unselected package libalgorithm-diff-perl.
dev: Preparing to unpack .../35-libalgorithm-diff-perl_1.19.03-1_all.deb ...
dev: Unpacking libalgorithm-diff-perl (1.19.03-1) ...
dev: Selecting previously unselected package libalgorithm-diff-xs-perl.
dev: Preparing to unpack .../36-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ...
dev: Unpacking libalgorithm-diff-xs-perl (0.04-5) ...
dev: Selecting previously unselected package libalgorithm-merge-perl.
dev: Preparing to unpack .../37-libalgorithm-merge-perl_0.08-3_all.deb ...
dev: Unpacking libalgorithm-merge-perl (0.08-3) ...
dev: Selecting previously unselected package libexpat1-dev:amd64.
dev: Preparing to unpack .../38-libexpat1-dev_2.2.5-3_amd64.deb ...
dev: Unpacking libexpat1-dev:amd64 (2.2.5-3) ...
dev: Selecting previously unselected package libfile-fcntllock-perl.
dev: Preparing to unpack .../39-libfile-fcntllock-perl_0.22-3build2_amd64.deb ...
dev: Unpacking libfile-fcntllock-perl (0.22-3build2) ...
dev: Selecting previously unselected package libpython3.6-dev:amd64.
dev: Preparing to unpack .../40-libpython3.6-dev_3.6.7-1~18.04_amd64.deb ...
dev: Unpacking libpython3.6-dev:amd64 (3.6.7-1~18.04) ...
dev: Selecting previously unselected package libpython3-dev:amd64.
dev: Preparing to unpack .../41-libpython3-dev_3.6.7-1~18.04_amd64.deb ...
dev: Unpacking libpython3-dev:amd64 (3.6.7-1~18.04) ...
dev: Selecting previously unselected package python-pip-whl.
dev: Preparing to unpack .../42-python-pip-whl_9.0.1-2.3~ubuntu1_all.deb ...
dev: Unpacking python-pip-whl (9.0.1-2.3~ubuntu1) ...
dev: Selecting previously unselected package python3-crypto.
dev: Preparing to unpack .../43-python3-crypto_2.6.1-8ubuntu2_amd64.deb ...
dev: Unpacking python3-crypto (2.6.1-8ubuntu2) ...
dev: Selecting previously unselected package python3.6-dev.
dev: Preparing to unpack .../44-python3.6-dev_3.6.7-1~18.04_amd64.deb ...
dev: Unpacking python3.6-dev (3.6.7-1~18.04) ...
dev: Selecting previously unselected package python3-dev.
dev: Preparing to unpack .../45-python3-dev_3.6.7-1~18.04_amd64.deb ...
dev: Unpacking python3-dev (3.6.7-1~18.04) ...
dev: Selecting previously unselected package python3-secretstorage.
dev: Preparing to unpack .../46-python3-secretstorage_2.3.1-2_all.deb ...
dev: Unpacking python3-secretstorage (2.3.1-2) ...
dev: Selecting previously unselected package python3-keyring.
dev: Preparing to unpack .../47-python3-keyring_10.6.0-1_all.deb ...
dev: Unpacking python3-keyring (10.6.0-1) ...
dev: Selecting previously unselected package python3-keyrings.alt.
dev: Preparing to unpack .../48-python3-keyrings.alt_3.0-1_all.deb ...
dev: Unpacking python3-keyrings.alt (3.0-1) ...
dev: Selecting previously unselected package python3-pip.
dev: Preparing to unpack .../49-python3-pip_9.0.1-2.3~ubuntu1_all.deb ...
dev: Unpacking python3-pip (9.0.1-2.3~ubuntu1) ...
dev: Selecting previously unselected package python3-setuptools.
dev: Preparing to unpack .../50-python3-setuptools_39.0.1-2_all.deb ...
dev: Unpacking python3-setuptools (39.0.1-2) ...
dev: Selecting previously unselected package python3-wheel.
dev: Preparing to unpack .../51-python3-wheel_0.30.0-0.2_all.deb ...
dev: Unpacking python3-wheel (0.30.0-0.2) ...
dev: Selecting previously unselected package python3-xdg.
dev: Preparing to unpack .../52-python3-xdg_0.25-4ubuntu1_all.deb ...
dev: Unpacking python3-xdg (0.25-4ubuntu1) ...
dev: Setting up libquadmath0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up libgomp1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up libatomic1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up python-pip-whl (9.0.1-2.3~ubuntu1) ...
dev: Setting up libcc1-0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up make (4.1-9.1ubuntu1) ...
dev: Setting up python3-crypto (2.6.1-8ubuntu2) ...
dev: Setting up libtsan0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up python3-xdg (0.25-4ubuntu1) ...
dev: Setting up python3-keyrings.alt (3.0-1) ...
dev: Setting up libdpkg-perl (1.19.0.5ubuntu2.1) ...
dev: Setting up python3-wheel (0.30.0-0.2) ...
dev: Setting up liblsan0:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up gcc-7-base:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04) ...
dev: Setting up libfile-fcntllock-perl (0.22-3build2) ...
dev: Setting up libmpx2:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Processing triggers for libc-bin (2.27-3ubuntu1) ...
dev: Setting up libfakeroot:amd64 (1.22-2ubuntu1) ...
dev: Setting up libalgorithm-diff-perl (1.19.03-1) ...
dev: Setting up libexpat1-dev:amd64 (2.2.5-3) ...
dev: Processing triggers for man-db (2.8.3-2ubuntu0.1) ...
dev: Setting up libmpc3:amd64 (1.1.0-1) ...
dev: Setting up python3-lib2to3 (3.6.7-1~18.04) ...
dev: Setting up python3-secretstorage (2.3.1-2) ...
dev: Setting up python3-distutils (3.6.7-1~18.04) ...
dev: Setting up libitm1:amd64 (8.2.0-1ubuntu2~18.04) ...
dev: Setting up libisl19:amd64 (0.19-1) ...
dev: Setting up libasan4:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up python3-keyring (10.6.0-1) ...
dev: Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04) ...
dev: Setting up libcilkrts5:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up libubsan0:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up fakeroot (1.22-2ubuntu1) ...
dev: update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode
dev: Setting up libpython3.6-dev:amd64 (3.6.7-1~18.04) ...
dev: Setting up libgcc-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up cpp-7 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up libstdc++-7-dev:amd64 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up libalgorithm-merge-perl (0.08-3) ...
dev: Setting up libalgorithm-diff-xs-perl (0.04-5) ...
dev: Setting up python3-pip (9.0.1-2.3~ubuntu1) ...
dev: Setting up python3-setuptools (39.0.1-2) ...
dev: Setting up python3.6-dev (3.6.7-1~18.04) ...
dev: Setting up dh-python (3.20180325ubuntu2) ...
dev: Setting up libpython3-dev:amd64 (3.6.7-1~18.04) ...
dev: Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04) ...
dev: Setting up cpp (4:7.3.0-3ubuntu2.1) ...
dev: Setting up python3-dev (3.6.7-1~18.04) ...
dev: Setting up binutils (2.30-21ubuntu1~18.04) ...
dev: Setting up gcc-7 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up g++-7 (7.3.0-27ubuntu1~18.04) ...
dev: Setting up gcc (4:7.3.0-3ubuntu2.1) ...
dev: Setting up dpkg-dev (1.19.0.5ubuntu2.1) ...
dev: Setting up g++ (4:7.3.0-3ubuntu2.1) ...
dev: update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode
dev: Setting up build-essential (12.4ubuntu1) ...
dev: Processing triggers for libc-bin (2.27-3ubuntu1) ...
dev: Upgrading pip...
dev: Collecting pip
dev: Downloading https://files.pythonhosted.org/packages/46/dc/7fd5df840efb3e56c8b4f768793a237ec4ee59891959d6a215d63f727023/pip-19.0.1-py2.py3-none-any.whl (1.4MB)
dev: Installing collected packages: pip
dev: Found existing installation: pip 9.0.1
dev: Not uninstalling pip at /usr/lib/python3/dist-packages, outside environment /usr
dev: Successfully installed pip-19.0.1
dev: Installing virtualenv...
dev: Collecting virtualenv
dev: Downloading https://files.pythonhosted.org/packages/8f/f1/c0b069ca6cb44f9681715232e6d3d65c75866dd231c5e4a88e80a46634bb/virtualenv-16.3.0-py2.py3-none-any.whl (2.0MB)
dev: Requirement already satisfied: setuptools>=18.0.0 in /usr/lib/python3/dist-packages (from virtualenv) (39.0.1)
dev: Installing collected packages: virtualenv
dev: Successfully installed virtualenv-16.3.0
dev: Setting virtual environment...
dev: Already using interpreter /usr/bin/python3
dev: Using base prefix '/usr'
dev: New python executable in /home/vagrant/venv/bin/python3
dev: Also creating executable in /home/vagrant/venv/bin/python
dev: Installing setuptools, pip, wheel...
dev:
dev: Complete output from command /home/vagrant/venv/bin/python3 - setuptools pip wheel:
dev: Looking in links: /usr/local/lib/python3.6/dist-packages/virtualenv_support
dev: Collecting setuptools
dev: Downloading https://files.pythonhosted.org/packages/bf/ae/a23db1762646069742cc21393833577d3fa438eecaa59d11fb04fa57fcd5/setuptools-40.7.1-py2.py3-none-any.whl (574kB)
dev: Exception:
dev: Traceback (most recent call last):
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py", line 360, in _error_catcher
dev: yield
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py", line 442, in read
dev: data = self._fp.read(amt)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/cachecontrol/filewrapper.py", line 62, in read
dev: data = self.__fp.read(amt)
dev: File "/usr/lib/python3.6/http/client.py", line 449, in read
dev: n = self.readinto(b)
dev: File "/usr/lib/python3.6/http/client.py", line 493, in readinto
dev: n = self.fp.readinto(b)
dev: File "/usr/lib/python3.6/socket.py", line 586, in readinto
dev: return self._sock.recv_into(b)
dev: File "/usr/lib/python3.6/ssl.py", line 1012, in recv_into
dev: return self.read(nbytes, buffer)
dev: File "/usr/lib/python3.6/ssl.py", line 874, in read
dev: return self._sslobj.read(len, buffer)
dev: File "/usr/lib/python3.6/ssl.py", line 631, in read
dev: v = self._sslobj.read(len, buffer)
dev: socket.timeout: The read operation timed out
dev:
dev: During handling of the above exception, another exception occurred:
dev:
dev: Traceback (most recent call last):
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/cli/base_command.py", line 176, in main
dev: status = self.run(options, args)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/commands/install.py", line 315, in run
dev: resolver.resolve(requirement_set)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/resolve.py", line 131, in resolve
dev: self._resolve_one(requirement_set, req)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/resolve.py", line 294, in _resolve_one
dev: abstract_dist = self._get_abstract_dist_for(req_to_install)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/resolve.py", line 242, in _get_abstract_dist_for
dev: self.require_hashes
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/operations/prepare.py", line 334, in prepare_linked_requirement
dev: progress_bar=self.progress_bar
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 878, in unpack_url
dev: progress_bar=progress_bar
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 702, in unpack_http_url
dev: progress_bar)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 946, in _download_http_url
dev: _download_url(resp, link, content_file, hashes, progress_bar)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 639, in _download_url
dev: hashes.check_against_chunks(downloaded_chunks)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/utils/hashes.py", line 62, in check_against_chunks
dev: for chunk in chunks:
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 607, in written_chunks
dev: for chunk in chunks:
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/utils/ui.py", line 159, in iter
dev: for x in it:
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_internal/download.py", line 596, in resp_read
dev: decode_content=False):
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py", line 494, in stream
dev: data = self.read(amt=amt, decode_content=decode_content)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py", line 459, in read
dev: raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
dev: File "/usr/lib/python3.6/contextlib.py", line 99, in __exit__
dev: self.gen.throw(type, value, traceback)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv_support/pip-19.0.1-py2.py3-none-any.whl/pip/_vendor/urllib3/response.py", line 365, in _error_catcher
dev: raise ReadTimeoutError(self._pool, None, 'Read timed out.')
dev: pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='files.pythonhosted.org', port=443): Read timed out.
dev: ----------------------------------------
dev: ...Installing setuptools, pip, wheel...done.
dev: Traceback (most recent call last):
dev: File "/usr/local/bin/virtualenv", line 10, in <module>
dev: sys.exit(main())
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv.py", line 793, in main
dev: symlink=options.symlink,
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv.py", line 1087, in create_environment
dev: install_wheel(to_install, py_executable, search_dirs, download=download)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv.py", line 935, in install_wheel
dev: _install_wheel_with_search_dir(download, project_names, py_executable, search_dirs)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv.py", line 1025, in _install_wheel_with_search_dir
dev: call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=script)
dev: File "/usr/local/lib/python3.6/dist-packages/virtualenv.py", line 886, in call_subprocess
dev: raise OSError("Command {} failed with error code {}".format(cmd_desc, proc.returncode))
dev: OSError: Command /home/vagrant/venv/bin/python3 - setuptools pip wheel failed with error code 2
dev: /tmp/vagrant-shell: line 25: venv/bin/activate: No such file or directory
dev: not aws
dev: Installing additional pips from requirements.txt...
dev: Requirement already satisfied: click==6.7 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (6.7)
dev: Collecting configparser==3.5.0 (from -r requirements.txt (line 2))
dev: Downloading https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz
dev: Collecting dominate==2.3.1 (from -r requirements.txt (line 3))
dev: Downloading https://files.pythonhosted.org/packages/43/b2/3b7d67dd59dab93ae08569384b254323516e8868b453eea5614a53835baf/dominate-2.3.1.tar.gz
dev: Collecting flake8==3.5.0 (from -r requirements.txt (line 4))
dev: Downloading https://files.pythonhosted.org/packages/b9/dc/14e9d94c770b8c4ef584e906c7583e74864786a58d47de101f2767d50c0b/flake8-3.5.0-py2.py3-none-any.whl (69kB)
dev: Collecting Flask==1.0.2 (from -r requirements.txt (line 5))
dev: Downloading https://files.pythonhosted.org/packages/7f/e7/08578774ed4536d3242b14dacb4696386634607af824ea997202cd0edb4b/Flask-1.0.2-py2.py3-none-any.whl (91kB)
dev: Collecting Flask-Login==0.4.1 (from -r requirements.txt (line 6))
dev: Downloading https://files.pythonhosted.org/packages/c1/ff/bd9a4d2d81bf0c07d9e53e8cd3d675c56553719bbefd372df69bf1b3c1e4/Flask-Login-0.4.1.tar.gz
dev: Collecting Flask-SQLAlchemy==2.3.2 (from -r requirements.txt (line 7))
dev: Downloading https://files.pythonhosted.org/packages/a1/44/294fb7f6bf49cc7224417cd0637018db9fee0729b4fe166e43e2bbb1f1c8/Flask_SQLAlchemy-2.3.2-py2.py3-none-any.whl
dev: Collecting Flask-WTF==0.14.2 (from -r requirements.txt (line 8))
dev: Downloading https://files.pythonhosted.org/packages/60/3a/58c629472d10539ae5167dc7c1fecfa95dd7d0b7864623931e3776438a24/Flask_WTF-0.14.2-py2.py3-none-any.whl
dev: Collecting itsdangerous==0.24 (from -r requirements.txt (line 9))
dev: Downloading https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz (46kB)
dev: Requirement already satisfied: Jinja2==2.10 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 10)) (2.10)
dev: Requirement already satisfied: MarkupSafe==1.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 11)) (1.0)
dev: Collecting mccabe==0.6.1 (from -r requirements.txt (line 12))
dev: Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl
dev: Collecting pycodestyle==2.3.1 (from -r requirements.txt (line 13))
dev: Downloading https://files.pythonhosted.org/packages/e4/81/78fe51eb4038d1388b7217dd63770b0f428370207125047312886c923b26/pycodestyle-2.3.1-py2.py3-none-any.whl (45kB)
dev: Collecting pyflakes==1.6.0 (from -r requirements.txt (line 14))
dev: Downloading https://files.pythonhosted.org/packages/d7/40/733bcc64da3161ae4122c11e88269f276358ca29335468005cb0ee538665/pyflakes-1.6.0-py2.py3-none-any.whl (227kB)
dev: Collecting SQLAlchemy==1.2.8 (from -r requirements.txt (line 15))
dev: Downloading https://files.pythonhosted.org/packages/b4/9c/411a9bac1a471bed54ec447dc183aeed12a75c1b648307e18b56e3829363/SQLAlchemy-1.2.8.tar.gz (5.6MB)
dev: Collecting visitor==0.1.3 (from -r requirements.txt (line 16))
dev: Downloading https://files.pythonhosted.org/packages/d7/58/785fcd6de4210049da5fafe62301b197f044f3835393594be368547142b0/visitor-0.1.3.tar.gz
dev: Collecting Werkzeug==0.14.1 (from -r requirements.txt (line 17))
dev: Downloading https://files.pythonhosted.org/packages/20/c4/12e3e56473e52375aa29c4764e70d1b8f3efa6682bef8d0aae04fe335243/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB)
dev: Collecting WTForms==2.2 (from -r requirements.txt (line 18))
dev: Downloading https://files.pythonhosted.org/packages/2e/29/52c746ef18f0d451632bc0e1f164d83d899601cf24d4930f613405335264/WTForms-2.2-py2.py3-none-any.whl (166kB)
dev: Collecting mysql-connector-python==8.0.13 (from -r requirements.txt (line 19))
dev: Downloading https://files.pythonhosted.org/packages/61/e6/792d813a400b34d8dfd50a09ddf80a501acf47be19553416bf8203788969/mysql_connector_python-8.0.13-cp36-cp36m-manylinux1_x86_64.whl (8.2MB)
dev: Collecting protobuf>=3.0.0 (from mysql-connector-python==8.0.13->-r requirements.txt (line 19))
dev: Downloading https://files.pythonhosted.org/packages/c2/f9/28787754923612ca9bfdffc588daa05580ed70698add063a5629d1a4209d/protobuf-3.6.1-cp36-cp36m-manylinux1_x86_64.whl (1.1MB)
dev: Requirement already satisfied: six>=1.9 in /usr/lib/python3/dist-packages (from protobuf>=3.0.0->mysql-connector-python==8.0.13->-r requirements.txt (line 19)) (1.11.0)
dev: Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from protobuf>=3.0.0->mysql-connector-python==8.0.13->-r requirements.txt (line 19)) (39.0.1)
dev: Building wheels for collected packages: configparser, dominate, Flask-Login, itsdangerous, SQLAlchemy, visitor
dev: Building wheel for configparser (setup.py): started
dev: Building wheel for configparser (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/a3/61/79/424ef897a2f3b14684a7de5d89e8600b460b89663e6ce9d17c
dev: Building wheel for dominate (setup.py): started
dev: Building wheel for dominate (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/86/7c/76/a514f343c9e4f85f4c98fe13138ab9c8f756647155c4c1f25e
dev: Building wheel for Flask-Login (setup.py): started
dev: Building wheel for Flask-Login (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/39/10/74/d68194e28d5f7a83de5f66e5b2deff5ccbb424fe45e6b0e927
dev: Building wheel for itsdangerous (setup.py): started
dev: Building wheel for itsdangerous (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/2c/4a/61/5599631c1554768c6290b08c02c72d7317910374ca602ff1e5
dev: Building wheel for SQLAlchemy (setup.py): started
dev: Building wheel for SQLAlchemy (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/df/fc/61/df2f43ec3f11f864554bdc006a866a3ffffa59740bcf3674ef
dev: Building wheel for visitor (setup.py): started
dev: Building wheel for visitor (setup.py): finished with status 'done'
dev: Stored in directory: /root/.cache/pip/wheels/68/b0/a2/cc8c7cf94ca3d1088a7d2e27936c1e0da170e05f560973e8dd
dev: Successfully built configparser dominate Flask-Login itsdangerous SQLAlchemy visitor
dev: Installing collected packages: configparser, dominate, pyflakes, mccabe, pycodestyle, flake8, Werkzeug, itsdangerous, Flask, Flask-Login, SQLAlchemy, Flask-SQLAlchemy, WTForms, Flask-WTF, visitor, protobuf, mysql-connector-python
dev: Successfully installed Flask-1.0.2 Flask-Login-0.4.1 Flask-SQLAlchemy-2.3.2 Flask-WTF-0.14.2 SQLAlchemy-1.2.8 WTForms-2.2 Werkzeug-0.14.1 configparser-3.5.0 dominate-2.3.1 flake8-3.5.0 itsdangerous-0.24 mccabe-0.6.1 mysql-connector-python-8.0.13 protobuf-3.6.1 pycodestyle-2.3.1 pyflakes-1.6.0 visitor-0.1.3
dev: application boostrap script completed!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment