Created
July 20, 2017 15:35
-
-
Save mikepaszkiewicz/fd7023dc6c6f0c60203dcd7e78ee825c to your computer and use it in GitHub Desktop.
Staffjoy Suite deploy error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bug: | |
python 2.7, pip 8.1.1, Ubuntu 16.04 | |
pip install as jenkins user throws: | |
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-eHn5Qu-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/cryptography | |
Storing debug log for failure in /root/.pip/pip.log | |
The command '/bin/sh -c cd /src; pip install -r requirements.txt' returned a non-zero code: 1 | |
Build step 'Execute shell' marked build as failure | |
Command: | |
pip install -r requirements.txt | |
Full output of deploy script (error at bottom): | |
Building in workspace /var/lib/jenkins/workspace/staffing.tryhabitat.com | |
[WS-CLEANUP] Deleting project workspace... | |
[WS-CLEANUP] Done | |
Cloning the remote Git repository | |
Cloning repository git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git | |
> git init /var/lib/jenkins/workspace/staffing.tryhabitat.com # timeout=10 | |
Fetching upstream changes from git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git | |
> git --version # timeout=10 | |
> git fetch --tags --progress git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git +refs/heads/*:refs/remotes/origin/* | |
> git config remote.origin.url git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git # timeout=10 | |
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 | |
> git config remote.origin.url git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git # timeout=10 | |
Fetching upstream changes from git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git | |
> git fetch --tags --progress git@mikepaszkiewicz-staffing:mikepaszkiewicz/staffing.tryhabitat.com.git +refs/heads/*:refs/remotes/origin/* | |
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10 | |
> git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 | |
Checking out Revision 443a8969c8960004f401522f272e9c76d7f6bd09 (refs/remotes/origin/master) | |
Commit message: "Merge pull request #4 from mikepaszkiewicz/add-worker-fix" | |
> git config core.sparsecheckout # timeout=10 | |
> git checkout -f 443a8969c8960004f401522f272e9c76d7f6bd09 | |
First time build. Skipping changelog. | |
[staffing.tryhabitat.com] $ /bin/bash /tmp/jenkins2183819526804590351.sh | |
14.04: Pulling from library/ubuntu | |
Digest: sha256:5faf6cb681da2be979a177b60d8c18497f962e3d82268c49db6c74008d0c294d | |
Status: Image is up to date for ubuntu:14.04 | |
Python 2.7.12 | |
Sending build context to Docker daemon 43.24MB | |
Step 1/21 : FROM ubuntu:14.04 | |
---> 4a2820e686c4 | |
Step 2/21 : ENV DEBIAN_FRONTEND noninteractive | |
---> Using cache | |
---> cfd0f5a22995 | |
Step 3/21 : ENV PYTHONPATH $PYTHONPATH:/src/ | |
---> Running in 31dab087100c | |
---> f9f687c2a448 | |
Removing intermediate container 31dab087100c | |
Step 4/21 : RUN apt-get update --yes --force-yes | |
---> Running in 7c4a90141684 | |
Ign http://archive.ubuntu.com trusty InRelease | |
Get:1 http://archive.ubuntu.com trusty-updates InRelease [65.9 kB] | |
Get:2 http://archive.ubuntu.com trusty-security InRelease [65.9 kB] | |
Get:3 http://archive.ubuntu.com trusty Release.gpg [933 B] | |
Get:4 http://archive.ubuntu.com trusty Release [58.5 kB] | |
Get:5 http://archive.ubuntu.com trusty-updates/main Sources [495 kB] | |
Get:6 http://archive.ubuntu.com trusty-updates/restricted Sources [6470 B] | |
Get:7 http://archive.ubuntu.com trusty-updates/universe Sources [234 kB] | |
Get:8 http://archive.ubuntu.com trusty-updates/main amd64 Packages [1245 kB] | |
Get:9 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [21.2 kB] | |
Get:10 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [541 kB] | |
Get:11 http://archive.ubuntu.com trusty-security/main Sources [171 kB] | |
Get:12 http://archive.ubuntu.com trusty-security/restricted Sources [5068 B] | |
Get:13 http://archive.ubuntu.com trusty-security/universe Sources [71.8 kB] | |
Get:14 http://archive.ubuntu.com trusty-security/main amd64 Packages [787 kB] | |
Get:15 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [17.9 kB] | |
Get:16 http://archive.ubuntu.com trusty-security/universe amd64 Packages [224 kB] | |
Get:17 http://archive.ubuntu.com trusty/main Sources [1335 kB] | |
Get:18 http://archive.ubuntu.com trusty/restricted Sources [5335 B] | |
Get:19 http://archive.ubuntu.com trusty/universe Sources [7926 kB] | |
Get:20 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] | |
Get:21 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] | |
Get:22 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] | |
Fetched 22.6 MB in 14s (1576 kB/s) | |
Reading package lists... | |
---> f9381ffc69f6 | |
Removing intermediate container 7c4a90141684 | |
Step 5/21 : RUN apt-get install --yes --force-yes build-essential python python-setuptools curl python-pip libssl-dev | |
---> Running in 78b34fce4c90 | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
binutils ca-certificates cpp cpp-4.8 dpkg-dev fakeroot g++ g++-4.8 gcc | |
gcc-4.8 krb5-locales libalgorithm-diff-perl libalgorithm-diff-xs-perl | |
libalgorithm-merge-perl libasan0 libasn1-8-heimdal libatomic1 libc-dev-bin | |
libc6-dev libcloog-isl4 libcurl3 libdpkg-perl libfakeroot | |
libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 libgssapi-krb5-2 | |
libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal | |
libheimntlm0-heimdal libhx509-5-heimdal libidn11 libisl10 libitm1 | |
libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 | |
libldap-2.4-2 libmpc3 libmpfr4 libpython-stdlib libpython2.7-minimal | |
libpython2.7-stdlib libquadmath0 libroken18-heimdal librtmp0 libsasl2-2 | |
libsasl2-modules libsasl2-modules-db libssl-doc libstdc++-4.8-dev | |
libtimedate-perl libtsan0 libwind0-heimdal linux-libc-dev make manpages | |
manpages-dev openssl patch python-chardet python-chardet-whl python-colorama | |
python-colorama-whl python-distlib python-distlib-whl python-html5lib | |
python-html5lib-whl python-minimal python-pip-whl python-pkg-resources | |
python-requests python-requests-whl python-setuptools-whl python-six | |
python-six-whl python-urllib3 python-urllib3-whl python-wheel python2.7 | |
python2.7-minimal python3-pkg-resources xz-utils zlib1g-dev | |
Suggested packages: | |
binutils-doc cpp-doc gcc-4.8-locales debian-keyring g++-multilib | |
g++-4.8-multilib gcc-4.8-doc libstdc++6-4.8-dbg gcc-multilib autoconf | |
automake1.9 libtool flex bison gdb gcc-doc gcc-4.8-multilib libgcc1-dbg | |
libgomp1-dbg libitm1-dbg libatomic1-dbg libasan0-dbg libtsan0-dbg | |
libquadmath0-dbg glibc-doc krb5-doc krb5-user libsasl2-modules-otp | |
libsasl2-modules-ldap libsasl2-modules-sql libsasl2-modules-gssapi-mit | |
libsasl2-modules-gssapi-heimdal libstdc++-4.8-doc make-doc man-browser ed | |
diffutils-doc python-doc python-tk python-genshi python-lxml | |
python-distribute python-distribute-doc python2.7-doc binfmt-support | |
python3-setuptools | |
Recommended packages: | |
python-dev-all | |
The following NEW packages will be installed: | |
binutils build-essential ca-certificates cpp cpp-4.8 curl dpkg-dev fakeroot | |
g++ g++-4.8 gcc gcc-4.8 krb5-locales libalgorithm-diff-perl | |
libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan0 libasn1-8-heimdal | |
libatomic1 libc-dev-bin libc6-dev libcloog-isl4 libcurl3 libdpkg-perl | |
libfakeroot libfile-fcntllock-perl libgcc-4.8-dev libgmp10 libgomp1 | |
libgssapi-krb5-2 libgssapi3-heimdal libhcrypto4-heimdal libheimbase1-heimdal | |
libheimntlm0-heimdal libhx509-5-heimdal libidn11 libisl10 libitm1 | |
libk5crypto3 libkeyutils1 libkrb5-26-heimdal libkrb5-3 libkrb5support0 | |
libldap-2.4-2 libmpc3 libmpfr4 libpython-stdlib libpython2.7-minimal | |
libpython2.7-stdlib libquadmath0 libroken18-heimdal librtmp0 libsasl2-2 | |
libsasl2-modules libsasl2-modules-db libssl-dev libssl-doc libstdc++-4.8-dev | |
libtimedate-perl libtsan0 libwind0-heimdal linux-libc-dev make manpages | |
manpages-dev openssl patch python python-chardet python-chardet-whl | |
python-colorama python-colorama-whl python-distlib python-distlib-whl | |
python-html5lib python-html5lib-whl python-minimal python-pip python-pip-whl | |
python-pkg-resources python-requests python-requests-whl python-setuptools | |
python-setuptools-whl python-six python-six-whl python-urllib3 | |
python-urllib3-whl python-wheel python2.7 python2.7-minimal | |
python3-pkg-resources xz-utils zlib1g-dev | |
0 upgraded, 94 newly installed, 0 to remove and 4 not upgraded. | |
Need to get 51.1 MB of archives. | |
After this operation, 158 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libroken18-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [39.9 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasn1-8-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [160 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5support0 amd64 1.12+dfsg-2ubuntu5.3 [30.7 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libk5crypto3 amd64 1.12+dfsg-2ubuntu5.3 [79.6 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libkeyutils1 amd64 1.5.6-1 [7318 B] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-3 amd64 1.12+dfsg-2ubuntu5.3 [262 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi-krb5-2 amd64 1.12+dfsg-2ubuntu5.3 [114 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhcrypto4-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [84.1 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimbase1-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [29.0 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libwind0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [47.9 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libhx509-5-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [104 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libkrb5-26-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [196 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libheimntlm0-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [15.2 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgssapi3-heimdal amd64 1.6~git20131207+dfsg-1ubuntu1.2 [89.7 kB] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libidn11 amd64 1.28-1ubuntu2.1 [94.4 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules-db amd64 2.1.25.dfsg1-17build1 [14.9 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-2 amd64 2.1.25.dfsg1-17build1 [56.5 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libldap-2.4-2 amd64 2.4.31-1+nmu2ubuntu8.4 [153 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main librtmp0 amd64 2.4+20121230.gitdf6c518-1ubuntu0.1 [50.4 kB] | |
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libasan0 amd64 4.8.4-2ubuntu1~14.04.3 [63.1 kB] | |
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libatomic1 amd64 4.8.4-2ubuntu1~14.04.3 [8636 B] | |
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main libgmp10 amd64 2:5.1.3+dfsg-1ubuntu1 [218 kB] | |
Get:23 http://archive.ubuntu.com/ubuntu/ trusty/main libisl10 amd64 0.12.2-1 [419 kB] | |
Get:24 http://archive.ubuntu.com/ubuntu/ trusty/main libcloog-isl4 amd64 0.18.2-1 [57.5 kB] | |
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3 amd64 7.35.0-1ubuntu2.10 [173 kB] | |
Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgomp1 amd64 4.8.4-2ubuntu1~14.04.3 [23.1 kB] | |
Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libitm1 amd64 4.8.4-2ubuntu1~14.04.3 [28.5 kB] | |
Get:28 http://archive.ubuntu.com/ubuntu/ trusty/main libmpfr4 amd64 3.1.2-1 [203 kB] | |
Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libquadmath0 amd64 4.8.4-2ubuntu1~14.04.3 [126 kB] | |
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtsan0 amd64 4.8.4-2ubuntu1~14.04.3 [94.9 kB] | |
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-minimal amd64 2.7.6-8ubuntu0.3 [307 kB] | |
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-minimal amd64 2.7.6-8ubuntu0.3 [1187 kB] | |
Get:33 http://archive.ubuntu.com/ubuntu/ trusty/main libmpc3 amd64 1.0.1-1ubuntu1 [38.4 kB] | |
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main openssl amd64 1.0.1f-1ubuntu2.22 [489 kB] | |
Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main ca-certificates all 20160104ubuntu0.14.04.1 [190 kB] | |
Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main krb5-locales all 1.12+dfsg-2ubuntu5.3 [13.5 kB] | |
Get:37 http://archive.ubuntu.com/ubuntu/ trusty/main libsasl2-modules amd64 2.1.25.dfsg1-17build1 [64.3 kB] | |
Get:38 http://archive.ubuntu.com/ubuntu/ trusty/main manpages all 3.54-1ubuntu1 [627 kB] | |
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main binutils amd64 2.24-5ubuntu14.2 [2076 kB] | |
Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc-dev-bin amd64 2.19-0ubuntu6.13 [69.0 kB] | |
Get:41 http://archive.ubuntu.com/ubuntu/ trusty-updates/main linux-libc-dev amd64 3.13.0-123.172 [767 kB] | |
Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libc6-dev amd64 2.19-0ubuntu6.13 [1914 kB] | |
Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main cpp-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [4595 kB] | |
Get:44 http://archive.ubuntu.com/ubuntu/ trusty/main cpp amd64 4:4.8.2-1ubuntu6 [27.5 kB] | |
Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgcc-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1688 kB] | |
Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main gcc-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [5047 kB] | |
Get:47 http://archive.ubuntu.com/ubuntu/ trusty/main gcc amd64 4:4.8.2-1ubuntu6 [5098 B] | |
Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libstdc++-4.8-dev amd64 4.8.4-2ubuntu1~14.04.3 [1053 kB] | |
Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main g++-4.8 amd64 4.8.4-2ubuntu1~14.04.3 [18.1 MB] | |
Get:50 http://archive.ubuntu.com/ubuntu/ trusty/main g++ amd64 4:4.8.2-1ubuntu6 [1490 B] | |
Get:51 http://archive.ubuntu.com/ubuntu/ trusty/main make amd64 3.81-8.2ubuntu3 [119 kB] | |
Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main libtimedate-perl all 2.3000-1 [37.2 kB] | |
Get:53 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libdpkg-perl all 1.17.5ubuntu5.7 [179 kB] | |
Get:54 http://archive.ubuntu.com/ubuntu/ trusty/main xz-utils amd64 5.1.1alpha+20120614-2ubuntu2 [78.8 kB] | |
Get:55 http://archive.ubuntu.com/ubuntu/ trusty-updates/main patch amd64 2.7.1-4ubuntu2.3 [86.4 kB] | |
Get:56 http://archive.ubuntu.com/ubuntu/ trusty-updates/main dpkg-dev all 1.17.5ubuntu5.7 [726 kB] | |
Get:57 http://archive.ubuntu.com/ubuntu/ trusty/main build-essential amd64 11.6ubuntu6 [4838 B] | |
Get:58 http://archive.ubuntu.com/ubuntu/ trusty-updates/main curl amd64 7.35.0-1ubuntu2.10 [123 kB] | |
Get:59 http://archive.ubuntu.com/ubuntu/ trusty/main libfakeroot amd64 1.20-3ubuntu2 [25.4 kB] | |
Get:60 http://archive.ubuntu.com/ubuntu/ trusty/main fakeroot amd64 1.20-3ubuntu2 [55.0 kB] | |
Get:61 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-perl all 1.19.02-3 [50.0 kB] | |
Get:62 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-diff-xs-perl amd64 0.04-2build4 [12.6 kB] | |
Get:63 http://archive.ubuntu.com/ubuntu/ trusty/main libalgorithm-merge-perl all 0.08-2 [12.7 kB] | |
Get:64 http://archive.ubuntu.com/ubuntu/ trusty/main libfile-fcntllock-perl amd64 0.14-2build1 [15.9 kB] | |
Get:65 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-stdlib amd64 2.7.6-8ubuntu0.3 [1873 kB] | |
Get:66 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B] | |
Get:67 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] | |
Get:68 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.22 [1074 kB] | |
Get:69 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.22 [972 kB] | |
Get:70 http://archive.ubuntu.com/ubuntu/ trusty/main manpages-dev all 3.54-1ubuntu1 [1820 kB] | |
Get:71 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7 amd64 2.7.6-8ubuntu0.3 [197 kB] | |
Get:72 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB] | |
Get:73 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB] | |
Get:74 http://archive.ubuntu.com/ubuntu/ trusty/main python-chardet all 2.0.1-2build2 [106 kB] | |
Get:75 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-pkg-resources all 3.3-1ubuntu2 [31.7 kB] | |
Get:76 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-chardet-whl all 2.2.1-2~ubuntu1 [170 kB] | |
Get:77 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama all 0.2.5-0.1ubuntu2 [18.4 kB] | |
Get:78 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-colorama-whl all 0.2.5-0.1ubuntu2 [18.2 kB] | |
Get:79 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib all 0.1.8-1ubuntu1 [113 kB] | |
Get:80 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-distlib-whl all 0.1.8-1ubuntu1 [140 kB] | |
Get:81 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six all 1.5.2-1ubuntu1 [8238 B] | |
Get:82 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib all 0.999-3~ubuntu1 [83.5 kB] | |
Get:83 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-html5lib-whl all 0.999-3~ubuntu1 [109 kB] | |
Get:84 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-six-whl all 1.5.2-1ubuntu1 [10.5 kB] | |
Get:85 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3-whl all 1.7.1-1ubuntu4 [64.0 kB] | |
Get:86 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests-whl all 2.2.1-1ubuntu0.3 [227 kB] | |
Get:87 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools-whl all 3.3-1ubuntu2 [244 kB] | |
Get:88 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip-whl all 1.5.4-1ubuntu4 [111 kB] | |
Get:89 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-pkg-resources all 3.3-1ubuntu2 [61.9 kB] | |
Get:90 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-urllib3 all 1.7.1-1ubuntu4 [39.5 kB] | |
Get:91 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.3 [43.1 kB] | |
Get:92 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-setuptools all 3.3-1ubuntu2 [230 kB] | |
Get:93 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-pip all 1.5.4-1ubuntu4 [97.3 kB] | |
Get:94 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-wheel all 0.24.0-1~ubuntu1 [44.7 kB] | |
[91m | |
Extracting templates from packages: 31%[0m[91m | |
Extracting templates from packages: 63%[0m[91m | |
Extracting templates from packages: 95%[0m[91m | |
Extracting templates from packages: 100% | |
[0mPreconfiguring packages ... | |
Fetched 51.1 MB in 42s (1213 kB/s) | |
Selecting previously unselected package libroken18-heimdal:amd64. | |
(Reading database ... 11569 files and directories currently installed.) | |
Preparing to unpack .../libroken18-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libasn1-8-heimdal:amd64. | |
Preparing to unpack .../libasn1-8-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libkrb5support0:amd64. | |
Preparing to unpack .../libkrb5support0_1.12+dfsg-2ubuntu5.3_amd64.deb ... | |
Unpacking libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Selecting previously unselected package libk5crypto3:amd64. | |
Preparing to unpack .../libk5crypto3_1.12+dfsg-2ubuntu5.3_amd64.deb ... | |
Unpacking libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Selecting previously unselected package libkeyutils1:amd64. | |
Preparing to unpack .../libkeyutils1_1.5.6-1_amd64.deb ... | |
Unpacking libkeyutils1:amd64 (1.5.6-1) ... | |
Selecting previously unselected package libkrb5-3:amd64. | |
Preparing to unpack .../libkrb5-3_1.12+dfsg-2ubuntu5.3_amd64.deb ... | |
Unpacking libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Selecting previously unselected package libgssapi-krb5-2:amd64. | |
Preparing to unpack .../libgssapi-krb5-2_1.12+dfsg-2ubuntu5.3_amd64.deb ... | |
Unpacking libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Selecting previously unselected package libhcrypto4-heimdal:amd64. | |
Preparing to unpack .../libhcrypto4-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libheimbase1-heimdal:amd64. | |
Preparing to unpack .../libheimbase1-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libwind0-heimdal:amd64. | |
Preparing to unpack .../libwind0-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libhx509-5-heimdal:amd64. | |
Preparing to unpack .../libhx509-5-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libkrb5-26-heimdal:amd64. | |
Preparing to unpack .../libkrb5-26-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libheimntlm0-heimdal:amd64. | |
Preparing to unpack .../libheimntlm0-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libgssapi3-heimdal:amd64. | |
Preparing to unpack .../libgssapi3-heimdal_1.6~git20131207+dfsg-1ubuntu1.2_amd64.deb ... | |
Unpacking libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Selecting previously unselected package libidn11:amd64. | |
Preparing to unpack .../libidn11_1.28-1ubuntu2.1_amd64.deb ... | |
Unpacking libidn11:amd64 (1.28-1ubuntu2.1) ... | |
Selecting previously unselected package libsasl2-modules-db:amd64. | |
Preparing to unpack .../libsasl2-modules-db_2.1.25.dfsg1-17build1_amd64.deb ... | |
Unpacking libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ... | |
Selecting previously unselected package libsasl2-2:amd64. | |
Preparing to unpack .../libsasl2-2_2.1.25.dfsg1-17build1_amd64.deb ... | |
Unpacking libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ... | |
Selecting previously unselected package libldap-2.4-2:amd64. | |
Preparing to unpack .../libldap-2.4-2_2.4.31-1+nmu2ubuntu8.4_amd64.deb ... | |
Unpacking libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.4) ... | |
Selecting previously unselected package librtmp0:amd64. | |
Preparing to unpack .../librtmp0_2.4+20121230.gitdf6c518-1ubuntu0.1_amd64.deb ... | |
Unpacking librtmp0:amd64 (2.4+20121230.gitdf6c518-1ubuntu0.1) ... | |
Selecting previously unselected package libasan0:amd64. | |
Preparing to unpack .../libasan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libatomic1:amd64. | |
Preparing to unpack .../libatomic1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libgmp10:amd64. | |
Preparing to unpack .../libgmp10_2%3a5.1.3+dfsg-1ubuntu1_amd64.deb ... | |
Unpacking libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Selecting previously unselected package libisl10:amd64. | |
Preparing to unpack .../libisl10_0.12.2-1_amd64.deb ... | |
Unpacking libisl10:amd64 (0.12.2-1) ... | |
Selecting previously unselected package libcloog-isl4:amd64. | |
Preparing to unpack .../libcloog-isl4_0.18.2-1_amd64.deb ... | |
Unpacking libcloog-isl4:amd64 (0.18.2-1) ... | |
Selecting previously unselected package libcurl3:amd64. | |
Preparing to unpack .../libcurl3_7.35.0-1ubuntu2.10_amd64.deb ... | |
Unpacking libcurl3:amd64 (7.35.0-1ubuntu2.10) ... | |
Selecting previously unselected package libgomp1:amd64. | |
Preparing to unpack .../libgomp1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libitm1:amd64. | |
Preparing to unpack .../libitm1_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libmpfr4:amd64. | |
Preparing to unpack .../libmpfr4_3.1.2-1_amd64.deb ... | |
Unpacking libmpfr4:amd64 (3.1.2-1) ... | |
Selecting previously unselected package libquadmath0:amd64. | |
Preparing to unpack .../libquadmath0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libtsan0:amd64. | |
Preparing to unpack .../libtsan0_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package libpython2.7-minimal:amd64. | |
Preparing to unpack .../libpython2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package python2.7-minimal. | |
Preparing to unpack .../python2.7-minimal_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking python2.7-minimal (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package libmpc3:amd64. | |
Preparing to unpack .../libmpc3_1.0.1-1ubuntu1_amd64.deb ... | |
Unpacking libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Selecting previously unselected package openssl. | |
Preparing to unpack .../openssl_1.0.1f-1ubuntu2.22_amd64.deb ... | |
Unpacking openssl (1.0.1f-1ubuntu2.22) ... | |
Selecting previously unselected package ca-certificates. | |
Preparing to unpack .../ca-certificates_20160104ubuntu0.14.04.1_all.deb ... | |
Unpacking ca-certificates (20160104ubuntu0.14.04.1) ... | |
Selecting previously unselected package krb5-locales. | |
Preparing to unpack .../krb5-locales_1.12+dfsg-2ubuntu5.3_all.deb ... | |
Unpacking krb5-locales (1.12+dfsg-2ubuntu5.3) ... | |
Selecting previously unselected package libsasl2-modules:amd64. | |
Preparing to unpack .../libsasl2-modules_2.1.25.dfsg1-17build1_amd64.deb ... | |
Unpacking libsasl2-modules:amd64 (2.1.25.dfsg1-17build1) ... | |
Selecting previously unselected package manpages. | |
Preparing to unpack .../manpages_3.54-1ubuntu1_all.deb ... | |
Unpacking manpages (3.54-1ubuntu1) ... | |
Selecting previously unselected package binutils. | |
Preparing to unpack .../binutils_2.24-5ubuntu14.2_amd64.deb ... | |
Unpacking binutils (2.24-5ubuntu14.2) ... | |
Selecting previously unselected package libc-dev-bin. | |
Preparing to unpack .../libc-dev-bin_2.19-0ubuntu6.13_amd64.deb ... | |
Unpacking libc-dev-bin (2.19-0ubuntu6.13) ... | |
Selecting previously unselected package linux-libc-dev:amd64. | |
Preparing to unpack .../linux-libc-dev_3.13.0-123.172_amd64.deb ... | |
Unpacking linux-libc-dev:amd64 (3.13.0-123.172) ... | |
Selecting previously unselected package libc6-dev:amd64. | |
Preparing to unpack .../libc6-dev_2.19-0ubuntu6.13_amd64.deb ... | |
Unpacking libc6-dev:amd64 (2.19-0ubuntu6.13) ... | |
Selecting previously unselected package cpp-4.8. | |
Preparing to unpack .../cpp-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package cpp. | |
Preparing to unpack .../cpp_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking cpp (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libgcc-4.8-dev:amd64. | |
Preparing to unpack .../libgcc-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package gcc-4.8. | |
Preparing to unpack .../gcc-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package gcc. | |
Preparing to unpack .../gcc_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking gcc (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package libstdc++-4.8-dev:amd64. | |
Preparing to unpack .../libstdc++-4.8-dev_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package g++-4.8. | |
Preparing to unpack .../g++-4.8_4.8.4-2ubuntu1~14.04.3_amd64.deb ... | |
Unpacking g++-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Selecting previously unselected package g++. | |
Preparing to unpack .../g++_4%3a4.8.2-1ubuntu6_amd64.deb ... | |
Unpacking g++ (4:4.8.2-1ubuntu6) ... | |
Selecting previously unselected package make. | |
Preparing to unpack .../make_3.81-8.2ubuntu3_amd64.deb ... | |
Unpacking make (3.81-8.2ubuntu3) ... | |
Selecting previously unselected package libtimedate-perl. | |
Preparing to unpack .../libtimedate-perl_2.3000-1_all.deb ... | |
Unpacking libtimedate-perl (2.3000-1) ... | |
Selecting previously unselected package libdpkg-perl. | |
Preparing to unpack .../libdpkg-perl_1.17.5ubuntu5.7_all.deb ... | |
Unpacking libdpkg-perl (1.17.5ubuntu5.7) ... | |
Selecting previously unselected package xz-utils. | |
Preparing to unpack .../xz-utils_5.1.1alpha+20120614-2ubuntu2_amd64.deb ... | |
Unpacking xz-utils (5.1.1alpha+20120614-2ubuntu2) ... | |
Selecting previously unselected package patch. | |
Preparing to unpack .../patch_2.7.1-4ubuntu2.3_amd64.deb ... | |
Unpacking patch (2.7.1-4ubuntu2.3) ... | |
Selecting previously unselected package dpkg-dev. | |
Preparing to unpack .../dpkg-dev_1.17.5ubuntu5.7_all.deb ... | |
Unpacking dpkg-dev (1.17.5ubuntu5.7) ... | |
Selecting previously unselected package build-essential. | |
Preparing to unpack .../build-essential_11.6ubuntu6_amd64.deb ... | |
Unpacking build-essential (11.6ubuntu6) ... | |
Selecting previously unselected package curl. | |
Preparing to unpack .../curl_7.35.0-1ubuntu2.10_amd64.deb ... | |
Unpacking curl (7.35.0-1ubuntu2.10) ... | |
Selecting previously unselected package libfakeroot:amd64. | |
Preparing to unpack .../libfakeroot_1.20-3ubuntu2_amd64.deb ... | |
Unpacking libfakeroot:amd64 (1.20-3ubuntu2) ... | |
Selecting previously unselected package fakeroot. | |
Preparing to unpack .../fakeroot_1.20-3ubuntu2_amd64.deb ... | |
Unpacking fakeroot (1.20-3ubuntu2) ... | |
Selecting previously unselected package libalgorithm-diff-perl. | |
Preparing to unpack .../libalgorithm-diff-perl_1.19.02-3_all.deb ... | |
Unpacking libalgorithm-diff-perl (1.19.02-3) ... | |
Selecting previously unselected package libalgorithm-diff-xs-perl. | |
Preparing to unpack .../libalgorithm-diff-xs-perl_0.04-2build4_amd64.deb ... | |
Unpacking libalgorithm-diff-xs-perl (0.04-2build4) ... | |
Selecting previously unselected package libalgorithm-merge-perl. | |
Preparing to unpack .../libalgorithm-merge-perl_0.08-2_all.deb ... | |
Unpacking libalgorithm-merge-perl (0.08-2) ... | |
Selecting previously unselected package libfile-fcntllock-perl. | |
Preparing to unpack .../libfile-fcntllock-perl_0.14-2build1_amd64.deb ... | |
Unpacking libfile-fcntllock-perl (0.14-2build1) ... | |
Selecting previously unselected package libpython2.7-stdlib:amd64. | |
Preparing to unpack .../libpython2.7-stdlib_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package libpython-stdlib:amd64. | |
Preparing to unpack .../libpython-stdlib_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking libpython-stdlib:amd64 (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package zlib1g-dev:amd64. | |
Preparing to unpack .../zlib1g-dev_1%3a1.2.8.dfsg-1ubuntu1_amd64.deb ... | |
Unpacking zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... | |
Selecting previously unselected package libssl-dev:amd64. | |
Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.22_amd64.deb ... | |
Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.22) ... | |
Selecting previously unselected package libssl-doc. | |
Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.22_all.deb ... | |
Unpacking libssl-doc (1.0.1f-1ubuntu2.22) ... | |
Selecting previously unselected package manpages-dev. | |
Preparing to unpack .../manpages-dev_3.54-1ubuntu1_all.deb ... | |
Unpacking manpages-dev (3.54-1ubuntu1) ... | |
Selecting previously unselected package python2.7. | |
Preparing to unpack .../python2.7_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking python2.7 (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package python-minimal. | |
Preparing to unpack .../python-minimal_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking python-minimal (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package python. | |
Preparing to unpack .../python_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking python (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package python-chardet. | |
Preparing to unpack .../python-chardet_2.0.1-2build2_all.deb ... | |
Unpacking python-chardet (2.0.1-2build2) ... | |
Selecting previously unselected package python3-pkg-resources. | |
Preparing to unpack .../python3-pkg-resources_3.3-1ubuntu2_all.deb ... | |
Unpacking python3-pkg-resources (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-chardet-whl. | |
Preparing to unpack .../python-chardet-whl_2.2.1-2~ubuntu1_all.deb ... | |
Unpacking python-chardet-whl (2.2.1-2~ubuntu1) ... | |
Selecting previously unselected package python-colorama. | |
Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu2_all.deb ... | |
Unpacking python-colorama (0.2.5-0.1ubuntu2) ... | |
Selecting previously unselected package python-colorama-whl. | |
Preparing to unpack .../python-colorama-whl_0.2.5-0.1ubuntu2_all.deb ... | |
Unpacking python-colorama-whl (0.2.5-0.1ubuntu2) ... | |
Selecting previously unselected package python-distlib. | |
Preparing to unpack .../python-distlib_0.1.8-1ubuntu1_all.deb ... | |
Unpacking python-distlib (0.1.8-1ubuntu1) ... | |
Selecting previously unselected package python-distlib-whl. | |
Preparing to unpack .../python-distlib-whl_0.1.8-1ubuntu1_all.deb ... | |
Unpacking python-distlib-whl (0.1.8-1ubuntu1) ... | |
Selecting previously unselected package python-six. | |
Preparing to unpack .../python-six_1.5.2-1ubuntu1_all.deb ... | |
Unpacking python-six (1.5.2-1ubuntu1) ... | |
Selecting previously unselected package python-html5lib. | |
Preparing to unpack .../python-html5lib_0.999-3~ubuntu1_all.deb ... | |
Unpacking python-html5lib (0.999-3~ubuntu1) ... | |
Selecting previously unselected package python-html5lib-whl. | |
Preparing to unpack .../python-html5lib-whl_0.999-3~ubuntu1_all.deb ... | |
Unpacking python-html5lib-whl (0.999-3~ubuntu1) ... | |
Selecting previously unselected package python-six-whl. | |
Preparing to unpack .../python-six-whl_1.5.2-1ubuntu1_all.deb ... | |
Unpacking python-six-whl (1.5.2-1ubuntu1) ... | |
Selecting previously unselected package python-urllib3-whl. | |
Preparing to unpack .../python-urllib3-whl_1.7.1-1ubuntu4_all.deb ... | |
Unpacking python-urllib3-whl (1.7.1-1ubuntu4) ... | |
Selecting previously unselected package python-requests-whl. | |
Preparing to unpack .../python-requests-whl_2.2.1-1ubuntu0.3_all.deb ... | |
Unpacking python-requests-whl (2.2.1-1ubuntu0.3) ... | |
Selecting previously unselected package python-setuptools-whl. | |
Preparing to unpack .../python-setuptools-whl_3.3-1ubuntu2_all.deb ... | |
Unpacking python-setuptools-whl (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-pip-whl. | |
Preparing to unpack .../python-pip-whl_1.5.4-1ubuntu4_all.deb ... | |
Unpacking python-pip-whl (1.5.4-1ubuntu4) ... | |
Selecting previously unselected package python-pkg-resources. | |
Preparing to unpack .../python-pkg-resources_3.3-1ubuntu2_all.deb ... | |
Unpacking python-pkg-resources (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-urllib3. | |
Preparing to unpack .../python-urllib3_1.7.1-1ubuntu4_all.deb ... | |
Unpacking python-urllib3 (1.7.1-1ubuntu4) ... | |
Selecting previously unselected package python-requests. | |
Preparing to unpack .../python-requests_2.2.1-1ubuntu0.3_all.deb ... | |
Unpacking python-requests (2.2.1-1ubuntu0.3) ... | |
Selecting previously unselected package python-setuptools. | |
Preparing to unpack .../python-setuptools_3.3-1ubuntu2_all.deb ... | |
Unpacking python-setuptools (3.3-1ubuntu2) ... | |
Selecting previously unselected package python-pip. | |
Preparing to unpack .../python-pip_1.5.4-1ubuntu4_all.deb ... | |
Unpacking python-pip (1.5.4-1ubuntu4) ... | |
Selecting previously unselected package python-wheel. | |
Preparing to unpack .../python-wheel_0.24.0-1~ubuntu1_all.deb ... | |
Unpacking python-wheel (0.24.0-1~ubuntu1) ... | |
Processing triggers for mime-support (3.54ubuntu1.1) ... | |
Setting up libroken18-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libasn1-8-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libkrb5support0:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Setting up libk5crypto3:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Setting up libkeyutils1:amd64 (1.5.6-1) ... | |
Setting up libkrb5-3:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Setting up libgssapi-krb5-2:amd64 (1.12+dfsg-2ubuntu5.3) ... | |
Setting up libhcrypto4-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libheimbase1-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libwind0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libhx509-5-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libkrb5-26-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libheimntlm0-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libgssapi3-heimdal:amd64 (1.6~git20131207+dfsg-1ubuntu1.2) ... | |
Setting up libidn11:amd64 (1.28-1ubuntu2.1) ... | |
Setting up libsasl2-modules-db:amd64 (2.1.25.dfsg1-17build1) ... | |
Setting up libsasl2-2:amd64 (2.1.25.dfsg1-17build1) ... | |
Setting up libldap-2.4-2:amd64 (2.4.31-1+nmu2ubuntu8.4) ... | |
Setting up librtmp0:amd64 (2.4+20121230.gitdf6c518-1ubuntu0.1) ... | |
Setting up libasan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libatomic1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libgmp10:amd64 (2:5.1.3+dfsg-1ubuntu1) ... | |
Setting up libisl10:amd64 (0.12.2-1) ... | |
Setting up libcloog-isl4:amd64 (0.18.2-1) ... | |
Setting up libcurl3:amd64 (7.35.0-1ubuntu2.10) ... | |
Setting up libgomp1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libitm1:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libmpfr4:amd64 (3.1.2-1) ... | |
Setting up libquadmath0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libtsan0:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up libpython2.7-minimal:amd64 (2.7.6-8ubuntu0.3) ... | |
Setting up python2.7-minimal (2.7.6-8ubuntu0.3) ... | |
Setting up libmpc3:amd64 (1.0.1-1ubuntu1) ... | |
Setting up openssl (1.0.1f-1ubuntu2.22) ... | |
Setting up ca-certificates (20160104ubuntu0.14.04.1) ... | |
Setting up krb5-locales (1.12+dfsg-2ubuntu5.3) ... | |
Setting up libsasl2-modules:amd64 (2.1.25.dfsg1-17build1) ... | |
Setting up manpages (3.54-1ubuntu1) ... | |
Setting up binutils (2.24-5ubuntu14.2) ... | |
Setting up libc-dev-bin (2.19-0ubuntu6.13) ... | |
Setting up linux-libc-dev:amd64 (3.13.0-123.172) ... | |
Setting up libc6-dev:amd64 (2.19-0ubuntu6.13) ... | |
Setting up cpp-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up cpp (4:4.8.2-1ubuntu6) ... | |
Setting up libgcc-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up gcc (4:4.8.2-1ubuntu6) ... | |
Setting up libstdc++-4.8-dev:amd64 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up g++-4.8 (4.8.4-2ubuntu1~14.04.3) ... | |
Setting up g++ (4:4.8.2-1ubuntu6) ... | |
update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode | |
Setting up make (3.81-8.2ubuntu3) ... | |
Setting up libtimedate-perl (2.3000-1) ... | |
Setting up libdpkg-perl (1.17.5ubuntu5.7) ... | |
Setting up xz-utils (5.1.1alpha+20120614-2ubuntu2) ... | |
update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode | |
Setting up patch (2.7.1-4ubuntu2.3) ... | |
Setting up dpkg-dev (1.17.5ubuntu5.7) ... | |
Setting up build-essential (11.6ubuntu6) ... | |
Setting up curl (7.35.0-1ubuntu2.10) ... | |
Setting up libfakeroot:amd64 (1.20-3ubuntu2) ... | |
Setting up fakeroot (1.20-3ubuntu2) ... | |
update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode | |
Setting up libalgorithm-diff-perl (1.19.02-3) ... | |
Setting up libalgorithm-diff-xs-perl (0.04-2build4) ... | |
Setting up libalgorithm-merge-perl (0.08-2) ... | |
Setting up libfile-fcntllock-perl (0.14-2build1) ... | |
Setting up libpython2.7-stdlib:amd64 (2.7.6-8ubuntu0.3) ... | |
Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ... | |
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... | |
Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.22) ... | |
Setting up libssl-doc (1.0.1f-1ubuntu2.22) ... | |
Setting up manpages-dev (3.54-1ubuntu1) ... | |
Setting up python2.7 (2.7.6-8ubuntu0.3) ... | |
Setting up python-minimal (2.7.5-5ubuntu3) ... | |
Setting up python (2.7.5-5ubuntu3) ... | |
Setting up python-chardet (2.0.1-2build2) ... | |
Setting up python3-pkg-resources (3.3-1ubuntu2) ... | |
Setting up python-chardet-whl (2.2.1-2~ubuntu1) ... | |
Setting up python-colorama (0.2.5-0.1ubuntu2) ... | |
Setting up python-colorama-whl (0.2.5-0.1ubuntu2) ... | |
Setting up python-distlib (0.1.8-1ubuntu1) ... | |
Setting up python-distlib-whl (0.1.8-1ubuntu1) ... | |
Setting up python-six (1.5.2-1ubuntu1) ... | |
Setting up python-html5lib (0.999-3~ubuntu1) ... | |
Setting up python-html5lib-whl (0.999-3~ubuntu1) ... | |
Setting up python-six-whl (1.5.2-1ubuntu1) ... | |
Setting up python-urllib3-whl (1.7.1-1ubuntu4) ... | |
Setting up python-requests-whl (2.2.1-1ubuntu0.3) ... | |
Setting up python-setuptools-whl (3.3-1ubuntu2) ... | |
Setting up python-pip-whl (1.5.4-1ubuntu4) ... | |
Setting up python-pkg-resources (3.3-1ubuntu2) ... | |
Setting up python-urllib3 (1.7.1-1ubuntu4) ... | |
Setting up python-requests (2.2.1-1ubuntu0.3) ... | |
Setting up python-setuptools (3.3-1ubuntu2) ... | |
Setting up python-pip (1.5.4-1ubuntu4) ... | |
Setting up python-wheel (0.24.0-1~ubuntu1) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.13) ... | |
Processing triggers for ca-certificates (20160104ubuntu0.14.04.1) ... | |
Updating certificates in /etc/ssl/certs... 173 added, 0 removed; done. | |
Running hooks in /etc/ca-certificates/update.d....done. | |
---> dc9287cc160a | |
Removing intermediate container 78b34fce4c90 | |
Step 6/21 : RUN apt-get update --yes --force-yes | |
---> Running in 1c502b9a5eae | |
Ign http://archive.ubuntu.com trusty InRelease | |
Hit http://archive.ubuntu.com trusty-updates InRelease | |
Hit http://archive.ubuntu.com trusty-security InRelease | |
Hit http://archive.ubuntu.com trusty Release.gpg | |
Hit http://archive.ubuntu.com trusty Release | |
Hit http://archive.ubuntu.com trusty-updates/main Sources | |
Hit http://archive.ubuntu.com trusty-updates/restricted Sources | |
Hit http://archive.ubuntu.com trusty-updates/universe Sources | |
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/main Sources | |
Hit http://archive.ubuntu.com trusty-security/restricted Sources | |
Hit http://archive.ubuntu.com trusty-security/universe Sources | |
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty/main Sources | |
Hit http://archive.ubuntu.com trusty/restricted Sources | |
Hit http://archive.ubuntu.com trusty/universe Sources | |
Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty/universe amd64 Packages | |
Reading package lists... | |
---> add5644c3448 | |
Removing intermediate container 1c502b9a5eae | |
Step 7/21 : RUN apt-get install --yes --force-yes python-software-properties python-mysqldb libmysqlclient-dev libffi-dev libssl-dev python-dev | |
---> Running in 01358cd90d02 | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
libssl-dev is already the newest version. | |
The following extra packages will be installed: | |
iso-codes libcurl3-gnutls libexpat1-dev libmysqlclient18 libpython-dev | |
libpython2.7 libpython2.7-dev mysql-common python-apt python-apt-common | |
python-pycurl python2.7-dev python3-apt unattended-upgrades | |
Suggested packages: | |
isoquery python-apt-dbg python-gtk2 python-vte python-apt-doc | |
python-egenix-mxdatetime mysql-server-5.1 mysql-server python-mysqldb-dbg | |
libcurl4-gnutls-dev python-pycurl-dbg python3-apt-dbg bsd-mailx | |
mail-transport-agent | |
The following NEW packages will be installed: | |
iso-codes libcurl3-gnutls libexpat1-dev libffi-dev libmysqlclient-dev | |
libmysqlclient18 libpython-dev libpython2.7 libpython2.7-dev mysql-common | |
python-apt python-apt-common python-dev python-mysqldb python-pycurl | |
python-software-properties python2.7-dev python3-apt unattended-upgrades | |
0 upgraded, 19 newly installed, 0 to remove and 4 not upgraded. | |
Need to get 27.7 MB of archives. | |
After this operation, 66.7 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libcurl3-gnutls amd64 7.35.0-1ubuntu2.10 [166 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.55-0ubuntu0.14.04.1 [13.0 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.55-0ubuntu0.14.04.1 [597 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7 amd64 2.7.6-8ubuntu0.3 [1039 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libexpat1-dev amd64 2.1.0-4ubuntu1.3 [115 kB] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libpython2.7-dev amd64 2.7.6-8ubuntu0.3 [22.0 MB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main iso-codes all 3.52-1 [2073 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-apt-common all 0.9.3.5ubuntu2 [16.6 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python3-apt amd64 0.9.3.5ubuntu2 [139 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.55-0ubuntu0.14.04.1 [866 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-apt amd64 0.9.3.5ubuntu2 [141 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python2.7-dev amd64 2.7.6-8ubuntu0.3 [269 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main python-mysqldb amd64 1.2.3-2ubuntu1 [55.4 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main python-pycurl amd64 7.19.3-0ubuntu3 [47.9 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty-updates/main unattended-upgrades all 0.82.1ubuntu2.5 [25.6 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe python-software-properties all 0.92.37.8 [19.7 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libffi-dev amd64 3.1~rc1+r3.0.13-12ubuntu0.1 [99.8 kB] | |
Preconfiguring packages ... | |
Fetched 27.7 MB in 17s (1570 kB/s) | |
Selecting previously unselected package libcurl3-gnutls:amd64. | |
(Reading database ... 19953 files and directories currently installed.) | |
Preparing to unpack .../libcurl3-gnutls_7.35.0-1ubuntu2.10_amd64.deb ... | |
Unpacking libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ... | |
Selecting previously unselected package mysql-common. | |
Preparing to unpack .../mysql-common_5.5.55-0ubuntu0.14.04.1_all.deb ... | |
Unpacking mysql-common (5.5.55-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libmysqlclient18:amd64. | |
Preparing to unpack .../libmysqlclient18_5.5.55-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking libmysqlclient18:amd64 (5.5.55-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libpython2.7:amd64. | |
Preparing to unpack .../libpython2.7_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking libpython2.7:amd64 (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package libexpat1-dev:amd64. | |
Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1.3_amd64.deb ... | |
Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ... | |
Selecting previously unselected package libpython2.7-dev:amd64. | |
Preparing to unpack .../libpython2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package iso-codes. | |
Preparing to unpack .../iso-codes_3.52-1_all.deb ... | |
Unpacking iso-codes (3.52-1) ... | |
Selecting previously unselected package python-apt-common. | |
Preparing to unpack .../python-apt-common_0.9.3.5ubuntu2_all.deb ... | |
Unpacking python-apt-common (0.9.3.5ubuntu2) ... | |
Selecting previously unselected package python3-apt. | |
Preparing to unpack .../python3-apt_0.9.3.5ubuntu2_amd64.deb ... | |
Unpacking python3-apt (0.9.3.5ubuntu2) ... | |
Selecting previously unselected package libmysqlclient-dev. | |
Preparing to unpack .../libmysqlclient-dev_5.5.55-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking libmysqlclient-dev (5.5.55-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libpython-dev:amd64. | |
Preparing to unpack .../libpython-dev_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking libpython-dev:amd64 (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package python-apt. | |
Preparing to unpack .../python-apt_0.9.3.5ubuntu2_amd64.deb ... | |
Unpacking python-apt (0.9.3.5ubuntu2) ... | |
Selecting previously unselected package python2.7-dev. | |
Preparing to unpack .../python2.7-dev_2.7.6-8ubuntu0.3_amd64.deb ... | |
Unpacking python2.7-dev (2.7.6-8ubuntu0.3) ... | |
Selecting previously unselected package python-dev. | |
Preparing to unpack .../python-dev_2.7.5-5ubuntu3_amd64.deb ... | |
Unpacking python-dev (2.7.5-5ubuntu3) ... | |
Selecting previously unselected package python-mysqldb. | |
Preparing to unpack .../python-mysqldb_1.2.3-2ubuntu1_amd64.deb ... | |
Unpacking python-mysqldb (1.2.3-2ubuntu1) ... | |
Selecting previously unselected package python-pycurl. | |
Preparing to unpack .../python-pycurl_7.19.3-0ubuntu3_amd64.deb ... | |
Unpacking python-pycurl (7.19.3-0ubuntu3) ... | |
Selecting previously unselected package unattended-upgrades. | |
Preparing to unpack .../unattended-upgrades_0.82.1ubuntu2.5_all.deb ... | |
Unpacking unattended-upgrades (0.82.1ubuntu2.5) ... | |
Selecting previously unselected package python-software-properties. | |
Preparing to unpack .../python-software-properties_0.92.37.8_all.deb ... | |
Unpacking python-software-properties (0.92.37.8) ... | |
Selecting previously unselected package libffi-dev:amd64. | |
Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12ubuntu0.1_amd64.deb ... | |
Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up libcurl3-gnutls:amd64 (7.35.0-1ubuntu2.10) ... | |
Setting up mysql-common (5.5.55-0ubuntu0.14.04.1) ... | |
Setting up libmysqlclient18:amd64 (5.5.55-0ubuntu0.14.04.1) ... | |
Setting up libpython2.7:amd64 (2.7.6-8ubuntu0.3) ... | |
Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1.3) ... | |
Setting up libpython2.7-dev:amd64 (2.7.6-8ubuntu0.3) ... | |
Setting up iso-codes (3.52-1) ... | |
Setting up python-apt-common (0.9.3.5ubuntu2) ... | |
Setting up python3-apt (0.9.3.5ubuntu2) ... | |
Setting up libmysqlclient-dev (5.5.55-0ubuntu0.14.04.1) ... | |
Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... | |
Setting up python-apt (0.9.3.5ubuntu2) ... | |
Setting up python2.7-dev (2.7.6-8ubuntu0.3) ... | |
Setting up python-dev (2.7.5-5ubuntu3) ... | |
Setting up python-mysqldb (1.2.3-2ubuntu1) ... | |
Setting up python-pycurl (7.19.3-0ubuntu3) ... | |
Setting up unattended-upgrades (0.82.1ubuntu2.5) ... | |
Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12ubuntu0.1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up python-software-properties (0.92.37.8) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.13) ... | |
---> f16c1fa8182d | |
Removing intermediate container 01358cd90d02 | |
Step 8/21 : RUN curl -sL https://deb.nodesource.com/setup | bash - | |
---> Running in 2798cd8c4941 | |
================================================================================ | |
================================================================================ | |
SCRIPT DEPRECATION WARNING | |
This script, located at https://deb.nodesource.com/setup, used to | |
install Node.js v0.10, is being deprecated and will eventually be made | |
inactive. | |
You should use the script that corresponds to the version of Node.js you | |
wish to install. e.g. | |
* https://deb.nodesource.com/setup_4.x — Node.js v4 LTS "Argon" (recommended) | |
* https://deb.nodesource.com/setup_6.x — Node.js v6 Current | |
Please see https://github.com/nodejs/LTS/ for details about which version | |
may be appropriate for you. | |
The NodeSource Node.js Linux distributions GitHub repository contains | |
information about which versions of Node.js and which Linux distributions | |
are supported and how to use the install scripts. | |
https://github.com/nodesource/distributions | |
================================================================================ | |
================================================================================ | |
Continuing in 10 seconds (press Ctrl-C to abort) ... | |
## Installing the NodeSource Node.js v0.10 repo... | |
## Populating apt-get cache... | |
+ apt-get update | |
Ign http://archive.ubuntu.com trusty InRelease | |
Hit http://archive.ubuntu.com trusty-updates InRelease | |
Hit http://archive.ubuntu.com trusty-security InRelease | |
Hit http://archive.ubuntu.com trusty Release.gpg | |
Hit http://archive.ubuntu.com trusty Release | |
Hit http://archive.ubuntu.com trusty-updates/main Sources | |
Hit http://archive.ubuntu.com trusty-updates/restricted Sources | |
Hit http://archive.ubuntu.com trusty-updates/universe Sources | |
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/main Sources | |
Hit http://archive.ubuntu.com trusty-security/restricted Sources | |
Hit http://archive.ubuntu.com trusty-security/universe Sources | |
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty/main Sources | |
Hit http://archive.ubuntu.com trusty/restricted Sources | |
Hit http://archive.ubuntu.com trusty/universe Sources | |
Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty/universe amd64 Packages | |
Reading package lists... | |
## Installing packages required for setup: apt-transport-https... | |
+ apt-get install -y apt-transport-https > /dev/null 2>&1 | |
## Confirming "trusty" is supported... | |
+ curl -sLf -o /dev/null 'https://deb.nodesource.com/node_0.10/dists/trusty/Release' | |
## Adding the NodeSource signing key to your keyring... | |
+ curl -s https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - | |
OK | |
## Creating apt sources list file for the NodeSource Node.js v0.10 repo... | |
+ echo 'deb https://deb.nodesource.com/node_0.10 trusty main' > /etc/apt/sources.list.d/nodesource.list | |
+ echo 'deb-src https://deb.nodesource.com/node_0.10 trusty main' >> /etc/apt/sources.list.d/nodesource.list | |
## Running `apt-get update` for you... | |
+ apt-get update | |
Get:1 https://deb.nodesource.com trusty InRelease | |
Ign http://archive.ubuntu.com trusty InRelease | |
Hit http://archive.ubuntu.com trusty-updates InRelease | |
Hit http://archive.ubuntu.com trusty-security InRelease | |
Hit http://archive.ubuntu.com trusty Release.gpg | |
Hit http://archive.ubuntu.com trusty Release | |
Get:2 https://deb.nodesource.com trusty/main Sources | |
Get:3 https://deb.nodesource.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/main Sources | |
Hit http://archive.ubuntu.com trusty-updates/restricted Sources | |
Hit http://archive.ubuntu.com trusty-updates/universe Sources | |
Hit http://archive.ubuntu.com trusty-updates/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-updates/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/main Sources | |
Hit http://archive.ubuntu.com trusty-security/restricted Sources | |
Hit http://archive.ubuntu.com trusty-security/universe Sources | |
Hit http://archive.ubuntu.com trusty-security/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty-security/universe amd64 Packages | |
Hit http://archive.ubuntu.com trusty/main Sources | |
Hit http://archive.ubuntu.com trusty/restricted Sources | |
Hit http://archive.ubuntu.com trusty/universe Sources | |
Hit http://archive.ubuntu.com trusty/main amd64 Packages | |
Hit http://archive.ubuntu.com trusty/restricted amd64 Packages | |
Hit http://archive.ubuntu.com trusty/universe amd64 Packages | |
Fetched 5513 B in 6s (822 B/s) | |
Reading package lists... | |
================================================================================ | |
================================================================================ | |
NODE.JS v0.10 DEPRECATION WARNING | |
Node.js v0.10 will cease to be actively supported in October 2016. | |
This means you will not continue to receive security or critical stability | |
updates for this version of Node.js beyond that time. | |
You should begin migration to a newer version of Node.js as soon as | |
possible. Use the installation script that corresponds to the version of | |
Node.js you wish to install. e.g. | |
* https://deb.nodesource.com/setup_4.x — Node.js v4 LTS "Argon" (recommended) | |
* https://deb.nodesource.com/setup_6.x — Node.js v6 Current | |
Please see https://github.com/nodejs/LTS/ for details about which version | |
may be appropriate for you. | |
The NodeSource Node.js Linux distributions GitHub repository contains | |
information about which versions of Node.js and which Linux distributions | |
are supported and how to use the install scripts. | |
https://github.com/nodesource/distributions | |
================================================================================ | |
================================================================================ | |
Continuing in 5 seconds ... | |
## Run `apt-get install nodejs` (as root) to install Node.js v0.10 and npm | |
---> 8d56f491161a | |
Removing intermediate container 2798cd8c4941 | |
Step 9/21 : RUN sudo apt-get --yes --force-yes install nodejs | |
---> Running in 8ff385a3bb2b | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
rlwrap | |
The following NEW packages will be installed: | |
nodejs rlwrap | |
0 upgraded, 2 newly installed, 0 to remove and 4 not upgraded. | |
Need to get 5067 kB of archives. | |
After this operation, 26.7 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/universe rlwrap amd64 0.37-5 [73.4 kB] | |
[91mdebconf: unable to initialize frontend: Dialog | |
debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) | |
debconf: falling back to frontend: Readline | |
[0m[91mdebconf: unable to initialize frontend: Readline | |
debconf: (This frontend requires a controlling tty.) | |
debconf: falling back to frontend: Teletype | |
[0m[91mdpkg-preconfigure: unable to re-open stdin: | |
[0mFetched 5067 kB in 0s (7837 kB/s) | |
Selecting previously unselected package rlwrap. | |
(Reading database ... 20952 files and directories currently installed.) | |
Preparing to unpack .../rlwrap_0.37-5_amd64.deb ... | |
Unpacking rlwrap (0.37-5) ... | |
Selecting previously unselected package nodejs. | |
Preparing to unpack .../nodejs_0.10.48-1nodesource1~trusty1_amd64.deb ... | |
Unpacking nodejs (0.10.48-1nodesource1~trusty1) ... | |
Setting up rlwrap (0.37-5) ... | |
update-alternatives: using /usr/bin/rlwrap to provide /usr/bin/readline-editor (readline-editor) in auto mode | |
Setting up nodejs (0.10.48-1nodesource1~trusty1) ... | |
---> dfb951379972 | |
Removing intermediate container 8ff385a3bb2b | |
Step 10/21 : RUN apt-get install --yes --force-yes nginx supervisor | |
---> Running in fe834af97d5a | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
fontconfig-config fonts-dejavu-core geoip-database libfontconfig1 | |
libfreetype6 libgd3 libgeoip1 libjbig0 libjpeg-turbo8 libjpeg8 libtiff5 | |
libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 | |
libxslt1.1 nginx-common nginx-core python-meld3 sgml-base xml-core | |
Suggested packages: | |
libgd-tools geoip-bin fcgiwrap nginx-doc sgml-base-doc debhelper | |
The following NEW packages will be installed: | |
fontconfig-config fonts-dejavu-core geoip-database libfontconfig1 | |
libfreetype6 libgd3 libgeoip1 libjbig0 libjpeg-turbo8 libjpeg8 libtiff5 | |
libvpx1 libx11-6 libx11-data libxau6 libxcb1 libxdmcp6 libxml2 libxpm4 | |
libxslt1.1 nginx nginx-common nginx-core python-meld3 sgml-base supervisor | |
xml-core | |
0 upgraded, 27 newly installed, 0 to remove and 4 not upgraded. | |
Need to get 5942 kB of archives. | |
After this operation, 21.5 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libgeoip1 amd64 1.6.0-1 [71.0 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libxau6 amd64 1:1.0.8-1 [8376 B] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libxdmcp6 amd64 1:1.1.1-1 [12.8 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libxcb1 amd64 1.10-2ubuntu1 [38.0 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-data all 2:1.6.2-1ubuntu2 [111 kB] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main libx11-6 amd64 2:1.6.2-1ubuntu2 [560 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.9 [573 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main sgml-base all 1.26+nmu4ubuntu1 [12.5 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main fonts-dejavu-core all 2.34-1ubuntu1 [1024 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main fontconfig-config all 2.11.0-0ubuntu4.2 [47.4 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfreetype6 amd64 2.5.2-1ubuntu2.8 [304 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libfontconfig1 amd64 2.11.0-0ubuntu4.2 [123 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg-turbo8 amd64 1.3.0-0ubuntu2 [104 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libjpeg8 amd64 8c-2ubuntu8 [2194 B] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libjbig0 amd64 2.0-2ubuntu4.1 [26.1 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libtiff5 amd64 4.0.3-7ubuntu0.7 [144 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libvpx1 amd64 1.3.0-2 [556 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxpm4 amd64 1:3.5.10-1ubuntu0.1 [33.2 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libgd3 amd64 2.1.0-3ubuntu0.6 [122 kB] | |
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxslt1.1 amd64 1.1.28-2ubuntu0.1 [145 kB] | |
Get:21 http://archive.ubuntu.com/ubuntu/ trusty/main geoip-database all 20140313-1 [1196 kB] | |
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main xml-core all 0.13+nmu2 [23.3 kB] | |
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-common all 1.4.6-1ubuntu3.8 [19.1 kB] | |
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx-core amd64 1.4.6-1ubuntu3.8 [325 kB] | |
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main nginx all 1.4.6-1ubuntu3.8 [5394 B] | |
Get:26 http://archive.ubuntu.com/ubuntu/ trusty/universe python-meld3 amd64 0.6.10-1 [39.0 kB] | |
Get:27 http://archive.ubuntu.com/ubuntu/ trusty/universe supervisor all 3.0b2-1 [314 kB] | |
Preconfiguring packages ... | |
Fetched 5942 kB in 7s (761 kB/s) | |
Selecting previously unselected package libgeoip1:amd64. | |
(Reading database ... 24259 files and directories currently installed.) | |
Preparing to unpack .../libgeoip1_1.6.0-1_amd64.deb ... | |
Unpacking libgeoip1:amd64 (1.6.0-1) ... | |
Selecting previously unselected package libxau6:amd64. | |
Preparing to unpack .../libxau6_1%3a1.0.8-1_amd64.deb ... | |
Unpacking libxau6:amd64 (1:1.0.8-1) ... | |
Selecting previously unselected package libxdmcp6:amd64. | |
Preparing to unpack .../libxdmcp6_1%3a1.1.1-1_amd64.deb ... | |
Unpacking libxdmcp6:amd64 (1:1.1.1-1) ... | |
Selecting previously unselected package libxcb1:amd64. | |
Preparing to unpack .../libxcb1_1.10-2ubuntu1_amd64.deb ... | |
Unpacking libxcb1:amd64 (1.10-2ubuntu1) ... | |
Selecting previously unselected package libx11-data. | |
Preparing to unpack .../libx11-data_2%3a1.6.2-1ubuntu2_all.deb ... | |
Unpacking libx11-data (2:1.6.2-1ubuntu2) ... | |
Selecting previously unselected package libx11-6:amd64. | |
Preparing to unpack .../libx11-6_2%3a1.6.2-1ubuntu2_amd64.deb ... | |
Unpacking libx11-6:amd64 (2:1.6.2-1ubuntu2) ... | |
Selecting previously unselected package libxml2:amd64. | |
Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.9_amd64.deb ... | |
Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.9) ... | |
Selecting previously unselected package sgml-base. | |
Preparing to unpack .../sgml-base_1.26+nmu4ubuntu1_all.deb ... | |
Unpacking sgml-base (1.26+nmu4ubuntu1) ... | |
Selecting previously unselected package fonts-dejavu-core. | |
Preparing to unpack .../fonts-dejavu-core_2.34-1ubuntu1_all.deb ... | |
Unpacking fonts-dejavu-core (2.34-1ubuntu1) ... | |
Selecting previously unselected package fontconfig-config. | |
Preparing to unpack .../fontconfig-config_2.11.0-0ubuntu4.2_all.deb ... | |
Unpacking fontconfig-config (2.11.0-0ubuntu4.2) ... | |
Selecting previously unselected package libfreetype6:amd64. | |
Preparing to unpack .../libfreetype6_2.5.2-1ubuntu2.8_amd64.deb ... | |
Unpacking libfreetype6:amd64 (2.5.2-1ubuntu2.8) ... | |
Selecting previously unselected package libfontconfig1:amd64. | |
Preparing to unpack .../libfontconfig1_2.11.0-0ubuntu4.2_amd64.deb ... | |
Unpacking libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... | |
Selecting previously unselected package libjpeg-turbo8:amd64. | |
Preparing to unpack .../libjpeg-turbo8_1.3.0-0ubuntu2_amd64.deb ... | |
Unpacking libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... | |
Selecting previously unselected package libjpeg8:amd64. | |
Preparing to unpack .../libjpeg8_8c-2ubuntu8_amd64.deb ... | |
Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... | |
Selecting previously unselected package libjbig0:amd64. | |
Preparing to unpack .../libjbig0_2.0-2ubuntu4.1_amd64.deb ... | |
Unpacking libjbig0:amd64 (2.0-2ubuntu4.1) ... | |
Selecting previously unselected package libtiff5:amd64. | |
Preparing to unpack .../libtiff5_4.0.3-7ubuntu0.7_amd64.deb ... | |
Unpacking libtiff5:amd64 (4.0.3-7ubuntu0.7) ... | |
Selecting previously unselected package libvpx1:amd64. | |
Preparing to unpack .../libvpx1_1.3.0-2_amd64.deb ... | |
Unpacking libvpx1:amd64 (1.3.0-2) ... | |
Selecting previously unselected package libxpm4:amd64. | |
Preparing to unpack .../libxpm4_1%3a3.5.10-1ubuntu0.1_amd64.deb ... | |
Unpacking libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... | |
Selecting previously unselected package libgd3:amd64. | |
Preparing to unpack .../libgd3_2.1.0-3ubuntu0.6_amd64.deb ... | |
Unpacking libgd3:amd64 (2.1.0-3ubuntu0.6) ... | |
Selecting previously unselected package libxslt1.1:amd64. | |
Preparing to unpack .../libxslt1.1_1.1.28-2ubuntu0.1_amd64.deb ... | |
Unpacking libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... | |
Selecting previously unselected package geoip-database. | |
Preparing to unpack .../geoip-database_20140313-1_all.deb ... | |
Unpacking geoip-database (20140313-1) ... | |
Selecting previously unselected package xml-core. | |
Preparing to unpack .../xml-core_0.13+nmu2_all.deb ... | |
Unpacking xml-core (0.13+nmu2) ... | |
Selecting previously unselected package nginx-common. | |
Preparing to unpack .../nginx-common_1.4.6-1ubuntu3.8_all.deb ... | |
Unpacking nginx-common (1.4.6-1ubuntu3.8) ... | |
Selecting previously unselected package nginx-core. | |
Preparing to unpack .../nginx-core_1.4.6-1ubuntu3.8_amd64.deb ... | |
Unpacking nginx-core (1.4.6-1ubuntu3.8) ... | |
Selecting previously unselected package nginx. | |
Preparing to unpack .../nginx_1.4.6-1ubuntu3.8_all.deb ... | |
Unpacking nginx (1.4.6-1ubuntu3.8) ... | |
Selecting previously unselected package python-meld3. | |
Preparing to unpack .../python-meld3_0.6.10-1_amd64.deb ... | |
Unpacking python-meld3 (0.6.10-1) ... | |
Selecting previously unselected package supervisor. | |
Preparing to unpack .../supervisor_3.0b2-1_all.deb ... | |
Unpacking supervisor (3.0b2-1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up libgeoip1:amd64 (1.6.0-1) ... | |
Setting up libxau6:amd64 (1:1.0.8-1) ... | |
Setting up libxdmcp6:amd64 (1:1.1.1-1) ... | |
Setting up libxcb1:amd64 (1.10-2ubuntu1) ... | |
Setting up libx11-data (2:1.6.2-1ubuntu2) ... | |
Setting up libx11-6:amd64 (2:1.6.2-1ubuntu2) ... | |
Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.9) ... | |
Setting up sgml-base (1.26+nmu4ubuntu1) ... | |
Setting up fonts-dejavu-core (2.34-1ubuntu1) ... | |
Setting up fontconfig-config (2.11.0-0ubuntu4.2) ... | |
Setting up libfreetype6:amd64 (2.5.2-1ubuntu2.8) ... | |
Setting up libfontconfig1:amd64 (2.11.0-0ubuntu4.2) ... | |
Setting up libjpeg-turbo8:amd64 (1.3.0-0ubuntu2) ... | |
Setting up libjpeg8:amd64 (8c-2ubuntu8) ... | |
Setting up libjbig0:amd64 (2.0-2ubuntu4.1) ... | |
Setting up libtiff5:amd64 (4.0.3-7ubuntu0.7) ... | |
Setting up libvpx1:amd64 (1.3.0-2) ... | |
Setting up libxpm4:amd64 (1:3.5.10-1ubuntu0.1) ... | |
Setting up libgd3:amd64 (2.1.0-3ubuntu0.6) ... | |
Setting up libxslt1.1:amd64 (1.1.28-2ubuntu0.1) ... | |
Setting up geoip-database (20140313-1) ... | |
Setting up xml-core (0.13+nmu2) ... | |
Setting up nginx-common (1.4.6-1ubuntu3.8) ... | |
Setting up python-meld3 (0.6.10-1) ... | |
Setting up supervisor (3.0b2-1) ... | |
[91minvoke-rc.d: policy-rc.d denied execution of start. | |
[0mProcessing triggers for ureadahead (0.100.0-16) ... | |
Setting up nginx-core (1.4.6-1ubuntu3.8) ... | |
[91minvoke-rc.d: policy-rc.d denied execution of start. | |
[0mSetting up nginx (1.4.6-1ubuntu3.8) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.13) ... | |
Processing triggers for sgml-base (1.26+nmu4ubuntu1) ... | |
---> 07a4a760c6fa | |
Removing intermediate container fe834af97d5a | |
Step 11/21 : RUN pip install uwsgi | |
---> Running in fd74b81b6f07 | |
Downloading/unpacking uwsgi | |
Running setup.py (path:/tmp/pip_build_root/uwsgi/setup.py) egg_info for package uwsgi | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'descriptions' | |
warnings.warn(msg) | |
Installing collected packages: uwsgi | |
Running setup.py install for uwsgi | |
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'descriptions' | |
warnings.warn(msg) | |
using profile: buildconf/default.ini | |
detected include path: ['/usr/lib/gcc/x86_64-linux-gnu/4.8/include', '/usr/local/include', '/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed', '/usr/include/x86_64-linux-gnu', '/usr/include'] | |
Patching "bin_name" to properly install_scripts dir | |
detected CPU cores: 2 | |
configured CFLAGS: -O2 -I. -Wall -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fno-strict-aliasing -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-format -Wno-format-security -DUWSGI_HAS_IFADDRS -DUWSGI_ZLIB -DUWSGI_LOCK_USE_MUTEX -DUWSGI_EVENT_USE_EPOLL -DUWSGI_EVENT_TIMER_USE_TIMERFD -DUWSGI_EVENT_FILEMONITOR_USE_INOTIFY -DUWSGI_VERSION="\"2.0.15\"" -DUWSGI_VERSION_BASE="2" -DUWSGI_VERSION_MAJOR="0" -DUWSGI_VERSION_MINOR="15" -DUWSGI_VERSION_REVISION="0" -DUWSGI_VERSION_CUSTOM="\"\"" -DUWSGI_YAML -DUWSGI_SSL -DUWSGI_XML -DUWSGI_XML_EXPAT -DUWSGI_PLUGIN_DIR="\".\"" -DUWSGI_DECLARE_EMBEDDED_PLUGINS="UDEP(python);UDEP(gevent);UDEP(ping);UDEP(cache);UDEP(nagios);UDEP(rrdtool);UDEP(carbon);UDEP(rpc);UDEP(corerouter);UDEP(fastrouter);UDEP(http);UDEP(ugreen);UDEP(signal);UDEP(syslog);UDEP(rsyslog);UDEP(logsocket);UDEP(router_uwsgi);UDEP(router_redirect);UDEP(router_basicauth);UDEP(zergpool);UDEP(redislog);UDEP(mongodblog);UDEP(router_rewrite);UDEP(router_http);UDEP(logfile);UDEP(router_cache);UDEP(rawrouter);UDEP(router_static);UDEP(sslrouter);UDEP(spooler);UDEP(cheaper_busyness);UDEP(symcall);UDEP(transformation_tofile);UDEP(transformation_gzip);UDEP(transformation_chunked);UDEP(transformation_offload);UDEP(router_memcached);UDEP(router_redis);UDEP(router_hash);UDEP(router_expires);UDEP(router_metrics);UDEP(transformation_template);UDEP(stats_pusher_socket);" -DUWSGI_LOAD_EMBEDDED_PLUGINS="ULEP(python);ULEP(gevent);ULEP(ping);ULEP(cache);ULEP(nagios);ULEP(rrdtool);ULEP(carbon);ULEP(rpc);ULEP(corerouter);ULEP(fastrouter);ULEP(http);ULEP(ugreen);ULEP(signal);ULEP(syslog);ULEP(rsyslog);ULEP(logsocket);ULEP(router_uwsgi);ULEP(router_redirect);ULEP(router_basicauth);ULEP(zergpool);ULEP(redislog);ULEP(mongodblog);ULEP(router_rewrite);ULEP(router_http);ULEP(logfile);ULEP(router_cache);ULEP(rawrouter);ULEP(router_static);ULEP(sslrouter);ULEP(spooler);ULEP(cheaper_busyness);ULEP(symcall);ULEP(transformation_tofile);ULEP(transformation_gzip);ULEP(transformation_chunked);ULEP(transformation_offload);ULEP(router_memcached);ULEP(router_redis);ULEP(router_hash);ULEP(router_expires);ULEP(router_metrics);ULEP(transformation_template);ULEP(stats_pusher_socket);" | |
*** uWSGI compiling server core *** | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/utils.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/protocol.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/socket.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/logging.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/master.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/master_utils.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/emperor.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/notify.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/mule.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/subscription.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/stats.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/sendfile.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/async.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/master_checks.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/fifo.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/offload.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/io.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/static.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/websockets.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/spooler.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/snmp.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/exceptions.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/config.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/setup_utils.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/clock.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/init.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/buffer.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/reader.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/writer.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/alarm.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/cron.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/hooks.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/plugins.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/lock.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/cache.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/daemons.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/errors.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/hash.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/master_events.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/chunked.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/queue.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/event.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/signal.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/strings.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/progress.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/timebomb.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/ini.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/fsmon.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/mount.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/metrics.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/plugins_builder.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/sharedarea.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/rpc.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/gateway.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/loop.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/cookie.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/querystring.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/rb_timers.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/transformations.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/uwsgi.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] proto/base.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] proto/uwsgi.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] proto/http.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] proto/fastcgi.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] proto/scgi.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] proto/puwsgi.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] lib/linux_ns.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/zlib.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/yaml.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/ssl.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] core/legion.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/xmlconf.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/dot_h.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] core/config_py.o | |
*** uWSGI compiling embedded plugins *** | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/python_plugin.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/pyutils.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/pyloader.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_handlers.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_headers.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/wsgi_subhandler.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/web3_subhandler.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/pump_subhandler.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/gil.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/python/uwsgi_pymodule.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/profiler.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/symimporter.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/tracebacker.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/python/raw.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/gevent/gevent.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/gevent/hooks.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/ping/ping_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/cache/cache.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/nagios/nagios.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/rrdtool/rrdtool.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/carbon/carbon.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/rpc/rpc_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/cr_common.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/cr_map.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/corerouter/corerouter.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/fastrouter/fastrouter.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/http/http.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/http/keepalive.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/http/https.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/http/spdy3.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/ugreen/ugreen.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/signal/signal_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/syslog/syslog_plugin.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/rsyslog/rsyslog_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/logsocket/logsocket_plugin.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_uwsgi/router_uwsgi.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_redirect/router_redirect.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_basicauth/router_basicauth.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/zergpool/zergpool.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/redislog/redislog_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/mongodblog/mongodblog_plugin.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_rewrite/router_rewrite.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_http/router_http.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/logfile/logfile.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_cache/router_cache.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/rawrouter/rawrouter.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_static/router_static.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/sslrouter/sslrouter.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/spooler/spooler_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/cheaper_busyness/cheaper_busyness.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/symcall/symcall_plugin.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/transformation_tofile/tofile.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/transformation_gzip/gzip.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/transformation_chunked/chunked.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/transformation_offload/offload.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_memcached/router_memcached.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_redis/router_redis.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_hash/router_hash.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/router_expires/expires.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/router_metrics/plugin.o | |
[thread 0][x86_64-linux-gnu-gcc -pthread] plugins/transformation_template/tt.o | |
[thread 1][x86_64-linux-gnu-gcc -pthread] plugins/stats_pusher_socket/plugin.o | |
*** uWSGI linking *** | |
x86_64-linux-gnu-gcc -pthread -o /usr/local/bin/uwsgi -L/usr/lib -Wl,-rpath,/usr/lib core/utils.o core/protocol.o core/socket.o core/logging.o core/master.o core/master_utils.o core/emperor.o core/notify.o core/mule.o core/subscription.o core/stats.o core/sendfile.o core/async.o core/master_checks.o core/fifo.o core/offload.o core/io.o core/static.o core/websockets.o core/spooler.o core/snmp.o core/exceptions.o core/config.o core/setup_utils.o core/clock.o core/init.o core/buffer.o core/reader.o core/writer.o core/alarm.o core/cron.o core/hooks.o core/plugins.o core/lock.o core/cache.o core/daemons.o core/errors.o core/hash.o core/master_events.o core/chunked.o core/queue.o core/event.o core/signal.o core/strings.o core/progress.o core/timebomb.o core/ini.o core/fsmon.o core/mount.o core/metrics.o core/plugins_builder.o core/sharedarea.o core/rpc.o core/gateway.o core/loop.o core/cookie.o core/querystring.o core/rb_timers.o core/transformations.o core/uwsgi.o proto/base.o proto/uwsgi.o proto/http.o proto/fastcgi.o proto/scgi.o proto/puwsgi.o lib/linux_ns.o core/zlib.o core/yaml.o core/ssl.o core/legion.o core/xmlconf.o core/dot_h.o core/config_py.o plugins/python/python_plugin.o plugins/python/pyutils.o plugins/python/pyloader.o plugins/python/wsgi_handlers.o plugins/python/wsgi_headers.o plugins/python/wsgi_subhandler.o plugins/python/web3_subhandler.o plugins/python/pump_subhandler.o plugins/python/gil.o plugins/python/uwsgi_pymodule.o plugins/python/profiler.o plugins/python/symimporter.o plugins/python/tracebacker.o plugins/python/raw.o plugins/gevent/gevent.o plugins/gevent/hooks.o plugins/ping/ping_plugin.o plugins/cache/cache.o plugins/nagios/nagios.o plugins/rrdtool/rrdtool.o plugins/carbon/carbon.o plugins/rpc/rpc_plugin.o plugins/corerouter/cr_common.o plugins/corerouter/cr_map.o plugins/corerouter/corerouter.o plugins/fastrouter/fastrouter.o plugins/http/http.o plugins/http/keepalive.o plugins/http/https.o plugins/http/spdy3.o plugins/ugreen/ugreen.o plugins/signal/signal_plugin.o plugins/syslog/syslog_plugin.o plugins/rsyslog/rsyslog_plugin.o plugins/logsocket/logsocket_plugin.o plugins/router_uwsgi/router_uwsgi.o plugins/router_redirect/router_redirect.o plugins/router_basicauth/router_basicauth.o plugins/zergpool/zergpool.o plugins/redislog/redislog_plugin.o plugins/mongodblog/mongodblog_plugin.o plugins/router_rewrite/router_rewrite.o plugins/router_http/router_http.o plugins/logfile/logfile.o plugins/router_cache/router_cache.o plugins/rawrouter/rawrouter.o plugins/router_static/router_static.o plugins/sslrouter/sslrouter.o plugins/spooler/spooler_plugin.o plugins/cheaper_busyness/cheaper_busyness.o plugins/symcall/symcall_plugin.o plugins/transformation_tofile/tofile.o plugins/transformation_gzip/gzip.o plugins/transformation_chunked/chunked.o plugins/transformation_offload/offload.o plugins/router_memcached/router_memcached.o plugins/router_redis/router_redis.o plugins/router_hash/router_hash.o plugins/router_expires/expires.o plugins/router_metrics/plugin.o plugins/transformation_template/tt.o plugins/stats_pusher_socket/plugin.o -lpthread -lm -rdynamic -ldl -lz -lssl -lcrypto -lexpat -lpthread -ldl -lutil -lm -lpython2.7 -lcrypt | |
################# uWSGI configuration ################# | |
pcre = False | |
kernel = Linux | |
malloc = libc | |
execinfo = False | |
ifaddrs = True | |
ssl = True | |
zlib = True | |
locking = pthread_mutex | |
plugin_dir = . | |
timer = timerfd | |
yaml = embedded | |
json = False | |
filemonitor = inotify | |
routing = False | |
debug = False | |
ucontext = True | |
capabilities = False | |
xml = expat | |
event = epoll | |
############## end of uWSGI configuration ############# | |
total build time: 15 seconds | |
*** uWSGI is ready, launch it with /usr/local/bin/uwsgi *** | |
Successfully installed uwsgi | |
Cleaning up... | |
---> 2dae37c9d287 | |
Removing intermediate container fd74b81b6f07 | |
Step 12/21 : ADD requirements.txt /src/requirements.txt | |
---> 0e582791d4d4 | |
Removing intermediate container 0e011c2ac6e3 | |
Step 13/21 : RUN cd /src; pip install -r requirements.txt | |
---> Running in 72a0ac68784f | |
Downloading/unpacking alembic==0.8.4 (from -r requirements.txt (line 1)) | |
Running setup.py (path:/tmp/pip_build_root/alembic/setup.py) egg_info for package alembic | |
warning: no files found matching '*.jpg' under directory 'docs' | |
warning: no files found matching '*.sty' under directory 'docs' | |
warning: no files found matching '*.dat' under directory 'tests' | |
no previously-included directories found matching 'docs/build/output' | |
Downloading/unpacking amqp==1.4.9 (from -r requirements.txt (line 2)) | |
Downloading/unpacking aniso8601==1.1.0 (from -r requirements.txt (line 3)) | |
Running setup.py (path:/tmp/pip_build_root/aniso8601/setup.py) egg_info for package aniso8601 | |
Downloading/unpacking anyjson==0.3.3 (from -r requirements.txt (line 4)) | |
Downloading anyjson-0.3.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/anyjson/setup.py) egg_info for package anyjson | |
Downloading/unpacking appdirs==1.4.0 (from -r requirements.txt (line 5)) | |
Downloading appdirs-1.4.0-py2.py3-none-any.whl | |
Downloading/unpacking astroid==1.4.5 (from -r requirements.txt (line 6)) | |
Downloading/unpacking billiard==3.3.0.23 (from -r requirements.txt (line 7)) | |
Running setup.py (path:/tmp/pip_build_root/billiard/setup.py) egg_info for package billiard | |
warning: no files found matching '*.py' under directory 'Lib' | |
Downloading/unpacking blinker==1.4 (from -r requirements.txt (line 8)) | |
Running setup.py (path:/tmp/pip_build_root/blinker/setup.py) egg_info for package blinker | |
Downloading/unpacking celery==3.1.23 (from -r requirements.txt (line 9)) | |
Downloading/unpacking cffi==1.5.2 (from -r requirements.txt (line 10)) | |
Running setup.py (path:/tmp/pip_build_root/cffi/setup.py) egg_info for package cffi | |
Downloading/unpacking colorama==0.3.7 (from -r requirements.txt (line 11)) | |
Downloading colorama-0.3.7-py2.py3-none-any.whl | |
Downloading/unpacking cryptography==1.2.3 (from -r requirements.txt (line 12)) | |
Running setup.py (path:/tmp/pip_build_root/cryptography/setup.py) egg_info for package cryptography | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
Downloading/unpacking docopt==0.4.0 (from -r requirements.txt (line 13)) | |
Downloading docopt-0.4.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/docopt/setup.py) egg_info for package docopt | |
Downloading/unpacking dominate==2.1.17 (from -r requirements.txt (line 14)) | |
Downloading dominate-2.1.17.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/dominate/setup.py) egg_info for package dominate | |
Downloading/unpacking enum34==1.1.2 (from -r requirements.txt (line 15)) | |
Running setup.py (path:/tmp/pip_build_root/enum34/setup.py) egg_info for package enum34 | |
Downloading/unpacking Flask==0.10.1 (from -r requirements.txt (line 16)) | |
Running setup.py (path:/tmp/pip_build_root/Flask/setup.py) egg_info for package Flask | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'examples' | |
warning: no previously-included files matching '*.pyo' found under directory 'examples' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-Assets==0.11 (from -r requirements.txt (line 17)) | |
Downloading Flask-Assets-0.11.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-Assets/setup.py) egg_info for package Flask-Assets | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyc' found under directory 'example' | |
Downloading/unpacking Flask-Bootstrap==3.3.5.7 (from -r requirements.txt (line 18)) | |
Running setup.py (path:/tmp/pip_build_root/Flask-Bootstrap/setup.py) egg_info for package Flask-Bootstrap | |
Downloading/unpacking Flask-Limiter==0.9.1 (from -r requirements.txt (line 19)) | |
Running setup.py (path:/tmp/pip_build_root/Flask-Limiter/setup.py) egg_info for package Flask-Limiter | |
Downloading/unpacking Flask-Login==0.3.2 (from -r requirements.txt (line 20)) | |
Downloading Flask-Login-0.3.2.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-Login/setup.py) egg_info for package Flask-Login | |
Downloading/unpacking Flask-Mail==0.9.1 (from -r requirements.txt (line 21)) | |
Running setup.py (path:/tmp/pip_build_root/Flask-Mail/setup.py) egg_info for package Flask-Mail | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-Migrate==1.8.0 (from -r requirements.txt (line 22)) | |
Downloading Flask-Migrate-1.8.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-Migrate/setup.py) egg_info for package Flask-Migrate | |
Downloading/unpacking Flask-Redis-Helper==1.0.0 (from -r requirements.txt (line 23)) | |
Downloading Flask-Redis-Helper-1.0.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Flask-Redis-Helper/setup.py) egg_info for package Flask-Redis-Helper | |
Downloading/unpacking Flask-RESTful==0.3.5 (from -r requirements.txt (line 24)) | |
Downloading Flask_RESTful-0.3.5-py2.py3-none-any.whl | |
Downloading/unpacking Flask-Script==2.0.5 (from -r requirements.txt (line 25)) | |
Running setup.py (path:/tmp/pip_build_root/Flask-Script/setup.py) egg_info for package Flask-Script | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-SQLAlchemy==2.1 (from -r requirements.txt (line 26)) | |
Running setup.py (path:/tmp/pip_build_root/Flask-SQLAlchemy/setup.py) egg_info for package Flask-SQLAlchemy | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
no previously-included directories found matching 'docs/_build' | |
no previously-included directories found matching 'docs/_themes/.git' | |
Downloading/unpacking Flask-WTF==0.12 (from -r requirements.txt (line 27)) | |
Downloading Flask_WTF-0.12-py2-none-any.whl | |
Downloading/unpacking httplib2==0.9.2 (from -r requirements.txt (line 28)) | |
Running setup.py (path:/tmp/pip_build_root/httplib2/setup.py) egg_info for package httplib2 | |
Downloading/unpacking idna==2.0 (from -r requirements.txt (line 29)) | |
Downloading/unpacking ipaddress==1.0.16 (from -r requirements.txt (line 30)) | |
Downloading ipaddress-1.0.16-py27-none-any.whl | |
Downloading/unpacking iso8601==0.1.11 (from -r requirements.txt (line 31)) | |
Downloading iso8601-0.1.11-py2.py3-none-any.whl | |
Downloading/unpacking itsdangerous==0.24 (from -r requirements.txt (line 32)) | |
Running setup.py (path:/tmp/pip_build_root/itsdangerous/setup.py) egg_info for package itsdangerous | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Downloading/unpacking Jinja2==2.8 (from -r requirements.txt (line 33)) | |
Downloading/unpacking jsmin==2.2.0 (from -r requirements.txt (line 34)) | |
Downloading jsmin-2.2.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/jsmin/setup.py) egg_info for package jsmin | |
Downloading/unpacking kombu==3.0.35 (from -r requirements.txt (line 35)) | |
Downloading/unpacking lazy-object-proxy==1.2.2 (from -r requirements.txt (line 36)) | |
Downloading lazy-object-proxy-1.2.2.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/lazy-object-proxy/setup.py) egg_info for package lazy-object-proxy | |
warning: no directories found matching 'examples' | |
warning: no files found matching '.isort.cfg' | |
warning: no previously-included files matching '*.py[cod]' found anywhere in distribution | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
warning: no previously-included files matching '*.so' found anywhere in distribution | |
warning: no previously-included files matching '*.dylib' found anywhere in distribution | |
Downloading/unpacking limits==1.1 (from -r requirements.txt (line 37)) | |
Downloading limits-1.1.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/limits/setup.py) egg_info for package limits | |
Downloading/unpacking logilab-common==1.2.0 (from -r requirements.txt (line 38)) | |
Running setup.py (path:/tmp/pip_build_root/logilab-common/setup.py) egg_info for package logilab-common | |
warning: no files found matching '*.py' under directory 'test/input' | |
warning: no files found matching '*' under directory 'doc/html' | |
Downloading/unpacking Mako==1.0.3 (from -r requirements.txt (line 39)) | |
Running setup.py (path:/tmp/pip_build_root/Mako/setup.py) egg_info for package Mako | |
warning: no files found matching '*.xml' under directory 'examples' | |
warning: no files found matching '*.mako' under directory 'examples' | |
warning: no files found matching 'distribute_setup.py' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking mandrill==1.0.57 (from -r requirements.txt (line 40)) | |
Downloading mandrill-1.0.57.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/mandrill/setup.py) egg_info for package mandrill | |
Downloading/unpacking Markdown==2.6.5 (from -r requirements.txt (line 41)) | |
Running setup.py (path:/tmp/pip_build_root/Markdown/setup.py) egg_info for package Markdown | |
Downloading/unpacking MarkupSafe==0.23 (from -r requirements.txt (line 42)) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/MarkupSafe/setup.py) egg_info for package MarkupSafe | |
Downloading/unpacking meteor-ejson==1.1.0 (from -r requirements.txt (line 43)) | |
Downloading meteor-ejson-1.1.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/meteor-ejson/setup.py) egg_info for package meteor-ejson | |
Downloading/unpacking MySQL-python==1.2.5 (from -r requirements.txt (line 44)) | |
Running setup.py (path:/tmp/pip_build_root/MySQL-python/setup.py) egg_info for package MySQL-python | |
Downloading/unpacking ndg-httpsclient==0.4.0 (from -r requirements.txt (line 45)) | |
Downloading ndg_httpsclient-0.4.0.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/ndg-httpsclient/setup.py) egg_info for package ndg-httpsclient | |
Downloading/unpacking packaging==16.8 (from -r requirements.txt (line 46)) | |
Downloading packaging-16.8-py2.py3-none-any.whl | |
Downloading/unpacking phonenumbers==7.2.6 (from -r requirements.txt (line 47)) | |
Running setup.py (path:/tmp/pip_build_root/phonenumbers/setup.py) egg_info for package phonenumbers | |
warning: no files found matching 'MANIFEST' | |
warning: no previously-included files found matching '.*ignore' | |
Downloading/unpacking poster==0.8.1 (from -r requirements.txt (line 48)) | |
Downloading poster-0.8.1.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/poster/setup.py) egg_info for package poster | |
Downloading/unpacking py==1.4.31 (from -r requirements.txt (line 49)) | |
Downloading/unpacking pyasn1==0.1.9 (from -r requirements.txt (line 50)) | |
Downloading pyasn1-0.1.9-py2.py3-none-any.whl | |
Downloading/unpacking pycparser==2.14 (from -r requirements.txt (line 51)) | |
Running setup.py (path:/tmp/pip_build_root/pycparser/setup.py) egg_info for package pycparser | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
Downloading/unpacking pyee==3.0.3 (from -r requirements.txt (line 52)) | |
Downloading pyee-3.0.3-py2.py3-none-any.whl | |
Downloading/unpacking pylint==1.5.5 (from -r requirements.txt (line 53)) | |
Downloading/unpacking pylint-flask==0.3 (from -r requirements.txt (line 54)) | |
Downloading pylint-flask-0.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/pylint-flask/setup.py) egg_info for package pylint-flask | |
Downloading/unpacking pylint-plugin-utils==0.2.3 (from -r requirements.txt (line 55)) | |
Downloading pylint-plugin-utils-0.2.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/pylint-plugin-utils/setup.py) egg_info for package pylint-plugin-utils | |
Downloading/unpacking PyMySQL==0.7.2 (from -r requirements.txt (line 56)) | |
Downloading/unpacking pyOpenSSL==0.15.1 (from -r requirements.txt (line 57)) | |
Downloading/unpacking pyparsing==2.1.10 (from -r requirements.txt (line 58)) | |
Downloading/unpacking pytest==2.9.1 (from -r requirements.txt (line 59)) | |
Downloading/unpacking python-dateutil==2.4.2 (from -r requirements.txt (line 60)) | |
Downloading/unpacking python-ddp==0.1.5 (from -r requirements.txt (line 61)) | |
Downloading python-ddp-0.1.5.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/python-ddp/setup.py) egg_info for package python-ddp | |
Downloading/unpacking python-editor==0.5 (from -r requirements.txt (line 62)) | |
Downloading python-editor-0.5.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/python-editor/setup.py) egg_info for package python-editor | |
Downloading/unpacking pytz==2015.7 (from -r requirements.txt (line 63)) | |
Downloading/unpacking redis==2.10.5 (from -r requirements.txt (line 64)) | |
Downloading/unpacking requests==2.9.1 (from -r requirements.txt (line 65)) | |
Downloading/unpacking six==1.10.0 (from -r requirements.txt (line 66)) | |
Downloading six-1.10.0-py2.py3-none-any.whl | |
Downloading/unpacking SQLAlchemy==1.0.12 (from -r requirements.txt (line 67)) | |
Running setup.py (path:/tmp/pip_build_root/SQLAlchemy/setup.py) egg_info for package SQLAlchemy | |
warning: no files found matching '*.jpg' under directory 'doc' | |
warning: no files found matching '*.mako' under directory 'doc' | |
warning: no files found matching 'distribute_setup.py' | |
warning: no files found matching 'sa2to3.py' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking stripe==1.29.1 (from -r requirements.txt (line 68)) | |
Running setup.py (path:/tmp/pip_build_root/stripe/setup.py) egg_info for package stripe | |
Downloading/unpacking twilio==5.4.0 (from -r requirements.txt (line 69)) | |
Running setup.py (path:/tmp/pip_build_root/twilio/setup.py) egg_info for package twilio | |
Downloading/unpacking Unirest==1.1.7 (from -r requirements.txt (line 70)) | |
Downloading Unirest-1.1.7.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/Unirest/setup.py) egg_info for package Unirest | |
warning: no files found matching '*.txt' under directory 'docs' | |
Downloading/unpacking visitor==0.1.2 (from -r requirements.txt (line 71)) | |
Downloading visitor-0.1.2.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/visitor/setup.py) egg_info for package visitor | |
Downloading/unpacking webassets==0.11.1 (from -r requirements.txt (line 72)) | |
Running setup.py (path:/tmp/pip_build_root/webassets/setup.py) egg_info for package webassets | |
warning: no files found matching 'run_tests.py' | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching 'out.css' found under directory 'examples' | |
warning: no previously-included files matching 'out.js' found under directory 'examples' | |
no previously-included directories found matching 'examples/appengine-sdk' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '.gitignore' found anywhere in distribution | |
warning: no previously-included files matching '*.orig' found anywhere in distribution | |
warning: no previously-included files matching 'webassets-cache/*' found anywhere in distribution | |
warning: no previously-included files matching '.sass-cache/*' found anywhere in distribution | |
Downloading/unpacking Werkzeug==0.11.4 (from -r requirements.txt (line 73)) | |
Downloading/unpacking wrapt==1.10.8 (from -r requirements.txt (line 74)) | |
Downloading wrapt-1.10.8.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/wrapt/setup.py) egg_info for package wrapt | |
Downloading/unpacking ws4py==0.4.1 (from -r requirements.txt (line 75)) | |
Running setup.py (path:/tmp/pip_build_root/ws4py/setup.py) egg_info for package ws4py | |
Downloading/unpacking WTForms==2.1 (from -r requirements.txt (line 76)) | |
Running setup.py (path:/tmp/pip_build_root/WTForms/setup.py) egg_info for package WTForms | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
Downloading/unpacking yapf==0.16.0 (from -r requirements.txt (line 77)) | |
Requirement already satisfied (use --upgrade to upgrade): setuptools>=1.0 in /usr/lib/python2.7/dist-packages (from cryptography==1.2.3->-r requirements.txt (line 12)) | |
Installing collected packages: alembic, amqp, aniso8601, anyjson, appdirs, astroid, billiard, blinker, celery, cffi, colorama, cryptography, docopt, dominate, enum34, Flask, Flask-Assets, Flask-Bootstrap, Flask-Limiter, Flask-Login, Flask-Mail, Flask-Migrate, Flask-Redis-Helper, Flask-RESTful, Flask-Script, Flask-SQLAlchemy, Flask-WTF, httplib2, idna, ipaddress, iso8601, itsdangerous, Jinja2, jsmin, kombu, lazy-object-proxy, limits, logilab-common, Mako, mandrill, Markdown, MarkupSafe, meteor-ejson, MySQL-python, ndg-httpsclient, packaging, phonenumbers, poster, py, pyasn1, pycparser, pyee, pylint, pylint-flask, pylint-plugin-utils, PyMySQL, pyOpenSSL, pyparsing, pytest, python-dateutil, python-ddp, python-editor, pytz, redis, requests, six, SQLAlchemy, stripe, twilio, Unirest, visitor, webassets, Werkzeug, wrapt, ws4py, WTForms, yapf | |
Running setup.py install for alembic | |
warning: no files found matching '*.jpg' under directory 'docs' | |
warning: no files found matching '*.sty' under directory 'docs' | |
warning: no files found matching '*.dat' under directory 'tests' | |
no previously-included directories found matching 'docs/build/output' | |
Installing alembic script to /usr/local/bin | |
Running setup.py install for aniso8601 | |
Running setup.py install for anyjson | |
Compiling /tmp/pip_build_root/astroid/astroid/tests/testdata/python3/data/module2.py ... | |
File "/tmp/pip_build_root/astroid/astroid/tests/testdata/python3/data/module2.py", line 100 | |
print('bonjour', file=stream) | |
^ | |
SyntaxError: invalid syntax | |
Running setup.py install for billiard | |
building '_billiard' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/multiprocessing.c -o build/temp.linux-x86_64-2.7/Modules/_billiard/multiprocessing.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/socket_connection.c -o build/temp.linux-x86_64-2.7/Modules/_billiard/socket_connection.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DHAVE_SEM_OPEN=1 -DHAVE_FD_TRANSFER=1 -DHAVE_SEM_TIMEDWAIT=1 -IModules/_billiard -I/usr/include/python2.7 -c Modules/_billiard/semaphore.c -o build/temp.linux-x86_64-2.7/Modules/_billiard/semaphore.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/Modules/_billiard/multiprocessing.o build/temp.linux-x86_64-2.7/Modules/_billiard/socket_connection.o build/temp.linux-x86_64-2.7/Modules/_billiard/semaphore.o -lrt -o build/lib.linux-x86_64-2.7/_billiard.so | |
warning: no files found matching '*.py' under directory 'Lib' | |
Running setup.py install for blinker | |
Running setup.py install for cffi | |
building '_cffi_backend' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -DUSE__THREAD -I/usr/include/ffi -I/usr/include/libffi -I/usr/include/python2.7 -c c/_cffi_backend.c -o build/temp.linux-x86_64-2.7/c/_cffi_backend.o | |
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/c/_cffi_backend.o -lffi -o build/lib.linux-x86_64-2.7/_cffi_backend.so | |
Found existing installation: colorama 0.2.5 | |
Not uninstalling colorama at /usr/lib/python2.7/dist-packages, owned by OS | |
Running setup.py install for cryptography | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.ygen: module references __file__ | |
pycparser.ply.lex: module references __file__ | |
pycparser.ply.lex: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module references __file__ | |
pycparser.ply.yacc: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module MAY be using inspect.stack | |
Installed /tmp/pip_build_root/cryptography/pycparser-2.18-py2.7.egg | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip_build_root/cryptography/setup.py", line 335, in <module> | |
**keywords_with_side_effects(sys.argv) | |
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 243, in __init__ | |
_Distribution.__init__(self,attrs) | |
File "/usr/lib/python2.7/distutils/dist.py", line 287, in __init__ | |
self.finalize_options() | |
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 277, in finalize_options | |
ep.load()(self, ep.name, value) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 161, in cffi_modules | |
add_cffi_module(dist, cffi_module) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 48, in add_cffi_module | |
execfile(build_file_name, mod_vars) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 24, in execfile | |
exec(code, glob, glob) | |
File "src/_cffi_src/build_openssl.py", line 98, in <module> | |
extra_link_args=extra_link_args(compiler_type()), | |
File "/tmp/pip_build_root/cryptography/src/_cffi_src/utils.py", line 64, in build_ffi_for_binding | |
extra_link_args=extra_link_args, | |
File "/tmp/pip_build_root/cryptography/src/_cffi_src/utils.py", line 73, in build_ffi | |
ffi.cdef(cdef_source) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/api.py", line 105, in cdef | |
self._cdef(csource, override=override, packed=packed) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/api.py", line 119, in _cdef | |
self._parser.parse(csource, override=override, **options) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 289, in parse | |
self._internal_parse(csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 294, in _internal_parse | |
ast, macros, csource = self._parse(csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 252, in _parse | |
self.convert_pycparser_error(e, csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 281, in convert_pycparser_error | |
raise api.CDefError(msg) | |
cffi.api.CDefError: cannot parse "typedef int __dotdotdot__ time_t;" | |
:13:28: before: time_t | |
Complete output from command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-eHn5Qu-record/install-record.txt --single-version-externally-managed --compile: | |
warning: no previously-included files matching 'yacctab.*' found under directory 'tests' | |
warning: no previously-included files matching 'lextab.*' found under directory 'tests' | |
warning: no previously-included files matching 'yacctab.*' found under directory 'examples' | |
warning: no previously-included files matching 'lextab.*' found under directory 'examples' | |
zip_safe flag not set; analyzing archive contents... | |
pycparser.ply.ygen: module references __file__ | |
pycparser.ply.lex: module references __file__ | |
pycparser.ply.lex: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module references __file__ | |
pycparser.ply.yacc: module MAY be using inspect.getsourcefile | |
pycparser.ply.yacc: module MAY be using inspect.stack | |
Installed /tmp/pip_build_root/cryptography/pycparser-2.18-py2.7.egg | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/tmp/pip_build_root/cryptography/setup.py", line 335, in <module> | |
**keywords_with_side_effects(sys.argv) | |
File "/usr/lib/python2.7/distutils/core.py", line 111, in setup | |
_setup_distribution = dist = klass(attrs) | |
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 243, in __init__ | |
_Distribution.__init__(self,attrs) | |
File "/usr/lib/python2.7/distutils/dist.py", line 287, in __init__ | |
self.finalize_options() | |
File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 277, in finalize_options | |
ep.load()(self, ep.name, value) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 161, in cffi_modules | |
add_cffi_module(dist, cffi_module) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 48, in add_cffi_module | |
execfile(build_file_name, mod_vars) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/setuptools_ext.py", line 24, in execfile | |
exec(code, glob, glob) | |
File "src/_cffi_src/build_openssl.py", line 98, in <module> | |
extra_link_args=extra_link_args(compiler_type()), | |
File "/tmp/pip_build_root/cryptography/src/_cffi_src/utils.py", line 64, in build_ffi_for_binding | |
extra_link_args=extra_link_args, | |
File "/tmp/pip_build_root/cryptography/src/_cffi_src/utils.py", line 73, in build_ffi | |
ffi.cdef(cdef_source) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/api.py", line 105, in cdef | |
self._cdef(csource, override=override, packed=packed) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/api.py", line 119, in _cdef | |
self._parser.parse(csource, override=override, **options) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 289, in parse | |
self._internal_parse(csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 294, in _internal_parse | |
ast, macros, csource = self._parse(csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 252, in _parse | |
self.convert_pycparser_error(e, csource) | |
File "/usr/local/lib/python2.7/dist-packages/cffi/cparser.py", line 281, in convert_pycparser_error | |
raise api.CDefError(msg) | |
cffi.api.CDefError: cannot parse "typedef int __dotdotdot__ time_t;" | |
:13:28: before: time_t | |
---------------------------------------- | |
Cleaning up... | |
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-eHn5Qu-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/cryptography | |
Storing debug log for failure in /root/.pip/pip.log | |
The command '/bin/sh -c cd /src; pip install -r requirements.txt' returned a non-zero code: 1 | |
Build step 'Execute shell' marked build as failure | |
Finished: FAILURE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good log