ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ sudo ./baseline.sh + echo '---> Attempting to detect OS' ---> Attempting to detect OS ++ '[' -e /etc/redhat-release ']' ++ echo ubuntu + ORIGIN=ubuntu + case "${ORIGIN}" in + echo '---> Ubuntu system detected' ---> Ubuntu system detected + ubuntu_systems + cat + export DEBIAN_FRONTEND=noninteractive + DEBIAN_FRONTEND=noninteractive + cat ++ hostname + sed -i '/127.0.0.1/s/$/ ip-172-31-38-55/' /etc/hosts + echo '---> Updating operating system' ---> Updating operating system + cat ++ lsb_release -sc + echo '---> Installing base packages' ---> Installing base packages + apt-get clean + apt-get update -m Hit:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Reading package lists... Done + apt-get upgrade -m Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + apt-get dist-upgrade -m Reading package lists... Done Building dependency tree Reading state information... Done Calculating upgrade... Done The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + apt-get update -m Hit:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Reading package lists... Done + ensure_ubuntu_install unzip xz-utils puppet git libxml-xpath-perl + packages=($@) + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' unzip ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'unzip already installed.' unzip already installed. + break + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' xz-utils ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'xz-utils already installed.' xz-utils already installed. + break + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' puppet ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'puppet already installed.' puppet already installed. + break + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' git ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'git already installed.' git already installed. + break + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' libxml-xpath-perl ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'libxml-xpath-perl already installed.' libxml-xpath-perl already installed. + break + echo '---> Configuring Corretto JDK Distribution' ---> Configuring Corretto JDK Distribution + apt-get install java-common Reading package lists... Done Building dependency tree Reading state information... Done java-common is already the newest version (0.56ubuntu2). The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + CORRETTO_JAVA8_VERSION=8.232.09-1 + CORRETTO_JAVA8_SHA256SUM=af7e9ee6459ff6ae2d0d8ba372b6caa7cdb01d34778c981bc61c84fb29748356 ++ echo 8.232.09-1 ++ tr - . + curl -L -o /tmp/corretto_java8.deb https://d3pxv6yz143wms.cloudfront.net/8.232.09.1/java-1.8.0-amazon-corretto-jdk_8.232.09-1_arm64.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 95.4M 100 95.4M 0 0 30.0M 0 0:00:03 0:00:03 --:--:-- 30.0M + sha256sum -c - + echo 'af7e9ee6459ff6ae2d0d8ba372b6caa7cdb01d34778c981bc61c84fb29748356 /tmp/corretto_java8.deb' /tmp/corretto_java8.deb: OK + dpkg -i /tmp/corretto_java8.deb (Reading database ... 62781 files and directories currently installed.) Preparing to unpack /tmp/corretto_java8.deb ... Unpacking java-1.8.0-amazon-corretto-jdk:arm64 (1:8.232.09-1) over (1:8.232.09-1) ... Setting up java-1.8.0-amazon-corretto-jdk:arm64 (1:8.232.09-1) ... install -o root -g root -d /usr install -o root -g root -d /usr/lib install -o root -g root -d /usr/lib/jvm install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/bin install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/include install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/include/linux install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/bin install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/aarch64 install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/aarch64/server install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/aarch64/jli install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/management install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/images install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/images/cursors install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/cmm install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/policy install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/policy/limited install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/security/policy/unlimited install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/ext install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/lib install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/lib/aarch64 install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/lib/aarch64/jli install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/man install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/man/man1 install -o root -g root -d /usr/lib/jvm/java-1.8.0-amazon-corretto/jre/lib/applet + CORRETTO_JAVA11_VERSION=11.0.5.10-1 + CORRETTO_JAVA11_SHA256SUM=fecf2354ee4e3ba563b742dba50a4d01270bf5db06806c6bd0ffc6834af74a2c ++ echo 11.0.5.10-1 ++ tr - . + curl -L -o /tmp/corretto_java11.deb https://d3pxv6yz143wms.cloudfront.net/11.0.5.10.1/java-11-amazon-corretto-jdk_11.0.5.10-1_arm64.deb % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 181M 100 181M 0 0 32.6M 0 0:00:05 0:00:05 --:--:-- 39.1M + sha256sum -c - + echo 'fecf2354ee4e3ba563b742dba50a4d01270bf5db06806c6bd0ffc6834af74a2c /tmp/corretto_java11.deb' /tmp/corretto_java11.deb: OK + dpkg -i /tmp/corretto_java11.deb (Reading database ... 62781 files and directories currently installed.) Preparing to unpack /tmp/corretto_java11.deb ... Unpacking java-11-amazon-corretto-jdk:arm64 (1:11.0.5.10-1) over (1:11.0.5.10-1) ... Setting up java-11-amazon-corretto-jdk:arm64 (1:11.0.5.10-1) ... + cat + update-java-alternatives --set java-1.8.0-amazon-corretto + ensure_ubuntu_install git-review + packages=($@) + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' git-review ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'git-review already installed.' git-review already installed. + break + ensure_ubuntu_install jq + packages=($@) + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' jq ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'jq already installed.' jq already installed. + break + ensure_ubuntu_install xmlstarlet + packages=($@) + for pkg in '"${packages[@]}"' + for i in '{0..5}' ++ dpkg-query -W '-f=${Status}' xmlstarlet ++ grep -c 'ok installed' + '[' 1 -eq 0 ']' + echo 'xmlstarlet already installed.' xmlstarlet already installed. + break + SHELLCHECK_VERSION=latest + SHELLCHECK_SHA256SUM=de064ccf1322d2db06627d9879ccc188f1fb9d151e4fcca3311e0e7390989724 + curl -L -o /tmp/shellcheck.tar.xz https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.aarch64.tar.xz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 1372k 100 1372k 0 0 3023k 0 --:--:-- --:--:-- --:--:-- 3023k + sha256sum -c - + echo 'de064ccf1322d2db06627d9879ccc188f1fb9d151e4fcca3311e0e7390989724 /tmp/shellcheck.tar.xz' /tmp/shellcheck.tar.xz: OK + pushd /tmp /tmp ~/ci-management/packer/provision + tar -xJvf shellcheck.tar.xz shellcheck-latest/README.txt shellcheck-latest/LICENSE.txt shellcheck-latest/shellcheck + cp shellcheck-latest/shellcheck /usr/local/bin/shellcheck + chmod a+x /usr/local/bin/shellcheck + popd ~/ci-management/packer/provision + apt-get install haveged Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. The following additional packages will be installed: libhavege1 The following NEW packages will be installed: haveged libhavege1 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 47.9 kB of archives. After this operation, 203 kB of additional disk space will be used. Get:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libhavege1 arm64 1.9.1-3 [20.0 kB] Get:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 haveged arm64 1.9.1-3 [27.8 kB] Fetched 47.9 kB in 0s (2,947 kB/s) Selecting previously unselected package libhavege1:arm64. (Reading database ... 62781 files and directories currently installed.) Preparing to unpack .../libhavege1_1.9.1-3_arm64.deb ... Unpacking libhavege1:arm64 (1.9.1-3) ... Selecting previously unselected package haveged. Preparing to unpack .../haveged_1.9.1-3_arm64.deb ... Unpacking haveged (1.9.1-3) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19.1) ... Processing triggers for systemd (229-4ubuntu21.22) ... Setting up libhavege1:arm64 (1.9.1-3) ... Setting up haveged (1.9.1-3) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for ureadahead (0.100.0-19.1) ... Processing triggers for systemd (229-4ubuntu21.22) ... + update-rc.d haveged defaults + echo '---> Disabling automatic daily upgrades' ---> Disabling automatic daily upgrades + sed -ine 's/"1"/"0"/g' /etc/apt/apt.conf.d/10periodic + echo 'APT::Periodic::Unattended-Upgrade "0";' + all_systems + echo 'Checking distribution' Checking distribution ++ /usr/bin/facter operatingsystem + FACTER_OS=Ubuntu + case "$FACTER_OS" in + echo '---> Ubuntu found' ---> Ubuntu found + echo 'No extra steps for Ubuntu' No extra steps for Ubuntu ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ sudo ./basebuild.sh sudo: ./basebuild.sh: command not found ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ chmod +x basebuild.sh ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ sudo ./basebuild.sh + echo '---> Detecting OS' ---> Detecting OS ++ facter operatingsystem ++ tr '[:upper:]' '[:lower:]' + ORIGIN=ubuntu + case "${ORIGIN}" in + echo '---> Ubuntu system detected' ---> Ubuntu system detected + ubuntu_systems ++ lsb_release -cs + DISTRO=xenial + apt-get clean + apt-get update Hit:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Hit:4 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:5 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Reading package lists... Done + apt-get install -y apt-transport-https software-properties-common Reading package lists... Done Building dependency tree Reading state information... Done apt-transport-https is already the newest version (1.2.32). software-properties-common is already the newest version (0.96.20.9). The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + apt-add-repository -y ppa:ansible/ansible gpg: keyring `/tmp/tmpj3khf9x1/secring.gpg' created gpg: keyring `/tmp/tmpj3khf9x1/pubring.gpg' created gpg: requesting key 7BB9C367 from hkp server keyserver.ubuntu.com gpg: /tmp/tmpj3khf9x1/trustdb.gpg: trustdb created gpg: key 7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK + apt-key adv --keyserver keyserver.ubuntu.com --recv 0EBFCD88 Executing: /tmp/tmp.iatNHaTCNb/gpg.1.sh --keyserver keyserver.ubuntu.com --recv 0EBFCD88 gpg: requesting key 0EBFCD88 from hkp server keyserver.ubuntu.com gpg: key 0EBFCD88: public key "Docker Release (CE deb) " imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) ++ lsb_release -cs + add-apt-repository 'deb [arch=arm64] https://download.docker.com/linux/ubuntu xenial stable' + add-apt-repository ppa:longsleep/golang-backports Golang 1.8, 1.9, 1.10, 1.11, 1.12 and 1.13 PPA for Ubuntu More info: https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmpfy_mi6uz/secring.gpg' created gpg: keyring `/tmp/tmpfy_mi6uz/pubring.gpg' created gpg: requesting key 56A3D45E from hkp server keyserver.ubuntu.com gpg: /tmp/tmpfy_mi6uz/trustdb.gpg: trustdb created gpg: key 56A3D45E: public key "Launchpad PPA for Simon Eisenmann" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK + base64 -d + cat + sudo apt-key add /tmp/k8s-apt-key.gpg OK + sudo tee /etc/apt/sources.list.d/kubernetes.list + echo 'deb http://apt.kubernetes.io/ kubernetes-xenial main' deb http://apt.kubernetes.io/ kubernetes-xenial main + base64 -d + cat + sudo apt-key add /tmp/nodejs-apt-key.gpg OK + NODE_VERSION=node_7.x + echo 'deb https://deb.nodesource.com/node_7.x xenial main' + sudo tee /etc/apt/sources.list.d/nodesource.list deb https://deb.nodesource.com/node_7.x xenial main + sudo tee -a /etc/apt/sources.list.d/nodesource.list + echo 'deb-src https://deb.nodesource.com/node_7.x xenial main' deb-src https://deb.nodesource.com/node_7.x xenial main + apt-get update Hit:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Get:4 https://download.docker.com/linux/ubuntu xenial InRelease [66.2 kB] Get:5 https://deb.nodesource.com/node_7.x xenial InRelease [4,634 B] Get:6 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial InRelease [18.0 kB] Hit:8 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:9 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Get:7 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [8,993 B] Get:10 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial InRelease [17.5 kB] Get:11 https://download.docker.com/linux/ubuntu xenial/stable arm64 Packages [10.8 kB] Get:12 https://deb.nodesource.com/node_7.x xenial/main Sources [758 B] Get:13 https://deb.nodesource.com/node_7.x xenial/main arm64 Packages [975 B] Get:14 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial/main arm64 Packages [692 B] Get:15 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 Packages [29.9 kB] Get:16 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial/main Translation-en [472 B] Get:17 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial/main arm64 Packages [5,400 B] Get:18 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial/main Translation-en [2,132 B] Fetched 167 kB in 1s (92.9 kB/s) Reading package lists... Done + apt-get install -y 'docker-ce=17.09.0*' apt-transport-https ansible build-essential bzip2 curl ebtables ethtool git golang-1.12-go httpie jq kafkacat 'kubeadm=1.12.7-*' 'kubelet=1.12.7-*' 'kubectl=1.12.7-*' less libmysqlclient-dev libpcap-dev libxml2-utils maven nodejs python python-certifi python-cryptography python-dev python-idna python-netaddr python-openssl python-pip python-urllib3 python3-dev ruby screen socat ssh sshpass zip Reading package lists... Done Building dependency tree Reading state information... Done ethtool is already the newest version (1:4.5-1). python-idna is already the newest version (2.0-3). python-idna set to manually installed. ruby is already the newest version (1:2.3.0+1). ruby set to manually installed. screen is already the newest version (4.3.1-2build1). zip is already the newest version (3.0-11). zip set to manually installed. apt-transport-https is already the newest version (1.2.32). bzip2 is already the newest version (1.0.6-8ubuntu0.2). curl is already the newest version (7.47.0-1ubuntu2.14). git is already the newest version (1:2.7.4-0ubuntu1.6). less is already the newest version (481-2.1ubuntu0.2). python is already the newest version (2.7.12-1~16.04). python set to manually installed. python-cryptography is already the newest version (1.2.3-1ubuntu0.2). python-cryptography set to manually installed. python-openssl is already the newest version (0.15.1-2ubuntu0.2). python-openssl set to manually installed. python-urllib3 is already the newest version (1.13.1-2ubuntu0.16.04.3). python-urllib3 set to manually installed. jq is already the newest version (1.5+dfsg-1ubuntu0.1). Selected version '17.09.0~ce-0~ubuntu' (Docker CE:xenial [arm64]) for 'docker-ce' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubeadm' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubelet' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubectl' The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. The following additional packages will be installed: ant ant-optional aufs-tools ca-certificates-java cgroupfs-mount conntrack cpp cpp-5 cri-tools default-jre-headless dpkg-dev fakeroot fontconfig-config fonts-dejavu-core g++ g++-5 gcc gcc-5 golang-1.12-src ieee-data junit junit4 kubernetes-cni libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libaopalliance-java libapache-pom-java libasan2 libasm4-java libatinject-jsr330-api-java libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbsh-java libc-dev-bin libc6-dev libcc1-0 libcdi-api-java libcglib3-java libclassworlds-java libcommons-cli-java libcommons-codec-java libcommons-httpclient-java libcommons-io-java libcommons-lang-java libcommons-lang3-java libcommons-logging-java libcommons-net-java libcommons-net2-java libcommons-parent-java libcups2 libdom4j-java libdoxia-core-java libdpkg-perl libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-5-dev libgeronimo-interceptor-3.0-spec-java libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java libjdom1-java libjetty-java libjpeg-turbo8 libjpeg8 libjsch-java libjsoup-java libjsr305-java liblcms2-2 liblog4j1.2-java libltdl7 libmaven-parent-java libmaven2-core-java libmaven3-core-java libmpc3 libmysqlclient20 libnspr4 libnss3 libnss3-nssdb libobjenesis-java libpcap0.8-dev libpcsclite1 libplexus-ant-factory-java libplexus-archiver-java libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java libplexus-classworlds2-java libplexus-cli-java libplexus-component-annotations-java libplexus-component-metadata-java libplexus-container-default-java libplexus-container-default1.5-java libplexus-containers-java libplexus-containers1.5-java libplexus-interactivity-api-java libplexus-interpolation-java libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java libplexus-utils2-java libpython-all-dev libpython-dev libpython2.7 libpython2.7-dev libpython3-dev libpython3.5-dev libqdox2-java librdkafka1 libservlet2.5-java libservlet3.1-java libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java libxerces2-java libxi6 libxml-commons-external-java libxml-commons-resolver1.1-java libxom-java libxpp2-java libxpp3-java libxrender1 libxtst6 libyajl2 linux-libc-dev make manpages-dev mysql-common openjdk-8-jre-headless pkg-config python-all python-all-dev python-crypto python-ecdsa python-httplib2 python-jinja2 python-markupsafe python-paramiko python-pip-whl python-pygments python-setuptools python-wheel python-yaml python2.7-dev python3.5-dev x11-common zlib1g-dev Suggested packages: ant-doc ant-gcj ant-optional-gcj antlr javacc jython libbcel-java libbsf-java libgnumail-java libjdepend-java liboro-java libregexp-java mountall cpp-doc gcc-5-locales default-jre debian-keyring gcc-5-doc libstdc++6-5-dbg gcc-multilib autoconf automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg bzr | brz mercurial subversion junit-doc libaopalliance-java-doc libatinject-jsr330-api-java-doc glibc-doc libclassworlds-java-doc libcommons-httpclient-java-doc libcommons-io-java-doc libcommons-lang-java-doc libcommons-lang3-java-doc libavalon-framework-java libcommons-logging-java-doc libexcalibur-logkit-java libcommons-net-java-doc libcommons-net2-java-doc cups-common libdom4j-java-doc libeasymock-java-doc libcglib-java libjaxp1.3-java-gcj libjdom1-java-doc jetty libjetty-java-doc libjsoup-java-doc libjsr305-java-doc liblcms2-utils liblog4j1.2-java-doc libobjenesis-java-doc pcscd libplexus-cipher-java-doc libplexus-classworlds-java-doc libplexus-classworlds2-java-doc libplexus-cli-java-doc libplexus-container-default-java-doc libplexus-interactivity-api-java-doc libplexus-interpolation-java-doc libplexus-sec-dispatcher-java-doc libplexus-utils-java-doc libplexus-utils2-java-doc libqdox2-java-doc testng libstdc++-5-doc libwagon-java-doc libxalan2-java-doc libxsltc-java groovy2 libequinox-osgi-java libosgi-compendium-java libosgi-core-java libqdox-java libspring-beans-java libspring-context-java libspring-core-java libspring-web-java libxerces2-java-doc libxerces2-java-gcj libxml-commons-resolver1.1-java-doc libxom-java-doc make-doc libnss-mdns fonts-dejavu-extra fonts-ipafont-gothic fonts-ipafont-mincho fonts-wqy-microhei fonts-wqy-zenhei fonts-indic python-crypto-dbg python-crypto-doc python-jinja2-doc ipython python-netaddr-docs ttf-bitstream-vera python-setuptools-doc The following NEW packages will be installed: ansible ant ant-optional aufs-tools build-essential ca-certificates-java cgroupfs-mount conntrack cpp cpp-5 cri-tools default-jre-headless docker-ce dpkg-dev ebtables fakeroot fontconfig-config fonts-dejavu-core g++ g++-5 gcc gcc-5 golang-1.12-go golang-1.12-src httpie ieee-data junit junit4 kafkacat kubeadm kubectl kubelet kubernetes-cni libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libaopalliance-java libapache-pom-java libasan2 libasm4-java libatinject-jsr330-api-java libatomic1 libavahi-client3 libavahi-common-data libavahi-common3 libbsh-java libc-dev-bin libc6-dev libcc1-0 libcdi-api-java libcglib3-java libclassworlds-java libcommons-cli-java libcommons-codec-java libcommons-httpclient-java libcommons-io-java libcommons-lang-java libcommons-lang3-java libcommons-logging-java libcommons-net-java libcommons-net2-java libcommons-parent-java libcups2 libdom4j-java libdoxia-core-java libdpkg-perl libeasymock-java libeclipse-aether-java libexpat1-dev libfakeroot libfile-fcntllock-perl libfontconfig1 libgcc-5-dev libgeronimo-interceptor-3.0-spec-java libgomp1 libguava-java libguice-java libhamcrest-java libhttpclient-java libhttpcore-java libisl15 libitm1 libjaxen-java libjaxp1.3-java libjdom1-java libjetty-java libjpeg-turbo8 libjpeg8 libjsch-java libjsoup-java libjsr305-java liblcms2-2 liblog4j1.2-java libltdl7 libmaven-parent-java libmaven2-core-java libmaven3-core-java libmpc3 libmysqlclient-dev libmysqlclient20 libnspr4 libnss3 libnss3-nssdb libobjenesis-java libpcap-dev libpcap0.8-dev libpcsclite1 libplexus-ant-factory-java libplexus-archiver-java libplexus-bsh-factory-java libplexus-cipher-java libplexus-classworlds-java libplexus-classworlds2-java libplexus-cli-java libplexus-component-annotations-java libplexus-component-metadata-java libplexus-container-default-java libplexus-container-default1.5-java libplexus-containers-java libplexus-containers1.5-java libplexus-interactivity-api-java libplexus-interpolation-java libplexus-io-java libplexus-sec-dispatcher-java libplexus-utils-java libplexus-utils2-java libpython-all-dev libpython-dev libpython2.7 libpython2.7-dev libpython3-dev libpython3.5-dev libqdox2-java librdkafka1 libservlet2.5-java libservlet3.1-java libsisu-inject-java libsisu-plexus-java libslf4j-java libstdc++-5-dev libubsan0 libwagon-java libwagon2-java libxalan2-java libxbean-java libxerces2-java libxi6 libxml-commons-external-java libxml-commons-resolver1.1-java libxml2-utils libxom-java libxpp2-java libxpp3-java libxrender1 libxtst6 libyajl2 linux-libc-dev make manpages-dev maven mysql-common nodejs openjdk-8-jre-headless pkg-config python-all python-all-dev python-certifi python-crypto python-dev python-ecdsa python-httplib2 python-jinja2 python-markupsafe python-netaddr python-paramiko python-pip python-pip-whl python-pygments python-setuptools python-wheel python-yaml python2.7-dev python3-dev python3.5-dev socat ssh sshpass x11-common zlib1g-dev 0 upgraded, 189 newly installed, 0 to remove and 0 not upgraded. Need to get 262 MB of archives. After this operation, 1,203 MB of additional disk space will be used. Get:4 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libjpeg-turbo8 arm64 1.4.2-0ubuntu3.3 [86.2 kB] Get:6 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 x11-common all 1:7.7+13ubuntu3.1 [22.9 kB] Get:7 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxtst6 arm64 2:1.2.2-1 [12.7 kB] Get:8 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 ssh all 1:7.2p2-4ubuntu2.8 [7,074 B] Get:9 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libmpc3 arm64 1.0.3-1 [35.3 kB] Get:11 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial/main arm64 ansible all 2.9.1-1ppa~xenial [5,776 kB] Get:12 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libyajl2 arm64 2.1.0-2 [17.2 kB] Get:13 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-markupsafe arm64 0.23-2build2 [15.3 kB] Get:14 https://deb.nodesource.com/node_7.x xenial/main arm64 nodejs arm64 7.10.1-2nodesource1~xenial1 [10.2 MB] Get:15 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-jinja2 all 2.8-1ubuntu0.1 [106 kB] Get:16 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-yaml arm64 3.11-3build1 [93.0 kB] Get:17 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-crypto arm64 2.6.1-6ubuntu0.16.04.3 [238 kB] Get:18 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-ecdsa all 0.13-2ubuntu0.16.04.1 [36.2 kB] Get:19 https://download.docker.com/linux/ubuntu xenial/stable arm64 docker-ce arm64 17.09.0~ce-0~ubuntu [18.6 MB] Get:20 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-paramiko all 1.16.0-1ubuntu0.2 [110 kB] Get:21 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-httplib2 all 0.9.1+dfsg-1 [34.2 kB] Get:22 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-setuptools all 20.7.0-1 [169 kB] Get:23 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 sshpass arm64 1.05-1 [10.2 kB] Get:24 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libnspr4 arm64 2:4.13.1-0ubuntu0.16.04.1 [91.3 kB] Get:25 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libnss3-nssdb all 2:3.28.4-0ubuntu0.16.04.6 [10.6 kB] Get:26 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libnss3 arm64 2:3.28.4-0ubuntu0.16.04.6 [944 kB] Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 cri-tools arm64 1.13.0-00 [7,965 kB] Get:27 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 ca-certificates-java all 20160321ubuntu1 [12.5 kB] Get:28 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libavahi-common-data arm64 0.6.32~rc+dfsg-1ubuntu2.3 [21.6 kB] Get:29 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libavahi-common3 arm64 0.6.32~rc+dfsg-1ubuntu2.3 [17.9 kB] Get:30 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libavahi-client3 arm64 0.6.32~rc+dfsg-1ubuntu2.3 [21.0 kB] Get:31 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libcups2 arm64 2.1.3-4ubuntu0.10 [163 kB] Get:32 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 liblcms2-2 arm64 2.6-3ubuntu2.1 [110 kB] Get:33 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libjpeg8 arm64 8c-2ubuntu8 [2,198 B] Get:34 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 fonts-dejavu-core all 2.35-1 [1,039 kB] Get:35 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 fontconfig-config all 2.11.94-0ubuntu1.1 [49.9 kB] Get:36 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libfontconfig1 arm64 2.11.94-0ubuntu1.1 [117 kB] Get:37 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpcsclite1 arm64 1.8.14-1ubuntu1.16.04.1 [18.4 kB] Get:38 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxi6 arm64 2:1.7.6-1 [24.9 kB] Get:39 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxrender1 arm64 1:0.9.9-0ubuntu1 [16.0 kB] Get:40 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 openjdk-8-jre-headless arm64 8u222-b10-1ubuntu1~16.04.1 [26.3 MB] Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubernetes-cni arm64 0.7.5-00 [5,808 kB] Get:41 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial/main arm64 golang-1.12-src arm64 1.12.8-1longsleep1+xenial [13.5 MB] Get:42 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 default-jre-headless arm64 2:1.8-56ubuntu2 [4,394 B] Get:43 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 ant all 1.9.6-1ubuntu1.1 [1,899 kB] Get:44 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 ant-optional all 1.9.6-1ubuntu1.1 [315 kB] Get:45 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 aufs-tools arm64 1:3.2+20130722-1.1ubuntu1 [91.2 kB] Get:46 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libc-dev-bin arm64 2.23-0ubuntu11 [59.0 kB] Get:47 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 linux-libc-dev arm64 4.4.0-169.198 [815 kB] Get:48 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libc6-dev arm64 2.23-0ubuntu11 [1,756 kB] Get:49 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libisl15 arm64 0.16.1-1 [401 kB] Get:50 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 cpp-5 arm64 5.4.0-6ubuntu1~16.04.12 [4,787 kB] Get:51 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 cpp arm64 4:5.3.1-1ubuntu1 [27.6 kB] Get:52 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libcc1-0 arm64 5.4.0-6ubuntu1~16.04.12 [27.2 kB] Get:53 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libgomp1 arm64 5.4.0-6ubuntu1~16.04.12 [45.7 kB] Get:54 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libitm1 arm64 5.4.0-6ubuntu1~16.04.12 [24.0 kB] Get:55 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libatomic1 arm64 5.4.0-6ubuntu1~16.04.12 [6,382 B] Get:56 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libasan2 arm64 5.4.0-6ubuntu1~16.04.12 [228 kB] Get:57 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libubsan0 arm64 5.4.0-6ubuntu1~16.04.12 [84.4 kB] Get:58 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libgcc-5-dev arm64 5.4.0-6ubuntu1~16.04.12 [485 kB] Get:59 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 gcc-5 arm64 5.4.0-6ubuntu1~16.04.12 [5,562 kB] Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubelet arm64 1.12.7-00 [22.7 MB] Get:60 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 gcc arm64 4:5.3.1-1ubuntu1 [5,210 B] Get:61 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libstdc++-5-dev arm64 5.4.0-6ubuntu1~16.04.12 [1,376 kB] Get:62 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 g++-5 arm64 5.4.0-6ubuntu1~16.04.12 [5,179 kB] Get:63 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 g++ arm64 4:5.3.1-1ubuntu1 [1,490 B] Get:64 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 make arm64 4.1-6 [137 kB] Get:65 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libdpkg-perl all 1.18.4ubuntu1.6 [195 kB] Get:66 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 dpkg-dev all 1.18.4ubuntu1.6 [584 kB] Get:67 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 build-essential arm64 12.1ubuntu2 [4,740 B] Get:68 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 cgroupfs-mount all 1.2 [4,970 B] Get:69 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 conntrack arm64 1:1.4.3-3 [25.2 kB] Get:70 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libltdl7 arm64 2.4.6-0.1 [35.5 kB] Get:71 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 ebtables arm64 2.0.10.4-3.4ubuntu2.16.04.2 [73.0 kB] Get:72 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libfakeroot arm64 1.20.2-1ubuntu1 [22.1 kB] Get:73 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 fakeroot arm64 1.20.2-1ubuntu1 [60.3 kB] Get:74 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 ieee-data all 20150531.1 [830 kB] Get:75 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 junit all 3.8.2-8build1 [106 kB] Get:76 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libhamcrest-java all 1.3-5ubuntu1 [373 kB] Get:77 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 junit4 all 4.12-4ubuntu1 [279 kB] Get:78 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 librdkafka1 arm64 0.8.6-1.1 [75.2 kB] Get:79 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 kafkacat arm64 1.2.0-2 [15.8 kB] Get:80 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 socat arm64 1.7.3.1-1 [305 kB] Get:81 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] Get:82 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libalgorithm-diff-xs-perl arm64 0.04-4build1 [10.6 kB] Get:83 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] Get:84 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libapache-pom-java all 10-2build1 [4,022 B] Get:85 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libasm4-java all 5.0.4-1 [252 kB] Get:86 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libatinject-jsr330-api-java all 1.0+ds1-2 [22.7 kB] Get:87 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libbsh-java all 2.0b4-17ubuntu1 [264 kB] Get:88 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libgeronimo-interceptor-3.0-spec-java all 1.0.1-3fakesync1 [7,284 B] Get:89 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libservlet3.1-java all 8.0.32-1ubuntu1.10 [391 kB] Get:90 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcdi-api-java all 1.0-2 [31.9 kB] Get:91 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcglib3-java all 3.1+dfsg-1 [726 kB] Get:92 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libclassworlds-java all 1.1-final-5 [39.3 kB] Get:93 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-cli-java all 1.3.1-3ubuntu1 [53.3 kB] Get:94 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-codec-java all 1.10-1 [232 kB] Get:95 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-parent-java all 39-3 [9,380 B] Get:96 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-logging-java all 1.2-1+build1 [59.5 kB] Get:97 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-httpclient-java all 3.1-12 [279 kB] Get:98 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-io-java all 2.4-2 [176 kB] Get:99 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-lang-java all 2.6-6ubuntu2 [267 kB] Get:100 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-lang3-java all 3.4-1 [380 kB] Get:101 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-net-java all 3.4-2ubuntu2 [334 kB] Get:102 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libcommons-net2-java all 2.2-2 [194 kB] Get:103 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libjaxen-java all 1.1.6-1ubuntu1 [206 kB] Get:104 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libxpp2-java all 2.1.10-7build1 [162 kB] Get:105 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libxpp3-java all 1.1.4c-2build1 [364 kB] Get:106 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libdom4j-java all 1.6.1+dfsg.3-2ubuntu1 [323 kB] Get:107 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libhttpcore-java all 4.4.4-1 [573 kB] Get:108 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial/main arm64 golang-1.12-go arm64 1.12.8-1longsleep1+xenial [41.2 MB] Get:109 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libhttpclient-java all 4.5.1-1 [694 kB] Get:110 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libjaxp1.3-java all 1.3.05-2ubuntu3 [450 kB] Get:111 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxml-commons-resolver1.1-java all 1.2-7build1 [91.6 kB] Get:112 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxml-commons-external-java all 1.4.01-2build1 [245 kB] Get:113 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxerces2-java all 2.11.0-7 [1,362 kB] Get:114 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libxalan2-java all 2.7.1-9 [3,166 kB] Get:115 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-interpolation-java all 1.21-1 [61.3 kB] Get:116 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 libplexus-utils-java all 1:1.5.15-4+deb8u1build0.16.04.1 [208 kB] Get:117 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libdoxia-core-java all 1.1.4-3ubuntu1 [148 kB] Get:118 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libobjenesis-java all 2.2-1 [44.3 kB] Get:119 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libeasymock-java all 3.3.1+ds-3 [88.3 kB] Get:120 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libslf4j-java all 1.7.14-3 [124 kB] Get:121 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libjsch-java all 0.1.53-1ubuntu1 [267 kB] Get:122 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libjsoup-java all 1.8.3-1 [298 kB] Get:123 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libjsr305-java all 0.1~+svn49-9 [26.4 kB] Get:124 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libguava-java all 19.0-1 [2,028 kB] Get:125 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-classworlds-java all 1.5.0-5 [49.2 kB] Get:126 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libxbean-java all 4.5-1 [815 kB] Get:127 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-containers-java all 1.0~beta3.0.7-8 [178 kB] Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubectl arm64 1.12.7-00 [8,699 kB] Get:128 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-interactivity-api-java all 1.0-alpha-6-7 [14.2 kB] Get:129 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libwagon-java all 1.0.0-7 [133 kB] Get:130 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libeclipse-aether-java all 1.0.2-1 [564 kB] Get:131 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libexpat1-dev arm64 2.1.0-7ubuntu0.16.04.5 [105 kB] Get:132 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libfile-fcntllock-perl arm64 0.22-3 [31.8 kB] Get:133 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libaopalliance-java all 20070526-5 [9,214 B] Get:134 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libguice-java all 4.0-2 [836 kB] Get:135 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libjdom1-java all 1.1.3-1 [150 kB] Get:136 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libservlet2.5-java all 6.0.45+dfsg-1 [212 kB] Get:137 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 libjetty-java all 6.1.26-5ubuntu0.1 [724 kB] Get:138 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 liblog4j1.2-java all 1.2.17-7ubuntu1 [426 kB] Get:139 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libmaven-parent-java all 21-2 [5,786 B] Get:140 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-container-default-java all 1.0-alpha-9-stable-1-7 [153 kB] Get:141 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-ant-factory-java all 1.0~alpha2.1-3 [11.2 kB] Get:142 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-io-java all 1.0~alpha5-2 [44.7 kB] Get:143 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 libplexus-archiver-java all 2.2-1+deb9u1build0.16.04.1 [171 kB] Get:144 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-bsh-factory-java all 1.0~alpha7-3.1 [7,708 B] Get:145 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-cipher-java all 1.7-1 [14.5 kB] Get:146 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-sec-dispatcher-java all 1.3.1-6 [27.1 kB] Get:147 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libmaven2-core-java all 2.2.1-24 [710 kB] Get:148 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-classworlds2-java all 2.5.2-1 [46.7 kB] Get:149 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-utils2-java all 3.0.22-1 [235 kB] Get:10 https://packages.cloud.google.com/apt kubernetes-xenial/main arm64 kubeadm arm64 1.12.7-00 [8,143 kB] Get:150 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-container-default1.5-java all 1.6-2 [186 kB] Get:151 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-component-annotations-java all 1.6-2 [6,662 B] Get:152 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-cli-java all 1.2-5 [9,700 B] Get:153 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libqdox2-java all 2.0~M3-2 [257 kB] Get:154 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-component-metadata-java all 1.6-2 [103 kB] Get:155 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libplexus-containers1.5-java all 1.6-2 [2,410 B] Get:156 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libsisu-inject-java all 0.3.2-1 [347 kB] Get:157 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libsisu-plexus-java all 0.3.2-1 [182 kB] Get:158 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libwagon2-java all 2.10-3 [2,144 kB] Get:159 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libmaven3-core-java all 3.3.9-3 [1,446 kB] Get:160 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 mysql-common all 5.7.28-0ubuntu0.16.04.2 [14.7 kB] Get:161 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libmysqlclient20 arm64 5.7.28-0ubuntu0.16.04.2 [648 kB] Get:162 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 zlib1g-dev arm64 1:1.2.8.dfsg-2ubuntu4.1 [162 kB] Get:163 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libmysqlclient-dev arm64 5.7.28-0ubuntu0.16.04.2 [949 kB] Get:164 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libpcap0.8-dev arm64 1.7.4-2 [201 kB] Get:165 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libpcap-dev all 1.7.4-2 [3,394 B] Get:166 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpython2.7 arm64 2.7.12-1ubuntu0~16.04.9 [888 kB] Get:167 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpython2.7-dev arm64 2.7.12-1ubuntu0~16.04.9 [27.6 MB] Get:168 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpython-dev arm64 2.7.12-1~16.04 [7,818 B] Get:169 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpython-all-dev arm64 2.7.12-1~16.04 [1,002 B] Get:170 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libpython3.5-dev arm64 3.5.2-2ubuntu0~16.04.9 [2,041 kB] Get:171 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 libpython3-dev arm64 3.5.1-3 [6,942 B] Get:172 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 libxml2-utils arm64 2.9.3+dfsg1-1ubuntu0.6 [33.1 kB] Get:173 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 libxom-java all 1.2.10-1 [170 kB] Get:174 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 manpages-dev all 4.04-2 [2,048 kB] Get:175 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 maven all 3.3.9-3 [17.4 kB] Get:176 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 pkg-config arm64 0.29.1-0ubuntu1 [42.9 kB] Get:177 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-all arm64 2.7.12-1~16.04 [984 B] Get:178 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python2.7-dev arm64 2.7.12-1ubuntu0~16.04.9 [276 kB] Get:179 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-dev arm64 2.7.12-1~16.04 [1,172 B] Get:180 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python-all-dev arm64 2.7.12-1~16.04 [1,006 B] Get:181 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 python-certifi all 2015.11.20.1-2 [173 kB] Get:182 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-netaddr all 0.7.18-1 [174 kB] Get:183 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 python-pip-whl all 8.1.1-2ubuntu0.4 [1,110 kB] Get:184 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/universe arm64 python-pip all 8.1.1-2ubuntu0.4 [144 kB] Get:185 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python-pygments all 2.1+dfsg-1 [522 kB] Get:186 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 python-wheel all 0.29.0-1 [48.0 kB] Get:187 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates/main arm64 python3.5-dev arm64 3.5.2-2ubuntu0~16.04.9 [413 kB] Get:188 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/main arm64 python3-dev arm64 3.5.1-3 [1,192 B] Get:189 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial/universe arm64 httpie all 0.9.2-1 [57.2 kB] Fetched 262 MB in 6s (41.6 MB/s) Extracting templates from packages: 100% Selecting previously unselected package libjpeg-turbo8:arm64. (Reading database ... 62797 files and directories currently installed.) Preparing to unpack .../libjpeg-turbo8_1.4.2-0ubuntu3.3_arm64.deb ... Unpacking libjpeg-turbo8:arm64 (1.4.2-0ubuntu3.3) ... Selecting previously unselected package x11-common. Preparing to unpack .../x11-common_1%3a7.7+13ubuntu3.1_all.deb ... dpkg-query: no packages found matching nux-tools Unpacking x11-common (1:7.7+13ubuntu3.1) ... Selecting previously unselected package libxtst6:arm64. Preparing to unpack .../libxtst6_2%3a1.2.2-1_arm64.deb ... Unpacking libxtst6:arm64 (2:1.2.2-1) ... Selecting previously unselected package ssh. Preparing to unpack .../ssh_1%3a7.2p2-4ubuntu2.8_all.deb ... Unpacking ssh (1:7.2p2-4ubuntu2.8) ... Selecting previously unselected package libmpc3:arm64. Preparing to unpack .../libmpc3_1.0.3-1_arm64.deb ... Unpacking libmpc3:arm64 (1.0.3-1) ... Selecting previously unselected package libyajl2:arm64. Preparing to unpack .../libyajl2_2.1.0-2_arm64.deb ... Unpacking libyajl2:arm64 (2.1.0-2) ... Selecting previously unselected package python-markupsafe. Preparing to unpack .../python-markupsafe_0.23-2build2_arm64.deb ... Unpacking python-markupsafe (0.23-2build2) ... Selecting previously unselected package python-jinja2. Preparing to unpack .../python-jinja2_2.8-1ubuntu0.1_all.deb ... Unpacking python-jinja2 (2.8-1ubuntu0.1) ... Selecting previously unselected package python-yaml. Preparing to unpack .../python-yaml_3.11-3build1_arm64.deb ... Unpacking python-yaml (3.11-3build1) ... Selecting previously unselected package python-crypto. Preparing to unpack .../python-crypto_2.6.1-6ubuntu0.16.04.3_arm64.deb ... Unpacking python-crypto (2.6.1-6ubuntu0.16.04.3) ... Selecting previously unselected package python-ecdsa. Preparing to unpack .../python-ecdsa_0.13-2ubuntu0.16.04.1_all.deb ... Unpacking python-ecdsa (0.13-2ubuntu0.16.04.1) ... Selecting previously unselected package python-paramiko. Preparing to unpack .../python-paramiko_1.16.0-1ubuntu0.2_all.deb ... Unpacking python-paramiko (1.16.0-1ubuntu0.2) ... Selecting previously unselected package python-httplib2. Preparing to unpack .../python-httplib2_0.9.1+dfsg-1_all.deb ... Unpacking python-httplib2 (0.9.1+dfsg-1) ... Selecting previously unselected package python-setuptools. Preparing to unpack .../python-setuptools_20.7.0-1_all.deb ... Unpacking python-setuptools (20.7.0-1) ... Selecting previously unselected package sshpass. Preparing to unpack .../sshpass_1.05-1_arm64.deb ... Unpacking sshpass (1.05-1) ... Selecting previously unselected package ansible. Preparing to unpack .../ansible_2.9.1-1ppa~xenial_all.deb ... Unpacking ansible (2.9.1-1ppa~xenial) ... Selecting previously unselected package libnspr4:arm64. Preparing to unpack .../libnspr4_2%3a4.13.1-0ubuntu0.16.04.1_arm64.deb ... Unpacking libnspr4:arm64 (2:4.13.1-0ubuntu0.16.04.1) ... Selecting previously unselected package libnss3-nssdb. Preparing to unpack .../libnss3-nssdb_2%3a3.28.4-0ubuntu0.16.04.6_all.deb ... Unpacking libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.6) ... Selecting previously unselected package libnss3:arm64. Preparing to unpack .../libnss3_2%3a3.28.4-0ubuntu0.16.04.6_arm64.deb ... Unpacking libnss3:arm64 (2:3.28.4-0ubuntu0.16.04.6) ... Selecting previously unselected package ca-certificates-java. Preparing to unpack .../ca-certificates-java_20160321ubuntu1_all.deb ... Unpacking ca-certificates-java (20160321ubuntu1) ... Selecting previously unselected package libavahi-common-data:arm64. Preparing to unpack .../libavahi-common-data_0.6.32~rc+dfsg-1ubuntu2.3_arm64.deb ... Unpacking libavahi-common-data:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Selecting previously unselected package libavahi-common3:arm64. Preparing to unpack .../libavahi-common3_0.6.32~rc+dfsg-1ubuntu2.3_arm64.deb ... Unpacking libavahi-common3:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Selecting previously unselected package libavahi-client3:arm64. Preparing to unpack .../libavahi-client3_0.6.32~rc+dfsg-1ubuntu2.3_arm64.deb ... Unpacking libavahi-client3:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Selecting previously unselected package libcups2:arm64. Preparing to unpack .../libcups2_2.1.3-4ubuntu0.10_arm64.deb ... Unpacking libcups2:arm64 (2.1.3-4ubuntu0.10) ... Selecting previously unselected package liblcms2-2:arm64. Preparing to unpack .../liblcms2-2_2.6-3ubuntu2.1_arm64.deb ... Unpacking liblcms2-2:arm64 (2.6-3ubuntu2.1) ... Selecting previously unselected package libjpeg8:arm64. Preparing to unpack .../libjpeg8_8c-2ubuntu8_arm64.deb ... Unpacking libjpeg8:arm64 (8c-2ubuntu8) ... Selecting previously unselected package fonts-dejavu-core. Preparing to unpack .../fonts-dejavu-core_2.35-1_all.deb ... Unpacking fonts-dejavu-core (2.35-1) ... Selecting previously unselected package fontconfig-config. Preparing to unpack .../fontconfig-config_2.11.94-0ubuntu1.1_all.deb ... Unpacking fontconfig-config (2.11.94-0ubuntu1.1) ... Selecting previously unselected package libfontconfig1:arm64. Preparing to unpack .../libfontconfig1_2.11.94-0ubuntu1.1_arm64.deb ... Unpacking libfontconfig1:arm64 (2.11.94-0ubuntu1.1) ... Selecting previously unselected package libpcsclite1:arm64. Preparing to unpack .../libpcsclite1_1.8.14-1ubuntu1.16.04.1_arm64.deb ... Unpacking libpcsclite1:arm64 (1.8.14-1ubuntu1.16.04.1) ... Selecting previously unselected package libxi6:arm64. Preparing to unpack .../libxi6_2%3a1.7.6-1_arm64.deb ... Unpacking libxi6:arm64 (2:1.7.6-1) ... Selecting previously unselected package libxrender1:arm64. Preparing to unpack .../libxrender1_1%3a0.9.9-0ubuntu1_arm64.deb ... Unpacking libxrender1:arm64 (1:0.9.9-0ubuntu1) ... Selecting previously unselected package openjdk-8-jre-headless:arm64. Preparing to unpack .../openjdk-8-jre-headless_8u222-b10-1ubuntu1~16.04.1_arm64.deb ... Unpacking openjdk-8-jre-headless:arm64 (8u222-b10-1ubuntu1~16.04.1) ... Selecting previously unselected package default-jre-headless. Preparing to unpack .../default-jre-headless_2%3a1.8-56ubuntu2_arm64.deb ... Unpacking default-jre-headless (2:1.8-56ubuntu2) ... Selecting previously unselected package ant. Preparing to unpack .../ant_1.9.6-1ubuntu1.1_all.deb ... Unpacking ant (1.9.6-1ubuntu1.1) ... Selecting previously unselected package ant-optional. Preparing to unpack .../ant-optional_1.9.6-1ubuntu1.1_all.deb ... Unpacking ant-optional (1.9.6-1ubuntu1.1) ... Selecting previously unselected package aufs-tools. Preparing to unpack .../aufs-tools_1%3a3.2+20130722-1.1ubuntu1_arm64.deb ... Unpacking aufs-tools (1:3.2+20130722-1.1ubuntu1) ... Selecting previously unselected package libc-dev-bin. Preparing to unpack .../libc-dev-bin_2.23-0ubuntu11_arm64.deb ... Unpacking libc-dev-bin (2.23-0ubuntu11) ... Selecting previously unselected package linux-libc-dev:arm64. Preparing to unpack .../linux-libc-dev_4.4.0-169.198_arm64.deb ... Unpacking linux-libc-dev:arm64 (4.4.0-169.198) ... Selecting previously unselected package libc6-dev:arm64. Preparing to unpack .../libc6-dev_2.23-0ubuntu11_arm64.deb ... Unpacking libc6-dev:arm64 (2.23-0ubuntu11) ... Selecting previously unselected package libisl15:arm64. Preparing to unpack .../libisl15_0.16.1-1_arm64.deb ... Unpacking libisl15:arm64 (0.16.1-1) ... Selecting previously unselected package cpp-5. Preparing to unpack .../cpp-5_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking cpp-5 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package cpp. Preparing to unpack .../cpp_4%3a5.3.1-1ubuntu1_arm64.deb ... Unpacking cpp (4:5.3.1-1ubuntu1) ... Selecting previously unselected package libcc1-0:arm64. Preparing to unpack .../libcc1-0_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libcc1-0:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libgomp1:arm64. Preparing to unpack .../libgomp1_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libgomp1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libitm1:arm64. Preparing to unpack .../libitm1_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libitm1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libatomic1:arm64. Preparing to unpack .../libatomic1_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libatomic1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libasan2:arm64. Preparing to unpack .../libasan2_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libasan2:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libubsan0:arm64. Preparing to unpack .../libubsan0_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libubsan0:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package libgcc-5-dev:arm64. Preparing to unpack .../libgcc-5-dev_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libgcc-5-dev:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package gcc-5. Preparing to unpack .../gcc-5_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking gcc-5 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package gcc. Preparing to unpack .../gcc_4%3a5.3.1-1ubuntu1_arm64.deb ... Unpacking gcc (4:5.3.1-1ubuntu1) ... Selecting previously unselected package libstdc++-5-dev:arm64. Preparing to unpack .../libstdc++-5-dev_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking libstdc++-5-dev:arm64 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package g++-5. Preparing to unpack .../g++-5_5.4.0-6ubuntu1~16.04.12_arm64.deb ... Unpacking g++-5 (5.4.0-6ubuntu1~16.04.12) ... Selecting previously unselected package g++. Preparing to unpack .../g++_4%3a5.3.1-1ubuntu1_arm64.deb ... Unpacking g++ (4:5.3.1-1ubuntu1) ... Selecting previously unselected package make. Preparing to unpack .../archives/make_4.1-6_arm64.deb ... Unpacking make (4.1-6) ... Selecting previously unselected package libdpkg-perl. Preparing to unpack .../libdpkg-perl_1.18.4ubuntu1.6_all.deb ... Unpacking libdpkg-perl (1.18.4ubuntu1.6) ... Selecting previously unselected package dpkg-dev. Preparing to unpack .../dpkg-dev_1.18.4ubuntu1.6_all.deb ... Unpacking dpkg-dev (1.18.4ubuntu1.6) ... Selecting previously unselected package build-essential. Preparing to unpack .../build-essential_12.1ubuntu2_arm64.deb ... Unpacking build-essential (12.1ubuntu2) ... Selecting previously unselected package cgroupfs-mount. Preparing to unpack .../cgroupfs-mount_1.2_all.deb ... Unpacking cgroupfs-mount (1.2) ... Selecting previously unselected package conntrack. Preparing to unpack .../conntrack_1%3a1.4.3-3_arm64.deb ... Unpacking conntrack (1:1.4.3-3) ... Selecting previously unselected package cri-tools. Preparing to unpack .../cri-tools_1.13.0-00_arm64.deb ... Unpacking cri-tools (1.13.0-00) ... Selecting previously unselected package libltdl7:arm64. Preparing to unpack .../libltdl7_2.4.6-0.1_arm64.deb ... Unpacking libltdl7:arm64 (2.4.6-0.1) ... Selecting previously unselected package docker-ce. Preparing to unpack .../docker-ce_17.09.0~ce-0~ubuntu_arm64.deb ... Unpacking docker-ce (17.09.0~ce-0~ubuntu) ... Selecting previously unselected package ebtables. Preparing to unpack .../ebtables_2.0.10.4-3.4ubuntu2.16.04.2_arm64.deb ... Unpacking ebtables (2.0.10.4-3.4ubuntu2.16.04.2) ... Selecting previously unselected package libfakeroot:arm64. Preparing to unpack .../libfakeroot_1.20.2-1ubuntu1_arm64.deb ... Unpacking libfakeroot:arm64 (1.20.2-1ubuntu1) ... Selecting previously unselected package fakeroot. Preparing to unpack .../fakeroot_1.20.2-1ubuntu1_arm64.deb ... Unpacking fakeroot (1.20.2-1ubuntu1) ... Selecting previously unselected package golang-1.12-src. Preparing to unpack .../golang-1.12-src_1.12.8-1longsleep1+xenial_arm64.deb ... Unpacking golang-1.12-src (1.12.8-1longsleep1+xenial) ... Selecting previously unselected package golang-1.12-go. Preparing to unpack .../golang-1.12-go_1.12.8-1longsleep1+xenial_arm64.deb ... Unpacking golang-1.12-go (1.12.8-1longsleep1+xenial) ... Selecting previously unselected package ieee-data. Preparing to unpack .../ieee-data_20150531.1_all.deb ... Unpacking ieee-data (20150531.1) ... Selecting previously unselected package junit. Preparing to unpack .../junit_3.8.2-8build1_all.deb ... Unpacking junit (3.8.2-8build1) ... Selecting previously unselected package libhamcrest-java. Preparing to unpack .../libhamcrest-java_1.3-5ubuntu1_all.deb ... Unpacking libhamcrest-java (1.3-5ubuntu1) ... Selecting previously unselected package junit4. Preparing to unpack .../junit4_4.12-4ubuntu1_all.deb ... Unpacking junit4 (4.12-4ubuntu1) ... Selecting previously unselected package librdkafka1:arm64. Preparing to unpack .../librdkafka1_0.8.6-1.1_arm64.deb ... Unpacking librdkafka1:arm64 (0.8.6-1.1) ... Selecting previously unselected package kafkacat. Preparing to unpack .../kafkacat_1.2.0-2_arm64.deb ... Unpacking kafkacat (1.2.0-2) ... Selecting previously unselected package kubernetes-cni. Preparing to unpack .../kubernetes-cni_0.7.5-00_arm64.deb ... Unpacking kubernetes-cni (0.7.5-00) ... Selecting previously unselected package socat. Preparing to unpack .../socat_1.7.3.1-1_arm64.deb ... Unpacking socat (1.7.3.1-1) ... Selecting previously unselected package kubelet. Preparing to unpack .../kubelet_1.12.7-00_arm64.deb ... Unpacking kubelet (1.12.7-00) ... Selecting previously unselected package kubectl. Preparing to unpack .../kubectl_1.12.7-00_arm64.deb ... Unpacking kubectl (1.12.7-00) ... Selecting previously unselected package kubeadm. Preparing to unpack .../kubeadm_1.12.7-00_arm64.deb ... Unpacking kubeadm (1.12.7-00) ... Selecting previously unselected package libalgorithm-diff-perl. Preparing to unpack .../libalgorithm-diff-perl_1.19.03-1_all.deb ... Unpacking libalgorithm-diff-perl (1.19.03-1) ... Selecting previously unselected package libalgorithm-diff-xs-perl. Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-4build1_arm64.deb ... Unpacking libalgorithm-diff-xs-perl (0.04-4build1) ... Selecting previously unselected package libalgorithm-merge-perl. Preparing to unpack .../libalgorithm-merge-perl_0.08-3_all.deb ... Unpacking libalgorithm-merge-perl (0.08-3) ... Selecting previously unselected package libapache-pom-java. Preparing to unpack .../libapache-pom-java_10-2build1_all.deb ... Unpacking libapache-pom-java (10-2build1) ... Selecting previously unselected package libasm4-java. Preparing to unpack .../libasm4-java_5.0.4-1_all.deb ... Unpacking libasm4-java (5.0.4-1) ... Selecting previously unselected package libatinject-jsr330-api-java. Preparing to unpack .../libatinject-jsr330-api-java_1.0+ds1-2_all.deb ... Unpacking libatinject-jsr330-api-java (1.0+ds1-2) ... Selecting previously unselected package libbsh-java. Preparing to unpack .../libbsh-java_2.0b4-17ubuntu1_all.deb ... Unpacking libbsh-java (2.0b4-17ubuntu1) ... Selecting previously unselected package libgeronimo-interceptor-3.0-spec-java. Preparing to unpack .../libgeronimo-interceptor-3.0-spec-java_1.0.1-3fakesync1_all.deb ... Unpacking libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... Selecting previously unselected package libservlet3.1-java. Preparing to unpack .../libservlet3.1-java_8.0.32-1ubuntu1.10_all.deb ... Unpacking libservlet3.1-java (8.0.32-1ubuntu1.10) ... Selecting previously unselected package libcdi-api-java. Preparing to unpack .../libcdi-api-java_1.0-2_all.deb ... Unpacking libcdi-api-java (1.0-2) ... Selecting previously unselected package libcglib3-java. Preparing to unpack .../libcglib3-java_3.1+dfsg-1_all.deb ... Unpacking libcglib3-java (3.1+dfsg-1) ... Selecting previously unselected package libclassworlds-java. Preparing to unpack .../libclassworlds-java_1.1-final-5_all.deb ... Unpacking libclassworlds-java (1.1-final-5) ... Selecting previously unselected package libcommons-cli-java. Preparing to unpack .../libcommons-cli-java_1.3.1-3ubuntu1_all.deb ... Unpacking libcommons-cli-java (1.3.1-3ubuntu1) ... Selecting previously unselected package libcommons-codec-java. Preparing to unpack .../libcommons-codec-java_1.10-1_all.deb ... Unpacking libcommons-codec-java (1.10-1) ... Selecting previously unselected package libcommons-parent-java. Preparing to unpack .../libcommons-parent-java_39-3_all.deb ... Unpacking libcommons-parent-java (39-3) ... Selecting previously unselected package libcommons-logging-java. Preparing to unpack .../libcommons-logging-java_1.2-1+build1_all.deb ... Unpacking libcommons-logging-java (1.2-1+build1) ... Selecting previously unselected package libcommons-httpclient-java. Preparing to unpack .../libcommons-httpclient-java_3.1-12_all.deb ... Unpacking libcommons-httpclient-java (3.1-12) ... Selecting previously unselected package libcommons-io-java. Preparing to unpack .../libcommons-io-java_2.4-2_all.deb ... Unpacking libcommons-io-java (2.4-2) ... Selecting previously unselected package libcommons-lang-java. Preparing to unpack .../libcommons-lang-java_2.6-6ubuntu2_all.deb ... Unpacking libcommons-lang-java (2.6-6ubuntu2) ... Selecting previously unselected package libcommons-lang3-java. Preparing to unpack .../libcommons-lang3-java_3.4-1_all.deb ... Unpacking libcommons-lang3-java (3.4-1) ... Selecting previously unselected package libcommons-net-java. Preparing to unpack .../libcommons-net-java_3.4-2ubuntu2_all.deb ... Unpacking libcommons-net-java (3.4-2ubuntu2) ... Selecting previously unselected package libcommons-net2-java. Preparing to unpack .../libcommons-net2-java_2.2-2_all.deb ... Unpacking libcommons-net2-java (2.2-2) ... Selecting previously unselected package libjaxen-java. Preparing to unpack .../libjaxen-java_1.1.6-1ubuntu1_all.deb ... Unpacking libjaxen-java (1.1.6-1ubuntu1) ... Selecting previously unselected package libxpp2-java. Preparing to unpack .../libxpp2-java_2.1.10-7build1_all.deb ... Unpacking libxpp2-java (2.1.10-7build1) ... Selecting previously unselected package libxpp3-java. Preparing to unpack .../libxpp3-java_1.1.4c-2build1_all.deb ... Unpacking libxpp3-java (1.1.4c-2build1) ... Selecting previously unselected package libdom4j-java. Preparing to unpack .../libdom4j-java_1.6.1+dfsg.3-2ubuntu1_all.deb ... Unpacking libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... Selecting previously unselected package libhttpcore-java. Preparing to unpack .../libhttpcore-java_4.4.4-1_all.deb ... Unpacking libhttpcore-java (4.4.4-1) ... Selecting previously unselected package libhttpclient-java. Preparing to unpack .../libhttpclient-java_4.5.1-1_all.deb ... Unpacking libhttpclient-java (4.5.1-1) ... Selecting previously unselected package libjaxp1.3-java. Preparing to unpack .../libjaxp1.3-java_1.3.05-2ubuntu3_all.deb ... Unpacking libjaxp1.3-java (1.3.05-2ubuntu3) ... Selecting previously unselected package libxml-commons-resolver1.1-java. Preparing to unpack .../libxml-commons-resolver1.1-java_1.2-7build1_all.deb ... Unpacking libxml-commons-resolver1.1-java (1.2-7build1) ... Selecting previously unselected package libxml-commons-external-java. Preparing to unpack .../libxml-commons-external-java_1.4.01-2build1_all.deb ... Unpacking libxml-commons-external-java (1.4.01-2build1) ... Selecting previously unselected package libxerces2-java. Preparing to unpack .../libxerces2-java_2.11.0-7_all.deb ... Unpacking libxerces2-java (2.11.0-7) ... Selecting previously unselected package libxalan2-java. Preparing to unpack .../libxalan2-java_2.7.1-9_all.deb ... Unpacking libxalan2-java (2.7.1-9) ... Selecting previously unselected package libplexus-interpolation-java. Preparing to unpack .../libplexus-interpolation-java_1.21-1_all.deb ... Unpacking libplexus-interpolation-java (1.21-1) ... Selecting previously unselected package libplexus-utils-java. Preparing to unpack .../libplexus-utils-java_1%3a1.5.15-4+deb8u1build0.16.04.1_all.deb ... Unpacking libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... Selecting previously unselected package libdoxia-core-java. Preparing to unpack .../libdoxia-core-java_1.1.4-3ubuntu1_all.deb ... Unpacking libdoxia-core-java (1.1.4-3ubuntu1) ... Selecting previously unselected package libobjenesis-java. Preparing to unpack .../libobjenesis-java_2.2-1_all.deb ... Unpacking libobjenesis-java (2.2-1) ... Selecting previously unselected package libeasymock-java. Preparing to unpack .../libeasymock-java_3.3.1+ds-3_all.deb ... Unpacking libeasymock-java (3.3.1+ds-3) ... Selecting previously unselected package libslf4j-java. Preparing to unpack .../libslf4j-java_1.7.14-3_all.deb ... Unpacking libslf4j-java (1.7.14-3) ... Selecting previously unselected package libjsch-java. Preparing to unpack .../libjsch-java_0.1.53-1ubuntu1_all.deb ... Unpacking libjsch-java (0.1.53-1ubuntu1) ... Selecting previously unselected package libjsoup-java. Preparing to unpack .../libjsoup-java_1.8.3-1_all.deb ... Unpacking libjsoup-java (1.8.3-1) ... Selecting previously unselected package libjsr305-java. Preparing to unpack .../libjsr305-java_0.1~+svn49-9_all.deb ... Unpacking libjsr305-java (0.1~+svn49-9) ... Selecting previously unselected package libguava-java. Preparing to unpack .../libguava-java_19.0-1_all.deb ... Unpacking libguava-java (19.0-1) ... Selecting previously unselected package libplexus-classworlds-java. Preparing to unpack .../libplexus-classworlds-java_1.5.0-5_all.deb ... Unpacking libplexus-classworlds-java (1.5.0-5) ... Selecting previously unselected package libxbean-java. Preparing to unpack .../libxbean-java_4.5-1_all.deb ... Unpacking libxbean-java (4.5-1) ... Selecting previously unselected package libplexus-containers-java. Preparing to unpack .../libplexus-containers-java_1.0~beta3.0.7-8_all.deb ... Unpacking libplexus-containers-java (1.0~beta3.0.7-8) ... Selecting previously unselected package libplexus-interactivity-api-java. Preparing to unpack .../libplexus-interactivity-api-java_1.0-alpha-6-7_all.deb ... Unpacking libplexus-interactivity-api-java (1.0-alpha-6-7) ... Selecting previously unselected package libwagon-java. Preparing to unpack .../libwagon-java_1.0.0-7_all.deb ... Unpacking libwagon-java (1.0.0-7) ... Selecting previously unselected package libeclipse-aether-java. Preparing to unpack .../libeclipse-aether-java_1.0.2-1_all.deb ... Unpacking libeclipse-aether-java (1.0.2-1) ... Selecting previously unselected package libexpat1-dev:arm64. Preparing to unpack .../libexpat1-dev_2.1.0-7ubuntu0.16.04.5_arm64.deb ... Unpacking libexpat1-dev:arm64 (2.1.0-7ubuntu0.16.04.5) ... Selecting previously unselected package libfile-fcntllock-perl. Preparing to unpack .../libfile-fcntllock-perl_0.22-3_arm64.deb ... Unpacking libfile-fcntllock-perl (0.22-3) ... Selecting previously unselected package libaopalliance-java. Preparing to unpack .../libaopalliance-java_20070526-5_all.deb ... Unpacking libaopalliance-java (20070526-5) ... Selecting previously unselected package libguice-java. Preparing to unpack .../libguice-java_4.0-2_all.deb ... Unpacking libguice-java (4.0-2) ... Selecting previously unselected package libjdom1-java. Preparing to unpack .../libjdom1-java_1.1.3-1_all.deb ... Unpacking libjdom1-java (1.1.3-1) ... Selecting previously unselected package libservlet2.5-java. Preparing to unpack .../libservlet2.5-java_6.0.45+dfsg-1_all.deb ... Unpacking libservlet2.5-java (6.0.45+dfsg-1) ... Selecting previously unselected package libjetty-java. Preparing to unpack .../libjetty-java_6.1.26-5ubuntu0.1_all.deb ... Unpacking libjetty-java (6.1.26-5ubuntu0.1) ... Selecting previously unselected package liblog4j1.2-java. Preparing to unpack .../liblog4j1.2-java_1.2.17-7ubuntu1_all.deb ... Unpacking liblog4j1.2-java (1.2.17-7ubuntu1) ... Selecting previously unselected package libmaven-parent-java. Preparing to unpack .../libmaven-parent-java_21-2_all.deb ... Unpacking libmaven-parent-java (21-2) ... Selecting previously unselected package libplexus-container-default-java. Preparing to unpack .../libplexus-container-default-java_1.0-alpha-9-stable-1-7_all.deb ... Unpacking libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... Selecting previously unselected package libplexus-ant-factory-java. Preparing to unpack .../libplexus-ant-factory-java_1.0~alpha2.1-3_all.deb ... Unpacking libplexus-ant-factory-java (1.0~alpha2.1-3) ... Selecting previously unselected package libplexus-io-java. Preparing to unpack .../libplexus-io-java_1.0~alpha5-2_all.deb ... Unpacking libplexus-io-java (1.0~alpha5-2) ... Selecting previously unselected package libplexus-archiver-java. Preparing to unpack .../libplexus-archiver-java_2.2-1+deb9u1build0.16.04.1_all.deb ... Unpacking libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... Selecting previously unselected package libplexus-bsh-factory-java. Preparing to unpack .../libplexus-bsh-factory-java_1.0~alpha7-3.1_all.deb ... Unpacking libplexus-bsh-factory-java (1.0~alpha7-3.1) ... Selecting previously unselected package libplexus-cipher-java. Preparing to unpack .../libplexus-cipher-java_1.7-1_all.deb ... Unpacking libplexus-cipher-java (1.7-1) ... Selecting previously unselected package libplexus-sec-dispatcher-java. Preparing to unpack .../libplexus-sec-dispatcher-java_1.3.1-6_all.deb ... Unpacking libplexus-sec-dispatcher-java (1.3.1-6) ... Selecting previously unselected package libmaven2-core-java. Preparing to unpack .../libmaven2-core-java_2.2.1-24_all.deb ... Unpacking libmaven2-core-java (2.2.1-24) ... Selecting previously unselected package libplexus-classworlds2-java. Preparing to unpack .../libplexus-classworlds2-java_2.5.2-1_all.deb ... Unpacking libplexus-classworlds2-java (2.5.2-1) ... Selecting previously unselected package libplexus-utils2-java. Preparing to unpack .../libplexus-utils2-java_3.0.22-1_all.deb ... Unpacking libplexus-utils2-java (3.0.22-1) ... Selecting previously unselected package libplexus-container-default1.5-java. Preparing to unpack .../libplexus-container-default1.5-java_1.6-2_all.deb ... Unpacking libplexus-container-default1.5-java (1.6-2) ... Selecting previously unselected package libplexus-component-annotations-java. Preparing to unpack .../libplexus-component-annotations-java_1.6-2_all.deb ... Unpacking libplexus-component-annotations-java (1.6-2) ... Selecting previously unselected package libplexus-cli-java. Preparing to unpack .../libplexus-cli-java_1.2-5_all.deb ... Unpacking libplexus-cli-java (1.2-5) ... Selecting previously unselected package libqdox2-java. Preparing to unpack .../libqdox2-java_2.0~M3-2_all.deb ... Unpacking libqdox2-java (2.0~M3-2) ... Selecting previously unselected package libplexus-component-metadata-java. Preparing to unpack .../libplexus-component-metadata-java_1.6-2_all.deb ... Unpacking libplexus-component-metadata-java (1.6-2) ... Selecting previously unselected package libplexus-containers1.5-java. Preparing to unpack .../libplexus-containers1.5-java_1.6-2_all.deb ... Unpacking libplexus-containers1.5-java (1.6-2) ... Selecting previously unselected package libsisu-inject-java. Preparing to unpack .../libsisu-inject-java_0.3.2-1_all.deb ... Unpacking libsisu-inject-java (0.3.2-1) ... Selecting previously unselected package libsisu-plexus-java. Preparing to unpack .../libsisu-plexus-java_0.3.2-1_all.deb ... Unpacking libsisu-plexus-java (0.3.2-1) ... Selecting previously unselected package libwagon2-java. Preparing to unpack .../libwagon2-java_2.10-3_all.deb ... Unpacking libwagon2-java (2.10-3) ... Selecting previously unselected package libmaven3-core-java. Preparing to unpack .../libmaven3-core-java_3.3.9-3_all.deb ... Unpacking libmaven3-core-java (3.3.9-3) ... Selecting previously unselected package mysql-common. Preparing to unpack .../mysql-common_5.7.28-0ubuntu0.16.04.2_all.deb ... Unpacking mysql-common (5.7.28-0ubuntu0.16.04.2) ... Selecting previously unselected package libmysqlclient20:arm64. Preparing to unpack .../libmysqlclient20_5.7.28-0ubuntu0.16.04.2_arm64.deb ... Unpacking libmysqlclient20:arm64 (5.7.28-0ubuntu0.16.04.2) ... Selecting previously unselected package zlib1g-dev:arm64. Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-2ubuntu4.1_arm64.deb ... Unpacking zlib1g-dev:arm64 (1:1.2.8.dfsg-2ubuntu4.1) ... Selecting previously unselected package libmysqlclient-dev. Preparing to unpack .../libmysqlclient-dev_5.7.28-0ubuntu0.16.04.2_arm64.deb ... Unpacking libmysqlclient-dev (5.7.28-0ubuntu0.16.04.2) ... Selecting previously unselected package libpcap0.8-dev. Preparing to unpack .../libpcap0.8-dev_1.7.4-2_arm64.deb ... Unpacking libpcap0.8-dev (1.7.4-2) ... Selecting previously unselected package libpcap-dev. Preparing to unpack .../libpcap-dev_1.7.4-2_all.deb ... Unpacking libpcap-dev (1.7.4-2) ... Selecting previously unselected package libpython2.7:arm64. Preparing to unpack .../libpython2.7_2.7.12-1ubuntu0~16.04.9_arm64.deb ... Unpacking libpython2.7:arm64 (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package libpython2.7-dev:arm64. Preparing to unpack .../libpython2.7-dev_2.7.12-1ubuntu0~16.04.9_arm64.deb ... Unpacking libpython2.7-dev:arm64 (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package libpython-dev:arm64. Preparing to unpack .../libpython-dev_2.7.12-1~16.04_arm64.deb ... Unpacking libpython-dev:arm64 (2.7.12-1~16.04) ... Selecting previously unselected package libpython-all-dev:arm64. Preparing to unpack .../libpython-all-dev_2.7.12-1~16.04_arm64.deb ... Unpacking libpython-all-dev:arm64 (2.7.12-1~16.04) ... Selecting previously unselected package libpython3.5-dev:arm64. Preparing to unpack .../libpython3.5-dev_3.5.2-2ubuntu0~16.04.9_arm64.deb ... Unpacking libpython3.5-dev:arm64 (3.5.2-2ubuntu0~16.04.9) ... Selecting previously unselected package libpython3-dev:arm64. Preparing to unpack .../libpython3-dev_3.5.1-3_arm64.deb ... Unpacking libpython3-dev:arm64 (3.5.1-3) ... Selecting previously unselected package libxml2-utils. Preparing to unpack .../libxml2-utils_2.9.3+dfsg1-1ubuntu0.6_arm64.deb ... Unpacking libxml2-utils (2.9.3+dfsg1-1ubuntu0.6) ... Selecting previously unselected package libxom-java. Preparing to unpack .../libxom-java_1.2.10-1_all.deb ... Unpacking libxom-java (1.2.10-1) ... Selecting previously unselected package manpages-dev. Preparing to unpack .../manpages-dev_4.04-2_all.deb ... Unpacking manpages-dev (4.04-2) ... Selecting previously unselected package maven. Preparing to unpack .../archives/maven_3.3.9-3_all.deb ... Unpacking maven (3.3.9-3) ... Selecting previously unselected package pkg-config. Preparing to unpack .../pkg-config_0.29.1-0ubuntu1_arm64.deb ... Unpacking pkg-config (0.29.1-0ubuntu1) ... Selecting previously unselected package python-all. Preparing to unpack .../python-all_2.7.12-1~16.04_arm64.deb ... Unpacking python-all (2.7.12-1~16.04) ... Selecting previously unselected package python2.7-dev. Preparing to unpack .../python2.7-dev_2.7.12-1ubuntu0~16.04.9_arm64.deb ... Unpacking python2.7-dev (2.7.12-1ubuntu0~16.04.9) ... Selecting previously unselected package python-dev. Preparing to unpack .../python-dev_2.7.12-1~16.04_arm64.deb ... Unpacking python-dev (2.7.12-1~16.04) ... Selecting previously unselected package python-all-dev. Preparing to unpack .../python-all-dev_2.7.12-1~16.04_arm64.deb ... Unpacking python-all-dev (2.7.12-1~16.04) ... Selecting previously unselected package python-certifi. Preparing to unpack .../python-certifi_2015.11.20.1-2_all.deb ... Unpacking python-certifi (2015.11.20.1-2) ... Selecting previously unselected package python-netaddr. Preparing to unpack .../python-netaddr_0.7.18-1_all.deb ... Unpacking python-netaddr (0.7.18-1) ... Selecting previously unselected package python-pip-whl. Preparing to unpack .../python-pip-whl_8.1.1-2ubuntu0.4_all.deb ... Unpacking python-pip-whl (8.1.1-2ubuntu0.4) ... Selecting previously unselected package python-pip. Preparing to unpack .../python-pip_8.1.1-2ubuntu0.4_all.deb ... Unpacking python-pip (8.1.1-2ubuntu0.4) ... Selecting previously unselected package python-pygments. Preparing to unpack .../python-pygments_2.1+dfsg-1_all.deb ... Unpacking python-pygments (2.1+dfsg-1) ... Selecting previously unselected package python-wheel. Preparing to unpack .../python-wheel_0.29.0-1_all.deb ... Unpacking python-wheel (0.29.0-1) ... Selecting previously unselected package python3.5-dev. Preparing to unpack .../python3.5-dev_3.5.2-2ubuntu0~16.04.9_arm64.deb ... Unpacking python3.5-dev (3.5.2-2ubuntu0~16.04.9) ... Selecting previously unselected package python3-dev. Preparing to unpack .../python3-dev_3.5.1-3_arm64.deb ... Unpacking python3-dev (3.5.1-3) ... Selecting previously unselected package httpie. Preparing to unpack .../httpie_0.9.2-1_all.deb ... Unpacking httpie (0.9.2-1) ... Selecting previously unselected package nodejs. Preparing to unpack .../nodejs_7.10.1-2nodesource1~xenial1_arm64.deb ... Unpacking nodejs (7.10.1-2nodesource1~xenial1) ... Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for man-db (2.7.5-1) ... Processing triggers for ureadahead (0.100.0-19.1) ... Processing triggers for systemd (229-4ubuntu21.22) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. Setting up libjpeg-turbo8:arm64 (1.4.2-0ubuntu3.3) ... Setting up x11-common (1:7.7+13ubuntu3.1) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up libxtst6:arm64 (2:1.2.2-1) ... Setting up ssh (1:7.2p2-4ubuntu2.8) ... Setting up libmpc3:arm64 (1.0.3-1) ... Setting up libyajl2:arm64 (2.1.0-2) ... Setting up python-markupsafe (0.23-2build2) ... Setting up python-jinja2 (2.8-1ubuntu0.1) ... Setting up python-yaml (3.11-3build1) ... Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ... Setting up python-ecdsa (0.13-2ubuntu0.16.04.1) ... Setting up python-paramiko (1.16.0-1ubuntu0.2) ... Setting up python-httplib2 (0.9.1+dfsg-1) ... Setting up python-setuptools (20.7.0-1) ... Setting up sshpass (1.05-1) ... Setting up ansible (2.9.1-1ppa~xenial) ... Setting up libnspr4:arm64 (2:4.13.1-0ubuntu0.16.04.1) ... Setting up libavahi-common-data:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Setting up libavahi-common3:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Setting up libavahi-client3:arm64 (0.6.32~rc+dfsg-1ubuntu2.3) ... Setting up libcups2:arm64 (2.1.3-4ubuntu0.10) ... Setting up liblcms2-2:arm64 (2.6-3ubuntu2.1) ... Setting up libjpeg8:arm64 (8c-2ubuntu8) ... Setting up fonts-dejavu-core (2.35-1) ... Setting up fontconfig-config (2.11.94-0ubuntu1.1) ... Setting up libfontconfig1:arm64 (2.11.94-0ubuntu1.1) ... Setting up libpcsclite1:arm64 (1.8.14-1ubuntu1.16.04.1) ... Setting up libxi6:arm64 (2:1.7.6-1) ... Setting up libxrender1:arm64 (1:0.9.9-0ubuntu1) ... Setting up aufs-tools (1:3.2+20130722-1.1ubuntu1) ... Setting up libc-dev-bin (2.23-0ubuntu11) ... Setting up linux-libc-dev:arm64 (4.4.0-169.198) ... Setting up libc6-dev:arm64 (2.23-0ubuntu11) ... Setting up libisl15:arm64 (0.16.1-1) ... Setting up cpp-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up cpp (4:5.3.1-1ubuntu1) ... Setting up libcc1-0:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libgomp1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libitm1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libatomic1:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libasan2:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libubsan0:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up libgcc-5-dev:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up gcc-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up gcc (4:5.3.1-1ubuntu1) ... Setting up libstdc++-5-dev:arm64 (5.4.0-6ubuntu1~16.04.12) ... Setting up g++-5 (5.4.0-6ubuntu1~16.04.12) ... Setting up g++ (4:5.3.1-1ubuntu1) ... update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode Setting up make (4.1-6) ... Setting up libdpkg-perl (1.18.4ubuntu1.6) ... Setting up dpkg-dev (1.18.4ubuntu1.6) ... Setting up build-essential (12.1ubuntu2) ... Setting up cgroupfs-mount (1.2) ... Setting up conntrack (1:1.4.3-3) ... Setting up cri-tools (1.13.0-00) ... Setting up libltdl7:arm64 (2.4.6-0.1) ... Setting up docker-ce (17.09.0~ce-0~ubuntu) ... Setting up ebtables (2.0.10.4-3.4ubuntu2.16.04.2) ... update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults Setting up libfakeroot:arm64 (1.20.2-1ubuntu1) ... Setting up fakeroot (1.20.2-1ubuntu1) ... update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode Setting up golang-1.12-src (1.12.8-1longsleep1+xenial) ... Setting up golang-1.12-go (1.12.8-1longsleep1+xenial) ... Setting up ieee-data (20150531.1) ... Setting up junit (3.8.2-8build1) ... Setting up libhamcrest-java (1.3-5ubuntu1) ... Setting up librdkafka1:arm64 (0.8.6-1.1) ... Setting up kafkacat (1.2.0-2) ... Setting up kubernetes-cni (0.7.5-00) ... Setting up socat (1.7.3.1-1) ... Setting up kubelet (1.12.7-00) ... Setting up kubectl (1.12.7-00) ... Setting up kubeadm (1.12.7-00) ... Setting up libalgorithm-diff-perl (1.19.03-1) ... Setting up libalgorithm-diff-xs-perl (0.04-4build1) ... Setting up libalgorithm-merge-perl (0.08-3) ... Setting up libapache-pom-java (10-2build1) ... Setting up libasm4-java (5.0.4-1) ... Setting up libatinject-jsr330-api-java (1.0+ds1-2) ... Setting up libbsh-java (2.0b4-17ubuntu1) ... Setting up libgeronimo-interceptor-3.0-spec-java (1.0.1-3fakesync1) ... Setting up libservlet3.1-java (8.0.32-1ubuntu1.10) ... Setting up libcdi-api-java (1.0-2) ... Setting up libcglib3-java (3.1+dfsg-1) ... Setting up libclassworlds-java (1.1-final-5) ... Setting up libcommons-cli-java (1.3.1-3ubuntu1) ... Setting up libcommons-codec-java (1.10-1) ... Setting up libcommons-parent-java (39-3) ... Setting up libcommons-logging-java (1.2-1+build1) ... Setting up libcommons-httpclient-java (3.1-12) ... Setting up libcommons-io-java (2.4-2) ... Setting up libcommons-lang-java (2.6-6ubuntu2) ... Setting up libcommons-lang3-java (3.4-1) ... Setting up libcommons-net-java (3.4-2ubuntu2) ... Setting up libcommons-net2-java (2.2-2) ... Setting up libjaxen-java (1.1.6-1ubuntu1) ... Setting up libxpp2-java (2.1.10-7build1) ... Setting up libxpp3-java (1.1.4c-2build1) ... Setting up libdom4j-java (1.6.1+dfsg.3-2ubuntu1) ... Setting up libhttpcore-java (4.4.4-1) ... Setting up libhttpclient-java (4.5.1-1) ... Setting up libjaxp1.3-java (1.3.05-2ubuntu3) ... Setting up libxml-commons-resolver1.1-java (1.2-7build1) ... Setting up libxml-commons-external-java (1.4.01-2build1) ... Setting up libxerces2-java (2.11.0-7) ... Setting up libxalan2-java (2.7.1-9) ... Setting up libplexus-interpolation-java (1.21-1) ... Setting up libplexus-utils-java (1:1.5.15-4+deb8u1build0.16.04.1) ... Setting up libdoxia-core-java (1.1.4-3ubuntu1) ... Setting up libobjenesis-java (2.2-1) ... Setting up libslf4j-java (1.7.14-3) ... Setting up libjsch-java (0.1.53-1ubuntu1) ... Setting up libjsoup-java (1.8.3-1) ... Setting up libjsr305-java (0.1~+svn49-9) ... Setting up libguava-java (19.0-1) ... Setting up libplexus-classworlds-java (1.5.0-5) ... Setting up libxbean-java (4.5-1) ... Setting up libplexus-containers-java (1.0~beta3.0.7-8) ... Setting up libplexus-interactivity-api-java (1.0-alpha-6-7) ... Setting up libwagon-java (1.0.0-7) ... Setting up libeclipse-aether-java (1.0.2-1) ... Setting up libexpat1-dev:arm64 (2.1.0-7ubuntu0.16.04.5) ... Setting up libfile-fcntllock-perl (0.22-3) ... Setting up libaopalliance-java (20070526-5) ... Setting up libguice-java (4.0-2) ... Setting up libjdom1-java (1.1.3-1) ... Setting up libservlet2.5-java (6.0.45+dfsg-1) ... Setting up libjetty-java (6.1.26-5ubuntu0.1) ... Setting up liblog4j1.2-java (1.2.17-7ubuntu1) ... Setting up libmaven-parent-java (21-2) ... Setting up libplexus-container-default-java (1.0-alpha-9-stable-1-7) ... Setting up libplexus-ant-factory-java (1.0~alpha2.1-3) ... Setting up libplexus-io-java (1.0~alpha5-2) ... Setting up libplexus-archiver-java (2.2-1+deb9u1build0.16.04.1) ... Setting up libplexus-bsh-factory-java (1.0~alpha7-3.1) ... Setting up libplexus-cipher-java (1.7-1) ... Setting up libplexus-sec-dispatcher-java (1.3.1-6) ... Setting up libmaven2-core-java (2.2.1-24) ... Setting up libplexus-classworlds2-java (2.5.2-1) ... Setting up libplexus-utils2-java (3.0.22-1) ... Setting up libplexus-container-default1.5-java (1.6-2) ... Setting up libplexus-component-annotations-java (1.6-2) ... Setting up libplexus-cli-java (1.2-5) ... Setting up libqdox2-java (2.0~M3-2) ... Setting up libplexus-component-metadata-java (1.6-2) ... Setting up libplexus-containers1.5-java (1.6-2) ... Setting up libsisu-inject-java (0.3.2-1) ... Setting up libsisu-plexus-java (0.3.2-1) ... Setting up mysql-common (5.7.28-0ubuntu0.16.04.2) ... update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode Setting up libmysqlclient20:arm64 (5.7.28-0ubuntu0.16.04.2) ... Setting up zlib1g-dev:arm64 (1:1.2.8.dfsg-2ubuntu4.1) ... Setting up libmysqlclient-dev (5.7.28-0ubuntu0.16.04.2) ... Setting up libpcap0.8-dev (1.7.4-2) ... Setting up libpcap-dev (1.7.4-2) ... Setting up libpython2.7:arm64 (2.7.12-1ubuntu0~16.04.9) ... Setting up libpython2.7-dev:arm64 (2.7.12-1ubuntu0~16.04.9) ... Setting up libpython-dev:arm64 (2.7.12-1~16.04) ... Setting up libpython-all-dev:arm64 (2.7.12-1~16.04) ... Setting up libpython3.5-dev:arm64 (3.5.2-2ubuntu0~16.04.9) ... Setting up libpython3-dev:arm64 (3.5.1-3) ... Setting up libxml2-utils (2.9.3+dfsg1-1ubuntu0.6) ... Setting up libxom-java (1.2.10-1) ... Setting up manpages-dev (4.04-2) ... Setting up pkg-config (0.29.1-0ubuntu1) ... Setting up python-all (2.7.12-1~16.04) ... Setting up python2.7-dev (2.7.12-1ubuntu0~16.04.9) ... Setting up python-dev (2.7.12-1~16.04) ... Setting up python-all-dev (2.7.12-1~16.04) ... Setting up python-certifi (2015.11.20.1-2) ... Setting up python-netaddr (0.7.18-1) ... Setting up python-pip-whl (8.1.1-2ubuntu0.4) ... Setting up python-pip (8.1.1-2ubuntu0.4) ... Setting up python-pygments (2.1+dfsg-1) ... Setting up python-wheel (0.29.0-1) ... Setting up python3.5-dev (3.5.2-2ubuntu0~16.04.9) ... Setting up python3-dev (3.5.1-3) ... Setting up httpie (0.9.2-1) ... Setting up nodejs (7.10.1-2nodesource1~xenial1) ... Setting up libnss3-nssdb (2:3.28.4-0ubuntu0.16.04.6) ... Setting up libnss3:arm64 (2:3.28.4-0ubuntu0.16.04.6) ... Setting up ca-certificates-java (20160321ubuntu1) ... Adding debian:Actalis_Authentication_Root_CA.pem Adding debian:Security_Communication_RootCA2.pem Adding debian:ePKI_Root_Certification_Authority.pem Adding debian:Swisscom_Root_CA_1.pem Adding debian:CFCA_EV_ROOT.pem Adding debian:Global_Chambersign_Root_-_2008.pem Adding debian:SecureTrust_CA.pem Adding debian:thawte_Primary_Root_CA_-_G3.pem Adding debian:OpenTrust_Root_CA_G2.pem Adding debian:UTN_USERFirst_Hardware_Root_CA.pem Adding debian:ISRG_Root_X1.pem Adding debian:ACEDICOM_Root.pem Adding debian:IdenTrust_Public_Sector_Root_CA_1.pem Adding debian:Buypass_Class_2_Root_CA.pem Adding debian:Atos_TrustedRoot_2011.pem Adding debian:certSIGN_ROOT_CA.pem Adding debian:Amazon_Root_CA_2.pem Adding debian:USERTrust_ECC_Certification_Authority.pem Adding debian:AffirmTrust_Premium.pem Adding debian:Network_Solutions_Certificate_Authority.pem Adding debian:TeliaSonera_Root_CA_v1.pem Adding debian:Certinomis_-_Autorité_Racine.pem Adding debian:GeoTrust_Primary_Certification_Authority.pem Adding debian:Entrust_Root_Certification_Authority.pem Adding debian:QuoVadis_Root_CA.pem Adding debian:COMODO_Certification_Authority.pem Adding debian:EE_Certification_Centre_Root_CA.pem Adding debian:DigiCert_Global_Root_G3.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G3.pem Adding debian:AC_RAIZ_FNMT-RCM.pem Adding debian:Go_Daddy_Root_Certificate_Authority_-_G2.pem Adding debian:ACCVRAIZ1.pem Adding debian:Secure_Global_CA.pem Adding debian:Starfield_Root_Certificate_Authority_-_G2.pem Adding debian:Go_Daddy_Class_2_CA.pem Adding debian:Entrust_Root_Certification_Authority_-_G2.pem Adding debian:TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem Adding debian:GlobalSign_Root_CA_-_R3.pem Adding debian:XRamp_Global_CA_Root.pem Adding debian:thawte_Primary_Root_CA.pem Adding debian:Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem Adding debian:GeoTrust_Global_CA_2.pem Adding debian:GeoTrust_Universal_CA.pem Adding debian:AddTrust_Qualified_Certificates_Root.pem Adding debian:Security_Communication_EV_RootCA1.pem Adding debian:GeoTrust_Global_CA.pem Adding debian:AddTrust_External_Root.pem Adding debian:LuxTrust_Global_Root_2.pem Adding debian:Amazon_Root_CA_4.pem Adding debian:QuoVadis_Root_CA_3_G3.pem Adding debian:Certum_Root_CA.pem Adding debian:OISTE_WISeKey_Global_Root_GB_CA.pem Adding debian:Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem Adding debian:DigiCert_Assured_ID_Root_G2.pem Adding debian:VeriSign_Universal_Root_Certification_Authority.pem Adding debian:AffirmTrust_Commercial.pem Adding debian:GlobalSign_ECC_Root_CA_-_R5.pem Adding debian:USERTrust_RSA_Certification_Authority.pem Adding debian:Hongkong_Post_Root_CA_1.pem Adding debian:Trustis_FPS_Root_CA.pem Adding debian:Buypass_Class_3_Root_CA.pem Adding debian:E-Tugra_Certification_Authority.pem Adding debian:Entrust.net_Premium_2048_Secure_Server_CA.pem Adding debian:Staat_der_Nederlanden_Root_CA_-_G2.pem Adding debian:Taiwan_GRCA.pem Adding debian:Certum_Trusted_Network_CA_2.pem Adding debian:COMODO_ECC_Certification_Authority.pem Adding debian:DigiCert_Trusted_Root_G4.pem Adding debian:Izenpe.com.pem Adding debian:Certinomis_-_Root_CA.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem Adding debian:SwissSign_Gold_CA_-_G2.pem Adding debian:SecureSign_RootCA11.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem Adding debian:Visa_eCommerce_Root.pem Adding debian:QuoVadis_Root_CA_1_G3.pem Adding debian:T-TeleSec_GlobalRoot_Class_3.pem Adding debian:Camerfirma_Chambers_of_Commerce_Root.pem Adding debian:thawte_Primary_Root_CA_-_G2.pem Adding debian:SZAFIR_ROOT_CA2.pem Adding debian:QuoVadis_Root_CA_2.pem Adding debian:GeoTrust_Universal_CA_2.pem Adding debian:TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem Adding debian:Certum_Trusted_Network_CA.pem Adding debian:China_Internet_Network_Information_Center_EV_Certificates_Root.pem Adding debian:Amazon_Root_CA_1.pem Adding debian:D-TRUST_Root_Class_3_CA_2_2009.pem Adding debian:Comodo_Secure_Services_root.pem Adding debian:DigiCert_Assured_ID_Root_CA.pem Adding debian:CNNIC_ROOT.pem Adding debian:EC-ACC.pem Adding debian:Swisscom_Root_CA_2.pem Adding debian:AddTrust_Low-Value_Services_Root.pem Adding debian:DST_Root_CA_X3.pem Adding debian:CA_Disig_Root_R1.pem Adding debian:Hellenic_Academic_and_Research_Institutions_ECC_RootCA_2015.pem Adding debian:GlobalSign_Root_CA.pem Adding debian:QuoVadis_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G2.pem Adding debian:Swisscom_Root_EV_CA_2.pem Adding debian:AffirmTrust_Premium_ECC.pem Adding debian:GlobalSign_Root_CA_-_R2.pem Adding debian:OpenTrust_Root_CA_G1.pem Adding debian:OpenTrust_Root_CA_G3.pem Adding debian:Certplus_Root_CA_G2.pem Adding debian:TWCA_Root_Certification_Authority.pem Adding debian:Hellenic_Academic_and_Research_Institutions_RootCA_2015.pem Adding debian:OISTE_WISeKey_Global_Root_GA_CA.pem Adding debian:TURKTRUST_Certificate_Services_Provider_Root_2007.pem Adding debian:Starfield_Class_2_CA.pem Adding debian:Starfield_Services_Root_Certificate_Authority_-_G2.pem Adding debian:QuoVadis_Root_CA_2_G3.pem Adding debian:Amazon_Root_CA_3.pem Adding debian:GeoTrust_Primary_Certification_Authority_-_G3.pem Adding debian:COMODO_RSA_Certification_Authority.pem Adding debian:Deutsche_Telekom_Root_CA_2.pem Adding debian:DigiCert_High_Assurance_EV_Root_CA.pem Adding debian:TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem Adding debian:NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem Adding debian:Staat_der_Nederlanden_EV_Root_CA.pem Adding debian:Baltimore_CyberTrust_Root.pem Adding debian:Certplus_Class_2_Primary_CA.pem Adding debian:T-TeleSec_GlobalRoot_Class_2.pem Adding debian:VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem Adding debian:Cybertrust_Global_Root.pem Adding debian:Certplus_Root_CA_G1.pem Adding debian:PSCProcert.pem Adding debian:IdenTrust_Commercial_Root_CA_1.pem Adding debian:AddTrust_Public_Services_Root.pem Adding debian:Comodo_Trusted_Services_root.pem Adding debian:DigiCert_Global_Root_CA.pem Adding debian:DigiCert_Assured_ID_Root_G3.pem Adding debian:Certigna.pem Adding debian:DigiCert_Global_Root_G2.pem Adding debian:AffirmTrust_Networking.pem Adding debian:D-TRUST_Root_Class_3_CA_2_EV_2009.pem Adding debian:Security_Communication_Root_CA.pem Adding debian:Microsec_e-Szigno_Root_CA_2009.pem Adding debian:SwissSign_Silver_CA_-_G2.pem Adding debian:Sonera_Class_2_Root_CA.pem Adding debian:Comodo_AAA_Services_root.pem Adding debian:TWCA_Global_Root_CA.pem Adding debian:CA_Disig_Root_R2.pem Adding debian:Camerfirma_Global_Chambersign_Root.pem Adding debian:DST_ACES_CA_X6.pem Adding debian:GlobalSign_ECC_Root_CA_-_R4.pem Adding debian:Entrust_Root_Certification_Authority_-_EC1.pem Adding debian:Chambers_of_Commerce_Root_-_2008.pem done. Setting up openjdk-8-jre-headless:arm64 (8u222-b10-1ubuntu1~16.04.1) ... update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/hsdb to provide /usr/bin/hsdb (hsdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/bin/clhsdb to provide /usr/bin/clhsdb (clhsdb) in auto mode update-alternatives: using /usr/lib/jvm/java-8-openjdk-arm64/jre/lib/jexec to provide /usr/bin/jexec (jexec) in auto mode Setting up default-jre-headless (2:1.8-56ubuntu2) ... Setting up ant (1.9.6-1ubuntu1.1) ... Setting up ant-optional (1.9.6-1ubuntu1.1) ... Setting up junit4 (4.12-4ubuntu1) ... Setting up libeasymock-java (3.3.1+ds-3) ... Setting up libwagon2-java (2.10-3) ... Setting up libmaven3-core-java (3.3.9-3) ... Setting up maven (3.3.9-3) ... update-alternatives: using /usr/share/maven/bin/mvn to provide /usr/bin/mvn (mvn) in auto mode Processing triggers for libc-bin (2.23-0ubuntu11) ... Processing triggers for ureadahead (0.100.0-19.1) ... Processing triggers for systemd (229-4ubuntu21.22) ... Processing triggers for ca-certificates (20170717~16.04.2) ... Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done. Running hooks in /etc/ca-certificates/update.d... done. done. + pip install Jinja2 ansible-lint 'astroid==1.*' coverage docker-compose==1.20.1 docker==3.2.1 gitpython graphviz grpcio-tools isort linkchecker more-itertools==5.0.0 mock nose2 pexpect 'pylint==1.*' pyyaml robotframework robotframework-httplibrary robotframework-kafkalibrary robotframework-lint robotframework-requests robotframework-sshlibrary tox twine virtualenv The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /usr/lib/python2.7/dist-packages Collecting ansible-lint Downloading https://files.pythonhosted.org/packages/7d/ac/908e2bb33564640a321fd7d88c465073e643de24c0f941c90be7a05ec68c/ansible_lint-4.1.0-py2.py3-none-any.whl (54kB) 100% |████████████████████████████████| 61kB 6.7MB/s Collecting astroid==1.* Downloading https://files.pythonhosted.org/packages/8b/29/0f7ec6fbf28a158886b7de49aee3a77a8a47a7e24c60e9fd6ec98ee2ec02/astroid-1.6.6-py2.py3-none-any.whl (305kB) 100% |████████████████████████████████| 307kB 2.5MB/s Collecting coverage Downloading https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz (385kB) 100% |████████████████████████████████| 389kB 1.8MB/s Collecting docker-compose==1.20.1 Downloading https://files.pythonhosted.org/packages/2e/66/cf3e52f24485b1e0537a9d8a9d2a6bae2703775f4bd585d017a28adf1758/docker_compose-1.20.1-py2.py3-none-any.whl (119kB) 100% |████████████████████████████████| 122kB 4.8MB/s Collecting docker==3.2.1 Downloading https://files.pythonhosted.org/packages/e4/c0/ab62cdb6117c1b9824e54f707060eb63ef7e4026d9aedf2d10853ba6df98/docker-3.2.1-py2.py3-none-any.whl (123kB) 100% |████████████████████████████████| 133kB 5.8MB/s Collecting gitpython Downloading https://files.pythonhosted.org/packages/d2/e8/0bd80cc9e1422f5449d663479459c3c032ff7acaf6609a63324d23bde9ac/GitPython-3.0.5.tar.gz (433kB) 100% |████████████████████████████████| 440kB 1.8MB/s Collecting graphviz Downloading https://files.pythonhosted.org/packages/f5/74/dbed754c0abd63768d3a7a7b472da35b08ac442cf87d73d5850a6f32391e/graphviz-0.13.2-py2.py3-none-any.whl Collecting grpcio-tools Downloading https://files.pythonhosted.org/packages/e1/93/00edac4d6c8dc2e4c208f08a1317fbbd18ff766c9e71312473765a326a7a/grpcio-tools-1.25.0.tar.gz (2.0MB) 100% |████████████████████████████████| 2.0MB 384kB/s Collecting isort Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl (42kB) 100% |████████████████████████████████| 51kB 7.2MB/s Collecting linkchecker Downloading https://files.pythonhosted.org/packages/43/59/31baf302792306bde0825e8631a74c7f668bc47b3748fc4471c281885bb6/LinkChecker-9.3.tar.gz (719kB) 100% |████████████████████████████████| 727kB 1.1MB/s Collecting more-itertools==5.0.0 Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB) 100% |████████████████████████████████| 61kB 7.2MB/s Collecting mock Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl Collecting nose2 Downloading https://files.pythonhosted.org/packages/2a/c6/f1941e6af8e97cb5cf7405283d5240ba3fb0ce9ace68403904436d6fff65/nose2-0.9.1-py2.py3-none-any.whl (137kB) 100% |████████████████████████████████| 143kB 5.2MB/s Collecting pexpect Downloading https://files.pythonhosted.org/packages/0e/3e/377007e3f36ec42f1b84ec322ee12141a9e10d808312e5738f52f80a232c/pexpect-4.7.0-py2.py3-none-any.whl (58kB) 100% |████████████████████████████████| 61kB 6.9MB/s Collecting pylint==1.* Downloading https://files.pythonhosted.org/packages/36/3b/fa4025a424adafd85c6195001b1c130ecb8d8b30784a1c4cb68e7b5e5ae7/pylint-1.9.5-py2.py3-none-any.whl (696kB) 100% |████████████████████████████████| 696kB 1.2MB/s Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib/python2.7/dist-packages Collecting robotframework Downloading https://files.pythonhosted.org/packages/22/0f/1b9ffa0c4e59789b50e6034866e823b7d4a5c7eaedad7bfd0bba42f2aa9d/robotframework-3.1.2-py2.py3-none-any.whl (602kB) 100% |████████████████████████████████| 604kB 1.4MB/s Collecting robotframework-httplibrary Downloading https://files.pythonhosted.org/packages/fb/f7/49228f6d252c722693dd4b832a29257f5a89f673ea7a8855fd10187a94cd/robotframework-httplibrary-0.4.2.tar.gz Collecting robotframework-kafkalibrary Downloading https://files.pythonhosted.org/packages/ad/10/f406e37b827a15125a270ca87e5894152885eb25da0875540b5bfbad8434/robotframework-kafkalibrary-0.0.2.tar.gz (56kB) 100% |████████████████████████████████| 61kB 6.7MB/s Collecting robotframework-lint Downloading https://files.pythonhosted.org/packages/ec/c8/e1db19ec1d782a5c487d8d9d07166f6e74d5f43b8f58eae36de380076377/robotframework-lint-1.0.tar.gz Collecting robotframework-requests Downloading https://files.pythonhosted.org/packages/42/83/d9cc0a0b170c10eed016fdcc1a6fb6c5d9df050297830b759482ee438012/robotframework-requests-0.6.2.tar.gz Collecting robotframework-sshlibrary Downloading https://files.pythonhosted.org/packages/5e/a3/25010fc4a2c126e1b5dcd1d08d55653aba819509c42d210e4dfbc2f1e844/robotframework-sshlibrary-3.4.0.tar.gz (47kB) 100% |████████████████████████████████| 51kB 6.7MB/s Collecting tox Downloading https://files.pythonhosted.org/packages/cb/e1/e985796a601ad17876958a84c66209ace8e4db804e37f5cb01b6b154b62e/tox-3.14.1-py2.py3-none-any.whl (80kB) 100% |████████████████████████████████| 81kB 6.5MB/s Collecting twine Downloading https://files.pythonhosted.org/packages/0b/5d/008e38e60fa2b396e192072d366fc859fab5aa1305ef94b059d31fb68068/twine-3.0.0.tar.gz (146kB) 100% |████████████████████████████████| 153kB 4.8MB/s Running setup.py (path:/tmp/pip-build-boD1XO/twine/setup.py) egg_info for package twine produced metadata for project name unknown. Fix your #egg=twine fragments. Collecting virtualenv Downloading https://files.pythonhosted.org/packages/c5/97/00dd42a0fc41e9016b23f07ec7f657f636cb672fad9cf72b80f8f65c6a46/virtualenv-16.7.7-py2.py3-none-any.whl (3.4MB) 100% |████████████████████████████████| 3.4MB 232kB/s Collecting ruamel.yaml (from ansible-lint) Downloading https://files.pythonhosted.org/packages/fa/90/ecff85a2e9c497e2fa7142496e10233556b5137db5bd46f3f3b006935ca8/ruamel.yaml-0.16.5-py2.py3-none-any.whl (123kB) 100% |████████████████████████████████| 133kB 5.8MB/s Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from ansible-lint) Requirement already satisfied (use --upgrade to upgrade): ansible in /usr/lib/python2.7/dist-packages (from ansible-lint) Collecting enum34>=1.1.3; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl Collecting wrapt (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz Collecting singledispatch; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl Collecting backports.functools-lru-cache; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/da/d1/080d2bb13773803648281a49e3918f65b31b7beebf009887a529357fd44a/backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl Collecting lazy-object-proxy (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/07/3f/a3d687f83c7d44970f70ff0400677746c8860b11f0c08f6b4e07205f0cdc/lazy-object-proxy-1.4.3.tar.gz Collecting websocket-client<1.0,>=0.32.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB) 100% |████████████████████████████████| 204kB 3.6MB/s Collecting dockerpty<0.5,>=0.4.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz Collecting backports.ssl-match-hostname>=3.5; python_version < "3.5" (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz Collecting docopt<0.7,>=0.6.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz Requirement already satisfied (use --upgrade to upgrade): requests!=2.11.0,!=2.12.2,!=2.18.0,<2.19,>=2.6.1 in /usr/lib/python2.7/dist-packages (from docker-compose==1.20.1) Requirement already satisfied (use --upgrade to upgrade): ipaddress>=1.0.16; python_version < "3.3" in /usr/lib/python2.7/dist-packages (from docker-compose==1.20.1) Collecting texttable<0.10,>=0.9.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/02/e1/2565e6b842de7945af0555167d33acfc8a615584ef7abd30d1eae00a4d80/texttable-0.9.1.tar.gz Collecting jsonschema<3,>=2.5.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting cached-property<2,>=1.2.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/3b/86/85c1be2e8db9e13ef9a350aecd6dea292bd612fa288c2f40d035bb750ded/cached_property-1.5.1-py2.py3-none-any.whl Collecting docker-pycreds>=0.2.2 (from docker==3.2.1) Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl Collecting gitdb2>=2.0.0 (from gitpython) Downloading https://files.pythonhosted.org/packages/03/6c/99296f89bad2ef85626e1df9f677acbee8885bb043ad82ad3ed4746d2325/gitdb2-2.0.6-py2.py3-none-any.whl (63kB) 100% |████████████████████████████████| 71kB 7.1MB/s Collecting protobuf>=3.5.0.post1 (from grpcio-tools) Downloading https://files.pythonhosted.org/packages/ad/c2/86c65136e280607ddb2e5dda19e2953c1174f9919b557d1d154574481de4/protobuf-3.10.0-py2.py3-none-any.whl (434kB) 100% |████████████████████████████████| 440kB 1.8MB/s Collecting grpcio>=1.25.0 (from grpcio-tools) Downloading https://files.pythonhosted.org/packages/e4/60/40c4d2b61d9e4349bc89445deb8d04cc000b10a63446c42d311e0d21d127/grpcio-1.25.0.tar.gz (15.4MB) 100% |████████████████████████████████| 15.4MB 49kB/s Collecting futures; python_version < "3.2" (from isort) Downloading https://files.pythonhosted.org/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl Collecting funcsigs>=1; python_version < "3.3" (from mock) Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting ptyprocess>=0.5 (from pexpect) Downloading https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl Collecting configparser; python_version == "2.7" (from pylint==1.*) Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl Collecting mccabe (from pylint==1.*) Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting webtest>=2.0 (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/47/fd/569d7e5ce6ea92d8ff6dd7a91f125762d88b199f2b4e17d7030a703f241d/WebTest-2.0.33-py2.py3-none-any.whl Collecting jsonpatch (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/86/7e/035d19a73306278673039f0805b863be8798057cc1b4008b9c8c7d1d32a3/jsonpatch-1.24-py2.py3-none-any.whl Collecting jsonpointer (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/18/b0/a80d29577c08eea401659254dfaed87f1af45272899e1812d7e01b679bc5/jsonpointer-2.0-py2.py3-none-any.whl Collecting kafka-python (from robotframework-kafkalibrary) Downloading https://files.pythonhosted.org/packages/49/c9/9863483a1353700ba87821b4f39085eb18fd1bcbb1e954c697177d67f03f/kafka_python-1.4.7-py2.py3-none-any.whl (266kB) 100% |████████████████████████████████| 266kB 2.8MB/s Requirement already satisfied (use --upgrade to upgrade): paramiko>=1.15.3 in /usr/lib/python2.7/dist-packages (from robotframework-sshlibrary) Collecting scp>=0.13.0 (from robotframework-sshlibrary) Downloading https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl Collecting packaging>=14 (from tox) Downloading https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl Collecting importlib-metadata<1,>=0.12; python_version < "3.8" (from tox) Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl Collecting filelock<4,>=3.0.0 (from tox) Downloading https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb/filelock-3.0.12.tar.gz Collecting pluggy<1,>=0.12.0 (from tox) Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl Collecting toml>=0.9.4 (from tox) Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl Collecting py<2,>=1.4.17 (from tox) Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) 100% |████████████████████████████████| 92kB 7.0MB/s Collecting ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" (from ruamel.yaml->ansible-lint) Downloading https://files.pythonhosted.org/packages/92/28/612085de3fae9f82d62d80255d9f4cf05b1b341db1e180adcf28c1bf748d/ruamel.yaml.clib-0.2.0.tar.gz (178kB) 100% |████████████████████████████████| 184kB 4.0MB/s No files/directories in /tmp/pip-build-boD1XO/ruamel.yaml.clib/pip-egg-info (from PKG-INFO) You are using pip version 8.1.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ wget https://files.pythonhosted.org/packages/92/28/612085de3fae9f82d62d80255d9f4cf05b1b341db1e180adcf28c1bf748d/ruamel.yaml.clib-0.2.0.tar.gz --2019-11-20 14:43:46-- https://files.pythonhosted.org/packages/92/28/612085de3fae9f82d62d80255d9f4cf05b1b341db1e180adcf28c1bf748d/ruamel.yaml.clib-0.2.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.201.63, 2a04:4e42:2f::319 Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.201.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 178084 (174K) [binary/octet-stream] Saving to: ‘ruamel.yaml.clib-0.2.0.tar.gz’ ruamel.yaml.clib-0.2.0.tar.gz 100%[=====================================================================================================================>] 173.91K --.-KB/s in 0.006s 2019-11-20 14:43:46 (26.7 MB/s) - ‘ruamel.yaml.clib-0.2.0.tar.gz’ saved [178084/178084] ubuntu@ip-172-31-38-55:~/ci-management/packer/provision/ruamel.yaml.clib-0.2.0$ pip install setuptools Collecting setuptools Downloading https://files.pythonhosted.org/packages/d9/de/554b6310ac87c5b921bc45634b07b11394fe63bc4cb5176f5240addf18ab/setuptools-41.6.0-py2.py3-none-any.whl (582kB) 100% |████████████████████████████████| 583kB 1.2MB/s Installing collected packages: setuptools Successfully installed setuptools-41.6.0 You are using pip version 8.1.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ubuntu@ip-172-31-38-55:~/ci-management/packer/provision/ruamel.yaml.clib-0.2.0$ pip install . Processing /home/ubuntu/ci-management/packer/provision/ruamel.yaml.clib-0.2.0 Building wheels for collected packages: ruamel.yaml.clib Running setup.py bdist_wheel for ruamel.yaml.clib ... done Stored in directory: /home/ubuntu/.cache/pip/wheels/c1/2f/42/4ec9d60145dac091e00756b7c05ae365b908a256450196cebb Successfully built ruamel.yaml.clib Installing collected packages: ruamel.yaml.clib Successfully installed ruamel.yaml.clib-0.2.0 You are using pip version 8.1.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. ubuntu@ip-172-31-38-55:~/ci-management/packer/provision$ sudo ./basebuild.sh + echo '---> Detecting OS' ---> Detecting OS ++ facter operatingsystem ++ tr '[:upper:]' '[:lower:]' + ORIGIN=ubuntu + case "${ORIGIN}" in + echo '---> Ubuntu system detected' ---> Ubuntu system detected + ubuntu_systems ++ lsb_release -cs + DISTRO=xenial + apt-get clean + apt-get update Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:4 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Hit:5 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial InRelease Hit:6 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:7 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial InRelease Hit:8 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:9 https://download.docker.com/linux/ubuntu xenial InRelease Hit:10 https://deb.nodesource.com/node_7.x xenial InRelease Hit:1 https://packages.cloud.google.com/apt kubernetes-xenial InRelease Reading package lists... Done + apt-get install -y apt-transport-https software-properties-common Reading package lists... Done Building dependency tree Reading state information... Done apt-transport-https is already the newest version (1.2.32). software-properties-common is already the newest version (0.96.20.9). The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded. + apt-add-repository -y ppa:ansible/ansible gpg: keyring `/tmp/tmp0e5c2ut8/secring.gpg' created gpg: keyring `/tmp/tmp0e5c2ut8/pubring.gpg' created gpg: requesting key 7BB9C367 from hkp server keyserver.ubuntu.com gpg: /tmp/tmp0e5c2ut8/trustdb.gpg: trustdb created gpg: key 7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK + apt-key adv --keyserver keyserver.ubuntu.com --recv 0EBFCD88 Executing: /tmp/tmp.mpKIXpvCTm/gpg.1.sh --keyserver keyserver.ubuntu.com --recv 0EBFCD88 gpg: requesting key 0EBFCD88 from hkp server keyserver.ubuntu.com gpg: key 0EBFCD88: "Docker Release (CE deb) " not changed gpg: Total number processed: 1 gpg: unchanged: 1 ++ lsb_release -cs + add-apt-repository 'deb [arch=arm64] https://download.docker.com/linux/ubuntu xenial stable' + add-apt-repository ppa:longsleep/golang-backports Golang 1.8, 1.9, 1.10, 1.11, 1.12 and 1.13 PPA for Ubuntu More info: https://launchpad.net/~longsleep/+archive/ubuntu/golang-backports Press [ENTER] to continue or ctrl-c to cancel adding it gpg: keyring `/tmp/tmps7r6v2kr/secring.gpg' created gpg: keyring `/tmp/tmps7r6v2kr/pubring.gpg' created gpg: requesting key 56A3D45E from hkp server keyserver.ubuntu.com gpg: /tmp/tmps7r6v2kr/trustdb.gpg: trustdb created gpg: key 56A3D45E: public key "Launchpad PPA for Simon Eisenmann" imported gpg: Total number processed: 1 gpg: imported: 1 (RSA: 1) OK + base64 -d + cat + sudo apt-key add /tmp/k8s-apt-key.gpg OK + sudo tee /etc/apt/sources.list.d/kubernetes.list + echo 'deb http://apt.kubernetes.io/ kubernetes-xenial main' deb http://apt.kubernetes.io/ kubernetes-xenial main + base64 -d + cat + sudo apt-key add /tmp/nodejs-apt-key.gpg OK + NODE_VERSION=node_7.x + echo 'deb https://deb.nodesource.com/node_7.x xenial main' + sudo tee /etc/apt/sources.list.d/nodesource.list deb https://deb.nodesource.com/node_7.x xenial main + sudo tee -a /etc/apt/sources.list.d/nodesource.list + echo 'deb-src https://deb.nodesource.com/node_7.x xenial main' deb-src https://deb.nodesource.com/node_7.x xenial main + apt-get update Hit:1 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial InRelease Hit:2 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-updates InRelease Hit:3 http://us-east-1.ec2.ports.ubuntu.com/ubuntu-ports xenial-backports InRelease Hit:5 https://download.docker.com/linux/ubuntu xenial InRelease Hit:6 https://deb.nodesource.com/node_7.x xenial InRelease Hit:7 http://ppa.launchpad.net/ansible/ansible/ubuntu xenial InRelease Hit:8 http://ports.ubuntu.com/ubuntu-ports xenial-security InRelease Hit:4 https://packages.cloud.google.com/apt kubernetes-xenial InRelease Hit:9 http://ppa.launchpad.net/longsleep/golang-backports/ubuntu xenial InRelease Hit:10 http://ports.ubuntu.com/ubuntu-ports xenial InRelease Reading package lists... Done + apt-get install -y 'docker-ce=17.09.0*' apt-transport-https ansible build-essential bzip2 curl ebtables ethtool git golang-1.12-go httpie jq kafkacat 'kubeadm=1.12.7-*' 'kubelet=1.12.7-*' 'kubectl=1.12.7-*' less libmysqlclient-dev libpcap-dev libxml2-utils maven nodejs python python-certifi python-cryptography python-dev python-idna python-netaddr python-openssl python-pip python-urllib3 python3-dev ruby screen socat ssh sshpass zip Reading package lists... Done Building dependency tree Reading state information... Done build-essential is already the newest version (12.1ubuntu2). ethtool is already the newest version (1:4.5-1). libpcap-dev is already the newest version (1.7.4-2). python-idna is already the newest version (2.0-3). python-netaddr is already the newest version (0.7.18-1). python3-dev is already the newest version (3.5.1-3). ruby is already the newest version (1:2.3.0+1). screen is already the newest version (4.3.1-2build1). zip is already the newest version (3.0-11). httpie is already the newest version (0.9.2-1). kafkacat is already the newest version (1.2.0-2). maven is already the newest version (3.3.9-3). python-certifi is already the newest version (2015.11.20.1-2). socat is already the newest version (1.7.3.1-1). sshpass is already the newest version (1.05-1). apt-transport-https is already the newest version (1.2.32). bzip2 is already the newest version (1.0.6-8ubuntu0.2). curl is already the newest version (7.47.0-1ubuntu2.14). ebtables is already the newest version (2.0.10.4-3.4ubuntu2.16.04.2). git is already the newest version (1:2.7.4-0ubuntu1.6). less is already the newest version (481-2.1ubuntu0.2). libmysqlclient-dev is already the newest version (5.7.28-0ubuntu0.16.04.2). libxml2-utils is already the newest version (2.9.3+dfsg1-1ubuntu0.6). python is already the newest version (2.7.12-1~16.04). python-cryptography is already the newest version (1.2.3-1ubuntu0.2). python-dev is already the newest version (2.7.12-1~16.04). python-openssl is already the newest version (0.15.1-2ubuntu0.2). python-urllib3 is already the newest version (1.13.1-2ubuntu0.16.04.3). ssh is already the newest version (1:7.2p2-4ubuntu2.8). jq is already the newest version (1.5+dfsg-1ubuntu0.1). python-pip is already the newest version (8.1.1-2ubuntu0.4). docker-ce is already the newest version (17.09.0~ce-0~ubuntu). ansible is already the newest version (2.9.1-1ppa~xenial). kubeadm is already the newest version (1.12.7-00). kubectl is already the newest version (1.12.7-00). kubelet is already the newest version (1.12.7-00). golang-1.12-go is already the newest version (1.12.8-1longsleep1+xenial). nodejs is already the newest version (7.10.1-2nodesource1~xenial1). Selected version '17.09.0~ce-0~ubuntu' (Docker CE:xenial [arm64]) for 'docker-ce' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubeadm' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubelet' Selected version '1.12.7-00' (kubernetes-xenial:kubernetes-xenial [arm64]) for 'kubectl' The following package was automatically installed and is no longer required: devio Use 'sudo apt autoremove' to remove it. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. + pip install Jinja2 ansible-lint 'astroid==1.*' coverage docker-compose==1.20.1 docker==3.2.1 gitpython graphviz grpcio-tools isort linkchecker more-itertools==5.0.0 mock nose2 pexpect 'pylint==1.*' pyyaml robotframework robotframework-httplibrary robotframework-kafkalibrary robotframework-lint robotframework-requests robotframework-sshlibrary tox twine virtualenv The directory '/home/ubuntu/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/home/ubuntu/.cache/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. Requirement already satisfied (use --upgrade to upgrade): Jinja2 in /usr/lib/python2.7/dist-packages Collecting ansible-lint Downloading https://files.pythonhosted.org/packages/7d/ac/908e2bb33564640a321fd7d88c465073e643de24c0f941c90be7a05ec68c/ansible_lint-4.1.0-py2.py3-none-any.whl (54kB) 100% |████████████████████████████████| 61kB 6.7MB/s Collecting astroid==1.* Downloading https://files.pythonhosted.org/packages/8b/29/0f7ec6fbf28a158886b7de49aee3a77a8a47a7e24c60e9fd6ec98ee2ec02/astroid-1.6.6-py2.py3-none-any.whl (305kB) 100% |████████████████████████████████| 307kB 2.5MB/s Collecting coverage Downloading https://files.pythonhosted.org/packages/85/d5/818d0e603685c4a613d56f065a721013e942088047ff1027a632948bdae6/coverage-4.5.4.tar.gz (385kB) 100% |████████████████████████████████| 389kB 1.9MB/s Collecting docker-compose==1.20.1 Downloading https://files.pythonhosted.org/packages/2e/66/cf3e52f24485b1e0537a9d8a9d2a6bae2703775f4bd585d017a28adf1758/docker_compose-1.20.1-py2.py3-none-any.whl (119kB) 100% |████████████████████████████████| 122kB 5.6MB/s Collecting docker==3.2.1 Downloading https://files.pythonhosted.org/packages/e4/c0/ab62cdb6117c1b9824e54f707060eb63ef7e4026d9aedf2d10853ba6df98/docker-3.2.1-py2.py3-none-any.whl (123kB) 100% |████████████████████████████████| 133kB 5.7MB/s Collecting gitpython Downloading https://files.pythonhosted.org/packages/d2/e8/0bd80cc9e1422f5449d663479459c3c032ff7acaf6609a63324d23bde9ac/GitPython-3.0.5.tar.gz (433kB) 100% |████████████████████████████████| 440kB 1.7MB/s Collecting graphviz Downloading https://files.pythonhosted.org/packages/f5/74/dbed754c0abd63768d3a7a7b472da35b08ac442cf87d73d5850a6f32391e/graphviz-0.13.2-py2.py3-none-any.whl Collecting grpcio-tools Downloading https://files.pythonhosted.org/packages/e1/93/00edac4d6c8dc2e4c208f08a1317fbbd18ff766c9e71312473765a326a7a/grpcio-tools-1.25.0.tar.gz (2.0MB) 100% |████████████████████████████████| 2.0MB 384kB/s Collecting isort Downloading https://files.pythonhosted.org/packages/e5/b0/c121fd1fa3419ea9bfd55c7f9c4fedfec5143208d8c7ad3ce3db6c623c21/isort-4.3.21-py2.py3-none-any.whl (42kB) 100% |████████████████████████████████| 51kB 7.2MB/s Collecting linkchecker Downloading https://files.pythonhosted.org/packages/43/59/31baf302792306bde0825e8631a74c7f668bc47b3748fc4471c281885bb6/LinkChecker-9.3.tar.gz (719kB) 100% |████████████████████████████████| 727kB 1.1MB/s Collecting more-itertools==5.0.0 Downloading https://files.pythonhosted.org/packages/2f/9d/dcfe59e213093695f108508af1214cf9cd95cc5489e46877ec5cb56369e5/more_itertools-5.0.0-py2-none-any.whl (52kB) 100% |████████████████████████████████| 61kB 7.3MB/s Collecting mock Downloading https://files.pythonhosted.org/packages/05/d2/f94e68be6b17f46d2c353564da56e6fb89ef09faeeff3313a046cb810ca9/mock-3.0.5-py2.py3-none-any.whl Collecting nose2 Downloading https://files.pythonhosted.org/packages/2a/c6/f1941e6af8e97cb5cf7405283d5240ba3fb0ce9ace68403904436d6fff65/nose2-0.9.1-py2.py3-none-any.whl (137kB) 100% |████████████████████████████████| 143kB 5.2MB/s Collecting pexpect Downloading https://files.pythonhosted.org/packages/0e/3e/377007e3f36ec42f1b84ec322ee12141a9e10d808312e5738f52f80a232c/pexpect-4.7.0-py2.py3-none-any.whl (58kB) 100% |████████████████████████████████| 61kB 6.9MB/s Collecting pylint==1.* Downloading https://files.pythonhosted.org/packages/36/3b/fa4025a424adafd85c6195001b1c130ecb8d8b30784a1c4cb68e7b5e5ae7/pylint-1.9.5-py2.py3-none-any.whl (696kB) 100% |████████████████████████████████| 696kB 1.2MB/s Requirement already satisfied (use --upgrade to upgrade): pyyaml in /usr/lib/python2.7/dist-packages Requirement already satisfied (use --upgrade to upgrade): robotframework in /home/ubuntu/.local/lib/python2.7/site-packages Collecting robotframework-httplibrary Downloading https://files.pythonhosted.org/packages/fb/f7/49228f6d252c722693dd4b832a29257f5a89f673ea7a8855fd10187a94cd/robotframework-httplibrary-0.4.2.tar.gz Collecting robotframework-kafkalibrary Downloading https://files.pythonhosted.org/packages/ad/10/f406e37b827a15125a270ca87e5894152885eb25da0875540b5bfbad8434/robotframework-kafkalibrary-0.0.2.tar.gz (56kB) 100% |████████████████████████████████| 61kB 6.7MB/s Collecting robotframework-lint Downloading https://files.pythonhosted.org/packages/ec/c8/e1db19ec1d782a5c487d8d9d07166f6e74d5f43b8f58eae36de380076377/robotframework-lint-1.0.tar.gz Collecting robotframework-requests Downloading https://files.pythonhosted.org/packages/42/83/d9cc0a0b170c10eed016fdcc1a6fb6c5d9df050297830b759482ee438012/robotframework-requests-0.6.2.tar.gz Collecting robotframework-sshlibrary Downloading https://files.pythonhosted.org/packages/5e/a3/25010fc4a2c126e1b5dcd1d08d55653aba819509c42d210e4dfbc2f1e844/robotframework-sshlibrary-3.4.0.tar.gz (47kB) 100% |████████████████████████████████| 51kB 6.7MB/s Collecting tox Downloading https://files.pythonhosted.org/packages/cb/e1/e985796a601ad17876958a84c66209ace8e4db804e37f5cb01b6b154b62e/tox-3.14.1-py2.py3-none-any.whl (80kB) 100% |████████████████████████████████| 81kB 6.5MB/s Collecting twine Downloading https://files.pythonhosted.org/packages/0b/5d/008e38e60fa2b396e192072d366fc859fab5aa1305ef94b059d31fb68068/twine-3.0.0.tar.gz (146kB) 100% |████████████████████████████████| 153kB 4.9MB/s Collecting virtualenv Downloading https://files.pythonhosted.org/packages/c5/97/00dd42a0fc41e9016b23f07ec7f657f636cb672fad9cf72b80f8f65c6a46/virtualenv-16.7.7-py2.py3-none-any.whl (3.4MB) 100% |████████████████████████████████| 3.4MB 233kB/s Collecting ruamel.yaml (from ansible-lint) Downloading https://files.pythonhosted.org/packages/fa/90/ecff85a2e9c497e2fa7142496e10233556b5137db5bd46f3f3b006935ca8/ruamel.yaml-0.16.5-py2.py3-none-any.whl (123kB) 100% |████████████████████████████████| 133kB 5.8MB/s Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/dist-packages (from ansible-lint) Requirement already satisfied (use --upgrade to upgrade): ansible in /usr/lib/python2.7/dist-packages (from ansible-lint) Collecting enum34>=1.1.3; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl Collecting wrapt (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/23/84/323c2415280bc4fc880ac5050dddfb3c8062c2552b34c2e512eb4aa68f79/wrapt-1.11.2.tar.gz Collecting singledispatch; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/c5/10/369f50bcd4621b263927b0a1519987a04383d4a98fb10438042ad410cf88/singledispatch-3.4.0.3-py2.py3-none-any.whl Collecting backports.functools-lru-cache; python_version < "3.4" (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/da/d1/080d2bb13773803648281a49e3918f65b31b7beebf009887a529357fd44a/backports.functools_lru_cache-1.6.1-py2.py3-none-any.whl Collecting lazy-object-proxy (from astroid==1.*) Downloading https://files.pythonhosted.org/packages/07/3f/a3d687f83c7d44970f70ff0400677746c8860b11f0c08f6b4e07205f0cdc/lazy-object-proxy-1.4.3.tar.gz Collecting websocket-client<1.0,>=0.32.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/29/19/44753eab1fdb50770ac69605527e8859468f3c0fd7dc5a76dd9c4dbd7906/websocket_client-0.56.0-py2.py3-none-any.whl (200kB) 100% |████████████████████████████████| 204kB 3.6MB/s Collecting dockerpty<0.5,>=0.4.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/8d/ee/e9ecce4c32204a6738e0a5d5883d3413794d7498fe8b06f44becc028d3ba/dockerpty-0.4.1.tar.gz Collecting backports.ssl-match-hostname>=3.5; python_version < "3.5" (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/ff/2b/8265224812912bc5b7a607c44bf7b027554e1b9775e9ee0de8032e3de4b2/backports.ssl_match_hostname-3.7.0.1.tar.gz Collecting docopt<0.7,>=0.6.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/a2/55/8f8cab2afd404cf578136ef2cc5dfb50baa1761b68c9da1fb1e4eed343c9/docopt-0.6.2.tar.gz Requirement already satisfied (use --upgrade to upgrade): requests!=2.11.0,!=2.12.2,!=2.18.0,<2.19,>=2.6.1 in /usr/lib/python2.7/dist-packages (from docker-compose==1.20.1) Requirement already satisfied (use --upgrade to upgrade): ipaddress>=1.0.16; python_version < "3.3" in /usr/lib/python2.7/dist-packages (from docker-compose==1.20.1) Collecting texttable<0.10,>=0.9.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/02/e1/2565e6b842de7945af0555167d33acfc8a615584ef7abd30d1eae00a4d80/texttable-0.9.1.tar.gz Collecting jsonschema<3,>=2.5.1 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/77/de/47e35a97b2b05c2fadbec67d44cfcdcd09b8086951b331d82de90d2912da/jsonschema-2.6.0-py2.py3-none-any.whl Collecting cached-property<2,>=1.2.0 (from docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/3b/86/85c1be2e8db9e13ef9a350aecd6dea292bd612fa288c2f40d035bb750ded/cached_property-1.5.1-py2.py3-none-any.whl Collecting docker-pycreds>=0.2.2 (from docker==3.2.1) Downloading https://files.pythonhosted.org/packages/f5/e8/f6bd1eee09314e7e6dee49cbe2c5e22314ccdb38db16c9fc72d2fa80d054/docker_pycreds-0.4.0-py2.py3-none-any.whl Collecting gitdb2>=2.0.0 (from gitpython) Downloading https://files.pythonhosted.org/packages/03/6c/99296f89bad2ef85626e1df9f677acbee8885bb043ad82ad3ed4746d2325/gitdb2-2.0.6-py2.py3-none-any.whl (63kB) 100% |████████████████████████████████| 71kB 7.2MB/s Collecting protobuf>=3.5.0.post1 (from grpcio-tools) Downloading https://files.pythonhosted.org/packages/ad/c2/86c65136e280607ddb2e5dda19e2953c1174f9919b557d1d154574481de4/protobuf-3.10.0-py2.py3-none-any.whl (434kB) 100% |████████████████████████████████| 440kB 1.8MB/s Collecting grpcio>=1.25.0 (from grpcio-tools) Downloading https://files.pythonhosted.org/packages/e4/60/40c4d2b61d9e4349bc89445deb8d04cc000b10a63446c42d311e0d21d127/grpcio-1.25.0.tar.gz (15.4MB) 100% |████████████████████████████████| 15.4MB 49kB/s Collecting futures; python_version < "3.2" (from isort) Downloading https://files.pythonhosted.org/packages/d8/a6/f46ae3f1da0cd4361c344888f59ec2f5785e69c872e175a748ef6071cdb5/futures-3.3.0-py2-none-any.whl Collecting funcsigs>=1; python_version < "3.3" (from mock) Downloading https://files.pythonhosted.org/packages/69/cb/f5be453359271714c01b9bd06126eaf2e368f1fddfff30818754b5ac2328/funcsigs-1.0.2-py2.py3-none-any.whl Collecting ptyprocess>=0.5 (from pexpect) Downloading https://files.pythonhosted.org/packages/d1/29/605c2cc68a9992d18dada28206eeada56ea4bd07a239669da41674648b6f/ptyprocess-0.6.0-py2.py3-none-any.whl Collecting configparser; python_version == "2.7" (from pylint==1.*) Downloading https://files.pythonhosted.org/packages/7a/2a/95ed0501cf5d8709490b1d3a3f9b5cf340da6c433f896bbe9ce08dbe6785/configparser-4.0.2-py2.py3-none-any.whl Collecting mccabe (from pylint==1.*) Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting webtest>=2.0 (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/47/fd/569d7e5ce6ea92d8ff6dd7a91f125762d88b199f2b4e17d7030a703f241d/WebTest-2.0.33-py2.py3-none-any.whl Collecting jsonpatch (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/86/7e/035d19a73306278673039f0805b863be8798057cc1b4008b9c8c7d1d32a3/jsonpatch-1.24-py2.py3-none-any.whl Collecting jsonpointer (from robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/18/b0/a80d29577c08eea401659254dfaed87f1af45272899e1812d7e01b679bc5/jsonpointer-2.0-py2.py3-none-any.whl Collecting kafka-python (from robotframework-kafkalibrary) Downloading https://files.pythonhosted.org/packages/49/c9/9863483a1353700ba87821b4f39085eb18fd1bcbb1e954c697177d67f03f/kafka_python-1.4.7-py2.py3-none-any.whl (266kB) 100% |████████████████████████████████| 266kB 2.8MB/s Requirement already satisfied (use --upgrade to upgrade): paramiko>=1.15.3 in /usr/lib/python2.7/dist-packages (from robotframework-sshlibrary) Collecting scp>=0.13.0 (from robotframework-sshlibrary) Downloading https://files.pythonhosted.org/packages/4d/7a/3d76dc5ad8deea79642f50a572e1c057cb27e8b427f83781a2c05ce4e5b6/scp-0.13.2-py2.py3-none-any.whl Collecting packaging>=14 (from tox) Downloading https://files.pythonhosted.org/packages/cf/94/9672c2d4b126e74c4496c6b3c58a8b51d6419267be9e70660ba23374c875/packaging-19.2-py2.py3-none-any.whl Collecting importlib-metadata<1,>=0.12; python_version < "3.8" (from tox) Downloading https://files.pythonhosted.org/packages/f6/d2/40b3fa882147719744e6aa50ac39cf7a22a913cbcba86a0371176c425a3b/importlib_metadata-0.23-py2.py3-none-any.whl Collecting filelock<4,>=3.0.0 (from tox) Downloading https://files.pythonhosted.org/packages/14/ec/6ee2168387ce0154632f856d5cc5592328e9cf93127c5c9aeca92c8c16cb/filelock-3.0.12.tar.gz Collecting pluggy<1,>=0.12.0 (from tox) Downloading https://files.pythonhosted.org/packages/92/c7/48439f7d5fd6bddb4c04b850bb862b42e3e2b98570040dfaf68aedd8114b/pluggy-0.13.0-py2.py3-none-any.whl Collecting toml>=0.9.4 (from tox) Downloading https://files.pythonhosted.org/packages/a2/12/ced7105d2de62fa7c8fb5fce92cc4ce66b57c95fb875e9318dba7f8c5db0/toml-0.10.0-py2.py3-none-any.whl Collecting py<2,>=1.4.17 (from tox) Downloading https://files.pythonhosted.org/packages/76/bc/394ad449851729244a97857ee14d7cba61ddb268dce3db538ba2f2ba1f0f/py-1.8.0-py2.py3-none-any.whl (83kB) 100% |████████████████████████████████| 92kB 7.0MB/s Collecting pkginfo>=1.4.2 (from twine) Downloading https://files.pythonhosted.org/packages/e6/d5/451b913307b478c49eb29084916639dc53a88489b993530fed0a66bab8b9/pkginfo-1.5.0.1-py2.py3-none-any.whl Collecting readme_renderer>=21.0 (from twine) Downloading https://files.pythonhosted.org/packages/c3/7e/d1aae793900f36b097cbfcc5e70eef82b5b56423a6c52a36dce51fedd8f0/readme_renderer-24.0-py2.py3-none-any.whl Collecting requests-toolbelt!=0.9.0,>=0.8.0 (from twine) Downloading https://files.pythonhosted.org/packages/60/ef/7681134338fc097acef8d9b2f8abe0458e4d87559c689a8c306d0957ece5/requests_toolbelt-0.9.1-py2.py3-none-any.whl (54kB) 100% |████████████████████████████████| 61kB 7.4MB/s Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.7.0 in /home/ubuntu/.local/lib/python2.7/site-packages (from twine) Collecting tqdm>=4.14 (from twine) Downloading https://files.pythonhosted.org/packages/b9/08/8505f192efc72bfafec79655e1d8351d219e2b80b0dec4ae71f50934c17a/tqdm-4.38.0-py2.py3-none-any.whl (53kB) 100% |████████████████████████████████| 61kB 7.3MB/s Collecting keyring>=15.1 (from twine) Downloading https://files.pythonhosted.org/packages/b1/08/ad1ae7262c8146bee3be360cc766d0261037a90b44872b080a53aaed4e84/keyring-19.2.0-py2.py3-none-any.whl Requirement already satisfied (use --upgrade to upgrade): ruamel.yaml.clib>=0.1.2; platform_python_implementation == "CPython" and python_version < "3.8" in /home/ubuntu/.local/lib/python2.7/site-packages (from ruamel.yaml->ansible-lint) Collecting ruamel.ordereddict; platform_python_implementation == "CPython" and python_version <= "2.7" (from ruamel.yaml->ansible-lint) Downloading https://files.pythonhosted.org/packages/7d/fd/522c4722347aaf01e6bc8cce486130d83c52c72d3c3c2bbe3cbb02dddd4d/ruamel.ordereddict-0.4.14.tar.gz (60kB) 100% |████████████████████████████████| 61kB 6.7MB/s Collecting functools32; python_version == "2.7" (from jsonschema<3,>=2.5.1->docker-compose==1.20.1) Downloading https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz Collecting smmap2>=2.0.0 (from gitdb2>=2.0.0->gitpython) Downloading https://files.pythonhosted.org/packages/55/d2/866d45e3a121ee15a1dc013824d58072fd5c7799c9c34d01378eb262ca8f/smmap2-2.0.5-py2.py3-none-any.whl Collecting beautifulsoup4 (from webtest>=2.0->robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/f9/d9/183705a87492249b212d88eef740995f55076195bcf45ed59306c146e42d/beautifulsoup4-4.8.1-py2-none-any.whl (102kB) 100% |████████████████████████████████| 102kB 6.5MB/s Collecting WebOb>=1.2 (from webtest>=2.0->robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/06/e1/4acd2b4327fceb4c6446bdbca515f807ab83188526fd654940c00bcf8cc3/WebOb-1.8.5-py2.py3-none-any.whl (113kB) 100% |████████████████████████████████| 122kB 6.1MB/s Collecting waitress>=0.8.5 (from webtest>=2.0->robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/2d/0b/84a7da7fd12ee556dd193c24b635a11b840d314bc580771dd2a3151450c9/waitress-1.3.1-py2.py3-none-any.whl (144kB) 100% |████████████████████████████████| 153kB 5.0MB/s Collecting pyparsing>=2.0.2 (from packaging>=14->tox) Downloading https://files.pythonhosted.org/packages/c0/0c/fc2e007d9a992d997f04a80125b0f183da7fb554f1de701bbb70a8e7d479/pyparsing-2.4.5-py2.py3-none-any.whl (67kB) 100% |████████████████████████████████| 71kB 6.9MB/s Collecting contextlib2; python_version < "3" (from importlib-metadata<1,>=0.12; python_version < "3.8"->tox) Downloading https://files.pythonhosted.org/packages/85/60/370352f7ef6aa96c52fb001831622f50f923c1d575427d021b8ab3311236/contextlib2-0.6.0.post1-py2.py3-none-any.whl Collecting pathlib2; python_version == "3.4.*" or python_version < "3" (from importlib-metadata<1,>=0.12; python_version < "3.8"->tox) Downloading https://files.pythonhosted.org/packages/e9/45/9c82d3666af4ef9f221cbb954e1d77ddbb513faf552aea6df5f37f1a4859/pathlib2-2.3.5-py2.py3-none-any.whl Collecting zipp>=0.5 (from importlib-metadata<1,>=0.12; python_version < "3.8"->tox) Downloading https://files.pythonhosted.org/packages/74/3d/1ee25a26411ba0401b43c6376d2316a71addcc72ef8690b101b4ea56d76a/zipp-0.6.0-py2.py3-none-any.whl Collecting docutils>=0.13.1 (from readme_renderer>=21.0->twine) Downloading https://files.pythonhosted.org/packages/3a/dc/bf2b15d1fa15a6f7a9e77a61b74ecbbae7258558fcda8ffc9a6638a6b327/docutils-0.15.2-py2-none-any.whl (548kB) 100% |████████████████████████████████| 552kB 1.4MB/s Collecting bleach>=2.1.0 (from readme_renderer>=21.0->twine) Downloading https://files.pythonhosted.org/packages/ab/05/27e1466475e816d3001efb6e0a85a819be17411420494a1e602c36f8299d/bleach-3.1.0-py2.py3-none-any.whl (157kB) 100% |████████████████████████████████| 163kB 4.7MB/s Requirement already satisfied (use --upgrade to upgrade): Pygments in /usr/lib/python2.7/dist-packages (from readme_renderer>=21.0->twine) Collecting entrypoints (from keyring>=15.1->twine) Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl Collecting soupsieve>=1.2 (from beautifulsoup4->webtest>=2.0->robotframework-httplibrary) Downloading https://files.pythonhosted.org/packages/81/94/03c0f04471fc245d08d0a99f7946ac228ca98da4fa75796c507f61e688c2/soupsieve-1.9.5-py2.py3-none-any.whl Collecting scandir; python_version < "3.5" (from pathlib2; python_version == "3.4.*" or python_version < "3"->importlib-metadata<1,>=0.12; python_version < "3.8"->tox) Downloading https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz Collecting webencodings (from bleach>=2.1.0->readme_renderer>=21.0->twine) Downloading https://files.pythonhosted.org/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl Installing collected packages: ruamel.ordereddict, ruamel.yaml, ansible-lint, enum34, wrapt, singledispatch, backports.functools-lru-cache, lazy-object-proxy, astroid, coverage, websocket-client, dockerpty, backports.ssl-match-hostname, docopt, texttable, functools32, jsonschema, cached-property, docker-pycreds, docker, docker-compose, smmap2, gitdb2, gitpython, graphviz, protobuf, futures, grpcio, grpcio-tools, isort, linkchecker, more-itertools, funcsigs, mock, nose2, ptyprocess, pexpect, configparser, mccabe, pylint, soupsieve, beautifulsoup4, WebOb, waitress, webtest, jsonpointer, jsonpatch, robotframework-httplibrary, kafka-python, robotframework-kafkalibrary, robotframework-lint, robotframework-requests, scp, robotframework-sshlibrary, pyparsing, packaging, contextlib2, scandir, pathlib2, zipp, importlib-metadata, filelock, pluggy, toml, virtualenv, py, tox, pkginfo, docutils, webencodings, bleach, readme-renderer, requests-toolbelt, tqdm, entrypoints, keyring, twine Running setup.py install for ruamel.ordereddict ... done Found existing installation: enum34 1.1.2 Not uninstalling enum34 at /usr/lib/python2.7/dist-packages, outside environment /usr Running setup.py install for wrapt ... done Running setup.py install for lazy-object-proxy ... done Running setup.py install for coverage ... done Running setup.py install for dockerpty ... done Running setup.py install for backports.ssl-match-hostname ... done Running setup.py install for docopt ... done Running setup.py install for texttable ... done Running setup.py install for functools32 ... done Running setup.py install for gitpython ... done Running setup.py install for grpcio ... /|\/|-\ |/-\done Running setup.py install for grpcio-tools ... done Running setup.py install for linkchecker ... done Running setup.py install for robotframework-httplibrary ... done Running setup.py install for robotframework-kafkalibrary ... done Running setup.py install for robotframework-lint ... done Running setup.py install for robotframework-requests ... done Running setup.py install for robotframework-sshlibrary ... done Running setup.py install for scandir ... done Running setup.py install for filelock ... done Running setup.py install for twine ... done Successfully installed WebOb-1.8.5 ansible-lint-4.1.0 astroid-1.6.6 backports.functools-lru-cache-1.6.1 backports.ssl-match-hostname-3.7.0.1 beautifulsoup4-4.8.1 bleach-3.1.0 cached-property-1.5.1 configparser-4.0.2 contextlib2-0.6.0.post1 coverage-4.5.4 docker-3.2.1 docker-compose-1.20.1 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 docutils-0.15.2 entrypoints-0.3 enum34-1.1.6 filelock-3.0.12 funcsigs-1.0.2 functools32-3.2.3.post2 futures-3.3.0 gitdb2-2.0.6 gitpython-3.0.5 graphviz-0.13.2 grpcio-1.25.0 grpcio-tools-1.25.0 importlib-metadata-0.23 isort-4.3.21 jsonpatch-1.24 jsonpointer-2.0 jsonschema-2.6.0 kafka-python-1.4.7 keyring-19.2.0 lazy-object-proxy-1.4.3 linkchecker-9.3 mccabe-0.6.1 mock-3.0.5 more-itertools-5.0.0 nose2-0.9.1 packaging-19.2 pathlib2-2.3.5 pexpect-4.7.0 pkginfo-1.5.0.1 pluggy-0.13.0 protobuf-3.10.0 ptyprocess-0.6.0 py-1.8.0 pylint-1.9.5 pyparsing-2.4.5 readme-renderer-24.0 requests-toolbelt-0.9.1 robotframework-httplibrary-0.4.2 robotframework-kafkalibrary-0.0.2 robotframework-lint-1.0 robotframework-requests-0.6.2 robotframework-sshlibrary-3.4.0 ruamel.ordereddict-0.4.14 ruamel.yaml-0.16.5 scandir-1.10.0 scp-0.13.2 singledispatch-3.4.0.3 smmap2-2.0.5 soupsieve-1.9.5 texttable-0.9.1 toml-0.10.0 tox-3.14.1 tqdm-4.38.0 twine-3.0.0 virtualenv-16.7.7 waitress-1.3.1 webencodings-0.5.1 websocket-client-0.56.0 webtest-2.0.33 wrapt-1.11.2 zipp-0.6.0 You are using pip version 8.1.1, however version 19.3.1 is available. You should consider upgrading via the 'pip install --upgrade pip' command. + gem install mdl -v 0.5.0 Fetching: mixlib-cli-1.7.0.gem (100%) Successfully installed mixlib-cli-1.7.0 Fetching: tomlrb-1.2.8.gem (100%) Successfully installed tomlrb-1.2.8 Fetching: mixlib-config-2.2.18.gem (100%) Successfully installed mixlib-config-2.2.18 Fetching: kramdown-1.17.0.gem (100%) Successfully installed kramdown-1.17.0 Fetching: mdl-0.5.0.gem (100%) Successfully installed mdl-0.5.0 Parsing documentation for mixlib-cli-1.7.0 Installing ri documentation for mixlib-cli-1.7.0 Parsing documentation for tomlrb-1.2.8 Installing ri documentation for tomlrb-1.2.8 Parsing documentation for mixlib-config-2.2.18 Installing ri documentation for mixlib-config-2.2.18 Parsing documentation for kramdown-1.17.0 Installing ri documentation for kramdown-1.17.0 Parsing documentation for mdl-0.5.0 Installing ri documentation for mdl-0.5.0 Done installing documentation for mixlib-cli, tomlrb, mixlib-config, kramdown, mdl after 5 seconds 5 gems installed + npm install -g gitbook-cli markdownlint typings npm WARN deprecated typings@2.1.1: Typings is deprecated in favor of NPM @types -- see README for more information npm WARN deprecated popsicle-proxy-agent@3.0.0: Use `agent` option with `popsicle` directly /usr/bin/gitbook -> /usr/lib/node_modules/gitbook-cli/bin/gitbook.js /usr/bin/typings -> /usr/lib/node_modules/typings/dist/bin.js /usr/lib ├─┬ gitbook-cli@2.3.2 │ ├── bash-color@0.0.4 │ ├── commander@2.11.0 │ ├─┬ fs-extra@3.0.1 │ │ ├── graceful-fs@4.2.3 │ │ ├── jsonfile@3.0.1 │ │ └── universalify@0.1.2 │ ├── lodash@4.17.4 │ ├─┬ npm@5.1.0 │ │ ├── abbrev@1.1.0 │ │ ├── ansi-regex@3.0.0 │ │ ├── ansicolors@0.3.2 │ │ ├── ansistyles@0.1.3 │ │ ├── aproba@1.1.2 │ │ ├── archy@1.0.0 │ │ ├── bluebird@3.5.0 │ │ ├─┬ cacache@9.2.9 │ │ │ ├─┬ lru-cache@4.1.1 │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ └── yallist@2.1.2 │ │ │ └── y18n@3.2.1 │ │ ├── call-limit@1.1.0 │ │ ├── chownr@1.0.1 │ │ ├── cmd-shim@2.0.2 │ │ ├─┬ columnify@1.5.4 │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ └─┬ wcwidth@1.0.1 │ │ │ └─┬ defaults@1.0.3 │ │ │ └── clone@1.0.2 │ │ ├─┬ config-chain@1.1.11 │ │ │ └── proto-list@1.2.4 │ │ ├── debuglog@1.0.1 │ │ ├── detect-indent@5.0.0 │ │ ├─┬ dezalgo@1.0.3 │ │ │ └── asap@2.0.5 │ │ ├── editor@1.0.0 │ │ ├── fs-vacuum@1.2.10 │ │ ├── fs-write-stream-atomic@1.0.10 │ │ ├── fstream@1.0.11 │ │ ├─┬ fstream-npm@1.2.1 │ │ │ └─┬ fstream-ignore@1.0.5 │ │ │ └─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.8 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├─┬ glob@7.1.2 │ │ │ ├── fs.realpath@1.0.0 │ │ │ ├─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.8 │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ └── concat-map@0.0.1 │ │ │ └── path-is-absolute@1.0.1 │ │ ├── graceful-fs@4.1.11 │ │ ├── has-unicode@2.0.1 │ │ ├── hosted-git-info@2.5.0 │ │ ├── iferr@0.1.5 │ │ ├── imurmurhash@0.1.4 │ │ ├── inflight@1.0.6 │ │ ├── inherits@2.0.3 │ │ ├── ini@1.3.4 │ │ ├─┬ init-package-json@1.10.1 │ │ │ └── promzard@0.3.0 │ │ ├─┬ JSONStream@1.3.1 │ │ │ ├── jsonparse@1.3.1 │ │ │ └── through@2.3.8 │ │ ├── lazy-property@1.0.0 │ │ ├── lockfile@1.0.3 │ │ ├── lodash._baseindexof@3.1.0 │ │ ├─┬ lodash._baseuniq@4.6.0 │ │ │ ├── lodash._createset@4.0.3 │ │ │ └── lodash._root@3.0.1 │ │ ├── lodash._bindcallback@3.0.1 │ │ ├── lodash._cacheindexof@3.0.2 │ │ ├── lodash._createcache@3.1.2 │ │ ├── lodash._getnative@3.9.1 │ │ ├── lodash.clonedeep@4.5.0 │ │ ├── lodash.restparam@3.6.1 │ │ ├── lodash.union@4.6.0 │ │ ├── lodash.uniq@4.5.0 │ │ ├── lodash.without@4.4.0 │ │ ├─┬ lru-cache@4.1.1 │ │ │ ├── pseudomap@1.0.2 │ │ │ └── yallist@2.1.2 │ │ ├─┬ mississippi@1.3.0 │ │ │ ├─┬ concat-stream@1.6.0 │ │ │ │ └── typedarray@0.0.6 │ │ │ ├─┬ duplexify@3.5.0 │ │ │ │ ├─┬ end-of-stream@1.0.0 │ │ │ │ │ └── once@1.3.3 │ │ │ │ └── stream-shift@1.0.0 │ │ │ ├── end-of-stream@1.4.0 │ │ │ ├── flush-write-stream@1.0.2 │ │ │ ├── from2@2.3.0 │ │ │ ├─┬ parallel-transform@1.1.0 │ │ │ │ └── cyclist@0.2.2 │ │ │ ├── pump@1.0.2 │ │ │ ├── pumpify@1.3.5 │ │ │ ├─┬ stream-each@1.2.0 │ │ │ │ └── stream-shift@1.0.0 │ │ │ └─┬ through2@2.0.3 │ │ │ └── xtend@4.0.1 │ │ ├─┬ mkdirp@0.5.1 │ │ │ └── minimist@0.0.8 │ │ ├─┬ move-concurrently@1.0.1 │ │ │ ├── copy-concurrently@1.0.3 │ │ │ └── run-queue@1.0.3 │ │ ├─┬ node-gyp@3.6.2 │ │ │ ├─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.8 │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ └── concat-map@0.0.1 │ │ │ └── nopt@3.0.6 │ │ ├── nopt@4.0.1 │ │ ├─┬ normalize-package-data@2.4.0 │ │ │ └─┬ is-builtin-module@1.0.0 │ │ │ └── builtin-modules@1.1.1 │ │ ├── npm-cache-filename@1.0.2 │ │ ├── npm-install-checks@3.0.0 │ │ ├── npm-package-arg@5.1.2 │ │ ├─┬ npm-registry-client@8.4.0 │ │ │ └─┬ concat-stream@1.6.0 │ │ │ └── typedarray@0.0.6 │ │ ├── npm-user-validate@1.0.0 │ │ ├─┬ npmlog@4.1.2 │ │ │ ├─┬ are-we-there-yet@1.1.4 │ │ │ │ └── delegates@1.0.0 │ │ │ ├── console-control-strings@1.1.0 │ │ │ ├─┬ gauge@2.7.4 │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ ├── signal-exit@3.0.2 │ │ │ │ ├─┬ string-width@1.0.2 │ │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ │ └─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └── wide-align@1.1.2 │ │ │ └── set-blocking@2.0.0 │ │ ├── once@1.4.0 │ │ ├── opener@1.4.3 │ │ ├─┬ osenv@0.1.4 │ │ │ ├── os-homedir@1.0.2 │ │ │ └── os-tmpdir@1.0.2 │ │ ├─┬ pacote@2.7.38 │ │ │ ├─┬ make-fetch-happen@2.4.13 │ │ │ │ ├─┬ agentkeepalive@3.3.0 │ │ │ │ │ └─┬ humanize-ms@1.2.1 │ │ │ │ │ └── ms@2.0.0 │ │ │ │ ├── http-cache-semantics@3.7.3 │ │ │ │ ├─┬ http-proxy-agent@2.0.0 │ │ │ │ │ ├─┬ agent-base@4.1.0 │ │ │ │ │ │ └─┬ es6-promisify@5.0.0 │ │ │ │ │ │ └── es6-promise@4.1.1 │ │ │ │ │ └─┬ debug@2.6.8 │ │ │ │ │ └── ms@2.0.0 │ │ │ │ ├─┬ https-proxy-agent@2.0.0 │ │ │ │ │ ├─┬ agent-base@4.1.0 │ │ │ │ │ │ └─┬ es6-promisify@5.0.0 │ │ │ │ │ │ └── es6-promise@4.1.1 │ │ │ │ │ └─┬ debug@2.6.8 │ │ │ │ │ └── ms@2.0.0 │ │ │ │ ├─┬ node-fetch-npm@2.0.1 │ │ │ │ │ ├─┬ encoding@0.1.12 │ │ │ │ │ │ └── iconv-lite@0.4.18 │ │ │ │ │ └─┬ json-parse-helpfulerror@1.0.3 │ │ │ │ │ └── jju@1.3.0 │ │ │ │ └─┬ socks-proxy-agent@3.0.0 │ │ │ │ ├─┬ agent-base@4.1.0 │ │ │ │ │ └─┬ es6-promisify@5.0.0 │ │ │ │ │ └── es6-promise@4.1.1 │ │ │ │ └─┬ socks@1.1.10 │ │ │ │ ├── ip@1.1.5 │ │ │ │ └── smart-buffer@1.1.15 │ │ │ ├─┬ minimatch@3.0.4 │ │ │ │ └─┬ brace-expansion@1.1.8 │ │ │ │ ├── balanced-match@1.0.0 │ │ │ │ └── concat-map@0.0.1 │ │ │ ├── npm-pick-manifest@1.0.4 │ │ │ ├─┬ promise-retry@1.1.1 │ │ │ │ └── err-code@1.1.2 │ │ │ ├─┬ protoduck@4.0.0 │ │ │ │ └── genfun@4.0.1 │ │ │ ├─┬ tar-fs@1.15.3 │ │ │ │ └─┬ pump@1.0.2 │ │ │ │ └── end-of-stream@1.4.0 │ │ │ └─┬ tar-stream@1.5.4 │ │ │ ├── bl@1.2.1 │ │ │ ├── end-of-stream@1.4.0 │ │ │ └── xtend@4.0.1 │ │ ├── path-is-inside@1.0.2 │ │ ├── promise-inflight@1.0.1 │ │ ├─┬ read@1.0.7 │ │ │ └── mute-stream@0.0.7 │ │ ├── read-cmd-shim@1.0.1 │ │ ├─┬ read-installed@4.0.3 │ │ │ └── util-extend@1.0.3 │ │ ├─┬ read-package-json@2.0.9 │ │ │ └─┬ json-parse-helpfulerror@1.0.3 │ │ │ └── jju@1.3.0 │ │ ├── read-package-tree@5.1.6 │ │ ├─┬ readable-stream@2.3.2 │ │ │ ├── core-util-is@1.0.2 │ │ │ ├── isarray@1.0.0 │ │ │ ├── process-nextick-args@1.0.7 │ │ │ ├── string_decoder@1.0.3 │ │ │ └── util-deprecate@1.0.2 │ │ ├── readdir-scoped-modules@1.0.2 │ │ ├─┬ request@2.81.0 │ │ │ ├── aws-sign2@0.6.0 │ │ │ ├── aws4@1.6.0 │ │ │ ├── caseless@0.12.0 │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ ├── extend@3.0.1 │ │ │ ├── forever-agent@0.6.1 │ │ │ ├─┬ form-data@2.1.4 │ │ │ │ └── asynckit@0.4.0 │ │ │ ├─┬ har-validator@4.2.1 │ │ │ │ ├─┬ ajv@4.11.8 │ │ │ │ │ ├── co@4.6.0 │ │ │ │ │ └─┬ json-stable-stringify@1.0.1 │ │ │ │ │ └── jsonify@0.0.0 │ │ │ │ └── har-schema@1.0.5 │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ ├── boom@2.10.1 │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ ├── hoek@2.16.3 │ │ │ │ └── sntp@1.0.9 │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ ├─┬ jsprim@1.4.0 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ ├── json-schema@0.2.3 │ │ │ │ │ └── verror@1.3.6 │ │ │ │ └─┬ sshpk@1.13.1 │ │ │ │ ├── asn1@0.2.3 │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ ├── bcrypt-pbkdf@1.0.1 │ │ │ │ ├── dashdash@1.14.1 │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ ├── getpass@0.1.7 │ │ │ │ ├── jsbn@0.1.1 │ │ │ │ └── tweetnacl@0.14.5 │ │ │ ├── is-typedarray@1.0.0 │ │ │ ├── isstream@0.1.2 │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ ├─┬ mime-types@2.1.15 │ │ │ │ └── mime-db@1.27.0 │ │ │ ├── oauth-sign@0.8.2 │ │ │ ├── performance-now@0.2.0 │ │ │ ├── qs@6.4.0 │ │ │ ├── stringstream@0.0.5 │ │ │ ├─┬ tough-cookie@2.3.2 │ │ │ │ └── punycode@1.4.1 │ │ │ └── tunnel-agent@0.6.0 │ │ ├── retry@0.10.1 │ │ ├── rimraf@2.6.1 │ │ ├── safe-buffer@5.1.1 │ │ ├── semver@5.3.0 │ │ ├── sha@2.0.1 │ │ ├── slide@1.1.6 │ │ ├── sorted-object@2.0.1 │ │ ├─┬ sorted-union-stream@2.1.3 │ │ │ ├─┬ from2@1.3.0 │ │ │ │ └─┬ readable-stream@1.1.14 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@0.0.1 │ │ │ │ └── string_decoder@0.10.31 │ │ │ └─┬ stream-iterate@1.2.0 │ │ │ └── stream-shift@1.0.0 │ │ ├── ssri@4.1.6 │ │ ├─┬ strip-ansi@4.0.0 │ │ │ └── ansi-regex@3.0.0 │ │ ├─┬ tar@2.2.1 │ │ │ └── block-stream@0.0.9 │ │ ├── text-table@0.2.0 │ │ ├── uid-number@0.0.6 │ │ ├── umask@1.1.0 │ │ ├─┬ unique-filename@1.1.0 │ │ │ └── unique-slug@2.0.0 │ │ ├── unpipe@1.0.0 │ │ ├─┬ update-notifier@2.2.0 │ │ │ ├─┬ boxen@1.1.0 │ │ │ │ ├── ansi-align@2.0.0 │ │ │ │ ├── camelcase@4.1.0 │ │ │ │ ├── cli-boxes@1.0.0 │ │ │ │ ├─┬ string-width@2.1.0 │ │ │ │ │ ├── is-fullwidth-code-point@2.0.0 │ │ │ │ │ └── strip-ansi@4.0.0 │ │ │ │ ├─┬ term-size@0.1.1 │ │ │ │ │ └─┬ execa@0.4.0 │ │ │ │ │ ├── cross-spawn-async@2.2.5 │ │ │ │ │ ├── is-stream@1.1.0 │ │ │ │ │ ├── npm-run-path@1.0.0 │ │ │ │ │ ├── object-assign@4.1.1 │ │ │ │ │ ├── path-key@1.0.0 │ │ │ │ │ └── strip-eof@1.0.0 │ │ │ │ └─┬ widest-line@1.0.0 │ │ │ │ └─┬ string-width@1.0.2 │ │ │ │ ├── code-point-at@1.1.0 │ │ │ │ ├─┬ is-fullwidth-code-point@1.0.0 │ │ │ │ │ └── number-is-nan@1.0.1 │ │ │ │ └─┬ strip-ansi@3.0.1 │ │ │ │ └── ansi-regex@2.1.1 │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ ├─┬ has-ansi@2.0.0 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ ├─┬ strip-ansi@3.0.1 │ │ │ │ │ └── ansi-regex@2.1.1 │ │ │ │ └── supports-color@2.0.0 │ │ │ ├─┬ configstore@3.1.0 │ │ │ │ ├─┬ dot-prop@4.1.1 │ │ │ │ │ └── is-obj@1.0.1 │ │ │ │ ├─┬ make-dir@1.0.0 │ │ │ │ │ └── pify@2.3.0 │ │ │ │ └─┬ unique-string@1.0.0 │ │ │ │ └── crypto-random-string@1.0.0 │ │ │ ├── import-lazy@2.1.0 │ │ │ ├── is-npm@1.0.0 │ │ │ ├─┬ latest-version@3.1.0 │ │ │ │ └─┬ package-json@4.0.1 │ │ │ │ ├─┬ got@6.7.1 │ │ │ │ │ ├─┬ create-error-class@3.0.2 │ │ │ │ │ │ └── capture-stack-trace@1.0.0 │ │ │ │ │ ├── duplexer3@0.1.4 │ │ │ │ │ ├── get-stream@3.0.0 │ │ │ │ │ ├── is-redirect@1.0.0 │ │ │ │ │ ├── is-retry-allowed@1.1.0 │ │ │ │ │ ├── is-stream@1.1.0 │ │ │ │ │ ├── lowercase-keys@1.0.0 │ │ │ │ │ ├── timed-out@4.0.1 │ │ │ │ │ ├── unzip-response@2.0.1 │ │ │ │ │ └─┬ url-parse-lax@1.0.0 │ │ │ │ │ └── prepend-http@1.0.4 │ │ │ │ ├─┬ registry-auth-token@3.3.1 │ │ │ │ │ └─┬ rc@1.2.1 │ │ │ │ │ ├── deep-extend@0.4.2 │ │ │ │ │ ├── minimist@1.2.0 │ │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ │ └─┬ registry-url@3.1.0 │ │ │ │ └─┬ rc@1.2.1 │ │ │ │ ├── deep-extend@0.4.2 │ │ │ │ ├── minimist@1.2.0 │ │ │ │ └── strip-json-comments@2.0.1 │ │ │ ├── semver-diff@2.1.0 │ │ │ └── xdg-basedir@3.0.0 │ │ ├── uuid@3.1.0 │ │ ├─┬ validate-npm-package-license@3.0.1 │ │ │ ├─┬ spdx-correct@1.0.2 │ │ │ │ └── spdx-license-ids@1.2.2 │ │ │ └── spdx-expression-parse@1.0.4 │ │ ├─┬ validate-npm-package-name@3.0.0 │ │ │ └── builtins@1.0.3 │ │ ├─┬ which@1.2.14 │ │ │ └── isexe@2.0.0 │ │ ├─┬ worker-farm@1.3.1 │ │ │ ├─┬ errno@0.1.4 │ │ │ │ └── prr@0.0.0 │ │ │ └── xtend@4.0.1 │ │ ├── wrappy@1.0.2 │ │ └── write-file-atomic@2.1.0 │ ├─┬ npmi@1.0.1 │ │ ├─┬ npm@2.15.12 │ │ │ ├── abbrev@1.0.9 │ │ │ ├── ansi@0.3.1 │ │ │ ├── ansi-regex@2.0.0 │ │ │ ├── ansicolors@0.3.2 │ │ │ ├── ansistyles@0.1.3 │ │ │ ├── archy@1.0.0 │ │ │ ├── async-some@1.0.2 │ │ │ ├── block-stream@0.0.9 │ │ │ ├── char-spinner@1.0.1 │ │ │ ├── chmodr@1.0.2 │ │ │ ├── chownr@1.0.1 │ │ │ ├── cmd-shim@2.0.2 │ │ │ ├─┬ columnify@1.5.4 │ │ │ │ └─┬ wcwidth@1.0.0 │ │ │ │ └─┬ defaults@1.0.3 │ │ │ │ └── clone@1.0.2 │ │ │ ├─┬ config-chain@1.1.10 │ │ │ │ └── proto-list@1.2.4 │ │ │ ├─┬ dezalgo@1.0.3 │ │ │ │ └── asap@2.0.3 │ │ │ ├── editor@1.0.0 │ │ │ ├── fs-vacuum@1.2.9 │ │ │ ├─┬ fs-write-stream-atomic@1.0.8 │ │ │ │ └── iferr@0.1.5 │ │ │ ├── fstream@1.0.10 │ │ │ ├─┬ fstream-npm@1.1.1 │ │ │ │ └── fstream-ignore@1.0.5 │ │ │ ├── github-url-from-git@1.4.0 │ │ │ ├── github-url-from-username-repo@1.0.2 │ │ │ ├─┬ glob@7.0.6 │ │ │ │ ├── fs.realpath@1.0.0 │ │ │ │ └── path-is-absolute@1.0.0 │ │ │ ├── graceful-fs@4.1.6 │ │ │ ├── hosted-git-info@2.1.5 │ │ │ ├── imurmurhash@0.1.4 │ │ │ ├── inflight@1.0.5 │ │ │ ├── inherits@2.0.3 │ │ │ ├── ini@1.3.4 │ │ │ ├─┬ init-package-json@1.9.4 │ │ │ │ ├─┬ glob@6.0.4 │ │ │ │ │ └── path-is-absolute@1.0.0 │ │ │ │ └── promzard@0.3.0 │ │ │ ├── lockfile@1.0.1 │ │ │ ├─┬ lru-cache@4.0.1 │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ └── yallist@2.0.0 │ │ │ ├─┬ minimatch@3.0.3 │ │ │ │ └─┬ brace-expansion@1.1.6 │ │ │ │ ├── balanced-match@0.4.2 │ │ │ │ └── concat-map@0.0.1 │ │ │ ├─┬ mkdirp@0.5.1 │ │ │ │ └── minimist@0.0.8 │ │ │ ├─┬ node-gyp@3.6.0 │ │ │ │ └── semver@5.3.0 │ │ │ ├── nopt@3.0.6 │ │ │ ├── normalize-git-url@3.0.2 │ │ │ ├─┬ normalize-package-data@2.3.5 │ │ │ │ └─┬ is-builtin-module@1.0.0 │ │ │ │ └── builtin-modules@1.1.0 │ │ │ ├── npm-cache-filename@1.0.2 │ │ │ ├── npm-install-checks@1.0.7 │ │ │ ├── npm-package-arg@4.1.0 │ │ │ ├─┬ npm-registry-client@7.2.1 │ │ │ │ ├─┬ concat-stream@1.5.2 │ │ │ │ │ ├─┬ readable-stream@2.0.6 │ │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ │ └── typedarray@0.0.6 │ │ │ │ └── retry@0.10.0 │ │ │ ├── npm-user-validate@0.1.5 │ │ │ ├─┬ npmlog@2.0.4 │ │ │ │ ├─┬ are-we-there-yet@1.1.2 │ │ │ │ │ └── delegates@1.0.0 │ │ │ │ └─┬ gauge@1.2.7 │ │ │ │ ├── has-unicode@2.0.0 │ │ │ │ ├─┬ lodash.pad@4.4.0 │ │ │ │ │ ├── lodash._baseslice@4.0.0 │ │ │ │ │ ├── lodash._basetostring@4.12.0 │ │ │ │ │ └── lodash.tostring@4.1.4 │ │ │ │ ├── lodash.padend@4.5.0 │ │ │ │ └── lodash.padstart@4.5.0 │ │ │ ├── once@1.4.0 │ │ │ ├── opener@1.4.1 │ │ │ ├─┬ osenv@0.1.3 │ │ │ │ ├── os-homedir@1.0.0 │ │ │ │ └── os-tmpdir@1.0.1 │ │ │ ├── path-is-inside@1.0.1 │ │ │ ├─┬ read@1.0.7 │ │ │ │ └── mute-stream@0.0.5 │ │ │ ├─┬ read-installed@4.0.3 │ │ │ │ ├── debuglog@1.0.1 │ │ │ │ ├── readdir-scoped-modules@1.0.2 │ │ │ │ └── util-extend@1.0.1 │ │ │ ├─┬ read-package-json@2.0.4 │ │ │ │ ├─┬ glob@6.0.4 │ │ │ │ │ └── path-is-absolute@1.0.0 │ │ │ │ └─┬ json-parse-helpfulerror@1.0.3 │ │ │ │ └── jju@1.3.0 │ │ │ ├─┬ readable-stream@2.1.5 │ │ │ │ ├── buffer-shims@1.0.0 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ ├── realize-package-specifier@3.0.1 │ │ │ ├─┬ request@2.74.0 │ │ │ │ ├── aws-sign2@0.6.0 │ │ │ │ ├── aws4@1.4.1 │ │ │ │ ├─┬ bl@1.1.2 │ │ │ │ │ └─┬ readable-stream@2.0.6 │ │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ │ ├── isarray@1.0.0 │ │ │ │ │ ├── process-nextick-args@1.0.7 │ │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ │ └── util-deprecate@1.0.2 │ │ │ │ ├── caseless@0.11.0 │ │ │ │ ├─┬ combined-stream@1.0.5 │ │ │ │ │ └── delayed-stream@1.0.0 │ │ │ │ ├── extend@3.0.0 │ │ │ │ ├── forever-agent@0.6.1 │ │ │ │ ├─┬ form-data@1.0.0-rc4 │ │ │ │ │ └── async@1.5.2 │ │ │ │ ├─┬ har-validator@2.0.6 │ │ │ │ │ ├─┬ chalk@1.1.3 │ │ │ │ │ │ ├── ansi-styles@2.2.1 │ │ │ │ │ │ ├── escape-string-regexp@1.0.5 │ │ │ │ │ │ ├── has-ansi@2.0.0 │ │ │ │ │ │ └── supports-color@2.0.0 │ │ │ │ │ ├─┬ commander@2.9.0 │ │ │ │ │ │ └── graceful-readlink@1.0.1 │ │ │ │ │ ├─┬ is-my-json-valid@2.13.1 │ │ │ │ │ │ ├── generate-function@2.0.0 │ │ │ │ │ │ ├─┬ generate-object-property@1.2.0 │ │ │ │ │ │ │ └── is-property@1.0.2 │ │ │ │ │ │ ├── jsonpointer@2.0.0 │ │ │ │ │ │ └── xtend@4.0.1 │ │ │ │ │ └─┬ pinkie-promise@2.0.1 │ │ │ │ │ └── pinkie@2.0.4 │ │ │ │ ├─┬ hawk@3.1.3 │ │ │ │ │ ├── boom@2.10.1 │ │ │ │ │ ├── cryptiles@2.0.5 │ │ │ │ │ ├── hoek@2.16.3 │ │ │ │ │ └── sntp@1.0.9 │ │ │ │ ├─┬ http-signature@1.1.1 │ │ │ │ │ ├── assert-plus@0.2.0 │ │ │ │ │ ├─┬ jsprim@1.3.0 │ │ │ │ │ │ ├── extsprintf@1.0.2 │ │ │ │ │ │ ├── json-schema@0.2.2 │ │ │ │ │ │ └── verror@1.3.6 │ │ │ │ │ └─┬ sshpk@1.9.2 │ │ │ │ │ ├── asn1@0.2.3 │ │ │ │ │ ├── assert-plus@1.0.0 │ │ │ │ │ ├── dashdash@1.14.0 │ │ │ │ │ ├── ecc-jsbn@0.1.1 │ │ │ │ │ ├── getpass@0.1.6 │ │ │ │ │ ├── jodid25519@1.0.2 │ │ │ │ │ ├── jsbn@0.1.0 │ │ │ │ │ └── tweetnacl@0.13.3 │ │ │ │ ├── is-typedarray@1.0.0 │ │ │ │ ├── isstream@0.1.2 │ │ │ │ ├── json-stringify-safe@5.0.1 │ │ │ │ ├─┬ mime-types@2.1.11 │ │ │ │ │ └── mime-db@1.23.0 │ │ │ │ ├── node-uuid@1.4.7 │ │ │ │ ├── oauth-sign@0.8.2 │ │ │ │ ├── qs@6.2.1 │ │ │ │ ├── stringstream@0.0.5 │ │ │ │ ├── tough-cookie@2.3.1 │ │ │ │ └── tunnel-agent@0.4.3 │ │ │ ├── retry@0.10.0 │ │ │ ├── rimraf@2.5.4 │ │ │ ├── semver@5.1.0 │ │ │ ├─┬ sha@2.0.1 │ │ │ │ └─┬ readable-stream@2.0.2 │ │ │ │ ├── core-util-is@1.0.1 │ │ │ │ ├── isarray@0.0.1 │ │ │ │ ├── process-nextick-args@1.0.3 │ │ │ │ ├── string_decoder@0.10.31 │ │ │ │ └── util-deprecate@1.0.1 │ │ │ ├── slide@1.1.6 │ │ │ ├── sorted-object@2.0.0 │ │ │ ├── spdx-license-ids@1.2.2 │ │ │ ├── strip-ansi@3.0.1 │ │ │ ├── tar@2.2.1 │ │ │ ├── text-table@0.2.0 │ │ │ ├── uid-number@0.0.6 │ │ │ ├── umask@1.1.0 │ │ │ ├─┬ validate-npm-package-license@3.0.1 │ │ │ │ ├── spdx-correct@1.0.2 │ │ │ │ └─┬ spdx-expression-parse@1.0.2 │ │ │ │ └── spdx-exceptions@1.0.4 │ │ │ ├─┬ validate-npm-package-name@2.2.2 │ │ │ │ └── builtins@0.0.7 │ │ │ ├─┬ which@1.2.11 │ │ │ │ └── isexe@1.1.2 │ │ │ ├── wrappy@1.0.2 │ │ │ └── write-file-atomic@1.1.4 │ │ └── semver@4.3.6 │ ├─┬ optimist@0.6.1 │ │ ├── minimist@0.0.10 │ │ └── wordwrap@0.0.3 │ ├── q@1.5.0 │ ├── semver@5.3.0 │ ├─┬ tmp@0.0.31 │ │ └── os-tmpdir@1.0.2 │ └─┬ user-home@2.0.0 │ └── os-homedir@1.0.2 ├─┬ markdownlint@0.17.2 │ └─┬ markdown-it@10.0.0 │ ├─┬ argparse@1.0.10 │ │ └── sprintf-js@1.0.3 │ ├── entities@2.0.0 │ ├── linkify-it@2.2.0 │ ├── mdurl@1.0.1 │ └── uc.micro@1.0.6 └─┬ typings@2.1.1 ├── archy@1.0.0 ├── bluebird@3.7.1 ├─┬ chalk@1.1.3 │ ├── ansi-styles@2.2.1 │ ├── escape-string-regexp@1.0.5 │ ├─┬ has-ansi@2.0.0 │ │ └── ansi-regex@2.1.1 │ ├── strip-ansi@3.0.1 │ └── supports-color@2.0.0 ├─┬ cli-truncate@1.1.0 │ ├─┬ slice-ansi@1.0.0 │ │ └── is-fullwidth-code-point@2.0.0 │ └─┬ string-width@2.1.1 │ └─┬ strip-ansi@4.0.0 │ └── ansi-regex@3.0.0 ├─┬ columnify@1.5.4 │ └─┬ wcwidth@1.0.1 │ └─┬ defaults@1.0.3 │ └── clone@1.0.4 ├── elegant-spinner@1.0.1 ├── has-unicode@2.0.1 ├── listify@1.0.0 ├─┬ log-update@1.0.2 │ ├── ansi-escapes@1.4.0 │ └─┬ cli-cursor@1.0.2 │ └─┬ restore-cursor@1.0.1 │ ├── exit-hook@1.1.1 │ └── onetime@1.1.0 ├── minimist@1.2.0 ├── promise-finally@3.0.1 ├─┬ typings-core@2.3.3 │ ├── array-uniq@1.0.3 │ ├─┬ configstore@3.1.2 │ │ ├─┬ dot-prop@4.2.0 │ │ │ └── is-obj@1.0.1 │ │ ├─┬ make-dir@1.3.0 │ │ │ └── pify@3.0.0 │ │ ├─┬ unique-string@1.0.0 │ │ │ └── crypto-random-string@1.0.0 │ │ └─┬ write-file-atomic@2.4.3 │ │ └── imurmurhash@0.1.4 │ ├─┬ debug@2.6.9 │ │ └── ms@2.0.0 │ ├── detect-indent@5.0.0 │ ├── graceful-fs@4.2.3 │ ├─┬ has@1.0.3 │ │ └── function-bind@1.1.1 │ ├─┬ invariant@2.2.4 │ │ └─┬ loose-envify@1.4.0 │ │ └── js-tokens@4.0.0 │ ├─┬ is-absolute@0.2.6 │ │ ├─┬ is-relative@0.2.1 │ │ │ └─┬ is-unc-path@0.1.2 │ │ │ └── unc-path-regex@0.1.2 │ │ └── is-windows@0.2.0 │ ├─┬ jspm-config@0.3.4 │ │ └── any-promise@1.3.0 │ ├─┬ lockfile@1.0.4 │ │ └── signal-exit@3.0.2 │ ├─┬ make-error-cause@1.2.2 │ │ └── make-error@1.3.5 │ ├─┬ mkdirp@0.5.1 │ │ └── minimist@0.0.8 │ ├─┬ object.pick@1.3.0 │ │ └── isobject@3.0.1 │ ├─┬ parse-json@2.2.0 │ │ └─┬ error-ex@1.3.2 │ │ └── is-arrayish@0.2.1 │ ├─┬ popsicle@9.2.0 │ │ ├─┬ concat-stream@1.6.2 │ │ │ ├── buffer-from@1.1.1 │ │ │ ├── inherits@2.0.4 │ │ │ ├─┬ readable-stream@2.3.6 │ │ │ │ ├── core-util-is@1.0.2 │ │ │ │ ├── isarray@1.0.0 │ │ │ │ ├── process-nextick-args@2.0.1 │ │ │ │ ├── safe-buffer@5.1.2 │ │ │ │ ├── string_decoder@1.1.1 │ │ │ │ └── util-deprecate@1.0.2 │ │ │ └── typedarray@0.0.6 │ │ ├─┬ form-data@2.5.1 │ │ │ ├── asynckit@0.4.0 │ │ │ ├─┬ combined-stream@1.0.8 │ │ │ │ └── delayed-stream@1.0.0 │ │ │ └─┬ mime-types@2.1.25 │ │ │ └── mime-db@1.42.0 │ │ └─┬ tough-cookie@2.5.0 │ │ ├── psl@1.4.0 │ │ └── punycode@2.1.1 │ ├─┬ popsicle-proxy-agent@3.0.0 │ │ ├─┬ http-proxy-agent@1.0.0 │ │ │ ├── agent-base@2.1.1 │ │ │ └── extend@3.0.2 │ │ └── https-proxy-agent@1.0.0 │ ├── popsicle-retry@3.2.1 │ ├── popsicle-rewrite@1.0.0 │ ├── popsicle-status@2.0.1 │ ├─┬ rc@1.2.8 │ │ ├── deep-extend@0.6.0 │ │ ├── ini@1.3.5 │ │ └── strip-json-comments@2.0.1 │ ├─┬ rimraf@2.7.1 │ │ └─┬ glob@7.1.6 │ │ ├── fs.realpath@1.0.0 │ │ ├─┬ inflight@1.0.6 │ │ │ └── wrappy@1.0.2 │ │ ├─┬ minimatch@3.0.4 │ │ │ └─┬ brace-expansion@1.1.11 │ │ │ ├── balanced-match@1.0.0 │ │ │ └── concat-map@0.0.1 │ │ ├── once@1.4.0 │ │ └── path-is-absolute@1.0.1 │ ├─┬ sort-keys@1.1.2 │ │ └── is-plain-obj@1.1.0 │ ├── string-template@1.0.0 │ ├── strip-bom@3.0.0 │ ├── thenify@3.3.0 │ ├── throat@3.2.0 │ ├─┬ touch@1.0.0 │ │ └─┬ nopt@1.0.10 │ │ └── abbrev@1.1.1 │ ├── typescript@2.9.2 │ └── zip-object@0.1.0 ├─┬ update-notifier@2.5.0 │ ├─┬ boxen@1.3.0 │ │ ├── ansi-align@2.0.0 │ │ ├── camelcase@4.1.0 │ │ ├─┬ chalk@2.4.2 │ │ │ ├── ansi-styles@3.2.1 │ │ │ └── supports-color@5.5.0 │ │ ├── cli-boxes@1.0.0 │ │ ├─┬ term-size@1.2.0 │ │ │ └─┬ execa@0.7.0 │ │ │ ├─┬ cross-spawn@5.1.0 │ │ │ │ ├─┬ lru-cache@4.1.5 │ │ │ │ │ ├── pseudomap@1.0.2 │ │ │ │ │ └── yallist@2.1.2 │ │ │ │ ├─┬ shebang-command@1.2.0 │ │ │ │ │ └── shebang-regex@1.0.0 │ │ │ │ └─┬ which@1.3.1 │ │ │ │ └── isexe@2.0.0 │ │ │ ├── get-stream@3.0.0 │ │ │ ├── is-stream@1.1.0 │ │ │ ├─┬ npm-run-path@2.0.2 │ │ │ │ └── path-key@2.0.1 │ │ │ ├── p-finally@1.0.0 │ │ │ └── strip-eof@1.0.0 │ │ └── widest-line@2.0.1 │ ├─┬ chalk@2.4.2 │ │ ├─┬ ansi-styles@3.2.1 │ │ │ └─┬ color-convert@1.9.3 │ │ │ └── color-name@1.1.3 │ │ └─┬ supports-color@5.5.0 │ │ └── has-flag@3.0.0 │ ├── import-lazy@2.1.0 │ ├─┬ is-ci@1.2.1 │ │ └── ci-info@1.6.0 │ ├─┬ is-installed-globally@0.1.0 │ │ ├── global-dirs@0.1.1 │ │ └─┬ is-path-inside@1.0.1 │ │ └── path-is-inside@1.0.2 │ ├── is-npm@1.0.0 │ ├─┬ latest-version@3.1.0 │ │ └─┬ package-json@4.0.1 │ │ ├─┬ got@6.7.1 │ │ │ ├─┬ create-error-class@3.0.2 │ │ │ │ └── capture-stack-trace@1.0.1 │ │ │ ├── duplexer3@0.1.4 │ │ │ ├── is-redirect@1.0.0 │ │ │ ├── is-retry-allowed@1.2.0 │ │ │ ├── lowercase-keys@1.0.1 │ │ │ ├── timed-out@4.0.1 │ │ │ ├── unzip-response@2.0.1 │ │ │ └─┬ url-parse-lax@1.0.0 │ │ │ └── prepend-http@1.0.4 │ │ ├── registry-auth-token@3.4.0 │ │ ├── registry-url@3.1.0 │ │ └── semver@5.7.1 │ ├─┬ semver-diff@2.1.0 │ │ └── semver@5.0.3 │ └── xdg-basedir@3.0.0 ├── wordwrap@1.0.0 └── xtend@4.0.2 + export GOPATH=/usr/local/go + GOPATH=/usr/local/go + mkdir -p /usr/local/go + export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/lib/go-1.12/bin:/usr/local/go/bin + PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/usr/lib/go-1.12/bin:/usr/local/go/bin + go get -v github.com/t-yuki/gocover-cobertura github.com/t-yuki/gocover-cobertura (download) github.com/t-yuki/gocover-cobertura + go get -v github.com/jstemmer/go-junit-report github.com/jstemmer/go-junit-report (download) github.com/jstemmer/go-junit-report/parser github.com/jstemmer/go-junit-report/formatter github.com/jstemmer/go-junit-report + go get -v github.com/itchio/gothub github.com/itchio/gothub (download) github.com/aktau/github-release (download) github.com/tomnomnom/linkheader (download) github.com/dustin/go-humanize (download) github.com/voxelbrain/goptions (download) github.com/tomnomnom/linkheader github.com/dustin/go-humanize github.com/aktau/github-release/github github.com/voxelbrain/goptions github.com/itchio/gothub + go get -d -u github.com/golang/dep ++ go env GOPATH + pushd /usr/local/go/src/github.com/golang/dep /usr/local/go/src/github.com/golang/dep ~/ci-management/packer/provision + git checkout 0.5.2 Note: checking out '0.5.2'. You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by performing another checkout. If you want to create a new branch to retain commits you create, you may do so (now or later) by using -b with the checkout command again. Example: git checkout -b HEAD is now at 5025d70... CHANGELOG: prepare for 0.5.2 release + go install '-ldflags=-X main.version=0.5.2' ./cmd/dep + popd ~/ci-management/packer/provision + GO111MODULE=on + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.17.1 go: cannot determine module path for source directory /home/ubuntu/ci-management (outside GOPATH, no import comments)