2014-06-05 19:24:47.862 | + /home/vagrant/devstack/tools/install_pip.sh 2014-06-05 19:24:47.877 | +++ dirname /home/vagrant/devstack/tools/install_pip.sh 2014-06-05 19:24:47.881 | ++ cd /home/vagrant/devstack/tools 2014-06-05 19:24:47.885 | ++ pwd 2014-06-05 19:24:47.898 | + TOOLS_DIR=/home/vagrant/devstack/tools 2014-06-05 19:24:47.903 | ++ cd /home/vagrant/devstack/tools/.. 2014-06-05 19:24:47.912 | ++ pwd 2014-06-05 19:24:47.921 | + TOP_DIR=/home/vagrant/devstack 2014-06-05 19:24:47.928 | + cd /home/vagrant/devstack 2014-06-05 19:24:47.937 | + source /home/vagrant/devstack/functions 2014-06-05 19:24:47.945 | ++++ dirname /home/vagrant/devstack/functions 2014-06-05 19:24:47.953 | +++ cd /home/vagrant/devstack 2014-06-05 19:24:47.960 | +++ pwd 2014-06-05 19:24:47.970 | ++ FUNC_DIR=/home/vagrant/devstack 2014-06-05 19:24:47.977 | ++ source /home/vagrant/devstack/functions-common 2014-06-05 19:24:47.983 | + FILES=/home/vagrant/devstack/files 2014-06-05 19:24:47.993 | + PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2014-06-05 19:24:48.000 | + GetDistro 2014-06-05 19:24:48.008 | + GetOSVersion 2014-06-05 19:24:48.017 | ++ which sw_vers 2014-06-05 19:24:48.025 | + [[ -x '' ]] 2014-06-05 19:24:48.033 | ++ which lsb_release 2014-06-05 19:24:48.041 | + [[ -x /usr/bin/lsb_release ]] 2014-06-05 19:24:48.049 | ++ lsb_release -i -s 2014-06-05 19:24:48.056 | + os_VENDOR=Ubuntu 2014-06-05 19:24:48.064 | ++ lsb_release -r -s 2014-06-05 19:24:48.079 | + os_RELEASE=12.04 2014-06-05 19:24:48.081 | + os_UPDATE= 2014-06-05 19:24:48.089 | + os_PACKAGE=rpm 2014-06-05 19:24:48.097 | + [[ Debian,Ubuntu,LinuxMint =~ Ubuntu ]] 2014-06-05 19:24:48.103 | + os_PACKAGE=deb 2014-06-05 19:24:48.112 | ++ lsb_release -c -s 2014-06-05 19:24:48.121 | + os_CODENAME=precise 2014-06-05 19:24:48.128 | + export os_VENDOR os_RELEASE os_UPDATE os_PACKAGE os_CODENAME 2014-06-05 19:24:48.138 | + [[ Ubuntu =~ (Ubuntu) ]] 2014-06-05 19:24:48.145 | + DISTRO=precise 2014-06-05 19:24:48.154 | + export DISTRO 2014-06-05 19:24:48.165 | + echo 'Distro: precise' 2014-06-05 19:24:48.173 | Distro: precise 2014-06-05 19:24:48.178 | + get_versions 2014-06-05 19:24:48.189 | ++ which pip 2014-06-05 19:24:48.197 | + PIP=/usr/bin/pip 2014-06-05 19:24:48.209 | + [[ -n /usr/bin/pip ]] 2014-06-05 19:24:48.213 | ++ awk '{ print $2}' 2014-06-05 19:24:48.221 | ++ /usr/bin/pip --version 2014-06-05 19:24:48.228 | + PIP_VERSION=1.0 2014-06-05 19:24:48.237 | + echo 'pip: 1.0' 2014-06-05 19:24:48.245 | pip: 1.0 2014-06-05 19:24:48.252 | + uninstall_package python-pip 2014-06-05 19:24:48.261 | + is_ubuntu 2014-06-05 19:24:48.272 | + [[ -z deb ]] 2014-06-05 19:24:48.279 | + '[' deb = deb ']' 2014-06-05 19:24:48.289 | + apt_get purge python-pip 2014-06-05 19:24:53.472 | + sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python-pip 2014-06-05 19:24:53.476 | Reading package lists... 2014-06-05 19:24:53.478 | Building dependency tree... 2014-06-05 19:24:53.482 | Reading state information... 2014-06-05 19:24:53.485 | The following packages will be REMOVED: 2014-06-05 19:24:53.492 | python-pip* 2014-06-05 19:24:53.497 | 0 upgraded, 0 newly installed, 1 to remove and 4 not upgraded. 2014-06-05 19:24:53.505 | After this operation, 399 kB disk space will be freed. (Reading database ... 100597 files and directories currently installed.) 2014-06-05 19:24:53.520 | Removing python-pip ... 2014-06-05 19:24:53.528 | Processing triggers for man-db ... 2014-06-05 19:24:53.536 | + install_get_pip 2014-06-05 19:24:53.541 | + [[ ! -r /home/vagrant/devstack/files/get-pip.py ]] 2014-06-05 19:24:53.548 | + cd /home/vagrant/devstack/files 2014-06-05 19:24:53.556 | + curl -O https://bootstrap.pypa.io/get-pip.py 2014-06-05 19:24:53.564 | % Total % Received % Xferd Average Speed Time Time Time Current 2014-06-05 19:24:53.572 | Dload Upload Total Spent Left Speed 100 1309k 100 1309k 0 0 1643k 0 --:--:-- --:--:-- --:--:-- 1972k 2014-06-05 19:24:53.586 | + sudo -E python /home/vagrant/devstack/files/get-pip.py 2014-06-05 19:24:53.594 | Downloading/unpacking pip 2014-06-05 19:24:53.601 | Installing collected packages: pip 2014-06-05 19:24:53.608 | Successfully installed pip 2014-06-05 19:24:53.612 | Cleaning up... 2014-06-05 19:24:53.617 | + get_versions 2014-06-05 19:24:53.621 | ++ which pip 2014-06-05 19:24:53.633 | + PIP=/usr/local/bin/pip 2014-06-05 19:24:53.640 | + [[ -n /usr/local/bin/pip ]] 2014-06-05 19:24:53.649 | ++ awk '{ print $2}' 2014-06-05 19:24:53.656 | ++ /usr/local/bin/pip --version 2014-06-05 19:24:53.664 | + PIP_VERSION=1.5.6 2014-06-05 19:24:53.674 | + echo 'pip: 1.5.6' 2014-06-05 19:24:53.676 | pip: 1.5.6