We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm installing on a KVM virtual machine with 4 CPUs, 32 GB RAM and 160GB HDD. The host operating system is as follows:
contrail@contrail:/contrail-installer$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: trusty contrail@contrail:/contrail-installer$
contrail@contrail:/contrail-installer$ uname -r 4.4.0-31-generic contrail@contrail:/contrail-installer$
contrail@contrail:~/contrail-installer$ pwd /home/contrail/contrail-installer
contrail@contrail:$ ls contrail-installer contrail@contrail:$ cd contrail-installer contrail@contrail:/contrail-installer$ clear contrail@contrail:/contrail-installer$ ./contrail.sh build contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631 2017-08-07 10:16:31 ++ echo_summary 'contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631' 2017-08-07 10:16:31 ++ echo -e contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631 2017-08-07 10:16:31 ++ ln -sf /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631 /home/contrail/contrail-installer/log/contrail.log 2017-08-07 10:16:31 ++ ln -sf /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631.2017-08-07-101631.summary /home/contrail/contrail-installer/log/contrail.log.summary 2017-08-07 10:16:31 ++ trap clean EXIT 2017-08-07 10:16:31 ++ trap interrupt SIGINT 2017-08-07 10:16:31 +++ read_stage 2017-08-07 10:16:31 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:16:31 +++ echo nofile 2017-08-07 10:16:31 +++ return 2017-08-07 10:16:31 ++ [[ nofile == \n\o\f\i\l\e ]] 2017-08-07 10:16:31 ++ write_stage started 2017-08-07 10:16:31 ++ echo started 2017-08-07 10:16:31 ++ OPTION=build 2017-08-07 10:16:31 ++ ARGS_COUNT=1 2017-08-07 10:16:31 ++ setup_root_access 2017-08-07 10:16:31 ++ is_package_installed sudo 2017-08-07 10:16:31 ++ [[ -z sudo ]] 2017-08-07 10:16:31 ++ [[ -z deb ]] 2017-08-07 10:16:31 ++ [[ deb = \d\e\b ]] 2017-08-07 10:16:31 ++ dpkg -s sudo 2017-08-07 10:16:31 ++ sudo grep -q '^#includedir./etc/sudoers.d' /etc/sudoers 2017-08-07 10:16:31 +++ mktemp 2017-08-07 10:16:31 ++ TEMPFILE=/tmp/tmp.E9OvRsatj2 2017-08-07 10:16:31 ++ echo 'contrail ALL=(root) NOPASSWD:ALL' 2017-08-07 10:16:31 ++ echo 'Defaults:contrail secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin' 2017-08-07 10:16:31 ++ chmod 0440 /tmp/tmp.E9OvRsatj2 2017-08-07 10:16:31 ++ sudo chown root:root /tmp/tmp.E9OvRsatj2 2017-08-07 10:16:31 ++ sudo mv /tmp/tmp.E9OvRsatj2 /etc/sudoers.d/50_contrail_sh 2017-08-07 10:16:31 +++ hostname 2017-08-07 10:16:31 ++ grep -q contrail /etc/hosts 2017-08-07 10:16:31 +++ whoami 2017-08-07 10:16:31 ++ grep -q contrail /etc/hosts -----------------------BUILD PHASE STARTED------------------------ 2017-08-07 10:16:31 ++ generate_env 2017-08-07 10:16:31 +++ echo named,dns,redis,cass,zk,ifmap,disco,apiSrv,schema,svc-mon,control,collector,analytics-api,query-engine,agent,redis-w,ui-jobs,ui-webs,kafka,alarm 2017-08-07 10:16:31 +++ tr -cd , 2017-08-07 10:16:31 +++ wc -c 2017-08-07 10:16:31 ++ local srvcnt=19 2017-08-07 10:16:31 ++ srvcnt=20 2017-08-07 10:16:31 ++ echo NUM_ENABLED_SERVICES=20 2017-08-07 10:16:31 ++ is_fedora 2017-08-07 10:16:31 ++ [[ -z Ubuntu ]] 2017-08-07 10:16:31 ++ '[' Ubuntu = Fedora ']' 2017-08-07 10:16:31 ++ '[' Ubuntu = 'Red Hat' ']' 2017-08-07 10:16:31 ++ '[' Ubuntu = CentOS ']' 2017-08-07 10:16:31 ++ '[' 1 -eq 0 ']' 2017-08-07 10:16:31 ++ '[' 1 -eq 1 ']' 2017-08-07 10:16:31 ++ '[' build == install ']' 2017-08-07 10:16:31 ++ '[' build == start ']' 2017-08-07 10:16:31 ++ '[' build == configure ']' 2017-08-07 10:16:31 ++ '[' build == clean ']' 2017-08-07 10:16:31 ++ '[' build == stop ']' 2017-08-07 10:16:31 Downloading dependencies 2017-08-07 10:16:31 ++ '[' build == build ']' 2017-08-07 10:16:31 ++ build_contrail 2017-08-07 10:16:31 ++ echo_summary '-----------------------BUILD PHASE STARTED------------------------' 2017-08-07 10:16:31 ++ echo -e -----------------------BUILD PHASE STARTED------------------------ 2017-08-07 10:16:32 ++ validstage_atoption build 2017-08-07 10:16:32 ++ local declare option=build 2017-08-07 10:16:32 ++ local declare ret_val=1 2017-08-07 10:16:32 +++ read_stage 2017-08-07 10:16:32 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:16:32 +++ read line 2017-08-07 10:16:32 +++ echo started 2017-08-07 10:16:32 +++ return 2017-08-07 10:16:32 ++ local declare current_stage=started 2017-08-07 10:16:32 ++ [[ -z build ]] 2017-08-07 10:16:32 ++ '[' build == build ']' 2017-08-07 10:16:32 ++ '[' started == started ']' 2017-08-07 10:16:32 ++ ret_val=0 2017-08-07 10:16:32 ++ '[' build == install ']' 2017-08-07 10:16:32 ++ '[' build == configure ']' 2017-08-07 10:16:32 ++ '[' build == start ']' 2017-08-07 10:16:32 ++ '[' build == stop ']' 2017-08-07 10:16:32 ++ '[' build == clean ']' 2017-08-07 10:16:32 ++ return 0 2017-08-07 10:16:32 ++ [[ 0 -eq 1 ]] 2017-08-07 10:16:32 +++ id -u 2017-08-07 10:16:32 ++ C_UID=1000 2017-08-07 10:16:32 +++ id -g 2017-08-07 10:16:32 ++ C_GUID=1000 2017-08-07 10:16:32 ++ sudo mkdir -p /var/log/contrail 2017-08-07 10:16:32 ++ sudo chown -R 1000: /var/log/contrail 2017-08-07 10:16:32 chown: invalid spec: '1000:' 2017-08-07 10:16:32 ++ sudo chmod -R 664 '/var/log/contrail/' 2017-08-07 10:16:32 chmod: cannot access '/var/log/contrail/': No such file or directory 2017-08-07 10:16:32 +++ read_stage 2017-08-07 10:16:32 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:16:32 +++ read line 2017-08-07 10:16:32 +++ echo started 2017-08-07 10:16:32 +++ return 2017-08-07 10:16:32 ++ [[ started == \s\t\a\r\t\e\d ]] 2017-08-07 10:16:32 ++ download_dependencies 2017-08-07 10:16:32 ++ echo 'Downloading dependencies' 2017-08-07 10:16:32 ++ is_ubuntu 2017-08-07 10:16:32 ++ [[ -z deb ]] 2017-08-07 10:16:32 ++ '[' deb = deb ']' 2017-08-07 10:16:32 ++ apt_get update 2017-08-07 10:16:32 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:32 ++ [[ -z update ]] 2017-08-07 10:16:32 ++ local sudo=sudo 2017-08-07 10:16:32 +++ id -u 2017-08-07 10:16:32 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:32 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes update 2017-08-07 10:16:32 Ign http://us.archive.ubuntu.com trusty InRelease 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates InRelease 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-backports InRelease 2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty InRelease 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security InRelease 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty Release.gpg 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources 2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main amd64 Packages 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/main Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources 2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main i386 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/restricted Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages 2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main Translation-en 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/universe Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/multiverse Sources 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/main amd64 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en 2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages 2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/universe amd64 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main Sources 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe Sources 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/main i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/restricted i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/universe i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/main Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty Release 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/main Sources 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/restricted Sources 2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/restricted Translation-en 2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/universe Sources 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse Sources 2017-08-07 10:16:34 Hit http://security.ubuntu.com trusty-security/universe Translation-en 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main amd64 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main i386 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe i386 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main Translation-en 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted Translation-en 2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe Translation-en 2017-08-07 10:16:37 Reading package lists... 2017-08-07 10:16:37 ++ return_status=0 2017-08-07 10:16:37 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:37 ++ apt_get install python-setuptools 2017-08-07 10:16:37 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:37 ++ [[ -z install python-setuptools ]] 2017-08-07 10:16:37 ++ local sudo=sudo 2017-08-07 10:16:37 +++ id -u 2017-08-07 10:16:37 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:37 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-setuptools 2017-08-07 10:16:37 Reading package lists... 2017-08-07 10:16:37 Building dependency tree... 2017-08-07 10:16:37 Reading state information... 2017-08-07 10:16:38 ++ return_status=0 2017-08-07 10:16:38 python-setuptools is already the newest version. 2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:38 ++ apt_get install python-novaclient 2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:38 ++ [[ -z install python-novaclient ]] 2017-08-07 10:16:38 ++ local sudo=sudo 2017-08-07 10:16:38 +++ id -u 2017-08-07 10:16:38 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-novaclient 2017-08-07 10:16:38 Reading package lists... 2017-08-07 10:16:38 Building dependency tree... 2017-08-07 10:16:38 Reading state information... 2017-08-07 10:16:38 python-novaclient is already the newest version. 2017-08-07 10:16:38 ++ return_status=0 2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:38 ++ apt_get install curl 2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:38 ++ [[ -z install curl ]] 2017-08-07 10:16:38 ++ local sudo=sudo 2017-08-07 10:16:38 +++ id -u 2017-08-07 10:16:38 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install curl 2017-08-07 10:16:38 Reading package lists... 2017-08-07 10:16:38 Building dependency tree... 2017-08-07 10:16:38 Reading state information... 2017-08-07 10:16:38 ++ return_status=0 2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:38 curl is already the newest version. 2017-08-07 10:16:38 ++ [[ trusty != \t\r\u\s\t\y ]] 2017-08-07 10:16:38 ++ apt_get install sysv-rc-conf 2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:38 ++ [[ -z install sysv-rc-conf ]] 2017-08-07 10:16:38 ++ local sudo=sudo 2017-08-07 10:16:38 +++ id -u 2017-08-07 10:16:38 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:38 Reading package lists... 2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install sysv-rc-conf 2017-08-07 10:16:39 Building dependency tree... 2017-08-07 10:16:39 Reading state information... 2017-08-07 10:16:39 sysv-rc-conf is already the newest version. 2017-08-07 10:16:39 ++ return_status=0 2017-08-07 10:16:39 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:39 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:39 ++ apt_get install screen 2017-08-07 10:16:39 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:39 ++ [[ -z install screen ]] 2017-08-07 10:16:39 ++ local sudo=sudo 2017-08-07 10:16:39 +++ id -u 2017-08-07 10:16:39 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:39 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install screen 2017-08-07 10:16:39 Reading package lists... 2017-08-07 10:16:39 Building dependency tree... 2017-08-07 10:16:39 Reading state information... 2017-08-07 10:16:39 screen is already the newest version. 2017-08-07 10:16:39 ++ return_status=0 2017-08-07 10:16:39 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:39 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:39 ++ apt_get install default-jdk javahelper 2017-08-07 10:16:39 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:39 ++ [[ -z install default-jdk javahelper ]] 2017-08-07 10:16:39 ++ local sudo=sudo 2017-08-07 10:16:39 +++ id -u 2017-08-07 10:16:39 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:39 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install default-jdk javahelper 2017-08-07 10:16:39 Reading package lists... 2017-08-07 10:16:39 Building dependency tree... 2017-08-07 10:16:39 Reading state information... 2017-08-07 10:16:40 default-jdk is already the newest version. 2017-08-07 10:16:40 javahelper is already the newest version. 2017-08-07 10:16:40 ++ return_status=0 2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:40 ++ apt_get install libcommons-codec-java libhttpcore-java liblog4j1.2-java 2017-08-07 10:16:40 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:40 ++ [[ -z install libcommons-codec-java libhttpcore-java liblog4j1.2-java ]] 2017-08-07 10:16:40 ++ local sudo=sudo 2017-08-07 10:16:40 +++ id -u 2017-08-07 10:16:40 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:40 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libcommons-codec-java libhttpcore-java liblog4j1.2-java 2017-08-07 10:16:40 Reading package lists... 2017-08-07 10:16:40 Building dependency tree... 2017-08-07 10:16:40 Reading state information... 2017-08-07 10:16:40 libcommons-codec-java is already the newest version. 2017-08-07 10:16:40 ++ return_status=0 2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:40 liblog4j1.2-java is already the newest version. 2017-08-07 10:16:40 ++ apt_get install python-software-properties 2017-08-07 10:16:40 libhttpcore-java is already the newest version. 2017-08-07 10:16:40 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:40 ++ [[ -z install python-software-properties ]] 2017-08-07 10:16:40 ++ local sudo=sudo 2017-08-07 10:16:40 +++ id -u 2017-08-07 10:16:40 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:40 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-software-properties 2017-08-07 10:16:40 Reading package lists... 2017-08-07 10:16:40 Building dependency tree... 2017-08-07 10:16:40 Reading state information... 2017-08-07 10:16:40 ++ return_status=0 2017-08-07 10:16:40 python-software-properties is already the newest version. 2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:40 ++ sudo -E add-apt-repository -y cloud-archive:precise 2017-08-07 10:16:41 'precise': not a valid cloud-archive name. 2017-08-07 10:16:41 Must be one of ['folsom', 'folsom-proposed', 'grizzly', 'grizzly-proposed', 'havana', 'havana-proposed', 'icehouse', 'icehouse-proposed', 'juno', 'juno-proposed', 'kilo', 'kilo-proposed', 'liberty', 'liberty-proposed', 'mitaka', 'mitaka-proposed', 'tools', 'tools-proposed'] 2017-08-07 10:16:41 ++ sudo -E add-apt-repository -y ppa:opencontrail 2017-08-07 10:16:42 gpg: keyring /tmp/tmpkn8t4zei/secring.gpg' created 2017-08-07 10:16:42 gpg: keyring /tmp/tmpkn8t4zei/pubring.gpg' created 2017-08-07 10:16:42 gpg: requesting key 6839FE77 from hkp server keyserver.ubuntu.com 2017-08-07 10:16:42 gpg: /tmp/tmpkn8t4zei/trustdb.gpg: trustdb created 2017-08-07 10:16:42 gpg: key 6839FE77: public key "Launchpad PPA for OpenContrail" imported 2017-08-07 10:16:42 gpg: Total number processed: 1 2017-08-07 10:16:42 gpg: imported: 1 (RSA: 1) 2017-08-07 10:16:42 OK 2017-08-07 10:16:42 ++ apt_get update 2017-08-07 10:16:42 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:42 ++ [[ -z update ]] 2017-08-07 10:16:42 ++ local sudo=sudo 2017-08-07 10:16:42 +++ id -u 2017-08-07 10:16:42 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:42 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes update 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security InRelease 2017-08-07 10:16:43 Ign http://us.archive.ubuntu.com trusty InRelease 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates InRelease 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main Sources 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-backports InRelease 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted Sources 2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty InRelease 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty Release.gpg 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe Sources 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main Sources 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse Sources 2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main amd64 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main amd64 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe Sources 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources 2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main i386 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe amd64 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main i386 Packages 2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted i386 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe i386 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en 2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en 2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty Release 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/main Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/restricted Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/universe Sources 2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/multiverse Sources 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main amd64 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main i386 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe i386 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main Translation-en 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted Translation-en 2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe Translation-en 2017-08-07 10:16:48 Reading package lists... 2017-08-07 10:16:48 ++ return_status=0 2017-08-07 10:16:48 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:48 ++ [[ False != \T\r\u\e ]] 2017-08-07 10:16:48 ++ apt_get install patch scons flex bison make vim unzip cmake 2017-08-07 10:16:48 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:48 ++ [[ -z install patch scons flex bison make vim unzip cmake ]] 2017-08-07 10:16:48 ++ local sudo=sudo 2017-08-07 10:16:48 +++ id -u 2017-08-07 10:16:48 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:48 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install patch scons flex bison make vim unzip cmake 2017-08-07 10:16:48 Reading package lists... 2017-08-07 10:16:48 Building dependency tree... 2017-08-07 10:16:48 Reading state information... 2017-08-07 10:16:49 ++ return_status=0 2017-08-07 10:16:49 bison is already the newest version. 2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:49 cmake is already the newest version. 2017-08-07 10:16:49 ++ apt_get install libexpat-dev libgettextpo0 libcurl4-openssl-dev 2017-08-07 10:16:49 flex is already the newest version. 2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:49 make is already the newest version. 2017-08-07 10:16:49 patch is already the newest version. 2017-08-07 10:16:49 ++ [[ -z install libexpat-dev libgettextpo0 libcurl4-openssl-dev ]] 2017-08-07 10:16:49 scons is already the newest version. 2017-08-07 10:16:49 ++ local sudo=sudo 2017-08-07 10:16:49 +++ id -u 2017-08-07 10:16:49 unzip is already the newest version. 2017-08-07 10:16:49 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:49 vim is already the newest version. 2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libexpat-dev libgettextpo0 libcurl4-openssl-dev 2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:49 Reading package lists... 2017-08-07 10:16:49 Building dependency tree... 2017-08-07 10:16:49 Reading state information... 2017-08-07 10:16:49 libcurl4-openssl-dev is already the newest version. 2017-08-07 10:16:49 ++ return_status=0 2017-08-07 10:16:49 libexpat1-dev is already the newest version. 2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:49 libgettextpo0 is already the newest version. 2017-08-07 10:16:49 ++ apt_get install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev 2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:49 ++ [[ -z install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev ]] 2017-08-07 10:16:49 ++ local sudo=sudo 2017-08-07 10:16:49 +++ id -u 2017-08-07 10:16:49 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev 2017-08-07 10:16:49 Reading package lists... 2017-08-07 10:16:49 Building dependency tree... 2017-08-07 10:16:49 Reading state information... 2017-08-07 10:16:49 autoconf is already the newest version. 2017-08-07 10:16:49 ++ return_status=0 2017-08-07 10:16:49 automake is already the newest version. 2017-08-07 10:16:49 build-essential is already the newest version. 2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:49 libprotobuf-dev is already the newest version. 2017-08-07 10:16:49 libtool is already the newest version. 2017-08-07 10:16:49 ++ apt_get install libevent-dev libxml2-dev libxslt-dev librdkafka-dev 2017-08-07 10:16:49 protobuf-compiler is already the newest version. 2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:49 ++ [[ -z install libevent-dev libxml2-dev libxslt-dev librdkafka-dev ]] 2017-08-07 10:16:49 python-dev is already the newest version. 2017-08-07 10:16:49 ++ local sudo=sudo 2017-08-07 10:16:49 +++ id -u 2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:49 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libevent-dev libxml2-dev libxslt-dev librdkafka-dev 2017-08-07 10:16:49 Reading package lists... 2017-08-07 10:16:50 Building dependency tree... 2017-08-07 10:16:50 Reading state information... 2017-08-07 10:16:50 libevent-dev is already the newest version. 2017-08-07 10:16:50 ++ return_status=0 2017-08-07 10:16:50 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:50 libxml2-dev is already the newest version. 2017-08-07 10:16:50 ++ apt_get install uml-utilities 2017-08-07 10:16:50 libxslt1-dev is already the newest version. 2017-08-07 10:16:50 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:50 librdkafka-dev is already the newest version. 2017-08-07 10:16:50 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:50 ++ [[ -z install uml-utilities ]] 2017-08-07 10:16:50 ++ local sudo=sudo 2017-08-07 10:16:50 +++ id -u 2017-08-07 10:16:50 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:50 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install uml-utilities 2017-08-07 10:16:50 Reading package lists... 2017-08-07 10:16:50 Building dependency tree... 2017-08-07 10:16:50 Reading state information... 2017-08-07 10:16:50 uml-utilities is already the newest version. 2017-08-07 10:16:50 ++ return_status=0 2017-08-07 10:16:50 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:50 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:50 ++ apt_get install python-software-properties 2017-08-07 10:16:50 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:50 ++ [[ -z install python-software-properties ]] 2017-08-07 10:16:50 ++ local sudo=sudo 2017-08-07 10:16:50 +++ id -u 2017-08-07 10:16:50 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:50 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-software-properties 2017-08-07 10:16:50 Reading package lists... 2017-08-07 10:16:50 Building dependency tree... 2017-08-07 10:16:50 Reading state information... 2017-08-07 10:16:51 python-software-properties is already the newest version. 2017-08-07 10:16:51 ++ return_status=0 2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:51 ++ apt_get install python-lxml python-redis python-jsonpickle 2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:51 ++ [[ -z install python-lxml python-redis python-jsonpickle ]] 2017-08-07 10:16:51 ++ local sudo=sudo 2017-08-07 10:16:51 +++ id -u 2017-08-07 10:16:51 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:51 Reading package lists... 2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-lxml python-redis python-jsonpickle 2017-08-07 10:16:51 Building dependency tree... 2017-08-07 10:16:51 Reading state information... 2017-08-07 10:16:51 python-jsonpickle is already the newest version. 2017-08-07 10:16:51 ++ return_status=0 2017-08-07 10:16:51 python-lxml is already the newest version. 2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:51 python-redis is already the newest version. 2017-08-07 10:16:51 ++ apt_get install ant debhelper 2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:51 ++ [[ -z install ant debhelper ]] 2017-08-07 10:16:51 ++ local sudo=sudo 2017-08-07 10:16:51 +++ id -u 2017-08-07 10:16:51 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install ant debhelper 2017-08-07 10:16:51 Reading package lists... 2017-08-07 10:16:51 Building dependency tree... 2017-08-07 10:16:51 Reading state information... 2017-08-07 10:16:51 ant is already the newest version. 2017-08-07 10:16:51 debhelper is already the newest version. 2017-08-07 10:16:51 ++ return_status=0 2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:51 +++ uname -r 2017-08-07 10:16:51 ++ apt_get install linux-headers-4.4.0-31-generic 2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:51 ++ [[ -z install linux-headers-4.4.0-31-generic ]] 2017-08-07 10:16:51 ++ local sudo=sudo 2017-08-07 10:16:51 +++ id -u 2017-08-07 10:16:51 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install linux-headers-4.4.0-31-generic 2017-08-07 10:16:51 Reading package lists... 2017-08-07 10:16:51 Building dependency tree... 2017-08-07 10:16:51 Reading state information... 2017-08-07 10:16:52 linux-headers-4.4.0-31-generic is already the newest version. 2017-08-07 10:16:52 ++ return_status=0 2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:52 ++ apt_get install libipfix-dev 2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:52 ++ [[ -z install libipfix-dev ]] 2017-08-07 10:16:52 ++ local sudo=sudo 2017-08-07 10:16:52 +++ id -u 2017-08-07 10:16:52 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libipfix-dev 2017-08-07 10:16:52 Reading package lists... 2017-08-07 10:16:52 Building dependency tree... 2017-08-07 10:16:52 Reading state information... 2017-08-07 10:16:52 libipfix-dev is already the newest version. 2017-08-07 10:16:52 ++ return_status=0 2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:52 ++ apt_get install python-docker-py 2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:52 ++ [[ -z install python-docker-py ]] 2017-08-07 10:16:52 ++ local sudo=sudo 2017-08-07 10:16:52 +++ id -u 2017-08-07 10:16:52 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-docker-py 2017-08-07 10:16:52 Reading package lists... 2017-08-07 10:16:52 Building dependency tree... 2017-08-07 10:16:52 Reading state information... 2017-08-07 10:16:52 python-docker-py is already the newest version. 2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:52 ++ return_status=0 2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:52 ++ apt_get install libzookeeper-mt2 libzookeeper-mt-dev 2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:52 ++ [[ -z install libzookeeper-mt2 libzookeeper-mt-dev ]] 2017-08-07 10:16:52 ++ local sudo=sudo 2017-08-07 10:16:52 +++ id -u 2017-08-07 10:16:52 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libzookeeper-mt2 libzookeeper-mt-dev 2017-08-07 10:16:52 Reading package lists... 2017-08-07 10:16:53 Building dependency tree... 2017-08-07 10:16:53 Reading state information... 2017-08-07 10:16:53 libzookeeper-mt-dev is already the newest version. 2017-08-07 10:16:53 ++ return_status=0 2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:53 libzookeeper-mt2 is already the newest version. 2017-08-07 10:16:53 ++ apt_get install libpcap-dev 2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:53 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:53 ++ [[ -z install libpcap-dev ]] 2017-08-07 10:16:53 ++ local sudo=sudo 2017-08-07 10:16:53 +++ id -u 2017-08-07 10:16:53 Reading package lists... 2017-08-07 10:16:53 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:53 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libpcap-dev 2017-08-07 10:16:53 Building dependency tree... 2017-08-07 10:16:53 Reading state information... 2017-08-07 10:16:53 libpcap-dev is already the newest version. 2017-08-07 10:16:53 ++ return_status=0 2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:53 ++ apt_get install python-sseclient 2017-08-07 10:16:53 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:53 ++ [[ -z install python-sseclient ]] 2017-08-07 10:16:53 ++ local sudo=sudo 2017-08-07 10:16:53 +++ id -u 2017-08-07 10:16:53 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:53 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-sseclient 2017-08-07 10:16:53 Reading package lists... 2017-08-07 10:16:53 Building dependency tree... 2017-08-07 10:16:53 Reading state information... 2017-08-07 10:16:53 python-sseclient is already the newest version. 2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:53 ++ return_status=0 2017-08-07 10:16:53 Downloading cassanadra CPP drivers 2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:53 ++ download_cassandra_cpp_drivers 2017-08-07 10:16:53 ++ echo 'Downloading cassanadra CPP drivers' 2017-08-07 10:16:53 ++ is_ubuntu 2017-08-07 10:16:53 ++ [[ -z deb ]] 2017-08-07 10:16:53 ++ '[' deb = deb ']' 2017-08-07 10:16:53 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver_2.2.0-1_amd64.deb 2017-08-07 10:16:53 --2017-08-07 10:16:53-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver_2.2.0-1_amd64.deb 2017-08-07 10:16:54 Resolving downloads.datastax.com (downloads.datastax.com)... 52.89.36.190, 52.25.190.191, 34.208.28.138, ... 2017-08-07 10:16:54 Connecting to downloads.datastax.com (downloads.datastax.com)|52.89.36.190|:80... connected. 2017-08-07 10:16:54 HTTP request sent, awaiting response... 200 OK 2017-08-07 10:16:54 Length: 279820 (273K) [application/x-debian-package] 2017-08-07 10:16:54 Saving to: 'cassandra-cpp-driver_2.2.0-1_amd64.deb.3' 2017-08-07 10:16:54 2017-08-07 10:16:54 0K .......... .......... .......... .......... .......... 18% 3.13M 0s 2017-08-07 10:16:54 50K .......... .......... .......... .......... .......... 36% 3.66M 0s 2017-08-07 10:16:54 100K .......... .......... .......... .......... .......... 54% 3.35M 0s 2017-08-07 10:16:54 150K .......... .......... .......... .......... .......... 73% 4.26M 0s 2017-08-07 10:16:54 200K .......... .......... .......... .......... .......... 91% 9.25M 0s 2017-08-07 10:16:54 250K .......... .......... ... 100% 9.59M=0.06s 2017-08-07 10:16:54 2017-08-07 10:16:54 2017-08-07 10:16:54 (4.26 MB/s) - 'cassandra-cpp-driver_2.2.0-1_amd64.deb.3' saved [279820/279820] 2017-08-07 10:16:54 2017-08-07 10:16:54 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver-dev_2.2.0-1_amd64.deb 2017-08-07 10:16:54 --2017-08-07 10:16:54-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver-dev_2.2.0-1_amd64.deb 2017-08-07 10:16:54 Resolving downloads.datastax.com (downloads.datastax.com)... 52.34.156.97, 34.208.28.138, 52.25.190.191, ... 2017-08-07 10:16:54 Connecting to downloads.datastax.com (downloads.datastax.com)|52.34.156.97|:80... connected. 2017-08-07 10:16:55 HTTP request sent, awaiting response... 200 OK 2017-08-07 10:16:55 Length: 384182 (375K) [application/x-debian-package] 2017-08-07 10:16:55 Saving to: 'cassandra-cpp-driver-dev_2.2.0-1_amd64.deb.3' 2017-08-07 10:16:55 2017-08-07 10:16:55 0K .......... .......... .......... .......... .......... 13% 3.25M 0s 2017-08-07 10:16:55 50K .......... .......... .......... .......... .......... 26% 2.93M 0s 2017-08-07 10:16:55 100K .......... .......... .......... .......... .......... 39% 2.61M 0s 2017-08-07 10:16:55 150K .......... .......... .......... .......... .......... 53% 4.46M 0s 2017-08-07 10:16:55 200K .......... .......... .......... .......... .......... 66% 7.79M 0s 2017-08-07 10:16:55 250K .......... .......... .......... .......... .......... 79% 15.8M 0s 2017-08-07 10:16:55 300K .......... .......... .......... .......... .......... 93% 6.64M 0s 2017-08-07 10:16:55 350K .......... .......... ..... 100% 35.1M=0.08s 2017-08-07 10:16:55 2017-08-07 10:16:55 2017-08-07 10:16:55 (4.65 MB/s) - 'cassandra-cpp-driver-dev_2.2.0-1_amd64.deb.3' saved [384182/384182] 2017-08-07 10:16:55 2017-08-07 10:16:55 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/libuv/v1.7.5/libuv_1.7.5-1_amd64.deb 2017-08-07 10:16:55 --2017-08-07 10:16:55-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/libuv/v1.7.5/libuv_1.7.5-1_amd64.deb 2017-08-07 10:16:55 Resolving downloads.datastax.com (downloads.datastax.com)... 52.24.5.182, 52.25.190.191, 34.208.28.138, ... 2017-08-07 10:16:55 Connecting to downloads.datastax.com (downloads.datastax.com)|52.24.5.182|:80... connected. 2017-08-07 10:16:56 HTTP request sent, awaiting response... 200 OK 2017-08-07 10:16:56 Length: 53792 (53K) [application/x-debian-package] 2017-08-07 10:16:56 Saving to: 'libuv_1.7.5-1_amd64.deb.3' 2017-08-07 10:16:56 2017-08-07 10:16:56 0K .......... .......... .......... .......... .......... 95% 3.32M 0s 2017-08-07 10:16:56 50K .. 100% 3.11M=0.02s 2017-08-07 10:16:56 2017-08-07 10:16:56 2017-08-07 10:16:56 (3.31 MB/s) - 'libuv_1.7.5-1_amd64.deb.3' saved [53792/53792] 2017-08-07 10:16:56 2017-08-07 10:16:56 ++ sudo dpkg -i cassandra-cpp-driver_2.2.0-1_amd64.deb cassandra-cpp-driver-dev_2.2.0-1_amd64.deb libuv_1.7.5-1_amd64.deb 2017-08-07 10:16:56 (Reading database ... 93597 files and directories currently installed.) 2017-08-07 10:16:56 Preparing to unpack cassandra-cpp-driver_2.2.0-1_amd64.deb ... 2017-08-07 10:16:56 Unpacking cassandra-cpp-driver (2.2.0-1) over (2.2.0-1) ... 2017-08-07 10:16:56 Preparing to unpack cassandra-cpp-driver-dev_2.2.0-1_amd64.deb ... 2017-08-07 10:16:56 Unpacking cassandra-cpp-driver-dev (2.2.0-1) over (2.2.0-1) ... 2017-08-07 10:16:56 Preparing to unpack libuv_1.7.5-1_amd64.deb ... 2017-08-07 10:16:56 Unpacking libuv (1.7.5-1) over (1.7.5-1) ... 2017-08-07 10:16:56 Setting up libuv (1.7.5-1) ... 2017-08-07 10:16:56 Setting up cassandra-cpp-driver (2.2.0-1) ... 2017-08-07 10:16:56 Setting up cassandra-cpp-driver-dev (2.2.0-1) ... 2017-08-07 10:16:56 Processing triggers for libc-bin (2.19-0ubuntu6.9) ... 2017-08-07 10:16:56 ++ apt_get install libvirt-bin 2017-08-07 10:16:56 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:56 ++ [[ -z install libvirt-bin ]] 2017-08-07 10:16:56 ++ local sudo=sudo 2017-08-07 10:16:56 +++ id -u 2017-08-07 10:16:56 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:56 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libvirt-bin 2017-08-07 10:16:56 Reading package lists... 2017-08-07 10:16:57 Building dependency tree... 2017-08-07 10:16:57 Reading state information... 2017-08-07 10:16:57 libvirt-bin is already the newest version. 2017-08-07 10:16:57 ++ return_status=0 2017-08-07 10:16:57 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:57 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:57 ++ [[ trusty =~ (trusty) ]] 2017-08-07 10:16:57 ++ apt_get install software-properties-common 2017-08-07 10:16:57 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:57 ++ [[ -z install software-properties-common ]] 2017-08-07 10:16:57 ++ local sudo=sudo 2017-08-07 10:16:57 Reading package lists... 2017-08-07 10:16:57 +++ id -u 2017-08-07 10:16:57 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:57 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install software-properties-common 2017-08-07 10:16:57 Building dependency tree... 2017-08-07 10:16:57 Reading state information... 2017-08-07 10:16:57 software-properties-common is already the newest version. 2017-08-07 10:16:57 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:57 ++ return_status=0 2017-08-07 10:16:57 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:57 ++ apt_get install libboost-dev libboost-chrono-dev libboost-date-time-dev 2017-08-07 10:16:57 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:57 ++ [[ -z install libboost-dev libboost-chrono-dev libboost-date-time-dev ]] 2017-08-07 10:16:57 ++ local sudo=sudo 2017-08-07 10:16:57 +++ id -u 2017-08-07 10:16:57 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:57 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-dev libboost-chrono-dev libboost-date-time-dev 2017-08-07 10:16:57 Reading package lists... 2017-08-07 10:16:57 Building dependency tree... 2017-08-07 10:16:57 Reading state information... 2017-08-07 10:16:58 libboost-chrono-dev is already the newest version. 2017-08-07 10:16:58 libboost-date-time-dev is already the newest version. 2017-08-07 10:16:58 ++ return_status=0 2017-08-07 10:16:58 libboost-dev is already the newest version. 2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:58 ++ apt_get install libboost-filesystem-dev libboost-program-options-dev 2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:58 ++ [[ -z install libboost-filesystem-dev libboost-program-options-dev ]] 2017-08-07 10:16:58 ++ local sudo=sudo 2017-08-07 10:16:58 +++ id -u 2017-08-07 10:16:58 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-filesystem-dev libboost-program-options-dev 2017-08-07 10:16:58 Reading package lists... 2017-08-07 10:16:58 Building dependency tree... 2017-08-07 10:16:58 Reading state information... 2017-08-07 10:16:58 ++ return_status=0 2017-08-07 10:16:58 libboost-filesystem-dev is already the newest version. 2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:58 libboost-program-options-dev is already the newest version. 2017-08-07 10:16:58 ++ apt_get install libboost-python-dev libboost-regex-dev libboost-system-dev 2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:58 ++ [[ -z install libboost-python-dev libboost-regex-dev libboost-system-dev ]] 2017-08-07 10:16:58 ++ local sudo=sudo 2017-08-07 10:16:58 +++ id -u 2017-08-07 10:16:58 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-python-dev libboost-regex-dev libboost-system-dev 2017-08-07 10:16:58 Reading package lists... 2017-08-07 10:16:58 Building dependency tree... 2017-08-07 10:16:58 Reading state information... 2017-08-07 10:16:58 ++ return_status=0 2017-08-07 10:16:58 libboost-python-dev is already the newest version. 2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:58 ++ apt_get install libboost-thread-dev libcurl4-openssl-dev google-mock 2017-08-07 10:16:58 libboost-regex-dev is already the newest version. 2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:58 ++ [[ -z install libboost-thread-dev libcurl4-openssl-dev google-mock ]] 2017-08-07 10:16:58 libboost-system-dev is already the newest version. 2017-08-07 10:16:58 ++ local sudo=sudo 2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:58 +++ id -u 2017-08-07 10:16:58 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-thread-dev libcurl4-openssl-dev google-mock 2017-08-07 10:16:58 Reading package lists... 2017-08-07 10:16:59 Building dependency tree... 2017-08-07 10:16:59 Reading state information... 2017-08-07 10:16:59 ++ return_status=0 2017-08-07 10:16:59 google-mock is already the newest version. 2017-08-07 10:16:59 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:59 libboost-thread-dev is already the newest version. 2017-08-07 10:16:59 ++ apt_get install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev 2017-08-07 10:16:59 libcurl4-openssl-dev is already the newest version. 2017-08-07 10:16:59 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:59 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:59 ++ [[ -z install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev ]] 2017-08-07 10:16:59 ++ local sudo=sudo 2017-08-07 10:16:59 +++ id -u 2017-08-07 10:16:59 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:59 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev 2017-08-07 10:16:59 Reading package lists... 2017-08-07 10:16:59 Building dependency tree... 2017-08-07 10:16:59 Reading state information... 2017-08-07 10:16:59 liblog4cplus-dev is already the newest version. 2017-08-07 10:16:59 libtbb-dev is already the newest version. 2017-08-07 10:16:59 ++ return_status=0 2017-08-07 10:16:59 libgoogle-perftools-dev is already the newest version. 2017-08-07 10:16:59 ++ [[ 0 -gt 0 ]] 2017-08-07 10:16:59 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:16:59 ++ apt_get install libhttp-parser-dev libxml2-dev libicu-dev 2017-08-07 10:16:59 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:16:59 ++ [[ -z install libhttp-parser-dev libxml2-dev libicu-dev ]] 2017-08-07 10:16:59 ++ local sudo=sudo 2017-08-07 10:16:59 +++ id -u 2017-08-07 10:16:59 ++ [[ 1000 = \0 ]] 2017-08-07 10:16:59 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libhttp-parser-dev libxml2-dev libicu-dev 2017-08-07 10:16:59 Reading package lists... 2017-08-07 10:16:59 Building dependency tree... 2017-08-07 10:16:59 Reading state information... 2017-08-07 10:17:00 libhttp-parser-dev is already the newest version. 2017-08-07 10:17:00 ++ return_status=0 2017-08-07 10:17:00 libicu-dev is already the newest version. 2017-08-07 10:17:00 libxml2-dev is already the newest version. 2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:00 ++ '[' ALL = ALL ']' 2017-08-07 10:17:00 ++ apt_get install rabbitmq-server 2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:00 ++ [[ -z install rabbitmq-server ]] 2017-08-07 10:17:00 ++ local sudo=sudo 2017-08-07 10:17:00 +++ id -u 2017-08-07 10:17:00 ++ [[ 1000 = \0 ]] 2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install rabbitmq-server 2017-08-07 10:17:00 Reading package lists... 2017-08-07 10:17:00 Building dependency tree... 2017-08-07 10:17:00 Reading state information... 2017-08-07 10:17:00 rabbitmq-server is already the newest version. 2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:00 ++ return_status=0 2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:00 ++ apt_get install python-kombu 2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:00 ++ [[ -z install python-kombu ]] 2017-08-07 10:17:00 ++ local sudo=sudo 2017-08-07 10:17:00 +++ id -u 2017-08-07 10:17:00 ++ [[ 1000 = \0 ]] 2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-kombu 2017-08-07 10:17:00 Reading package lists... 2017-08-07 10:17:00 Building dependency tree... 2017-08-07 10:17:00 Reading state information... 2017-08-07 10:17:00 python-kombu is already the newest version. 2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:00 ++ return_status=0 2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:00 ++ apt_get install kafka 2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:00 ++ [[ -z install kafka ]] 2017-08-07 10:17:00 ++ local sudo=sudo 2017-08-07 10:17:00 +++ id -u 2017-08-07 10:17:00 ++ [[ 1000 = \0 ]] 2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install kafka 2017-08-07 10:17:00 Reading package lists... 2017-08-07 10:17:01 Building dependency tree... 2017-08-07 10:17:01 Reading state information... 2017-08-07 10:17:01 kafka is already the newest version. 2017-08-07 10:17:01 ++ return_status=0 2017-08-07 10:17:01 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:01 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:01 ++ apt_get install python-sphinx 2017-08-07 10:17:01 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:01 ++ [[ -z install python-sphinx ]] 2017-08-07 10:17:01 ++ local sudo=sudo 2017-08-07 10:17:01 +++ id -u 2017-08-07 10:17:01 ++ [[ 1000 = \0 ]] 2017-08-07 10:17:01 Reading package lists... 2017-08-07 10:17:01 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-sphinx 2017-08-07 10:17:01 Building dependency tree... 2017-08-07 10:17:01 Reading state information... 2017-08-07 10:17:01 python-sphinx is already the newest version. 2017-08-07 10:17:01 ++ return_status=0 2017-08-07 10:17:01 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:01 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:01 ++ apt_get install sshpass expect 2017-08-07 10:17:01 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:01 ++ [[ -z install sshpass expect ]] 2017-08-07 10:17:01 ++ local sudo=sudo 2017-08-07 10:17:01 +++ id -u 2017-08-07 10:17:01 ++ [[ 1000 = \0 ]] 2017-08-07 10:17:01 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install sshpass expect 2017-08-07 10:17:01 Reading package lists... 2017-08-07 10:17:01 Building dependency tree... 2017-08-07 10:17:01 Reading state information... 2017-08-07 10:17:02 expect is already the newest version. 2017-08-07 10:17:02 ++ return_status=0 2017-08-07 10:17:02 sshpass is already the newest version. 2017-08-07 10:17:02 ++ [[ 0 -gt 0 ]] 2017-08-07 10:17:02 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:02 ++ change_stage started Dependencies 2017-08-07 10:17:02 +++ read_stage 2017-08-07 10:17:02 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:02 +++ read line 2017-08-07 10:17:02 +++ echo started 2017-08-07 10:17:02 +++ return 2017-08-07 10:17:02 ++ current_stage=started 2017-08-07 10:17:02 ++ [[ started == started ]] 2017-08-07 10:17:02 ++ write_stage Dependencies 2017-08-07 10:17:02 ++ echo Dependencies 2017-08-07 10:17:02 ++ which repo 2017-08-07 10:17:02 ++ source install_pip.sh 2017-08-07 10:17:02 ++++ pwd 2017-08-07 10:17:02 +++ TOP_DIR=/home/contrail/contrail-installer 2017-08-07 10:17:02 +++ cd /home/contrail/contrail-installer 2017-08-07 10:17:02 +++ source /home/contrail/contrail-installer/functions 2017-08-07 10:17:02 +++++ set +o 2017-08-07 10:17:02 +++++ grep xtrace 2017-08-07 10:17:02 ++++ XTRACE='set -o xtrace' 2017-08-07 10:17:02 ++++ set +o xtrace 2017-08-07 10:17:02 +++ USE_GET_PIP=0 2017-08-07 10:17:02 +++ INSTALL_PIP_VERSION=1.5.6 2017-08-07 10:17:02 +++ [[ -n '' ]] 2017-08-07 10:17:02 +++ PIP_GET_PIP_URL=https://raw.github.com/pypa/pip/master/contrib/get-pip.py 2017-08-07 10:17:02 +++ PIP_TAR_URL=https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz 2017-08-07 10:17:02 +++ GetDistro 2017-08-07 10:17:02 +++ GetOSVersion 2017-08-07 10:17:02 ++++ which sw_vers 2017-08-07 10:17:02 +++ [[ -x '' ]] 2017-08-07 10:17:02 ++++ which lsb_release 2017-08-07 10:17:02 +++ [[ -x /usr/bin/lsb_release ]] 2017-08-07 10:17:02 ++++ lsb_release -i -s 2017-08-07 10:17:02 +++ os_VENDOR=Ubuntu 2017-08-07 10:17:02 ++++ lsb_release -r -s 2017-08-07 10:17:02 +++ os_RELEASE=14.04 2017-08-07 10:17:02 +++ os_UPDATE= 2017-08-07 10:17:02 +++ os_PACKAGE=rpm 2017-08-07 10:17:02 +++ [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2017-08-07 10:17:02 +++ os_PACKAGE=deb 2017-08-07 10:17:02 ++++ lsb_release -c -s 2017-08-07 10:17:02 +++ os_CODENAME=trusty 2017-08-07 10:17:02 Distro: trusty 2017-08-07 10:17:02 +++ export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2017-08-07 10:17:02 +++ [[ Ubuntu =~ (Ubuntu) ]] 2017-08-07 10:17:02 +++ DISTRO=trusty 2017-08-07 10:17:02 +++ export DISTRO 2017-08-07 10:17:02 +++ echo 'Distro: trusty' 2017-08-07 10:17:02 +++ get_versions 2017-08-07 10:17:02 ++++ which pip 2017-08-07 10:17:02 +++ PIP=/usr/local/bin/pip 2017-08-07 10:17:02 +++ [[ -n /usr/local/bin/pip ]] 2017-08-07 10:17:02 ++++ /usr/local/bin/pip --version 2017-08-07 10:17:02 ++++ awk '{ print $2}' 2017-08-07 10:17:02 +++ PIP_VERSION=1.5.6 2017-08-07 10:17:02 pip: 1.5.6 2017-08-07 10:17:02 +++ echo 'pip: 1.5.6' 2017-08-07 10:17:02 +++ uninstall_package python-pip 2017-08-07 10:17:02 +++ is_ubuntu 2017-08-07 10:17:02 +++ [[ -z deb ]] 2017-08-07 10:17:02 +++ '[' deb = deb ']' 2017-08-07 10:17:02 +++ apt_get purge python-pip 2017-08-07 10:17:02 +++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:02 +++ [[ -z purge python-pip ]] 2017-08-07 10:17:02 +++ local sudo=sudo 2017-08-07 10:17:02 ++++ id -u 2017-08-07 10:17:02 +++ [[ 1000 = \0 ]] 2017-08-07 10:17:02 +++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes purge python-pip 2017-08-07 10:17:02 Reading package lists... 2017-08-07 10:17:02 Building dependency tree... 2017-08-07 10:17:02 Reading state information... 2017-08-07 10:17:02 Package 'python-pip' is not installed, so not removed 2017-08-07 10:17:02 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:02 +++ return_status=0 2017-08-07 10:17:02 Skipping downloading of pip-1.5.6.tar.gz 2017-08-07 10:17:02 +++ [[ 0 -gt 0 ]] 2017-08-07 10:17:02 +++ [[ 0 == \1 ]] 2017-08-07 10:17:02 +++ install_pip_tarball 2017-08-07 10:17:02 +++ [[ -f pip-1.5.6.tar.gz ]] 2017-08-07 10:17:02 +++ echo 'Skipping downloading of pip-1.5.6.tar.gz' 2017-08-07 10:17:02 +++ tar xvfz pip-1.5.6.tar.gz 2017-08-07 10:17:02 +++ cd pip-1.5.6 2017-08-07 10:17:02 +++ sudo -E python setup.py install 2017-08-07 10:17:03 warning: no files found matching 'pip/cacert.pem' 2017-08-07 10:17:03 warning: no files found matching '.html' under directory 'docs' 2017-08-07 10:17:03 warning: no previously-included files matching '.rst' found under directory 'docs/_build' 2017-08-07 10:17:03 no previously-included directories found matching 'docs/_build/_sources' 2017-08-07 10:17:04 +++ get_versions 2017-08-07 10:17:04 ++++ which pip 2017-08-07 10:17:04 +++ PIP=/usr/local/bin/pip 2017-08-07 10:17:04 +++ [[ -n /usr/local/bin/pip ]] 2017-08-07 10:17:04 ++++ /usr/local/bin/pip --version 2017-08-07 10:17:04 ++++ awk '{ print $2}' 2017-08-07 10:17:04 +++ PIP_VERSION=1.5.6 2017-08-07 10:17:04 pip: 1.5.6 2017-08-07 10:17:04 +++ echo 'pip: 1.5.6' 2017-08-07 10:17:04 ++ /bin/bash install_pip.sh 2017-08-07 10:17:04 Distro: trusty 2017-08-07 10:17:05 pip: 1.5.6 2017-08-07 10:17:05 Reading package lists... 2017-08-07 10:17:05 Building dependency tree... 2017-08-07 10:17:05 Reading state information... 2017-08-07 10:17:05 Package 'python-pip' is not installed, so not removed 2017-08-07 10:17:05 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded. 2017-08-07 10:17:05 Skipping downloading of pip-1.5.6.tar.gz 2017-08-07 10:17:05 warning: no files found matching 'pip/cacert.pem' 2017-08-07 10:17:05 warning: no files found matching '.html' under directory 'docs' 2017-08-07 10:17:05 warning: no previously-included files matching '.rst' found under directory 'docs/_build' 2017-08-07 10:17:05 no previously-included directories found matching 'docs/_build/_sources' 2017-08-07 10:17:07 pip: 1.5.6 2017-08-07 10:17:07 +++ read_stage 2017-08-07 10:17:07 Downloading python dependencies 2017-08-07 10:17:07 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:07 +++ read line 2017-08-07 10:17:07 +++ echo Dependencies 2017-08-07 10:17:07 +++ return 2017-08-07 10:17:07 ++ [[ Dependencies == \D\e\p\e\n\d\e\n\c\i\e\s ]] 2017-08-07 10:17:07 ++ download_python_dependencies 2017-08-07 10:17:07 ++ echo 'Downloading python dependencies' 2017-08-07 10:17:07 ++ [[ False != \T\r\u\e ]] 2017-08-07 10:17:07 ++ pip_install gevent==1.0 geventhttpclient==1.0a thrift 2017-08-07 10:17:07 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:07 ++ [[ -z gevent==1.0 geventhttpclient==1.0a thrift ]] 2017-08-07 10:17:07 ++ [[ -z deb ]] 2017-08-07 10:17:07 ++ [[ '' = True ]] 2017-08-07 10:17:07 ++ SUDO_PIP=sudo 2017-08-07 10:17:07 +++ get_pip_command 2017-08-07 10:17:07 +++ which pip 2017-08-07 10:17:07 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:07 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:07 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:07 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:07 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:07 ++ local pip_build_tmp=/tmp/pip-build.vxcRi 2017-08-07 10:17:07 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.vxcRi gevent==1.0 geventhttpclient==1.0a thrift 2017-08-07 10:17:07 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): gevent==1.0 in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): geventhttpclient==1.0a in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): thrift in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): greenlet in /usr/local/lib/python2.7/dist-packages (from gevent==1.0) 2017-08-07 10:17:07 Cleaning up... 2017-08-07 10:17:07 ++ sudo rm -rf /tmp/pip-build.vxcRi 2017-08-07 10:17:07 ++ pip_install netifaces fabric argparse 2017-08-07 10:17:07 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:07 ++ [[ -z netifaces fabric argparse ]] 2017-08-07 10:17:07 ++ [[ -z deb ]] 2017-08-07 10:17:07 ++ [[ '' = True ]] 2017-08-07 10:17:07 ++ SUDO_PIP=sudo 2017-08-07 10:17:07 +++ get_pip_command 2017-08-07 10:17:07 +++ which pip 2017-08-07 10:17:07 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:07 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:07 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:07 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:07 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:07 ++ local pip_build_tmp=/tmp/pip-build.2mZpm 2017-08-07 10:17:07 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.2mZpm netifaces fabric argparse 2017-08-07 10:17:07 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): netifaces in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:07 Downloading/unpacking fabric 2017-08-07 10:17:07 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F8b%2F7a%2F1f1be2fda8352305376640cfe5819569a59de9c5f5e48f37d0bbcddddc24%2FFabric-1.13.2-py2-none-any.whl 2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 2017-08-07 10:17:07 Downloading/unpacking paramiko>=1.10,<3.0 (from fabric) 2017-08-07 10:17:07 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fdf%2F1b%2F7519f092c12048a4346c083101f9e6b8651fe455adc005f909c9cf83407b%2Fparamiko-2.2.1-py2.py3-none-any.whl 2017-08-07 10:17:08 Downloading/unpacking pyasn1>=0.1.7 (from paramiko>=1.10,<3.0->fabric) 2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F4c%2F69%2F4902c67195c2cad705c6d3f69b2b5f15bca9cbb82009eb818a166781c284%2Fpyasn1-0.3.2-py2.py3-none-any.whl 2017-08-07 10:17:08 Downloading/unpacking bcrypt>=3.1.3 (from paramiko>=1.10,<3.0->fabric) 2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F58%2Fe9%2F6d7f1d883d8c5876470b5d187d72c04f2a9954d61e71e7eb5d2ea2a50442%2Fbcrypt-3.1.3.tar.gz 2017-08-07 10:17:08 Running setup.py (path:/tmp/pip-build.2mZpm/bcrypt/setup.py) egg_info for package bcrypt 2017-08-07 10:17:08 warning: no previously-included files found matching 'requirements.txt' 2017-08-07 10:17:08 warning: no previously-included files found matching 'tasks.py' 2017-08-07 10:17:08 warning: no previously-included files found matching '.travis.yml' 2017-08-07 10:17:08 warning: no previously-included files found matching 'wheel-scripts' 2017-08-07 10:17:08 warning: no previously-included files matching '' found under directory 'wheel-scripts' 2017-08-07 10:17:08 no previously-included directories found matching '.travis' 2017-08-07 10:17:08 Downloading/unpacking cryptography>=1.1 (from paramiko>=1.10,<3.0->fabric) 2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F9c%2F1a%2F0fc8cffb04582f9ffca61b15b0681cf2e8588438e55f61403eb9880bd8e0%2Fcryptography-2.0.3.tar.gz 2017-08-07 10:17:08 Running setup.py (path:/tmp/pip-build.2mZpm/cryptography/setup.py) egg_info for package cryptography 2017-08-07 10:17:09 no previously-included directories found matching 'docs/_build' 2017-08-07 10:17:09 warning: no previously-included files matching '*' found under directory 'vectors' 2017-08-07 10:17:09 Downloading/unpacking pynacl>=1.0.1 (from paramiko>=1.10,<3.0->fabric) 2017-08-07 10:17:09 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F8d%2Ff3%2F02605b056e465bf162508c4d1635a2bccd9abd1ee3ed2a1bb4e9676eac33%2FPyNaCl-1.1.2.tar.gz 2017-08-07 10:17:09 Running setup.py (path:/tmp/pip-build.2mZpm/pynacl/setup.py) egg_info for package pynacl 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory 2017-08-07 10:17:10 #include <ffi.h> 2017-08-07 10:17:10 ^ 2017-08-07 10:17:10 compilation terminated. 2017-08-07 10:17:10 Traceback (most recent call last): 2017-08-07 10:17:10 File "<string>", line 17, in <module> 2017-08-07 10:17:10 File "/tmp/pip-build.2mZpm/pynacl/setup.py", line 232, in <module> 2017-08-07 10:17:10 "Programming Language :: Python :: 3.6", 2017-08-07 10:17:10 File "/usr/lib/python2.7/distutils/core.py", line 111, in setup 2017-08-07 10:17:10 _setup_distribution = dist = klass(attrs) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 325, in __init__ 2017-08-07 10:17:10 self.fetch_build_eggs(attrs['setup_requires']) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 446, in fetch_build_eggs 2017-08-07 10:17:10 replace_conflicting=True, 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 855, in resolve 2017-08-07 10:17:10 dist = best[req.key] = env.best_match(req, ws, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1127, in best_match 2017-08-07 10:17:10 return self.obtain(req, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1139, in obtain 2017-08-07 10:17:10 return installer(requirement) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 518, in fetch_build_egg 2017-08-07 10:17:10 return cmd.easy_install(req) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 672, in easy_install 2017-08-07 10:17:10 return self.install_item(spec, dist.location, tmpdir, deps) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 698, in install_item 2017-08-07 10:17:10 dists = self.install_eggs(spec, download, tmpdir) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 879, in install_eggs 2017-08-07 10:17:10 return self.build_and_install(setup_script, setup_base) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1118, in build_and_install 2017-08-07 10:17:10 self.run_setup(setup_script, setup_base, args) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1106, in run_setup 2017-08-07 10:17:10 raise DistutilsError("Setup script exited with %s" % (v.args[0],)) 2017-08-07 10:17:10 distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2017-08-07 10:17:10 Complete output from command python setup.py egg_info: 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 2017-08-07 10:17:10 ++ pip_install bottle 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:10 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 2017-08-07 10:17:10 ++ [[ -z bottle ]] 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 ++ [[ -z deb ]] 2017-08-07 10:17:10 2017-08-07 10:17:10 ++ [[ '' = True ]] 2017-08-07 10:17:10 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:10 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.GOpM5 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.GOpM5 bottle 2017-08-07 10:17:11 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 Perhaps you should add the directory containing libffi.pc' 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 2017-08-07 10:17:11 c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory 2017-08-07 10:17:11 2017-08-07 10:17:11 #include <ffi.h> 2017-08-07 10:17:11 2017-08-07 10:17:11 ^ 2017-08-07 10:17:11 2017-08-07 10:17:11 compilation terminated. 2017-08-07 10:17:11 2017-08-07 10:17:11 Traceback (most recent call last): 2017-08-07 10:17:11 2017-08-07 10:17:11 File "", line 17, in 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/tmp/pip-build.2mZpm/pynacl/setup.py", line 232, in 2017-08-07 10:17:11 2017-08-07 10:17:11 "Programming Language :: Python :: 3.6", 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/lib/python2.7/distutils/core.py", line 111, in setup 2017-08-07 10:17:11 2017-08-07 10:17:11 _setup_distribution = dist = klass(attrs) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 325, in init 2017-08-07 10:17:11 2017-08-07 10:17:11 self.fetch_build_eggs(attrs['setup_requires']) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 446, in fetch_build_eggs 2017-08-07 10:17:11 2017-08-07 10:17:11 replace_conflicting=True, 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 855, in resolve 2017-08-07 10:17:11 2017-08-07 10:17:11 dist = best[req.key] = env.best_match(req, ws, installer) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 1127, in best_match 2017-08-07 10:17:11 2017-08-07 10:17:11 return self.obtain(req, installer) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 1139, in obtain 2017-08-07 10:17:11 2017-08-07 10:17:11 return installer(requirement) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 518, in fetch_build_egg 2017-08-07 10:17:11 2017-08-07 10:17:11 return cmd.easy_install(req) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 672, in easy_install 2017-08-07 10:17:11 2017-08-07 10:17:11 return self.install_item(spec, dist.location, tmpdir, deps) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 698, in install_item 2017-08-07 10:17:11 2017-08-07 10:17:11 dists = self.install_eggs(spec, download, tmpdir) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 879, in install_eggs 2017-08-07 10:17:11 2017-08-07 10:17:11 return self.build_and_install(setup_script, setup_base) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1118, in build_and_install 2017-08-07 10:17:11 2017-08-07 10:17:11 self.run_setup(setup_script, setup_base, args) 2017-08-07 10:17:11 2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1106, in run_setup 2017-08-07 10:17:11 2017-08-07 10:17:11 raise DistutilsError("Setup script exited with %s" % (v.args[0],)) 2017-08-07 10:17:11 2017-08-07 10:17:11 distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2017-08-07 10:17:11 2017-08-07 10:17:11 ---------------------------------------- 2017-08-07 10:17:11 Cleaning up... 2017-08-07 10:17:11 Command python setup.py egg_info failed with error code 1 in /tmp/pip-build.2mZpm/pynacl 2017-08-07 10:17:11 Storing debug log for failure in /home/contrail/.pip/pip.log 2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): bottle in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:11 Cleaning up... 2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.GOpM5 2017-08-07 10:17:11 ++ pip_install uuid psutil 2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:11 ++ [[ -z uuid psutil ]] 2017-08-07 10:17:11 ++ [[ -z deb ]] 2017-08-07 10:17:11 ++ [[ '' = True ]] 2017-08-07 10:17:11 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.tmM37 2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.tmM37 uuid psutil 2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): uuid in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): psutil in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:11 Cleaning up... 2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.tmM37 2017-08-07 10:17:11 ++ pip_install netaddr bitarray 2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:11 ++ [[ -z netaddr bitarray ]] 2017-08-07 10:17:11 ++ [[ -z deb ]] 2017-08-07 10:17:11 ++ [[ '' = True ]] 2017-08-07 10:17:11 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.JOzzZ 2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.JOzzZ netaddr bitarray 2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): bitarray in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:11 Cleaning up... 2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.JOzzZ 2017-08-07 10:17:11 ++ pip_install --upgrade redis 2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:11 ++ [[ -z --upgrade redis ]] 2017-08-07 10:17:11 ++ [[ -z deb ]] 2017-08-07 10:17:11 ++ [[ '' = True ]] 2017-08-07 10:17:11 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.RghzB 2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.RghzB --upgrade redis 2017-08-07 10:17:12 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:12 Requirement already up-to-date: redis in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:12 Cleaning up... 2017-08-07 10:17:12 ++ sudo rm -rf /tmp/pip-build.RghzB 2017-08-07 10:17:12 ++ pip_install -U setuptools 2017-08-07 10:17:12 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:12 ++ [[ -z -U setuptools ]] 2017-08-07 10:17:12 ++ [[ -z deb ]] 2017-08-07 10:17:12 ++ [[ '' = True ]] 2017-08-07 10:17:12 ++ SUDO_PIP=sudo 2017-08-07 10:17:12 +++ get_pip_command 2017-08-07 10:17:12 +++ which pip 2017-08-07 10:17:12 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:12 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:12 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:12 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:12 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:12 ++ local pip_build_tmp=/tmp/pip-build.kSHQ2 2017-08-07 10:17:12 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.kSHQ2 -U setuptools 2017-08-07 10:17:12 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:12 Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:12 Cleaning up... 2017-08-07 10:17:12 ++ sudo rm -rf /tmp/pip-build.kSHQ2 2017-08-07 10:17:12 ++ pip_install amqp 2017-08-07 10:17:12 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:12 ++ [[ -z amqp ]] 2017-08-07 10:17:12 ++ [[ -z deb ]] 2017-08-07 10:17:12 ++ [[ '' = True ]] 2017-08-07 10:17:12 ++ SUDO_PIP=sudo 2017-08-07 10:17:12 +++ get_pip_command 2017-08-07 10:17:12 +++ which pip 2017-08-07 10:17:12 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:12 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:12 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:12 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:12 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:12 ++ local pip_build_tmp=/tmp/pip-build.0Ujrj 2017-08-07 10:17:12 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.0Ujrj amqp 2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:13 Requirement already satisfied (use --upgrade to upgrade): amqp in /usr/lib/python2.7/dist-packages 2017-08-07 10:17:13 Cleaning up... 2017-08-07 10:17:13 ++ sudo rm -rf /tmp/pip-build.0Ujrj 2017-08-07 10:17:13 ++ pip_install -U oslo.rootwrap 2017-08-07 10:17:13 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:13 ++ [[ -z -U oslo.rootwrap ]] 2017-08-07 10:17:13 ++ [[ -z deb ]] 2017-08-07 10:17:13 ++ [[ '' = True ]] 2017-08-07 10:17:13 ++ SUDO_PIP=sudo 2017-08-07 10:17:13 +++ get_pip_command 2017-08-07 10:17:13 +++ which pip 2017-08-07 10:17:13 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:13 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:13 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:13 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:13 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:13 ++ local pip_build_tmp=/tmp/pip-build.56yxp 2017-08-07 10:17:13 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.56yxp -U oslo.rootwrap 2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:13 Requirement already up-to-date: oslo.rootwrap in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:13 Cleaning up... 2017-08-07 10:17:13 ++ sudo rm -rf /tmp/pip-build.56yxp 2017-08-07 10:17:13 ++ pip_install -U oslo.rootwrap 2017-08-07 10:17:13 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:13 ++ [[ -z -U oslo.rootwrap ]] 2017-08-07 10:17:13 ++ [[ -z deb ]] 2017-08-07 10:17:13 ++ [[ '' = True ]] 2017-08-07 10:17:13 ++ SUDO_PIP=sudo 2017-08-07 10:17:13 +++ get_pip_command 2017-08-07 10:17:13 +++ which pip 2017-08-07 10:17:13 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:13 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:13 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:13 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:13 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:13 ++ local pip_build_tmp=/tmp/pip-build.frIb8 2017-08-07 10:17:13 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.frIb8 -U oslo.rootwrap 2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:14 Requirement already up-to-date: oslo.rootwrap in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Cleaning up... 2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.frIb8 2017-08-07 10:17:14 ++ '[' ALL = ALL ']' 2017-08-07 10:17:14 ++ pip_install pycassa stevedore xmltodict python-keystoneclient 2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:14 ++ [[ -z pycassa stevedore xmltodict python-keystoneclient ]] 2017-08-07 10:17:14 ++ [[ -z deb ]] 2017-08-07 10:17:14 ++ [[ '' = True ]] 2017-08-07 10:17:14 ++ SUDO_PIP=sudo 2017-08-07 10:17:14 +++ get_pip_command 2017-08-07 10:17:14 +++ which pip 2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.EiVM8 2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.EiVM8 pycassa stevedore xmltodict python-keystoneclient 2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): pycassa in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): stevedore in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): xmltodict in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): thrift==0.9.3 in /usr/local/lib/python2.7/dist-packages (from pycassa) 2017-08-07 10:17:14 Cleaning up... 2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.EiVM8 2017-08-07 10:17:14 ++ pip_install kazoo pyinotify 2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:14 ++ [[ -z kazoo pyinotify ]] 2017-08-07 10:17:14 ++ [[ -z deb ]] 2017-08-07 10:17:14 ++ [[ '' = True ]] 2017-08-07 10:17:14 ++ SUDO_PIP=sudo 2017-08-07 10:17:14 +++ get_pip_command 2017-08-07 10:17:14 +++ which pip 2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.QlQ6U 2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.QlQ6U kazoo pyinotify 2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): kazoo in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): pyinotify in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Cleaning up... 2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.QlQ6U 2017-08-07 10:17:14 ++ [[ False != \T\r\u\e ]] 2017-08-07 10:17:14 ++ pip_install stevedore==1.0.0.0a1 2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:14 ++ [[ -z stevedore==1.0.0.0a1 ]] 2017-08-07 10:17:14 ++ [[ -z deb ]] 2017-08-07 10:17:14 ++ [[ '' = True ]] 2017-08-07 10:17:14 ++ SUDO_PIP=sudo 2017-08-07 10:17:14 +++ get_pip_command 2017-08-07 10:17:14 +++ which pip 2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.F7juB 2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.F7juB stevedore==1.0.0.0a1 2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): stevedore==1.0.0.0a1 in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:14 Cleaning up... 2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.F7juB 2017-08-07 10:17:14 ++ pip_install --upgrade six 2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:14 ++ [[ -z --upgrade six ]] 2017-08-07 10:17:14 ++ [[ -z deb ]] 2017-08-07 10:17:14 ++ [[ '' = True ]] 2017-08-07 10:17:14 ++ SUDO_PIP=sudo 2017-08-07 10:17:14 +++ get_pip_command 2017-08-07 10:17:14 +++ which pip 2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.hy4CU 2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.hy4CU --upgrade six 2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:15 Requirement already up-to-date: six in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:15 Cleaning up... 2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.hy4CU 2017-08-07 10:17:15 ++ pip_install cassandra-driver kafka-python==1.0.1 2017-08-07 10:17:15 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:15 ++ [[ -z cassandra-driver kafka-python==1.0.1 ]] 2017-08-07 10:17:15 ++ [[ -z deb ]] 2017-08-07 10:17:15 ++ [[ '' = True ]] 2017-08-07 10:17:15 ++ SUDO_PIP=sudo 2017-08-07 10:17:15 +++ get_pip_command 2017-08-07 10:17:15 +++ which pip 2017-08-07 10:17:15 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:15 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:15 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:15 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:15 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:15 ++ local pip_build_tmp=/tmp/pip-build.LbGuO 2017-08-07 10:17:15 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.LbGuO cassandra-driver kafka-python==1.0.1 2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): cassandra-driver in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): kafka-python==1.0.1 in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): six>=1.9 in /usr/local/lib/python2.7/dist-packages (from cassandra-driver) 2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): futures in /usr/local/lib/python2.7/dist-packages (from cassandra-driver) 2017-08-07 10:17:15 Cleaning up... 2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.LbGuO 2017-08-07 10:17:15 ++ pip_install consistent_hash 2017-08-07 10:17:15 ++ [[ '' = \T\r\u\e ]] 2017-08-07 10:17:15 ++ [[ -z consistent_hash ]] 2017-08-07 10:17:15 ++ [[ -z deb ]] 2017-08-07 10:17:15 ++ [[ '' = True ]] 2017-08-07 10:17:15 ++ SUDO_PIP=sudo 2017-08-07 10:17:15 +++ get_pip_command 2017-08-07 10:17:15 +++ which pip 2017-08-07 10:17:15 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:15 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:15 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:15 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:15 +++ mktemp --tmpdir -d pip-build.XXXXX 2017-08-07 10:17:15 ++ local pip_build_tmp=/tmp/pip-build.9QrKb 2017-08-07 10:17:15 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.9QrKb consistent_hash 2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906. 2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): consistent-hash in /usr/local/lib/python2.7/dist-packages 2017-08-07 10:17:15 Cleaning up... 2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.9QrKb 2017-08-07 10:17:15 ++ change_stage Dependencies python-dependencies 2017-08-07 10:17:15 +++ read_stage 2017-08-07 10:17:15 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:15 +++ read line 2017-08-07 10:17:15 +++ echo Dependencies 2017-08-07 10:17:15 +++ return 2017-08-07 10:17:15 ++ current_stage=Dependencies 2017-08-07 10:17:15 ++ [[ Dependencies == Dependencies ]] 2017-08-07 10:17:15 ++ write_stage python-dependencies 2017-08-07 10:17:15 ++ echo python-dependencies 2017-08-07 10:17:15 ++ sudo mkdir -p /opt/stack/contrail 2017-08-07 10:17:15 ++ sudo chown 1000:1000 /opt/stack/contrail 2017-08-07 10:17:15 ++ THIRDPARTY_SRC=/opt/stack/contrail/third_party 2017-08-07 10:17:15 ++ sudo mkdir -p /opt/stack/contrail/third_party 2017-08-07 10:17:15 ++ sudo chown 1000:1000 /opt/stack/contrail/third_party 2017-08-07 10:17:15 +++ pwd 2017-08-07 10:17:15 ++ contrail_cwd=/home/contrail/contrail-installer 2017-08-07 10:17:15 Initializing repo 2017-08-07 10:17:15 ++ cd /opt/stack/contrail 2017-08-07 10:17:15 ++ [[ False != \T\r\u\e ]] 2017-08-07 10:17:15 +++ read_stage 2017-08-07 10:17:15 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:15 +++ read line 2017-08-07 10:17:15 +++ echo python-dependencies 2017-08-07 10:17:15 +++ return 2017-08-07 10:17:15 ++ [[ python-dependencies == \p\y\t\h\o\n-\d\e\p\e\n\d\e\n\c\i\e\s ]] 2017-08-07 10:17:16 ++ repo_initialize 2017-08-07 10:17:16 ++ echo 'Initializing repo' 2017-08-07 10:17:16 ++ '[' '!' -d /opt/stack/contrail/.repo ']' 2017-08-07 10:17:16 ++ change_stage python-dependencies repo-init 2017-08-07 10:17:16 +++ read_stage 2017-08-07 10:17:16 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:16 +++ read line 2017-08-07 10:17:16 +++ echo python-dependencies 2017-08-07 10:17:16 +++ return 2017-08-07 10:17:16 ++ current_stage=python-dependencies 2017-08-07 10:17:16 ++ [[ python-dependencies == python-dependencies ]] 2017-08-07 10:17:16 ++ write_stage repo-init 2017-08-07 10:17:16 ++ echo repo-init 2017-08-07 10:17:16 +++ read_stage 2017-08-07 10:17:16 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:16 +++ read line 2017-08-07 10:17:16 +++ echo repo-init 2017-08-07 10:17:16 +++ return 2017-08-07 10:17:16 ++ [[ repo-init == \r\e\p\o-\i\n\i\t ]] 2017-08-07 10:17:16 ++ repo sync 2017-08-07 10:17:27 2017-08-07 10:17:27 Fetching project contrail-heat 2017-08-07 10:17:27 Fetching project contrail-neutron-plugin 2017-08-07 10:17:27 Fetching project contrail-webui-third-party 2017-08-07 10:17:27 Fetching project contrail-build 2017-08-07 10:17:27 Fetching project contrail-packages 2017-08-07 10:17:27 Fetching project contrail-web-server-manager 2017-08-07 10:17:27 ++ ret_val=0 2017-08-07 10:17:27 Fetching project contrail-generateDS 2017-08-07 10:17:27 ++ [[ 0 -ne 0 ]] 2017-08-07 10:17:27 Fetching project contrail-web-core 2017-08-07 10:17:27 ++ change_stage repo-init repo-sync 2017-08-07 10:17:27 Fetching project contrail-third-party 2017-08-07 10:17:27 +++ read_stage 2017-08-07 10:17:27 Fetching project contrail-nova-vif-driver 2017-08-07 10:17:27 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:27 Fetching project contrail-sandesh 2017-08-07 10:17:27 +++ read line 2017-08-07 10:17:27 Fetching project contrail-web-controller 2017-08-07 10:17:27 +++ echo repo-init 2017-08-07 10:17:27 Fetching project contrail-vrouter 2017-08-07 10:17:27 +++ return 2017-08-07 10:17:27 Fetching project contrail-nova-extensions 2017-08-07 10:17:27 Fetching project contrail-web-storage 2017-08-07 10:17:27 ++ current_stage=repo-init 2017-08-07 10:17:27 ++ [[ repo-init == repo-init ]] 2017-08-07 10:17:27 Fetching project contrail-controller 2017-08-07 10:17:27 ++ write_stage repo-sync 2017-08-07 10:17:27 ++ echo repo-sync 2017-08-07 10:17:27 +++ read_stage 2017-08-07 10:17:27 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]] 2017-08-07 10:17:27 +++ read line 2017-08-07 10:17:27 +++ echo repo-sync 2017-08-07 10:17:27 +++ return 2017-08-07 10:17:27 ++ [[ repo-sync == \r\e\p\o-\s\y\n\c ]] 2017-08-07 10:17:27 ++ python third_party/fetch_packages.py 2017-08-07 10:17:27 hiredis-0.11.0/ 2017-08-07 10:17:27 hiredis-0.11.0/.gitignore 2017-08-07 10:17:27 hiredis-0.11.0/CHANGELOG.md 2017-08-07 10:17:27 hiredis-0.11.0/COPYING 2017-08-07 10:17:27 hiredis-0.11.0/Makefile 2017-08-07 10:17:27 hiredis-0.11.0/README.md 2017-08-07 10:17:27 hiredis-0.11.0/adapters/ 2017-08-07 10:17:27 hiredis-0.11.0/adapters/ae.h 2017-08-07 10:17:27 hiredis-0.11.0/adapters/libev.h 2017-08-07 10:17:27 hiredis-0.11.0/adapters/libevent.h 2017-08-07 10:17:27 hiredis-0.11.0/async.c 2017-08-07 10:17:27 hiredis-0.11.0/async.h 2017-08-07 10:17:27 hiredis-0.11.0/dict.c 2017-08-07 10:17:27 hiredis-0.11.0/dict.h 2017-08-07 10:17:27 hiredis-0.11.0/example-ae.c 2017-08-07 10:17:27 hiredis-0.11.0/example-libev.c 2017-08-07 10:17:27 hiredis-0.11.0/example-libevent.c 2017-08-07 10:17:27 hiredis-0.11.0/example.c 2017-08-07 10:17:27 hiredis-0.11.0/fmacros.h 2017-08-07 10:17:27 hiredis-0.11.0/hiredis.c 2017-08-07 10:17:27 hiredis-0.11.0/hiredis.h 2017-08-07 10:17:27 hiredis-0.11.0/net.c 2017-08-07 10:17:27 hiredis-0.11.0/net.h 2017-08-07 10:17:27 hiredis-0.11.0/sds.c 2017-08-07 10:17:27 hiredis-0.11.0/sds.h 2017-08-07 10:17:27 hiredis-0.11.0/test.c 2017-08-07 10:17:27 patching file hiredis-0.11.0/net.c 2017-08-07 10:17:27 --2017-08-07 10:17:27-- http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz 2017-08-07 10:17:27 contrib/foreach.hpp 2017-08-07 10:17:27 Resolving archive.apache.org (archive.apache.org)... 163.172.17.199 2017-08-07 10:17:27 docs/images/caution.png 2017-08-07 10:17:27 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected. 2017-08-07 10:17:27 docs/images/dom_tree.png 2017-08-07 10:17:27 docs/images/dom_tree_thumb.png 2017-08-07 10:17:27 docs/images/home.png 2017-08-07 10:17:27 docs/images/next.png 2017-08-07 10:17:27 docs/images/note.png 2017-08-07 10:17:27 docs/images/prev.png 2017-08-07 10:17:27 docs/images/up.png 2017-08-07 10:17:27 docs/images/vs2005_link1.png 2017-08-07 10:17:27 docs/images/vs2005_link1_thumb.png 2017-08-07 10:17:27 docs/images/vs2005_link2.png 2017-08-07 10:17:27 docs/images/vs2005_link2_thumb.png 2017-08-07 10:17:27 docs/images/vs2005_pch1.png 2017-08-07 10:17:27 docs/images/vs2005_pch1_thumb.png 2017-08-07 10:17:27 docs/images/vs2005_pch2.png 2017-08-07 10:17:27 docs/images/vs2005_pch2_thumb.png 2017-08-07 10:17:27 docs/images/vs2005_pch3.png 2017-08-07 10:17:27 docs/images/vs2005_pch3_thumb.png 2017-08-07 10:17:27 docs/images/vs2005_pch4.png 2017-08-07 10:17:27 docs/images/vs2005_pch4_thumb.png 2017-08-07 10:17:27 docs/images/vs2010_link1.png 2017-08-07 10:17:27 docs/images/vs2010_link1_thumb.png 2017-08-07 10:17:27 docs/images/vs2010_link2.png 2017-08-07 10:17:27 docs/images/vs2010_link2_thumb.png 2017-08-07 10:17:27 docs/manual.html 2017-08-07 10:17:27 docs/manual/access.html 2017-08-07 10:17:27 docs/manual/apiref.html 2017-08-07 10:17:27 docs/manual/changes.html 2017-08-07 10:17:27 docs/manual/dom.html 2017-08-07 10:17:27 docs/manual/install.html 2017-08-07 10:17:27 docs/manual/loading.html 2017-08-07 10:17:27 docs/manual/modify.html 2017-08-07 10:17:27 docs/manual/saving.html 2017-08-07 10:17:27 docs/manual/toc.html 2017-08-07 10:17:27 docs/manual/xpath.html 2017-08-07 10:17:27 docs/pugixml.css 2017-08-07 10:17:27 docs/quickstart.html 2017-08-07 10:17:27 docs/samples/character.xml 2017-08-07 10:17:27 docs/samples/custom_memory_management.cpp 2017-08-07 10:17:27 docs/samples/include.cpp 2017-08-07 10:17:27 docs/samples/load_error_handling.cpp 2017-08-07 10:17:27 docs/samples/load_file.cpp 2017-08-07 10:17:27 docs/samples/load_memory.cpp 2017-08-07 10:17:27 docs/samples/load_options.cpp 2017-08-07 10:17:27 docs/samples/load_stream.cpp 2017-08-07 10:17:27 docs/samples/modify_add.cpp 2017-08-07 10:17:27 docs/samples/modify_base.cpp 2017-08-07 10:17:27 docs/samples/modify_remove.cpp 2017-08-07 10:17:27 docs/samples/save_custom_writer.cpp 2017-08-07 10:17:27 docs/samples/save_declaration.cpp 2017-08-07 10:17:27 docs/samples/save_file.cpp 2017-08-07 10:17:27 docs/samples/save_options.cpp 2017-08-07 10:17:27 docs/samples/save_stream.cpp 2017-08-07 10:17:27 docs/samples/save_subtree.cpp 2017-08-07 10:17:27 docs/samples/text.cpp 2017-08-07 10:17:27 docs/samples/transitions.xml 2017-08-07 10:17:27 docs/samples/traverse_base.cpp 2017-08-07 10:17:27 docs/samples/traverse_iter.cpp 2017-08-07 10:17:27 docs/samples/traverse_predicate.cpp 2017-08-07 10:17:27 docs/samples/traverse_rangefor.cpp 2017-08-07 10:17:27 docs/samples/traverse_walker.cpp 2017-08-07 10:17:27 docs/samples/tree.xml 2017-08-07 10:17:27 docs/samples/weekly-shift_jis.xml 2017-08-07 10:17:27 docs/samples/weekly-utf-16.xml 2017-08-07 10:17:27 docs/samples/weekly-utf-8.xml 2017-08-07 10:17:27 docs/samples/xgconsole.xml 2017-08-07 10:17:27 docs/samples/xpath_error.cpp 2017-08-07 10:17:27 docs/samples/xpath_query.cpp 2017-08-07 10:17:27 docs/samples/xpath_select.cpp 2017-08-07 10:17:27 docs/samples/xpath_variables.cpp 2017-08-07 10:17:27 readme.txt 2017-08-07 10:17:27 scripts/CMakeLists.txt 2017-08-07 10:17:27 scripts/premake4.lua 2017-08-07 10:17:27 scripts/pugixml.xcodeproj/project.pbxproj 2017-08-07 10:17:27 scripts/pugixml_airplay.mkf 2017-08-07 10:17:27 scripts/pugixml_codeblocks.cbp 2017-08-07 10:17:27 scripts/pugixml_codelite.project 2017-08-07 10:17:27 scripts/pugixml_vs2005.vcproj 2017-08-07 10:17:27 scripts/pugixml_vs2005_static.vcproj 2017-08-07 10:17:27 scripts/pugixml_vs2008.vcproj 2017-08-07 10:17:27 scripts/pugixml_vs2008_static.vcproj 2017-08-07 10:17:27 scripts/pugixml_vs2010.vcxproj 2017-08-07 10:17:27 scripts/pugixml_vs2010_static.vcxproj 2017-08-07 10:17:27 src/pugiconfig.hpp 2017-08-07 10:17:27 src/pugixml.cpp 2017-08-07 10:17:27 src/pugixml.hpp 2017-08-07 10:17:37 HTTP request sent, awaiting response... Read error (Connection timed out) in headers. 2017-08-07 10:17:37 Retrying. 2017-08-07 10:17:37 2017-08-07 10:17:38 --2017-08-07 10:17:38-- (try: 2) http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz 2017-08-07 10:17:38 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected. 2017-08-07 10:17:48 HTTP request sent, awaiting response... Read error (Connection timed out) in headers. 2017-08-07 10:17:48 Retrying. 2017-08-07 10:17:48 2017-08-07 10:17:50 --2017-08-07 10:17:50-- (try: 3) http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz 2017-08-07 10:17:50 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected. 2017-08-07 10:18:00 HTTP request sent, awaiting response... Read error (Connection timed out) in headers. 2017-08-07 10:18:00 Retrying. 2017-08-07 10:18:00 ^Ccontrail@contrail:~/contrail-installer$
/tmp/tmpkn8t4zei/secring.gpg' created 2017-08-07 10:16:42 gpg: keyring
libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory 2017-08-07 10:17:10 #include <ffi.h> 2017-08-07 10:17:10 ^ 2017-08-07 10:17:10 compilation terminated. 2017-08-07 10:17:10 Traceback (most recent call last): 2017-08-07 10:17:10 File "<string>", line 17, in <module> 2017-08-07 10:17:10 File "/tmp/pip-build.2mZpm/pynacl/setup.py", line 232, in <module> 2017-08-07 10:17:10 "Programming Language :: Python :: 3.6", 2017-08-07 10:17:10 File "/usr/lib/python2.7/distutils/core.py", line 111, in setup 2017-08-07 10:17:10 _setup_distribution = dist = klass(attrs) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 325, in __init__ 2017-08-07 10:17:10 self.fetch_build_eggs(attrs['setup_requires']) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 446, in fetch_build_eggs 2017-08-07 10:17:10 replace_conflicting=True, 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 855, in resolve 2017-08-07 10:17:10 dist = best[req.key] = env.best_match(req, ws, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1127, in best_match 2017-08-07 10:17:10 return self.obtain(req, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1139, in obtain 2017-08-07 10:17:10 return installer(requirement) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 518, in fetch_build_egg 2017-08-07 10:17:10 return cmd.easy_install(req) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 672, in easy_install 2017-08-07 10:17:10 return self.install_item(spec, dist.location, tmpdir, deps) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 698, in install_item 2017-08-07 10:17:10 dists = self.install_eggs(spec, download, tmpdir) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 879, in install_eggs 2017-08-07 10:17:10 return self.build_and_install(setup_script, setup_base) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1118, in build_and_install 2017-08-07 10:17:10 self.run_setup(setup_script, setup_base, args) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1106, in run_setup 2017-08-07 10:17:10 raise DistutilsError("Setup script exited with %s" % (v.args[0],)) 2017-08-07 10:17:10 distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2017-08-07 10:17:10 Complete output from command python setup.py egg_info: 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 Perhaps you should add the directory containing
Read error (Connect timed out) in headers - Retries 20 times and starts over but never is successful. someone please help!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm installing on a KVM virtual machine with 4 CPUs, 32 GB RAM and 160GB HDD. The host operating system is as follows:
contrail@contrail:
/contrail-installer$ lsb_release -a/contrail-installer$No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
contrail@contrail:
contrail@contrail:
/contrail-installer$ uname -r/contrail-installer$4.4.0-31-generic
contrail@contrail:
contrail@contrail:~/contrail-installer$ pwd
/home/contrail/contrail-installer
contrail@contrail:
$ ls$ cd contrail-installercontrail-installer
contrail@contrail:
contrail@contrail:
/contrail-installer$ clear/contrail-installer$ ./contrail.sh buildcontrail@contrail:
contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631
2017-08-07 10:16:31 ++ echo_summary 'contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631'
2017-08-07 10:16:31 ++ echo -e contrail.sh log /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631
2017-08-07 10:16:31 ++ ln -sf /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631 /home/contrail/contrail-installer/log/contrail.log
2017-08-07 10:16:31 ++ ln -sf /home/contrail/contrail-installer/log/contrail.log.2017-08-07-101631.2017-08-07-101631.summary /home/contrail/contrail-installer/log/contrail.log.summary
2017-08-07 10:16:31 ++ trap clean EXIT
2017-08-07 10:16:31 ++ trap interrupt SIGINT
2017-08-07 10:16:31 +++ read_stage
2017-08-07 10:16:31 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:16:31 +++ echo nofile
2017-08-07 10:16:31 +++ return
2017-08-07 10:16:31 ++ [[ nofile == \n\o\f\i\l\e ]]
2017-08-07 10:16:31 ++ write_stage started
2017-08-07 10:16:31 ++ echo started
2017-08-07 10:16:31 ++ OPTION=build
2017-08-07 10:16:31 ++ ARGS_COUNT=1
2017-08-07 10:16:31 ++ setup_root_access
2017-08-07 10:16:31 ++ is_package_installed sudo
2017-08-07 10:16:31 ++ [[ -z sudo ]]
2017-08-07 10:16:31 ++ [[ -z deb ]]
2017-08-07 10:16:31 ++ [[ deb = \d\e\b ]]
2017-08-07 10:16:31 ++ dpkg -s sudo
2017-08-07 10:16:31 ++ sudo grep -q '^#includedir./etc/sudoers.d' /etc/sudoers
2017-08-07 10:16:31 +++ mktemp
2017-08-07 10:16:31 ++ TEMPFILE=/tmp/tmp.E9OvRsatj2
2017-08-07 10:16:31 ++ echo 'contrail ALL=(root) NOPASSWD:ALL'
2017-08-07 10:16:31 ++ echo 'Defaults:contrail secure_path=/sbin:/usr/sbin:/usr/bin:/bin:/usr/local/sbin:/usr/local/bin'
2017-08-07 10:16:31 ++ chmod 0440 /tmp/tmp.E9OvRsatj2
2017-08-07 10:16:31 ++ sudo chown root:root /tmp/tmp.E9OvRsatj2
2017-08-07 10:16:31 ++ sudo mv /tmp/tmp.E9OvRsatj2 /etc/sudoers.d/50_contrail_sh
2017-08-07 10:16:31 +++ hostname
2017-08-07 10:16:31 ++ grep -q contrail /etc/hosts
2017-08-07 10:16:31 +++ whoami
2017-08-07 10:16:31 ++ grep -q contrail /etc/hosts
-----------------------BUILD PHASE STARTED------------------------
2017-08-07 10:16:31 ++ generate_env
2017-08-07 10:16:31 +++ echo named,dns,redis,cass,zk,ifmap,disco,apiSrv,schema,svc-mon,control,collector,analytics-api,query-engine,agent,redis-w,ui-jobs,ui-webs,kafka,alarm
2017-08-07 10:16:31 +++ tr -cd ,
2017-08-07 10:16:31 +++ wc -c
2017-08-07 10:16:31 ++ local srvcnt=19
2017-08-07 10:16:31 ++ srvcnt=20
2017-08-07 10:16:31 ++ echo NUM_ENABLED_SERVICES=20
2017-08-07 10:16:31 ++ is_fedora
2017-08-07 10:16:31 ++ [[ -z Ubuntu ]]
2017-08-07 10:16:31 ++ '[' Ubuntu = Fedora ']'
2017-08-07 10:16:31 ++ '[' Ubuntu = 'Red Hat' ']'
2017-08-07 10:16:31 ++ '[' Ubuntu = CentOS ']'
2017-08-07 10:16:31 ++ '[' 1 -eq 0 ']'
2017-08-07 10:16:31 ++ '[' 1 -eq 1 ']'
2017-08-07 10:16:31 ++ '[' build == install ']'
2017-08-07 10:16:31 ++ '[' build == start ']'
2017-08-07 10:16:31 ++ '[' build == configure ']'
2017-08-07 10:16:31 ++ '[' build == clean ']'
2017-08-07 10:16:31 ++ '[' build == stop ']'
2017-08-07 10:16:31 Downloading dependencies
2017-08-07 10:16:31 ++ '[' build == build ']'
2017-08-07 10:16:31 ++ build_contrail
2017-08-07 10:16:31 ++ echo_summary '-----------------------BUILD PHASE STARTED------------------------'
2017-08-07 10:16:31 ++ echo -e -----------------------BUILD PHASE STARTED------------------------
2017-08-07 10:16:32 ++ validstage_atoption build
2017-08-07 10:16:32 ++ local declare option=build
2017-08-07 10:16:32 ++ local declare ret_val=1
2017-08-07 10:16:32 +++ read_stage
2017-08-07 10:16:32 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:16:32 +++ read line
2017-08-07 10:16:32 +++ echo started
2017-08-07 10:16:32 +++ return
2017-08-07 10:16:32 ++ local declare current_stage=started
2017-08-07 10:16:32 ++ [[ -z build ]]
2017-08-07 10:16:32 ++ '[' build == build ']'
2017-08-07 10:16:32 ++ '[' started == started ']'
2017-08-07 10:16:32 ++ ret_val=0
2017-08-07 10:16:32 ++ '[' build == install ']'
2017-08-07 10:16:32 ++ '[' build == configure ']'
2017-08-07 10:16:32 ++ '[' build == start ']'
2017-08-07 10:16:32 ++ '[' build == stop ']'
2017-08-07 10:16:32 ++ '[' build == clean ']'
2017-08-07 10:16:32 ++ return 0
2017-08-07 10:16:32 ++ [[ 0 -eq 1 ]]
2017-08-07 10:16:32 +++ id -u
2017-08-07 10:16:32 ++ C_UID=1000
2017-08-07 10:16:32 +++ id -g
2017-08-07 10:16:32 ++ C_GUID=1000
2017-08-07 10:16:32 ++ sudo mkdir -p /var/log/contrail
2017-08-07 10:16:32 ++ sudo chown -R 1000: /var/log/contrail
2017-08-07 10:16:32 chown: invalid spec: '1000:'
2017-08-07 10:16:32 ++ sudo chmod -R 664 '/var/log/contrail/'
2017-08-07 10:16:32 chmod: cannot access '/var/log/contrail/': No such file or directory
2017-08-07 10:16:32 +++ read_stage
2017-08-07 10:16:32 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:16:32 +++ read line
2017-08-07 10:16:32 +++ echo started
2017-08-07 10:16:32 +++ return
2017-08-07 10:16:32 ++ [[ started == \s\t\a\r\t\e\d ]]
2017-08-07 10:16:32 ++ download_dependencies
2017-08-07 10:16:32 ++ echo 'Downloading dependencies'
2017-08-07 10:16:32 ++ is_ubuntu
2017-08-07 10:16:32 ++ [[ -z deb ]]
2017-08-07 10:16:32 ++ '[' deb = deb ']'
2017-08-07 10:16:32 ++ apt_get update
2017-08-07 10:16:32 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:32 ++ [[ -z update ]]
2017-08-07 10:16:32 ++ local sudo=sudo
2017-08-07 10:16:32 +++ id -u
2017-08-07 10:16:32 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:32 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes update
2017-08-07 10:16:32 Ign http://us.archive.ubuntu.com trusty InRelease
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates InRelease
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-backports InRelease
2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty InRelease
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security InRelease
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty Release.gpg
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources
2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main amd64 Packages
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/main Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources
2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main i386 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/restricted Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages
2017-08-07 10:16:32 Hit http://ppa.launchpad.net trusty/main Translation-en
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/universe Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/multiverse Sources
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/main amd64 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
2017-08-07 10:16:32 Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
2017-08-07 10:16:32 Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main Sources
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/main i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/universe i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/main Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty Release
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/main Sources
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/restricted Sources
2017-08-07 10:16:33 Hit http://security.ubuntu.com trusty-security/restricted Translation-en
2017-08-07 10:16:33 Hit http://us.archive.ubuntu.com trusty/universe Sources
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse Sources
2017-08-07 10:16:34 Hit http://security.ubuntu.com trusty-security/universe Translation-en
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main i386 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/main Translation-en
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
2017-08-07 10:16:34 Hit http://us.archive.ubuntu.com trusty/universe Translation-en
2017-08-07 10:16:37 Reading package lists...
2017-08-07 10:16:37 ++ return_status=0
2017-08-07 10:16:37 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:37 ++ apt_get install python-setuptools
2017-08-07 10:16:37 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:37 ++ [[ -z install python-setuptools ]]
2017-08-07 10:16:37 ++ local sudo=sudo
2017-08-07 10:16:37 +++ id -u
2017-08-07 10:16:37 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:37 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-setuptools
2017-08-07 10:16:37 Reading package lists...
2017-08-07 10:16:37 Building dependency tree...
2017-08-07 10:16:37 Reading state information...
2017-08-07 10:16:38 ++ return_status=0
2017-08-07 10:16:38 python-setuptools is already the newest version.
2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:38 ++ apt_get install python-novaclient
2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:38 ++ [[ -z install python-novaclient ]]
2017-08-07 10:16:38 ++ local sudo=sudo
2017-08-07 10:16:38 +++ id -u
2017-08-07 10:16:38 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-novaclient
2017-08-07 10:16:38 Reading package lists...
2017-08-07 10:16:38 Building dependency tree...
2017-08-07 10:16:38 Reading state information...
2017-08-07 10:16:38 python-novaclient is already the newest version.
2017-08-07 10:16:38 ++ return_status=0
2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:38 ++ apt_get install curl
2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:38 ++ [[ -z install curl ]]
2017-08-07 10:16:38 ++ local sudo=sudo
2017-08-07 10:16:38 +++ id -u
2017-08-07 10:16:38 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install curl
2017-08-07 10:16:38 Reading package lists...
2017-08-07 10:16:38 Building dependency tree...
2017-08-07 10:16:38 Reading state information...
2017-08-07 10:16:38 ++ return_status=0
2017-08-07 10:16:38 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:38 curl is already the newest version.
2017-08-07 10:16:38 ++ [[ trusty != \t\r\u\s\t\y ]]
2017-08-07 10:16:38 ++ apt_get install sysv-rc-conf
2017-08-07 10:16:38 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:38 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:38 ++ [[ -z install sysv-rc-conf ]]
2017-08-07 10:16:38 ++ local sudo=sudo
2017-08-07 10:16:38 +++ id -u
2017-08-07 10:16:38 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:38 Reading package lists...
2017-08-07 10:16:38 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install sysv-rc-conf
2017-08-07 10:16:39 Building dependency tree...
2017-08-07 10:16:39 Reading state information...
2017-08-07 10:16:39 sysv-rc-conf is already the newest version.
2017-08-07 10:16:39 ++ return_status=0
2017-08-07 10:16:39 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:39 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:39 ++ apt_get install screen
2017-08-07 10:16:39 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:39 ++ [[ -z install screen ]]
2017-08-07 10:16:39 ++ local sudo=sudo
2017-08-07 10:16:39 +++ id -u
2017-08-07 10:16:39 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:39 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install screen
2017-08-07 10:16:39 Reading package lists...
2017-08-07 10:16:39 Building dependency tree...
2017-08-07 10:16:39 Reading state information...
2017-08-07 10:16:39 screen is already the newest version.
2017-08-07 10:16:39 ++ return_status=0
2017-08-07 10:16:39 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:39 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:39 ++ apt_get install default-jdk javahelper
2017-08-07 10:16:39 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:39 ++ [[ -z install default-jdk javahelper ]]
2017-08-07 10:16:39 ++ local sudo=sudo
2017-08-07 10:16:39 +++ id -u
2017-08-07 10:16:39 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:39 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install default-jdk javahelper
2017-08-07 10:16:39 Reading package lists...
2017-08-07 10:16:39 Building dependency tree...
2017-08-07 10:16:39 Reading state information...
2017-08-07 10:16:40 default-jdk is already the newest version.
2017-08-07 10:16:40 javahelper is already the newest version.
2017-08-07 10:16:40 ++ return_status=0
2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:40 ++ apt_get install libcommons-codec-java libhttpcore-java liblog4j1.2-java
2017-08-07 10:16:40 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:40 ++ [[ -z install libcommons-codec-java libhttpcore-java liblog4j1.2-java ]]
2017-08-07 10:16:40 ++ local sudo=sudo
2017-08-07 10:16:40 +++ id -u
2017-08-07 10:16:40 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:40 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libcommons-codec-java libhttpcore-java liblog4j1.2-java
2017-08-07 10:16:40 Reading package lists...
2017-08-07 10:16:40 Building dependency tree...
2017-08-07 10:16:40 Reading state information...
2017-08-07 10:16:40 libcommons-codec-java is already the newest version.
2017-08-07 10:16:40 ++ return_status=0
2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:40 liblog4j1.2-java is already the newest version.
2017-08-07 10:16:40 ++ apt_get install python-software-properties
2017-08-07 10:16:40 libhttpcore-java is already the newest version.
2017-08-07 10:16:40 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:40 ++ [[ -z install python-software-properties ]]
2017-08-07 10:16:40 ++ local sudo=sudo
2017-08-07 10:16:40 +++ id -u
2017-08-07 10:16:40 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:40 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-software-properties
2017-08-07 10:16:40 Reading package lists...
2017-08-07 10:16:40 Building dependency tree...
2017-08-07 10:16:40 Reading state information...
2017-08-07 10:16:40 ++ return_status=0
2017-08-07 10:16:40 python-software-properties is already the newest version.
2017-08-07 10:16:40 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:40 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:40 ++ sudo -E add-apt-repository -y cloud-archive:precise
2017-08-07 10:16:41 'precise': not a valid cloud-archive name.
2017-08-07 10:16:41 Must be one of ['folsom', 'folsom-proposed', 'grizzly', 'grizzly-proposed', 'havana', 'havana-proposed', 'icehouse', 'icehouse-proposed', 'juno', 'juno-proposed', 'kilo', 'kilo-proposed', 'liberty', 'liberty-proposed', 'mitaka', 'mitaka-proposed', 'tools', 'tools-proposed']
2017-08-07 10:16:41 ++ sudo -E add-apt-repository -y ppa:opencontrail
2017-08-07 10:16:42 gpg: keyring
/tmp/tmpkn8t4zei/secring.gpg' created 2017-08-07 10:16:42 gpg: keyring
/tmp/tmpkn8t4zei/pubring.gpg' created2017-08-07 10:16:42 gpg: requesting key 6839FE77 from hkp server keyserver.ubuntu.com
2017-08-07 10:16:42 gpg: /tmp/tmpkn8t4zei/trustdb.gpg: trustdb created
2017-08-07 10:16:42 gpg: key 6839FE77: public key "Launchpad PPA for OpenContrail" imported
2017-08-07 10:16:42 gpg: Total number processed: 1
2017-08-07 10:16:42 gpg: imported: 1 (RSA: 1)
2017-08-07 10:16:42 OK
2017-08-07 10:16:42 ++ apt_get update
2017-08-07 10:16:42 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:42 ++ [[ -z update ]]
2017-08-07 10:16:42 ++ local sudo=sudo
2017-08-07 10:16:42 +++ id -u
2017-08-07 10:16:42 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:42 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes update
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security InRelease
2017-08-07 10:16:43 Ign http://us.archive.ubuntu.com trusty InRelease
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates InRelease
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main Sources
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-backports InRelease
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted Sources
2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty InRelease
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty Release.gpg
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe Sources
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main Sources
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse Sources
2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main amd64 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted Sources
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main amd64 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe Sources
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted amd64 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Sources
2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main i386 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe amd64 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main amd64 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse amd64 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted amd64 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main i386 Packages
2017-08-07 10:16:43 Hit http://ppa.launchpad.net trusty/main Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe amd64 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted i386 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse amd64 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe i386 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main i386 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse i386 Packages
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted i386 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/main Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe i386 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/multiverse Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse i386 Packages
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/restricted Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/main Translation-en
2017-08-07 10:16:43 Hit http://security.ubuntu.com trusty-security/universe Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/multiverse Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/restricted Translation-en
2017-08-07 10:16:43 Hit http://us.archive.ubuntu.com trusty-updates/universe Translation-en
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main amd64 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted amd64 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe amd64 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse amd64 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main i386 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted i386 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe i386 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse i386 Packages
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/main Translation-en
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/multiverse Translation-en
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/restricted Translation-en
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty-backports/universe Translation-en
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty Release
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/main Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/restricted Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/universe Sources
2017-08-07 10:16:44 Hit http://us.archive.ubuntu.com trusty/multiverse Sources
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main amd64 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted amd64 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe amd64 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse amd64 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main i386 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted i386 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe i386 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse i386 Packages
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/main Translation-en
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/multiverse Translation-en
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/restricted Translation-en
2017-08-07 10:16:45 Hit http://us.archive.ubuntu.com trusty/universe Translation-en
2017-08-07 10:16:48 Reading package lists...
2017-08-07 10:16:48 ++ return_status=0
2017-08-07 10:16:48 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:48 ++ [[ False != \T\r\u\e ]]
2017-08-07 10:16:48 ++ apt_get install patch scons flex bison make vim unzip cmake
2017-08-07 10:16:48 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:48 ++ [[ -z install patch scons flex bison make vim unzip cmake ]]
2017-08-07 10:16:48 ++ local sudo=sudo
2017-08-07 10:16:48 +++ id -u
2017-08-07 10:16:48 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:48 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install patch scons flex bison make vim unzip cmake
2017-08-07 10:16:48 Reading package lists...
2017-08-07 10:16:48 Building dependency tree...
2017-08-07 10:16:48 Reading state information...
2017-08-07 10:16:49 ++ return_status=0
2017-08-07 10:16:49 bison is already the newest version.
2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:49 cmake is already the newest version.
2017-08-07 10:16:49 ++ apt_get install libexpat-dev libgettextpo0 libcurl4-openssl-dev
2017-08-07 10:16:49 flex is already the newest version.
2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:49 make is already the newest version.
2017-08-07 10:16:49 patch is already the newest version.
2017-08-07 10:16:49 ++ [[ -z install libexpat-dev libgettextpo0 libcurl4-openssl-dev ]]
2017-08-07 10:16:49 scons is already the newest version.
2017-08-07 10:16:49 ++ local sudo=sudo
2017-08-07 10:16:49 +++ id -u
2017-08-07 10:16:49 unzip is already the newest version.
2017-08-07 10:16:49 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:49 vim is already the newest version.
2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libexpat-dev libgettextpo0 libcurl4-openssl-dev
2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:49 Reading package lists...
2017-08-07 10:16:49 Building dependency tree...
2017-08-07 10:16:49 Reading state information...
2017-08-07 10:16:49 libcurl4-openssl-dev is already the newest version.
2017-08-07 10:16:49 ++ return_status=0
2017-08-07 10:16:49 libexpat1-dev is already the newest version.
2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:49 libgettextpo0 is already the newest version.
2017-08-07 10:16:49 ++ apt_get install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev
2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:49 ++ [[ -z install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev ]]
2017-08-07 10:16:49 ++ local sudo=sudo
2017-08-07 10:16:49 +++ id -u
2017-08-07 10:16:49 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-dev autoconf automake build-essential libtool protobuf-compiler libprotobuf-dev
2017-08-07 10:16:49 Reading package lists...
2017-08-07 10:16:49 Building dependency tree...
2017-08-07 10:16:49 Reading state information...
2017-08-07 10:16:49 autoconf is already the newest version.
2017-08-07 10:16:49 ++ return_status=0
2017-08-07 10:16:49 automake is already the newest version.
2017-08-07 10:16:49 build-essential is already the newest version.
2017-08-07 10:16:49 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:49 libprotobuf-dev is already the newest version.
2017-08-07 10:16:49 libtool is already the newest version.
2017-08-07 10:16:49 ++ apt_get install libevent-dev libxml2-dev libxslt-dev librdkafka-dev
2017-08-07 10:16:49 protobuf-compiler is already the newest version.
2017-08-07 10:16:49 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:49 ++ [[ -z install libevent-dev libxml2-dev libxslt-dev librdkafka-dev ]]
2017-08-07 10:16:49 python-dev is already the newest version.
2017-08-07 10:16:49 ++ local sudo=sudo
2017-08-07 10:16:49 +++ id -u
2017-08-07 10:16:49 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:49 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:49 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libevent-dev libxml2-dev libxslt-dev librdkafka-dev
2017-08-07 10:16:49 Reading package lists...
2017-08-07 10:16:50 Building dependency tree...
2017-08-07 10:16:50 Reading state information...
2017-08-07 10:16:50 libevent-dev is already the newest version.
2017-08-07 10:16:50 ++ return_status=0
2017-08-07 10:16:50 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:50 libxml2-dev is already the newest version.
2017-08-07 10:16:50 ++ apt_get install uml-utilities
2017-08-07 10:16:50 libxslt1-dev is already the newest version.
2017-08-07 10:16:50 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:50 librdkafka-dev is already the newest version.
2017-08-07 10:16:50 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:50 ++ [[ -z install uml-utilities ]]
2017-08-07 10:16:50 ++ local sudo=sudo
2017-08-07 10:16:50 +++ id -u
2017-08-07 10:16:50 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:50 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install uml-utilities
2017-08-07 10:16:50 Reading package lists...
2017-08-07 10:16:50 Building dependency tree...
2017-08-07 10:16:50 Reading state information...
2017-08-07 10:16:50 uml-utilities is already the newest version.
2017-08-07 10:16:50 ++ return_status=0
2017-08-07 10:16:50 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:50 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:50 ++ apt_get install python-software-properties
2017-08-07 10:16:50 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:50 ++ [[ -z install python-software-properties ]]
2017-08-07 10:16:50 ++ local sudo=sudo
2017-08-07 10:16:50 +++ id -u
2017-08-07 10:16:50 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:50 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-software-properties
2017-08-07 10:16:50 Reading package lists...
2017-08-07 10:16:50 Building dependency tree...
2017-08-07 10:16:50 Reading state information...
2017-08-07 10:16:51 python-software-properties is already the newest version.
2017-08-07 10:16:51 ++ return_status=0
2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:51 ++ apt_get install python-lxml python-redis python-jsonpickle
2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:51 ++ [[ -z install python-lxml python-redis python-jsonpickle ]]
2017-08-07 10:16:51 ++ local sudo=sudo
2017-08-07 10:16:51 +++ id -u
2017-08-07 10:16:51 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:51 Reading package lists...
2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-lxml python-redis python-jsonpickle
2017-08-07 10:16:51 Building dependency tree...
2017-08-07 10:16:51 Reading state information...
2017-08-07 10:16:51 python-jsonpickle is already the newest version.
2017-08-07 10:16:51 ++ return_status=0
2017-08-07 10:16:51 python-lxml is already the newest version.
2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:51 python-redis is already the newest version.
2017-08-07 10:16:51 ++ apt_get install ant debhelper
2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:51 ++ [[ -z install ant debhelper ]]
2017-08-07 10:16:51 ++ local sudo=sudo
2017-08-07 10:16:51 +++ id -u
2017-08-07 10:16:51 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install ant debhelper
2017-08-07 10:16:51 Reading package lists...
2017-08-07 10:16:51 Building dependency tree...
2017-08-07 10:16:51 Reading state information...
2017-08-07 10:16:51 ant is already the newest version.
2017-08-07 10:16:51 debhelper is already the newest version.
2017-08-07 10:16:51 ++ return_status=0
2017-08-07 10:16:51 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:51 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:51 +++ uname -r
2017-08-07 10:16:51 ++ apt_get install linux-headers-4.4.0-31-generic
2017-08-07 10:16:51 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:51 ++ [[ -z install linux-headers-4.4.0-31-generic ]]
2017-08-07 10:16:51 ++ local sudo=sudo
2017-08-07 10:16:51 +++ id -u
2017-08-07 10:16:51 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:51 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install linux-headers-4.4.0-31-generic
2017-08-07 10:16:51 Reading package lists...
2017-08-07 10:16:51 Building dependency tree...
2017-08-07 10:16:51 Reading state information...
2017-08-07 10:16:52 linux-headers-4.4.0-31-generic is already the newest version.
2017-08-07 10:16:52 ++ return_status=0
2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:52 ++ apt_get install libipfix-dev
2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:52 ++ [[ -z install libipfix-dev ]]
2017-08-07 10:16:52 ++ local sudo=sudo
2017-08-07 10:16:52 +++ id -u
2017-08-07 10:16:52 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libipfix-dev
2017-08-07 10:16:52 Reading package lists...
2017-08-07 10:16:52 Building dependency tree...
2017-08-07 10:16:52 Reading state information...
2017-08-07 10:16:52 libipfix-dev is already the newest version.
2017-08-07 10:16:52 ++ return_status=0
2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:52 ++ apt_get install python-docker-py
2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:52 ++ [[ -z install python-docker-py ]]
2017-08-07 10:16:52 ++ local sudo=sudo
2017-08-07 10:16:52 +++ id -u
2017-08-07 10:16:52 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-docker-py
2017-08-07 10:16:52 Reading package lists...
2017-08-07 10:16:52 Building dependency tree...
2017-08-07 10:16:52 Reading state information...
2017-08-07 10:16:52 python-docker-py is already the newest version.
2017-08-07 10:16:52 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:52 ++ return_status=0
2017-08-07 10:16:52 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:52 ++ apt_get install libzookeeper-mt2 libzookeeper-mt-dev
2017-08-07 10:16:52 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:52 ++ [[ -z install libzookeeper-mt2 libzookeeper-mt-dev ]]
2017-08-07 10:16:52 ++ local sudo=sudo
2017-08-07 10:16:52 +++ id -u
2017-08-07 10:16:52 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:52 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libzookeeper-mt2 libzookeeper-mt-dev
2017-08-07 10:16:52 Reading package lists...
2017-08-07 10:16:53 Building dependency tree...
2017-08-07 10:16:53 Reading state information...
2017-08-07 10:16:53 libzookeeper-mt-dev is already the newest version.
2017-08-07 10:16:53 ++ return_status=0
2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:53 libzookeeper-mt2 is already the newest version.
2017-08-07 10:16:53 ++ apt_get install libpcap-dev
2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:53 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:53 ++ [[ -z install libpcap-dev ]]
2017-08-07 10:16:53 ++ local sudo=sudo
2017-08-07 10:16:53 +++ id -u
2017-08-07 10:16:53 Reading package lists...
2017-08-07 10:16:53 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:53 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libpcap-dev
2017-08-07 10:16:53 Building dependency tree...
2017-08-07 10:16:53 Reading state information...
2017-08-07 10:16:53 libpcap-dev is already the newest version.
2017-08-07 10:16:53 ++ return_status=0
2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:53 ++ apt_get install python-sseclient
2017-08-07 10:16:53 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:53 ++ [[ -z install python-sseclient ]]
2017-08-07 10:16:53 ++ local sudo=sudo
2017-08-07 10:16:53 +++ id -u
2017-08-07 10:16:53 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:53 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-sseclient
2017-08-07 10:16:53 Reading package lists...
2017-08-07 10:16:53 Building dependency tree...
2017-08-07 10:16:53 Reading state information...
2017-08-07 10:16:53 python-sseclient is already the newest version.
2017-08-07 10:16:53 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:53 ++ return_status=0
2017-08-07 10:16:53 Downloading cassanadra CPP drivers
2017-08-07 10:16:53 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:53 ++ download_cassandra_cpp_drivers
2017-08-07 10:16:53 ++ echo 'Downloading cassanadra CPP drivers'
2017-08-07 10:16:53 ++ is_ubuntu
2017-08-07 10:16:53 ++ [[ -z deb ]]
2017-08-07 10:16:53 ++ '[' deb = deb ']'
2017-08-07 10:16:53 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver_2.2.0-1_amd64.deb
2017-08-07 10:16:53 --2017-08-07 10:16:53-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver_2.2.0-1_amd64.deb
2017-08-07 10:16:54 Resolving downloads.datastax.com (downloads.datastax.com)... 52.89.36.190, 52.25.190.191, 34.208.28.138, ...
2017-08-07 10:16:54 Connecting to downloads.datastax.com (downloads.datastax.com)|52.89.36.190|:80... connected.
2017-08-07 10:16:54 HTTP request sent, awaiting response... 200 OK
2017-08-07 10:16:54 Length: 279820 (273K) [application/x-debian-package]
2017-08-07 10:16:54 Saving to: 'cassandra-cpp-driver_2.2.0-1_amd64.deb.3'
2017-08-07 10:16:54
2017-08-07 10:16:54 0K .......... .......... .......... .......... .......... 18% 3.13M 0s
2017-08-07 10:16:54 50K .......... .......... .......... .......... .......... 36% 3.66M 0s
2017-08-07 10:16:54 100K .......... .......... .......... .......... .......... 54% 3.35M 0s
2017-08-07 10:16:54 150K .......... .......... .......... .......... .......... 73% 4.26M 0s
2017-08-07 10:16:54 200K .......... .......... .......... .......... .......... 91% 9.25M 0s
2017-08-07 10:16:54 250K .......... .......... ... 100% 9.59M=0.06s
2017-08-07 10:16:54
2017-08-07 10:16:54 2017-08-07 10:16:54 (4.26 MB/s) - 'cassandra-cpp-driver_2.2.0-1_amd64.deb.3' saved [279820/279820]
2017-08-07 10:16:54
2017-08-07 10:16:54 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver-dev_2.2.0-1_amd64.deb
2017-08-07 10:16:54 --2017-08-07 10:16:54-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/cassandra/v2.2.0/cassandra-cpp-driver-dev_2.2.0-1_amd64.deb
2017-08-07 10:16:54 Resolving downloads.datastax.com (downloads.datastax.com)... 52.34.156.97, 34.208.28.138, 52.25.190.191, ...
2017-08-07 10:16:54 Connecting to downloads.datastax.com (downloads.datastax.com)|52.34.156.97|:80... connected.
2017-08-07 10:16:55 HTTP request sent, awaiting response... 200 OK
2017-08-07 10:16:55 Length: 384182 (375K) [application/x-debian-package]
2017-08-07 10:16:55 Saving to: 'cassandra-cpp-driver-dev_2.2.0-1_amd64.deb.3'
2017-08-07 10:16:55
2017-08-07 10:16:55 0K .......... .......... .......... .......... .......... 13% 3.25M 0s
2017-08-07 10:16:55 50K .......... .......... .......... .......... .......... 26% 2.93M 0s
2017-08-07 10:16:55 100K .......... .......... .......... .......... .......... 39% 2.61M 0s
2017-08-07 10:16:55 150K .......... .......... .......... .......... .......... 53% 4.46M 0s
2017-08-07 10:16:55 200K .......... .......... .......... .......... .......... 66% 7.79M 0s
2017-08-07 10:16:55 250K .......... .......... .......... .......... .......... 79% 15.8M 0s
2017-08-07 10:16:55 300K .......... .......... .......... .......... .......... 93% 6.64M 0s
2017-08-07 10:16:55 350K .......... .......... ..... 100% 35.1M=0.08s
2017-08-07 10:16:55
2017-08-07 10:16:55 2017-08-07 10:16:55 (4.65 MB/s) - 'cassandra-cpp-driver-dev_2.2.0-1_amd64.deb.3' saved [384182/384182]
2017-08-07 10:16:55
2017-08-07 10:16:55 ++ wget http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/libuv/v1.7.5/libuv_1.7.5-1_amd64.deb
2017-08-07 10:16:55 --2017-08-07 10:16:55-- http://downloads.datastax.com/cpp-driver/ubuntu/14.04/dependencies/libuv/v1.7.5/libuv_1.7.5-1_amd64.deb
2017-08-07 10:16:55 Resolving downloads.datastax.com (downloads.datastax.com)... 52.24.5.182, 52.25.190.191, 34.208.28.138, ...
2017-08-07 10:16:55 Connecting to downloads.datastax.com (downloads.datastax.com)|52.24.5.182|:80... connected.
2017-08-07 10:16:56 HTTP request sent, awaiting response... 200 OK
2017-08-07 10:16:56 Length: 53792 (53K) [application/x-debian-package]
2017-08-07 10:16:56 Saving to: 'libuv_1.7.5-1_amd64.deb.3'
2017-08-07 10:16:56
2017-08-07 10:16:56 0K .......... .......... .......... .......... .......... 95% 3.32M 0s
2017-08-07 10:16:56 50K .. 100% 3.11M=0.02s
2017-08-07 10:16:56
2017-08-07 10:16:56 2017-08-07 10:16:56 (3.31 MB/s) - 'libuv_1.7.5-1_amd64.deb.3' saved [53792/53792]
2017-08-07 10:16:56
2017-08-07 10:16:56 ++ sudo dpkg -i cassandra-cpp-driver_2.2.0-1_amd64.deb cassandra-cpp-driver-dev_2.2.0-1_amd64.deb libuv_1.7.5-1_amd64.deb
2017-08-07 10:16:56 (Reading database ... 93597 files and directories currently installed.)
2017-08-07 10:16:56 Preparing to unpack cassandra-cpp-driver_2.2.0-1_amd64.deb ...
2017-08-07 10:16:56 Unpacking cassandra-cpp-driver (2.2.0-1) over (2.2.0-1) ...
2017-08-07 10:16:56 Preparing to unpack cassandra-cpp-driver-dev_2.2.0-1_amd64.deb ...
2017-08-07 10:16:56 Unpacking cassandra-cpp-driver-dev (2.2.0-1) over (2.2.0-1) ...
2017-08-07 10:16:56 Preparing to unpack libuv_1.7.5-1_amd64.deb ...
2017-08-07 10:16:56 Unpacking libuv (1.7.5-1) over (1.7.5-1) ...
2017-08-07 10:16:56 Setting up libuv (1.7.5-1) ...
2017-08-07 10:16:56 Setting up cassandra-cpp-driver (2.2.0-1) ...
2017-08-07 10:16:56 Setting up cassandra-cpp-driver-dev (2.2.0-1) ...
2017-08-07 10:16:56 Processing triggers for libc-bin (2.19-0ubuntu6.9) ...
2017-08-07 10:16:56 ++ apt_get install libvirt-bin
2017-08-07 10:16:56 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:56 ++ [[ -z install libvirt-bin ]]
2017-08-07 10:16:56 ++ local sudo=sudo
2017-08-07 10:16:56 +++ id -u
2017-08-07 10:16:56 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:56 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libvirt-bin
2017-08-07 10:16:56 Reading package lists...
2017-08-07 10:16:57 Building dependency tree...
2017-08-07 10:16:57 Reading state information...
2017-08-07 10:16:57 libvirt-bin is already the newest version.
2017-08-07 10:16:57 ++ return_status=0
2017-08-07 10:16:57 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:57 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:57 ++ [[ trusty =~ (trusty) ]]
2017-08-07 10:16:57 ++ apt_get install software-properties-common
2017-08-07 10:16:57 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:57 ++ [[ -z install software-properties-common ]]
2017-08-07 10:16:57 ++ local sudo=sudo
2017-08-07 10:16:57 Reading package lists...
2017-08-07 10:16:57 +++ id -u
2017-08-07 10:16:57 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:57 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install software-properties-common
2017-08-07 10:16:57 Building dependency tree...
2017-08-07 10:16:57 Reading state information...
2017-08-07 10:16:57 software-properties-common is already the newest version.
2017-08-07 10:16:57 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:57 ++ return_status=0
2017-08-07 10:16:57 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:57 ++ apt_get install libboost-dev libboost-chrono-dev libboost-date-time-dev
2017-08-07 10:16:57 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:57 ++ [[ -z install libboost-dev libboost-chrono-dev libboost-date-time-dev ]]
2017-08-07 10:16:57 ++ local sudo=sudo
2017-08-07 10:16:57 +++ id -u
2017-08-07 10:16:57 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:57 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-dev libboost-chrono-dev libboost-date-time-dev
2017-08-07 10:16:57 Reading package lists...
2017-08-07 10:16:57 Building dependency tree...
2017-08-07 10:16:57 Reading state information...
2017-08-07 10:16:58 libboost-chrono-dev is already the newest version.
2017-08-07 10:16:58 libboost-date-time-dev is already the newest version.
2017-08-07 10:16:58 ++ return_status=0
2017-08-07 10:16:58 libboost-dev is already the newest version.
2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:58 ++ apt_get install libboost-filesystem-dev libboost-program-options-dev
2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:58 ++ [[ -z install libboost-filesystem-dev libboost-program-options-dev ]]
2017-08-07 10:16:58 ++ local sudo=sudo
2017-08-07 10:16:58 +++ id -u
2017-08-07 10:16:58 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-filesystem-dev libboost-program-options-dev
2017-08-07 10:16:58 Reading package lists...
2017-08-07 10:16:58 Building dependency tree...
2017-08-07 10:16:58 Reading state information...
2017-08-07 10:16:58 ++ return_status=0
2017-08-07 10:16:58 libboost-filesystem-dev is already the newest version.
2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:58 libboost-program-options-dev is already the newest version.
2017-08-07 10:16:58 ++ apt_get install libboost-python-dev libboost-regex-dev libboost-system-dev
2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:58 ++ [[ -z install libboost-python-dev libboost-regex-dev libboost-system-dev ]]
2017-08-07 10:16:58 ++ local sudo=sudo
2017-08-07 10:16:58 +++ id -u
2017-08-07 10:16:58 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-python-dev libboost-regex-dev libboost-system-dev
2017-08-07 10:16:58 Reading package lists...
2017-08-07 10:16:58 Building dependency tree...
2017-08-07 10:16:58 Reading state information...
2017-08-07 10:16:58 ++ return_status=0
2017-08-07 10:16:58 libboost-python-dev is already the newest version.
2017-08-07 10:16:58 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:58 ++ apt_get install libboost-thread-dev libcurl4-openssl-dev google-mock
2017-08-07 10:16:58 libboost-regex-dev is already the newest version.
2017-08-07 10:16:58 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:58 ++ [[ -z install libboost-thread-dev libcurl4-openssl-dev google-mock ]]
2017-08-07 10:16:58 libboost-system-dev is already the newest version.
2017-08-07 10:16:58 ++ local sudo=sudo
2017-08-07 10:16:58 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:58 +++ id -u
2017-08-07 10:16:58 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:58 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libboost-thread-dev libcurl4-openssl-dev google-mock
2017-08-07 10:16:58 Reading package lists...
2017-08-07 10:16:59 Building dependency tree...
2017-08-07 10:16:59 Reading state information...
2017-08-07 10:16:59 ++ return_status=0
2017-08-07 10:16:59 google-mock is already the newest version.
2017-08-07 10:16:59 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:59 libboost-thread-dev is already the newest version.
2017-08-07 10:16:59 ++ apt_get install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev
2017-08-07 10:16:59 libcurl4-openssl-dev is already the newest version.
2017-08-07 10:16:59 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:59 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:59 ++ [[ -z install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev ]]
2017-08-07 10:16:59 ++ local sudo=sudo
2017-08-07 10:16:59 +++ id -u
2017-08-07 10:16:59 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:59 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libgoogle-perftools-dev liblog4cplus-dev libtbb-dev
2017-08-07 10:16:59 Reading package lists...
2017-08-07 10:16:59 Building dependency tree...
2017-08-07 10:16:59 Reading state information...
2017-08-07 10:16:59 liblog4cplus-dev is already the newest version.
2017-08-07 10:16:59 libtbb-dev is already the newest version.
2017-08-07 10:16:59 ++ return_status=0
2017-08-07 10:16:59 libgoogle-perftools-dev is already the newest version.
2017-08-07 10:16:59 ++ [[ 0 -gt 0 ]]
2017-08-07 10:16:59 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:16:59 ++ apt_get install libhttp-parser-dev libxml2-dev libicu-dev
2017-08-07 10:16:59 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:16:59 ++ [[ -z install libhttp-parser-dev libxml2-dev libicu-dev ]]
2017-08-07 10:16:59 ++ local sudo=sudo
2017-08-07 10:16:59 +++ id -u
2017-08-07 10:16:59 ++ [[ 1000 = \0 ]]
2017-08-07 10:16:59 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install libhttp-parser-dev libxml2-dev libicu-dev
2017-08-07 10:16:59 Reading package lists...
2017-08-07 10:16:59 Building dependency tree...
2017-08-07 10:16:59 Reading state information...
2017-08-07 10:17:00 libhttp-parser-dev is already the newest version.
2017-08-07 10:17:00 ++ return_status=0
2017-08-07 10:17:00 libicu-dev is already the newest version.
2017-08-07 10:17:00 libxml2-dev is already the newest version.
2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:00 ++ '[' ALL = ALL ']'
2017-08-07 10:17:00 ++ apt_get install rabbitmq-server
2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:00 ++ [[ -z install rabbitmq-server ]]
2017-08-07 10:17:00 ++ local sudo=sudo
2017-08-07 10:17:00 +++ id -u
2017-08-07 10:17:00 ++ [[ 1000 = \0 ]]
2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install rabbitmq-server
2017-08-07 10:17:00 Reading package lists...
2017-08-07 10:17:00 Building dependency tree...
2017-08-07 10:17:00 Reading state information...
2017-08-07 10:17:00 rabbitmq-server is already the newest version.
2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:00 ++ return_status=0
2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:00 ++ apt_get install python-kombu
2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:00 ++ [[ -z install python-kombu ]]
2017-08-07 10:17:00 ++ local sudo=sudo
2017-08-07 10:17:00 +++ id -u
2017-08-07 10:17:00 ++ [[ 1000 = \0 ]]
2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-kombu
2017-08-07 10:17:00 Reading package lists...
2017-08-07 10:17:00 Building dependency tree...
2017-08-07 10:17:00 Reading state information...
2017-08-07 10:17:00 python-kombu is already the newest version.
2017-08-07 10:17:00 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:00 ++ return_status=0
2017-08-07 10:17:00 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:00 ++ apt_get install kafka
2017-08-07 10:17:00 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:00 ++ [[ -z install kafka ]]
2017-08-07 10:17:00 ++ local sudo=sudo
2017-08-07 10:17:00 +++ id -u
2017-08-07 10:17:00 ++ [[ 1000 = \0 ]]
2017-08-07 10:17:00 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install kafka
2017-08-07 10:17:00 Reading package lists...
2017-08-07 10:17:01 Building dependency tree...
2017-08-07 10:17:01 Reading state information...
2017-08-07 10:17:01 kafka is already the newest version.
2017-08-07 10:17:01 ++ return_status=0
2017-08-07 10:17:01 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:01 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:01 ++ apt_get install python-sphinx
2017-08-07 10:17:01 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:01 ++ [[ -z install python-sphinx ]]
2017-08-07 10:17:01 ++ local sudo=sudo
2017-08-07 10:17:01 +++ id -u
2017-08-07 10:17:01 ++ [[ 1000 = \0 ]]
2017-08-07 10:17:01 Reading package lists...
2017-08-07 10:17:01 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install python-sphinx
2017-08-07 10:17:01 Building dependency tree...
2017-08-07 10:17:01 Reading state information...
2017-08-07 10:17:01 python-sphinx is already the newest version.
2017-08-07 10:17:01 ++ return_status=0
2017-08-07 10:17:01 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:01 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:01 ++ apt_get install sshpass expect
2017-08-07 10:17:01 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:01 ++ [[ -z install sshpass expect ]]
2017-08-07 10:17:01 ++ local sudo=sudo
2017-08-07 10:17:01 +++ id -u
2017-08-07 10:17:01 ++ [[ 1000 = \0 ]]
2017-08-07 10:17:01 ++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes install sshpass expect
2017-08-07 10:17:01 Reading package lists...
2017-08-07 10:17:01 Building dependency tree...
2017-08-07 10:17:01 Reading state information...
2017-08-07 10:17:02 expect is already the newest version.
2017-08-07 10:17:02 ++ return_status=0
2017-08-07 10:17:02 sshpass is already the newest version.
2017-08-07 10:17:02 ++ [[ 0 -gt 0 ]]
2017-08-07 10:17:02 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:02 ++ change_stage started Dependencies
2017-08-07 10:17:02 +++ read_stage
2017-08-07 10:17:02 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:02 +++ read line
2017-08-07 10:17:02 +++ echo started
2017-08-07 10:17:02 +++ return
2017-08-07 10:17:02 ++ current_stage=started
2017-08-07 10:17:02 ++ [[ started == started ]]
2017-08-07 10:17:02 ++ write_stage Dependencies
2017-08-07 10:17:02 ++ echo Dependencies
2017-08-07 10:17:02 ++ which repo
2017-08-07 10:17:02 ++ source install_pip.sh
2017-08-07 10:17:02 ++++ pwd
2017-08-07 10:17:02 +++ TOP_DIR=/home/contrail/contrail-installer
2017-08-07 10:17:02 +++ cd /home/contrail/contrail-installer
2017-08-07 10:17:02 +++ source /home/contrail/contrail-installer/functions
2017-08-07 10:17:02 +++++ set +o
2017-08-07 10:17:02 +++++ grep xtrace
2017-08-07 10:17:02 ++++ XTRACE='set -o xtrace'
2017-08-07 10:17:02 ++++ set +o xtrace
2017-08-07 10:17:02 +++ USE_GET_PIP=0
2017-08-07 10:17:02 +++ INSTALL_PIP_VERSION=1.5.6
2017-08-07 10:17:02 +++ [[ -n '' ]]
2017-08-07 10:17:02 +++ PIP_GET_PIP_URL=https://raw.github.com/pypa/pip/master/contrib/get-pip.py
2017-08-07 10:17:02 +++ PIP_TAR_URL=https://pypi.python.org/packages/source/p/pip/pip-1.5.6.tar.gz
2017-08-07 10:17:02 +++ GetDistro
2017-08-07 10:17:02 +++ GetOSVersion
2017-08-07 10:17:02 ++++ which sw_vers
2017-08-07 10:17:02 +++ [[ -x '' ]]
2017-08-07 10:17:02 ++++ which lsb_release
2017-08-07 10:17:02 +++ [[ -x /usr/bin/lsb_release ]]
2017-08-07 10:17:02 ++++ lsb_release -i -s
2017-08-07 10:17:02 +++ os_VENDOR=Ubuntu
2017-08-07 10:17:02 ++++ lsb_release -r -s
2017-08-07 10:17:02 +++ os_RELEASE=14.04
2017-08-07 10:17:02 +++ os_UPDATE=
2017-08-07 10:17:02 +++ os_PACKAGE=rpm
2017-08-07 10:17:02 +++ [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]]
2017-08-07 10:17:02 +++ os_PACKAGE=deb
2017-08-07 10:17:02 ++++ lsb_release -c -s
2017-08-07 10:17:02 +++ os_CODENAME=trusty
2017-08-07 10:17:02 Distro: trusty
2017-08-07 10:17:02 +++ export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME
2017-08-07 10:17:02 +++ [[ Ubuntu =~ (Ubuntu) ]]
2017-08-07 10:17:02 +++ DISTRO=trusty
2017-08-07 10:17:02 +++ export DISTRO
2017-08-07 10:17:02 +++ echo 'Distro: trusty'
2017-08-07 10:17:02 +++ get_versions
2017-08-07 10:17:02 ++++ which pip
2017-08-07 10:17:02 +++ PIP=/usr/local/bin/pip
2017-08-07 10:17:02 +++ [[ -n /usr/local/bin/pip ]]
2017-08-07 10:17:02 ++++ /usr/local/bin/pip --version
2017-08-07 10:17:02 ++++ awk '{ print $2}'
2017-08-07 10:17:02 +++ PIP_VERSION=1.5.6
2017-08-07 10:17:02 pip: 1.5.6
2017-08-07 10:17:02 +++ echo 'pip: 1.5.6'
2017-08-07 10:17:02 +++ uninstall_package python-pip
2017-08-07 10:17:02 +++ is_ubuntu
2017-08-07 10:17:02 +++ [[ -z deb ]]
2017-08-07 10:17:02 +++ '[' deb = deb ']'
2017-08-07 10:17:02 +++ apt_get purge python-pip
2017-08-07 10:17:02 +++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:02 +++ [[ -z purge python-pip ]]
2017-08-07 10:17:02 +++ local sudo=sudo
2017-08-07 10:17:02 ++++ id -u
2017-08-07 10:17:02 +++ [[ 1000 = \0 ]]
2017-08-07 10:17:02 +++ sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --force-yes --assume-yes purge python-pip
2017-08-07 10:17:02 Reading package lists...
2017-08-07 10:17:02 Building dependency tree...
2017-08-07 10:17:02 Reading state information...
2017-08-07 10:17:02 Package 'python-pip' is not installed, so not removed
2017-08-07 10:17:02 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:02 +++ return_status=0
2017-08-07 10:17:02 Skipping downloading of pip-1.5.6.tar.gz
2017-08-07 10:17:02 +++ [[ 0 -gt 0 ]]
2017-08-07 10:17:02 +++ [[ 0 == \1 ]]
2017-08-07 10:17:02 +++ install_pip_tarball
2017-08-07 10:17:02 +++ [[ -f pip-1.5.6.tar.gz ]]
2017-08-07 10:17:02 +++ echo 'Skipping downloading of pip-1.5.6.tar.gz'
2017-08-07 10:17:02 +++ tar xvfz pip-1.5.6.tar.gz
2017-08-07 10:17:02 +++ cd pip-1.5.6
2017-08-07 10:17:02 +++ sudo -E python setup.py install
2017-08-07 10:17:03 warning: no files found matching 'pip/cacert.pem'
2017-08-07 10:17:03 warning: no files found matching '.html' under directory 'docs'
2017-08-07 10:17:03 warning: no previously-included files matching '.rst' found under directory 'docs/_build'
2017-08-07 10:17:03 no previously-included directories found matching 'docs/_build/_sources'
2017-08-07 10:17:04 +++ get_versions
2017-08-07 10:17:04 ++++ which pip
2017-08-07 10:17:04 +++ PIP=/usr/local/bin/pip
2017-08-07 10:17:04 +++ [[ -n /usr/local/bin/pip ]]
2017-08-07 10:17:04 ++++ /usr/local/bin/pip --version
2017-08-07 10:17:04 ++++ awk '{ print $2}'
2017-08-07 10:17:04 +++ PIP_VERSION=1.5.6
2017-08-07 10:17:04 pip: 1.5.6
2017-08-07 10:17:04 +++ echo 'pip: 1.5.6'
2017-08-07 10:17:04 ++ /bin/bash install_pip.sh
2017-08-07 10:17:04 Distro: trusty
2017-08-07 10:17:05 pip: 1.5.6
2017-08-07 10:17:05 Reading package lists...
2017-08-07 10:17:05 Building dependency tree...
2017-08-07 10:17:05 Reading state information...
2017-08-07 10:17:05 Package 'python-pip' is not installed, so not removed
2017-08-07 10:17:05 0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
2017-08-07 10:17:05 Skipping downloading of pip-1.5.6.tar.gz
2017-08-07 10:17:05 warning: no files found matching 'pip/cacert.pem'
2017-08-07 10:17:05 warning: no files found matching '.html' under directory 'docs'
2017-08-07 10:17:05 warning: no previously-included files matching '.rst' found under directory 'docs/_build'
2017-08-07 10:17:05 no previously-included directories found matching 'docs/_build/_sources'
2017-08-07 10:17:07 pip: 1.5.6
2017-08-07 10:17:07 +++ read_stage
2017-08-07 10:17:07 Downloading python dependencies
2017-08-07 10:17:07 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:07 +++ read line
2017-08-07 10:17:07 +++ echo Dependencies
2017-08-07 10:17:07 +++ return
2017-08-07 10:17:07 ++ [[ Dependencies == \D\e\p\e\n\d\e\n\c\i\e\s ]]
2017-08-07 10:17:07 ++ download_python_dependencies
2017-08-07 10:17:07 ++ echo 'Downloading python dependencies'
2017-08-07 10:17:07 ++ [[ False != \T\r\u\e ]]
2017-08-07 10:17:07 ++ pip_install gevent==1.0 geventhttpclient==1.0a thrift
2017-08-07 10:17:07 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:07 ++ [[ -z gevent==1.0 geventhttpclient==1.0a thrift ]]
2017-08-07 10:17:07 ++ [[ -z deb ]]
2017-08-07 10:17:07 ++ [[ '' = True ]]
2017-08-07 10:17:07 ++ SUDO_PIP=sudo
2017-08-07 10:17:07 +++ get_pip_command
2017-08-07 10:17:07 +++ which pip
2017-08-07 10:17:07 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:07 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:07 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:07 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:07 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:07 ++ local pip_build_tmp=/tmp/pip-build.vxcRi
2017-08-07 10:17:07 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.vxcRi gevent==1.0 geventhttpclient==1.0a thrift
2017-08-07 10:17:07 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): gevent==1.0 in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): geventhttpclient==1.0a in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): thrift in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): greenlet in /usr/local/lib/python2.7/dist-packages (from gevent==1.0)
2017-08-07 10:17:07 Cleaning up...
2017-08-07 10:17:07 ++ sudo rm -rf /tmp/pip-build.vxcRi
2017-08-07 10:17:07 ++ pip_install netifaces fabric argparse
2017-08-07 10:17:07 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:07 ++ [[ -z netifaces fabric argparse ]]
2017-08-07 10:17:07 ++ [[ -z deb ]]
2017-08-07 10:17:07 ++ [[ '' = True ]]
2017-08-07 10:17:07 ++ SUDO_PIP=sudo
2017-08-07 10:17:07 +++ get_pip_command
2017-08-07 10:17:07 +++ which pip
2017-08-07 10:17:07 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:07 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:07 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:07 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:07 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:07 ++ local pip_build_tmp=/tmp/pip-build.2mZpm
2017-08-07 10:17:07 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.2mZpm netifaces fabric argparse
2017-08-07 10:17:07 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): netifaces in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:07 Downloading/unpacking fabric
2017-08-07 10:17:07 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F8b%2F7a%2F1f1be2fda8352305376640cfe5819569a59de9c5f5e48f37d0bbcddddc24%2FFabric-1.13.2-py2-none-any.whl
2017-08-07 10:17:07 Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7
2017-08-07 10:17:07 Downloading/unpacking paramiko>=1.10,<3.0 (from fabric)
2017-08-07 10:17:07 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fdf%2F1b%2F7519f092c12048a4346c083101f9e6b8651fe455adc005f909c9cf83407b%2Fparamiko-2.2.1-py2.py3-none-any.whl
2017-08-07 10:17:08 Downloading/unpacking pyasn1>=0.1.7 (from paramiko>=1.10,<3.0->fabric)
2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F4c%2F69%2F4902c67195c2cad705c6d3f69b2b5f15bca9cbb82009eb818a166781c284%2Fpyasn1-0.3.2-py2.py3-none-any.whl
2017-08-07 10:17:08 Downloading/unpacking bcrypt>=3.1.3 (from paramiko>=1.10,<3.0->fabric)
2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F58%2Fe9%2F6d7f1d883d8c5876470b5d187d72c04f2a9954d61e71e7eb5d2ea2a50442%2Fbcrypt-3.1.3.tar.gz
2017-08-07 10:17:08 Running setup.py (path:/tmp/pip-build.2mZpm/bcrypt/setup.py) egg_info for package bcrypt
2017-08-07 10:17:08 warning: no previously-included files found matching 'requirements.txt'
2017-08-07 10:17:08 warning: no previously-included files found matching 'tasks.py'
2017-08-07 10:17:08 warning: no previously-included files found matching '.travis.yml'
2017-08-07 10:17:08 warning: no previously-included files found matching 'wheel-scripts'
2017-08-07 10:17:08 warning: no previously-included files matching '' found under directory 'wheel-scripts'
2017-08-07 10:17:08 no previously-included directories found matching '.travis'
2017-08-07 10:17:08 Downloading/unpacking cryptography>=1.1 (from paramiko>=1.10,<3.0->fabric)
2017-08-07 10:17:08 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F9c%2F1a%2F0fc8cffb04582f9ffca61b15b0681cf2e8588438e55f61403eb9880bd8e0%2Fcryptography-2.0.3.tar.gz
2017-08-07 10:17:08 Running setup.py (path:/tmp/pip-build.2mZpm/cryptography/setup.py) egg_info for package cryptography
2017-08-07 10:17:09 no previously-included directories found matching 'docs/_build'
2017-08-07 10:17:09 warning: no previously-included files matching '*' found under directory 'vectors'
2017-08-07 10:17:09 Downloading/unpacking pynacl>=1.0.1 (from paramiko>=1.10,<3.0->fabric)
2017-08-07 10:17:09 Using download cache from /var/cache/pip/https%3A%2F%2Fpypi.python.org%2Fpackages%2F8d%2Ff3%2F02605b056e465bf162508c4d1635a2bccd9abd1ee3ed2a1bb4e9676eac33%2FPyNaCl-1.1.2.tar.gz
2017-08-07 10:17:09 Running setup.py (path:/tmp/pip-build.2mZpm/pynacl/setup.py) egg_info for package pynacl
2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path.
2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc'2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable
2017-08-07 10:17:10 No package 'libffi' found
2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path.
2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc'2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable
2017-08-07 10:17:10 No package 'libffi' found
2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path.
2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:10 No package 'libffi' found 2017-08-07 10:17:10 c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory 2017-08-07 10:17:10 #include <ffi.h> 2017-08-07 10:17:10 ^ 2017-08-07 10:17:10 compilation terminated. 2017-08-07 10:17:10 Traceback (most recent call last): 2017-08-07 10:17:10 File "<string>", line 17, in <module> 2017-08-07 10:17:10 File "/tmp/pip-build.2mZpm/pynacl/setup.py", line 232, in <module> 2017-08-07 10:17:10 "Programming Language :: Python :: 3.6", 2017-08-07 10:17:10 File "/usr/lib/python2.7/distutils/core.py", line 111, in setup 2017-08-07 10:17:10 _setup_distribution = dist = klass(attrs) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 325, in __init__ 2017-08-07 10:17:10 self.fetch_build_eggs(attrs['setup_requires']) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 446, in fetch_build_eggs 2017-08-07 10:17:10 replace_conflicting=True, 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 855, in resolve 2017-08-07 10:17:10 dist = best[req.key] = env.best_match(req, ws, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1127, in best_match 2017-08-07 10:17:10 return self.obtain(req, installer) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1139, in obtain 2017-08-07 10:17:10 return installer(requirement) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 518, in fetch_build_egg 2017-08-07 10:17:10 return cmd.easy_install(req) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 672, in easy_install 2017-08-07 10:17:10 return self.install_item(spec, dist.location, tmpdir, deps) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 698, in install_item 2017-08-07 10:17:10 dists = self.install_eggs(spec, download, tmpdir) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 879, in install_eggs 2017-08-07 10:17:10 return self.build_and_install(setup_script, setup_base) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1118, in build_and_install 2017-08-07 10:17:10 self.run_setup(setup_script, setup_base, args) 2017-08-07 10:17:10 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1106, in run_setup 2017-08-07 10:17:10 raise DistutilsError("Setup script exited with %s" % (v.args[0],)) 2017-08-07 10:17:10 distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 2017-08-07 10:17:10 Complete output from command python setup.py egg_info: 2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:10 2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc'2017-08-07 10:17:10
2017-08-07 10:17:10 ++ pip_install bottle
2017-08-07 10:17:10 to the PKG_CONFIG_PATH environment variable
2017-08-07 10:17:10 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:10
2017-08-07 10:17:10 No package 'libffi' found
2017-08-07 10:17:10
2017-08-07 10:17:10 ++ [[ -z bottle ]]
2017-08-07 10:17:10 Package libffi was not found in the pkg-config search path.
2017-08-07 10:17:10 ++ [[ -z deb ]]
2017-08-07 10:17:10
2017-08-07 10:17:10 ++ [[ '' = True ]]
2017-08-07 10:17:10 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:10 ++ SUDO_PIP=sudo 2017-08-07 10:17:11 +++ get_pip_command 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 +++ which pip 2017-08-07 10:17:11 2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']' 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]] 2017-08-07 10:17:11 Perhaps you should add the directory containing
libffi.pc'2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:11
2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.GOpM5
2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable
2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.GOpM5 bottle
2017-08-07 10:17:11
2017-08-07 10:17:11 No package 'libffi' found
2017-08-07 10:17:11
2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path.
2017-08-07 10:17:11
2017-08-07 10:17:11 Perhaps you should add the directory containing
libffi.pc' 2017-08-07 10:17:11 2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable 2017-08-07 10:17:11 2017-08-07 10:17:11 No package 'libffi' found 2017-08-07 10:17:11 2017-08-07 10:17:11 Package libffi was not found in the pkg-config search path. 2017-08-07 10:17:11 2017-08-07 10:17:11 Perhaps you should add the directory containing
libffi.pc'2017-08-07 10:17:11
2017-08-07 10:17:11 to the PKG_CONFIG_PATH environment variable
2017-08-07 10:17:11
2017-08-07 10:17:11 No package 'libffi' found
2017-08-07 10:17:11
2017-08-07 10:17:11 c/_cffi_backend.c:15:17: fatal error: ffi.h: No such file or directory
2017-08-07 10:17:11
2017-08-07 10:17:11 #include <ffi.h>
2017-08-07 10:17:11
2017-08-07 10:17:11 ^
2017-08-07 10:17:11
2017-08-07 10:17:11 compilation terminated.
2017-08-07 10:17:11
2017-08-07 10:17:11 Traceback (most recent call last):
2017-08-07 10:17:11
2017-08-07 10:17:11 File "", line 17, in
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/tmp/pip-build.2mZpm/pynacl/setup.py", line 232, in
2017-08-07 10:17:11
2017-08-07 10:17:11 "Programming Language :: Python :: 3.6",
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
2017-08-07 10:17:11
2017-08-07 10:17:11 _setup_distribution = dist = klass(attrs)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 325, in init
2017-08-07 10:17:11
2017-08-07 10:17:11 self.fetch_build_eggs(attrs['setup_requires'])
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 446, in fetch_build_eggs
2017-08-07 10:17:11
2017-08-07 10:17:11 replace_conflicting=True,
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 855, in resolve
2017-08-07 10:17:11
2017-08-07 10:17:11 dist = best[req.key] = env.best_match(req, ws, installer)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 1127, in best_match
2017-08-07 10:17:11
2017-08-07 10:17:11 return self.obtain(req, installer)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/pkg_resources/init.py", line 1139, in obtain
2017-08-07 10:17:11
2017-08-07 10:17:11 return installer(requirement)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/dist.py", line 518, in fetch_build_egg
2017-08-07 10:17:11
2017-08-07 10:17:11 return cmd.easy_install(req)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 672, in easy_install
2017-08-07 10:17:11
2017-08-07 10:17:11 return self.install_item(spec, dist.location, tmpdir, deps)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 698, in install_item
2017-08-07 10:17:11
2017-08-07 10:17:11 dists = self.install_eggs(spec, download, tmpdir)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 879, in install_eggs
2017-08-07 10:17:11
2017-08-07 10:17:11 return self.build_and_install(setup_script, setup_base)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1118, in build_and_install
2017-08-07 10:17:11
2017-08-07 10:17:11 self.run_setup(setup_script, setup_base, args)
2017-08-07 10:17:11
2017-08-07 10:17:11 File "/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1106, in run_setup
2017-08-07 10:17:11
2017-08-07 10:17:11 raise DistutilsError("Setup script exited with %s" % (v.args[0],))
2017-08-07 10:17:11
2017-08-07 10:17:11 distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
2017-08-07 10:17:11
2017-08-07 10:17:11 ----------------------------------------
2017-08-07 10:17:11 Cleaning up...
2017-08-07 10:17:11 Command python setup.py egg_info failed with error code 1 in /tmp/pip-build.2mZpm/pynacl
2017-08-07 10:17:11 Storing debug log for failure in /home/contrail/.pip/pip.log
2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): bottle in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:11 Cleaning up...
2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.GOpM5
2017-08-07 10:17:11 ++ pip_install uuid psutil
2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:11 ++ [[ -z uuid psutil ]]
2017-08-07 10:17:11 ++ [[ -z deb ]]
2017-08-07 10:17:11 ++ [[ '' = True ]]
2017-08-07 10:17:11 ++ SUDO_PIP=sudo
2017-08-07 10:17:11 +++ get_pip_command
2017-08-07 10:17:11 +++ which pip
2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.tmM37
2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.tmM37 uuid psutil
2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): uuid in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): psutil in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:11 Cleaning up...
2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.tmM37
2017-08-07 10:17:11 ++ pip_install netaddr bitarray
2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:11 ++ [[ -z netaddr bitarray ]]
2017-08-07 10:17:11 ++ [[ -z deb ]]
2017-08-07 10:17:11 ++ [[ '' = True ]]
2017-08-07 10:17:11 ++ SUDO_PIP=sudo
2017-08-07 10:17:11 +++ get_pip_command
2017-08-07 10:17:11 +++ which pip
2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.JOzzZ
2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.JOzzZ netaddr bitarray
2017-08-07 10:17:11 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): netaddr in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:11 Requirement already satisfied (use --upgrade to upgrade): bitarray in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:11 Cleaning up...
2017-08-07 10:17:11 ++ sudo rm -rf /tmp/pip-build.JOzzZ
2017-08-07 10:17:11 ++ pip_install --upgrade redis
2017-08-07 10:17:11 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:11 ++ [[ -z --upgrade redis ]]
2017-08-07 10:17:11 ++ [[ -z deb ]]
2017-08-07 10:17:11 ++ [[ '' = True ]]
2017-08-07 10:17:11 ++ SUDO_PIP=sudo
2017-08-07 10:17:11 +++ get_pip_command
2017-08-07 10:17:11 +++ which pip
2017-08-07 10:17:11 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:11 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:11 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:11 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:11 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:11 ++ local pip_build_tmp=/tmp/pip-build.RghzB
2017-08-07 10:17:11 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.RghzB --upgrade redis
2017-08-07 10:17:12 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:12 Requirement already up-to-date: redis in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:12 Cleaning up...
2017-08-07 10:17:12 ++ sudo rm -rf /tmp/pip-build.RghzB
2017-08-07 10:17:12 ++ pip_install -U setuptools
2017-08-07 10:17:12 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:12 ++ [[ -z -U setuptools ]]
2017-08-07 10:17:12 ++ [[ -z deb ]]
2017-08-07 10:17:12 ++ [[ '' = True ]]
2017-08-07 10:17:12 ++ SUDO_PIP=sudo
2017-08-07 10:17:12 +++ get_pip_command
2017-08-07 10:17:12 +++ which pip
2017-08-07 10:17:12 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:12 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:12 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:12 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:12 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:12 ++ local pip_build_tmp=/tmp/pip-build.kSHQ2
2017-08-07 10:17:12 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.kSHQ2 -U setuptools
2017-08-07 10:17:12 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:12 Requirement already up-to-date: setuptools in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:12 Cleaning up...
2017-08-07 10:17:12 ++ sudo rm -rf /tmp/pip-build.kSHQ2
2017-08-07 10:17:12 ++ pip_install amqp
2017-08-07 10:17:12 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:12 ++ [[ -z amqp ]]
2017-08-07 10:17:12 ++ [[ -z deb ]]
2017-08-07 10:17:12 ++ [[ '' = True ]]
2017-08-07 10:17:12 ++ SUDO_PIP=sudo
2017-08-07 10:17:12 +++ get_pip_command
2017-08-07 10:17:12 +++ which pip
2017-08-07 10:17:12 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:12 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:12 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:12 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:12 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:12 ++ local pip_build_tmp=/tmp/pip-build.0Ujrj
2017-08-07 10:17:12 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.0Ujrj amqp
2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:13 Requirement already satisfied (use --upgrade to upgrade): amqp in /usr/lib/python2.7/dist-packages
2017-08-07 10:17:13 Cleaning up...
2017-08-07 10:17:13 ++ sudo rm -rf /tmp/pip-build.0Ujrj
2017-08-07 10:17:13 ++ pip_install -U oslo.rootwrap
2017-08-07 10:17:13 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:13 ++ [[ -z -U oslo.rootwrap ]]
2017-08-07 10:17:13 ++ [[ -z deb ]]
2017-08-07 10:17:13 ++ [[ '' = True ]]
2017-08-07 10:17:13 ++ SUDO_PIP=sudo
2017-08-07 10:17:13 +++ get_pip_command
2017-08-07 10:17:13 +++ which pip
2017-08-07 10:17:13 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:13 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:13 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:13 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:13 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:13 ++ local pip_build_tmp=/tmp/pip-build.56yxp
2017-08-07 10:17:13 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.56yxp -U oslo.rootwrap
2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:13 Requirement already up-to-date: oslo.rootwrap in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:13 Cleaning up...
2017-08-07 10:17:13 ++ sudo rm -rf /tmp/pip-build.56yxp
2017-08-07 10:17:13 ++ pip_install -U oslo.rootwrap
2017-08-07 10:17:13 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:13 ++ [[ -z -U oslo.rootwrap ]]
2017-08-07 10:17:13 ++ [[ -z deb ]]
2017-08-07 10:17:13 ++ [[ '' = True ]]
2017-08-07 10:17:13 ++ SUDO_PIP=sudo
2017-08-07 10:17:13 +++ get_pip_command
2017-08-07 10:17:13 +++ which pip
2017-08-07 10:17:13 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:13 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:13 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:13 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:13 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:13 ++ local pip_build_tmp=/tmp/pip-build.frIb8
2017-08-07 10:17:13 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.frIb8 -U oslo.rootwrap
2017-08-07 10:17:13 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:14 Requirement already up-to-date: oslo.rootwrap in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Cleaning up...
2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.frIb8
2017-08-07 10:17:14 ++ '[' ALL = ALL ']'
2017-08-07 10:17:14 ++ pip_install pycassa stevedore xmltodict python-keystoneclient
2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:14 ++ [[ -z pycassa stevedore xmltodict python-keystoneclient ]]
2017-08-07 10:17:14 ++ [[ -z deb ]]
2017-08-07 10:17:14 ++ [[ '' = True ]]
2017-08-07 10:17:14 ++ SUDO_PIP=sudo
2017-08-07 10:17:14 +++ get_pip_command
2017-08-07 10:17:14 +++ which pip
2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.EiVM8
2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.EiVM8 pycassa stevedore xmltodict python-keystoneclient
2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): pycassa in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): stevedore in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): xmltodict in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): python-keystoneclient in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): thrift==0.9.3 in /usr/local/lib/python2.7/dist-packages (from pycassa)
2017-08-07 10:17:14 Cleaning up...
2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.EiVM8
2017-08-07 10:17:14 ++ pip_install kazoo pyinotify
2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:14 ++ [[ -z kazoo pyinotify ]]
2017-08-07 10:17:14 ++ [[ -z deb ]]
2017-08-07 10:17:14 ++ [[ '' = True ]]
2017-08-07 10:17:14 ++ SUDO_PIP=sudo
2017-08-07 10:17:14 +++ get_pip_command
2017-08-07 10:17:14 +++ which pip
2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.QlQ6U
2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.QlQ6U kazoo pyinotify
2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): kazoo in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): pyinotify in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Cleaning up...
2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.QlQ6U
2017-08-07 10:17:14 ++ [[ False != \T\r\u\e ]]
2017-08-07 10:17:14 ++ pip_install stevedore==1.0.0.0a1
2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:14 ++ [[ -z stevedore==1.0.0.0a1 ]]
2017-08-07 10:17:14 ++ [[ -z deb ]]
2017-08-07 10:17:14 ++ [[ '' = True ]]
2017-08-07 10:17:14 ++ SUDO_PIP=sudo
2017-08-07 10:17:14 +++ get_pip_command
2017-08-07 10:17:14 +++ which pip
2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.F7juB
2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.F7juB stevedore==1.0.0.0a1
2017-08-07 10:17:14 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:14 Requirement already satisfied (use --upgrade to upgrade): stevedore==1.0.0.0a1 in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:14 Cleaning up...
2017-08-07 10:17:14 ++ sudo rm -rf /tmp/pip-build.F7juB
2017-08-07 10:17:14 ++ pip_install --upgrade six
2017-08-07 10:17:14 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:14 ++ [[ -z --upgrade six ]]
2017-08-07 10:17:14 ++ [[ -z deb ]]
2017-08-07 10:17:14 ++ [[ '' = True ]]
2017-08-07 10:17:14 ++ SUDO_PIP=sudo
2017-08-07 10:17:14 +++ get_pip_command
2017-08-07 10:17:14 +++ which pip
2017-08-07 10:17:14 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:14 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:14 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:14 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:14 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:14 ++ local pip_build_tmp=/tmp/pip-build.hy4CU
2017-08-07 10:17:14 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.hy4CU --upgrade six
2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:15 Requirement already up-to-date: six in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:15 Cleaning up...
2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.hy4CU
2017-08-07 10:17:15 ++ pip_install cassandra-driver kafka-python==1.0.1
2017-08-07 10:17:15 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:15 ++ [[ -z cassandra-driver kafka-python==1.0.1 ]]
2017-08-07 10:17:15 ++ [[ -z deb ]]
2017-08-07 10:17:15 ++ [[ '' = True ]]
2017-08-07 10:17:15 ++ SUDO_PIP=sudo
2017-08-07 10:17:15 +++ get_pip_command
2017-08-07 10:17:15 +++ which pip
2017-08-07 10:17:15 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:15 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:15 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:15 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:15 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:15 ++ local pip_build_tmp=/tmp/pip-build.LbGuO
2017-08-07 10:17:15 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.LbGuO cassandra-driver kafka-python==1.0.1
2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): cassandra-driver in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): kafka-python==1.0.1 in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): six>=1.9 in /usr/local/lib/python2.7/dist-packages (from cassandra-driver)
2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): futures in /usr/local/lib/python2.7/dist-packages (from cassandra-driver)
2017-08-07 10:17:15 Cleaning up...
2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.LbGuO
2017-08-07 10:17:15 ++ pip_install consistent_hash
2017-08-07 10:17:15 ++ [[ '' = \T\r\u\e ]]
2017-08-07 10:17:15 ++ [[ -z consistent_hash ]]
2017-08-07 10:17:15 ++ [[ -z deb ]]
2017-08-07 10:17:15 ++ [[ '' = True ]]
2017-08-07 10:17:15 ++ SUDO_PIP=sudo
2017-08-07 10:17:15 +++ get_pip_command
2017-08-07 10:17:15 +++ which pip
2017-08-07 10:17:15 +++ '[' 0 -ne 0 ']'
2017-08-07 10:17:15 ++ CMD_PIP=/usr/local/bin/pip
2017-08-07 10:17:15 ++ PIP_USE_MIRRORS=False
2017-08-07 10:17:15 ++ [[ False != \F\a\l\s\e ]]
2017-08-07 10:17:15 +++ mktemp --tmpdir -d pip-build.XXXXX
2017-08-07 10:17:15 ++ local pip_build_tmp=/tmp/pip-build.9QrKb
2017-08-07 10:17:15 ++ sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.9QrKb consistent_hash
2017-08-07 10:17:15 DEPRECATION: --no-install, --no-download, --build, and --no-clean are deprecated. See pypa/pip#906.
2017-08-07 10:17:15 Requirement already satisfied (use --upgrade to upgrade): consistent-hash in /usr/local/lib/python2.7/dist-packages
2017-08-07 10:17:15 Cleaning up...
2017-08-07 10:17:15 ++ sudo rm -rf /tmp/pip-build.9QrKb
2017-08-07 10:17:15 ++ change_stage Dependencies python-dependencies
2017-08-07 10:17:15 +++ read_stage
2017-08-07 10:17:15 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:15 +++ read line
2017-08-07 10:17:15 +++ echo Dependencies
2017-08-07 10:17:15 +++ return
2017-08-07 10:17:15 ++ current_stage=Dependencies
2017-08-07 10:17:15 ++ [[ Dependencies == Dependencies ]]
2017-08-07 10:17:15 ++ write_stage python-dependencies
2017-08-07 10:17:15 ++ echo python-dependencies
2017-08-07 10:17:15 ++ sudo mkdir -p /opt/stack/contrail
2017-08-07 10:17:15 ++ sudo chown 1000:1000 /opt/stack/contrail
2017-08-07 10:17:15 ++ THIRDPARTY_SRC=/opt/stack/contrail/third_party
2017-08-07 10:17:15 ++ sudo mkdir -p /opt/stack/contrail/third_party
2017-08-07 10:17:15 ++ sudo chown 1000:1000 /opt/stack/contrail/third_party
2017-08-07 10:17:15 +++ pwd
2017-08-07 10:17:15 ++ contrail_cwd=/home/contrail/contrail-installer
2017-08-07 10:17:15 Initializing repo
2017-08-07 10:17:15 ++ cd /opt/stack/contrail
2017-08-07 10:17:15 ++ [[ False != \T\r\u\e ]]
2017-08-07 10:17:15 +++ read_stage
2017-08-07 10:17:15 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:15 +++ read line
2017-08-07 10:17:15 +++ echo python-dependencies
2017-08-07 10:17:15 +++ return
2017-08-07 10:17:15 ++ [[ python-dependencies == \p\y\t\h\o\n-\d\e\p\e\n\d\e\n\c\i\e\s ]]
2017-08-07 10:17:16 ++ repo_initialize
2017-08-07 10:17:16 ++ echo 'Initializing repo'
2017-08-07 10:17:16 ++ '[' '!' -d /opt/stack/contrail/.repo ']'
2017-08-07 10:17:16 ++ change_stage python-dependencies repo-init
2017-08-07 10:17:16 +++ read_stage
2017-08-07 10:17:16 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:16 +++ read line
2017-08-07 10:17:16 +++ echo python-dependencies
2017-08-07 10:17:16 +++ return
2017-08-07 10:17:16 ++ current_stage=python-dependencies
2017-08-07 10:17:16 ++ [[ python-dependencies == python-dependencies ]]
2017-08-07 10:17:16 ++ write_stage repo-init
2017-08-07 10:17:16 ++ echo repo-init
2017-08-07 10:17:16 +++ read_stage
2017-08-07 10:17:16 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:16 +++ read line
2017-08-07 10:17:16 +++ echo repo-init
2017-08-07 10:17:16 +++ return
2017-08-07 10:17:16 ++ [[ repo-init == \r\e\p\o-\i\n\i\t ]]
2017-08-07 10:17:16 ++ repo sync
2017-08-07 10:17:27
2017-08-07 10:17:27 Fetching project contrail-heat
2017-08-07 10:17:27 Fetching project contrail-neutron-plugin
2017-08-07 10:17:27 Fetching project contrail-webui-third-party
2017-08-07 10:17:27 Fetching project contrail-build
2017-08-07 10:17:27 Fetching project contrail-packages
2017-08-07 10:17:27 Fetching project contrail-web-server-manager
2017-08-07 10:17:27 ++ ret_val=0
2017-08-07 10:17:27 Fetching project contrail-generateDS
2017-08-07 10:17:27 ++ [[ 0 -ne 0 ]]
2017-08-07 10:17:27 Fetching project contrail-web-core
2017-08-07 10:17:27 ++ change_stage repo-init repo-sync
2017-08-07 10:17:27 Fetching project contrail-third-party
2017-08-07 10:17:27 +++ read_stage
2017-08-07 10:17:27 Fetching project contrail-nova-vif-driver
2017-08-07 10:17:27 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:27 Fetching project contrail-sandesh
2017-08-07 10:17:27 +++ read line
2017-08-07 10:17:27 Fetching project contrail-web-controller
2017-08-07 10:17:27 +++ echo repo-init
2017-08-07 10:17:27 Fetching project contrail-vrouter
2017-08-07 10:17:27 +++ return
2017-08-07 10:17:27 Fetching project contrail-nova-extensions
2017-08-07 10:17:27 Fetching project contrail-web-storage
2017-08-07 10:17:27 ++ current_stage=repo-init
2017-08-07 10:17:27 ++ [[ repo-init == repo-init ]]
2017-08-07 10:17:27 Fetching project contrail-controller
2017-08-07 10:17:27 ++ write_stage repo-sync
2017-08-07 10:17:27 ++ echo repo-sync
2017-08-07 10:17:27 +++ read_stage
2017-08-07 10:17:27 +++ [[ -f /home/contrail/contrail-installer/.stage.txt ]]
2017-08-07 10:17:27 +++ read line
2017-08-07 10:17:27 +++ echo repo-sync
2017-08-07 10:17:27 +++ return
2017-08-07 10:17:27 ++ [[ repo-sync == \r\e\p\o-\s\y\n\c ]]
2017-08-07 10:17:27 ++ python third_party/fetch_packages.py
2017-08-07 10:17:27 hiredis-0.11.0/
2017-08-07 10:17:27 hiredis-0.11.0/.gitignore
2017-08-07 10:17:27 hiredis-0.11.0/CHANGELOG.md
2017-08-07 10:17:27 hiredis-0.11.0/COPYING
2017-08-07 10:17:27 hiredis-0.11.0/Makefile
2017-08-07 10:17:27 hiredis-0.11.0/README.md
2017-08-07 10:17:27 hiredis-0.11.0/adapters/
2017-08-07 10:17:27 hiredis-0.11.0/adapters/ae.h
2017-08-07 10:17:27 hiredis-0.11.0/adapters/libev.h
2017-08-07 10:17:27 hiredis-0.11.0/adapters/libevent.h
2017-08-07 10:17:27 hiredis-0.11.0/async.c
2017-08-07 10:17:27 hiredis-0.11.0/async.h
2017-08-07 10:17:27 hiredis-0.11.0/dict.c
2017-08-07 10:17:27 hiredis-0.11.0/dict.h
2017-08-07 10:17:27 hiredis-0.11.0/example-ae.c
2017-08-07 10:17:27 hiredis-0.11.0/example-libev.c
2017-08-07 10:17:27 hiredis-0.11.0/example-libevent.c
2017-08-07 10:17:27 hiredis-0.11.0/example.c
2017-08-07 10:17:27 hiredis-0.11.0/fmacros.h
2017-08-07 10:17:27 hiredis-0.11.0/hiredis.c
2017-08-07 10:17:27 hiredis-0.11.0/hiredis.h
2017-08-07 10:17:27 hiredis-0.11.0/net.c
2017-08-07 10:17:27 hiredis-0.11.0/net.h
2017-08-07 10:17:27 hiredis-0.11.0/sds.c
2017-08-07 10:17:27 hiredis-0.11.0/sds.h
2017-08-07 10:17:27 hiredis-0.11.0/test.c
2017-08-07 10:17:27 patching file hiredis-0.11.0/net.c
2017-08-07 10:17:27 --2017-08-07 10:17:27-- http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz
2017-08-07 10:17:27 contrib/foreach.hpp
2017-08-07 10:17:27 Resolving archive.apache.org (archive.apache.org)... 163.172.17.199
2017-08-07 10:17:27 docs/images/caution.png
2017-08-07 10:17:27 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected.
2017-08-07 10:17:27 docs/images/dom_tree.png
2017-08-07 10:17:27 docs/images/dom_tree_thumb.png
2017-08-07 10:17:27 docs/images/home.png
2017-08-07 10:17:27 docs/images/next.png
2017-08-07 10:17:27 docs/images/note.png
2017-08-07 10:17:27 docs/images/prev.png
2017-08-07 10:17:27 docs/images/up.png
2017-08-07 10:17:27 docs/images/vs2005_link1.png
2017-08-07 10:17:27 docs/images/vs2005_link1_thumb.png
2017-08-07 10:17:27 docs/images/vs2005_link2.png
2017-08-07 10:17:27 docs/images/vs2005_link2_thumb.png
2017-08-07 10:17:27 docs/images/vs2005_pch1.png
2017-08-07 10:17:27 docs/images/vs2005_pch1_thumb.png
2017-08-07 10:17:27 docs/images/vs2005_pch2.png
2017-08-07 10:17:27 docs/images/vs2005_pch2_thumb.png
2017-08-07 10:17:27 docs/images/vs2005_pch3.png
2017-08-07 10:17:27 docs/images/vs2005_pch3_thumb.png
2017-08-07 10:17:27 docs/images/vs2005_pch4.png
2017-08-07 10:17:27 docs/images/vs2005_pch4_thumb.png
2017-08-07 10:17:27 docs/images/vs2010_link1.png
2017-08-07 10:17:27 docs/images/vs2010_link1_thumb.png
2017-08-07 10:17:27 docs/images/vs2010_link2.png
2017-08-07 10:17:27 docs/images/vs2010_link2_thumb.png
2017-08-07 10:17:27 docs/manual.html
2017-08-07 10:17:27 docs/manual/access.html
2017-08-07 10:17:27 docs/manual/apiref.html
2017-08-07 10:17:27 docs/manual/changes.html
2017-08-07 10:17:27 docs/manual/dom.html
2017-08-07 10:17:27 docs/manual/install.html
2017-08-07 10:17:27 docs/manual/loading.html
2017-08-07 10:17:27 docs/manual/modify.html
2017-08-07 10:17:27 docs/manual/saving.html
2017-08-07 10:17:27 docs/manual/toc.html
2017-08-07 10:17:27 docs/manual/xpath.html
2017-08-07 10:17:27 docs/pugixml.css
2017-08-07 10:17:27 docs/quickstart.html
2017-08-07 10:17:27 docs/samples/character.xml
2017-08-07 10:17:27 docs/samples/custom_memory_management.cpp
2017-08-07 10:17:27 docs/samples/include.cpp
2017-08-07 10:17:27 docs/samples/load_error_handling.cpp
2017-08-07 10:17:27 docs/samples/load_file.cpp
2017-08-07 10:17:27 docs/samples/load_memory.cpp
2017-08-07 10:17:27 docs/samples/load_options.cpp
2017-08-07 10:17:27 docs/samples/load_stream.cpp
2017-08-07 10:17:27 docs/samples/modify_add.cpp
2017-08-07 10:17:27 docs/samples/modify_base.cpp
2017-08-07 10:17:27 docs/samples/modify_remove.cpp
2017-08-07 10:17:27 docs/samples/save_custom_writer.cpp
2017-08-07 10:17:27 docs/samples/save_declaration.cpp
2017-08-07 10:17:27 docs/samples/save_file.cpp
2017-08-07 10:17:27 docs/samples/save_options.cpp
2017-08-07 10:17:27 docs/samples/save_stream.cpp
2017-08-07 10:17:27 docs/samples/save_subtree.cpp
2017-08-07 10:17:27 docs/samples/text.cpp
2017-08-07 10:17:27 docs/samples/transitions.xml
2017-08-07 10:17:27 docs/samples/traverse_base.cpp
2017-08-07 10:17:27 docs/samples/traverse_iter.cpp
2017-08-07 10:17:27 docs/samples/traverse_predicate.cpp
2017-08-07 10:17:27 docs/samples/traverse_rangefor.cpp
2017-08-07 10:17:27 docs/samples/traverse_walker.cpp
2017-08-07 10:17:27 docs/samples/tree.xml
2017-08-07 10:17:27 docs/samples/weekly-shift_jis.xml
2017-08-07 10:17:27 docs/samples/weekly-utf-16.xml
2017-08-07 10:17:27 docs/samples/weekly-utf-8.xml
2017-08-07 10:17:27 docs/samples/xgconsole.xml
2017-08-07 10:17:27 docs/samples/xpath_error.cpp
2017-08-07 10:17:27 docs/samples/xpath_query.cpp
2017-08-07 10:17:27 docs/samples/xpath_select.cpp
2017-08-07 10:17:27 docs/samples/xpath_variables.cpp
2017-08-07 10:17:27 readme.txt
2017-08-07 10:17:27 scripts/CMakeLists.txt
2017-08-07 10:17:27 scripts/premake4.lua
2017-08-07 10:17:27 scripts/pugixml.xcodeproj/project.pbxproj
2017-08-07 10:17:27 scripts/pugixml_airplay.mkf
2017-08-07 10:17:27 scripts/pugixml_codeblocks.cbp
2017-08-07 10:17:27 scripts/pugixml_codelite.project
2017-08-07 10:17:27 scripts/pugixml_vs2005.vcproj
2017-08-07 10:17:27 scripts/pugixml_vs2005_static.vcproj
2017-08-07 10:17:27 scripts/pugixml_vs2008.vcproj
2017-08-07 10:17:27 scripts/pugixml_vs2008_static.vcproj
2017-08-07 10:17:27 scripts/pugixml_vs2010.vcxproj
2017-08-07 10:17:27 scripts/pugixml_vs2010_static.vcxproj
2017-08-07 10:17:27 src/pugiconfig.hpp
2017-08-07 10:17:27 src/pugixml.cpp
2017-08-07 10:17:27 src/pugixml.hpp
2017-08-07 10:17:37 HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
2017-08-07 10:17:37 Retrying.
2017-08-07 10:17:37
2017-08-07 10:17:38 --2017-08-07 10:17:38-- (try: 2) http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz
2017-08-07 10:17:38 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected.
2017-08-07 10:17:48 HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
2017-08-07 10:17:48 Retrying.
2017-08-07 10:17:48
2017-08-07 10:17:50 --2017-08-07 10:17:50-- (try: 3) http://archive.apache.org/dist/thrift/0.8.0/thrift-0.8.0.tar.gz
2017-08-07 10:17:50 Connecting to archive.apache.org (archive.apache.org)|163.172.17.199|:80... connected.
2017-08-07 10:18:00 HTTP request sent, awaiting response... Read error (Connection timed out) in headers.
2017-08-07 10:18:00 Retrying.
2017-08-07 10:18:00
^Ccontrail@contrail:~/contrail-installer$
Read error (Connect timed out) in headers - Retries 20 times and starts over but never is successful. someone please help!
The text was updated successfully, but these errors were encountered: