Created
November 7, 2014 22:15
-
-
Save sfc-gh-eraigosa/78970ee962865f1d9e58 to your computer and use it in GitHub Desktop.
docker build -t st2 .
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
docker build -t st2 . | |
Sending build context to Docker daemon 5.632 kB | |
Sending build context to Docker daemon | |
Step 0 : FROM dockerfile/ubuntu | |
Pulling repository dockerfile/ubuntu | |
b4e54ddfb2af: Download complete | |
511136ea3c5a: Download complete | |
d497ad3926c8: Download complete | |
ccb62158e970: Download complete | |
e791be0477f2: Download complete | |
3680052c0f5c: Download complete | |
22093c35d77b: Download complete | |
5506de2b643b: Download complete | |
b08854b89605: Download complete | |
d0ca2a3c0233: Download complete | |
1716e82f74f0: Download complete | |
b41d25703535: Download complete | |
e95dbc5735e1: Download complete | |
5992007b07de: Download complete | |
---> b4e54ddfb2af | |
Step 1 : RUN echo "#!/bin/sh\nexit 0" > /usr/sbin/policy-rc.d | |
---> Running in 63dc49cb0876 | |
---> bd2b45ae6103 | |
Removing intermediate container 63dc49cb0876 | |
Step 2 : RUN apt-get update && apt-get install -y python python-dev python-pip python-virtualenv && rm -rf /var/lib/apt/lists/* | |
---> Running in e939864a6f03 | |
Ign http://archive.ubuntu.com trusty InRelease | |
Ign http://archive.ubuntu.com trusty-updates InRelease | |
Ign http://archive.ubuntu.com trusty-security InRelease | |
Ign http://archive.ubuntu.com trusty-proposed InRelease | |
Get:1 http://archive.ubuntu.com trusty Release.gpg [933 B] | |
Get:2 http://archive.ubuntu.com trusty-updates Release.gpg [933 B] | |
Get:3 http://archive.ubuntu.com trusty-security Release.gpg [933 B] | |
Get:4 http://archive.ubuntu.com trusty-proposed Release.gpg [933 B] | |
Get:5 http://archive.ubuntu.com trusty Release [58.5 kB] | |
Get:6 http://archive.ubuntu.com trusty-updates Release [62.0 kB] | |
Get:7 http://archive.ubuntu.com trusty-security Release [62.0 kB] | |
Get:8 http://archive.ubuntu.com trusty-proposed Release [209 kB] | |
Get:9 http://archive.ubuntu.com trusty/main Sources [1335 kB] | |
Get:10 http://archive.ubuntu.com trusty/restricted Sources [5335 B] | |
Get:11 http://archive.ubuntu.com trusty/universe Sources [7926 kB] | |
Get:12 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] | |
Get:13 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] | |
Get:14 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] | |
Get:15 http://archive.ubuntu.com trusty-updates/main Sources [175 kB] | |
Get:16 http://archive.ubuntu.com trusty-updates/restricted Sources [1250 B] | |
Get:17 http://archive.ubuntu.com trusty-updates/universe Sources [110 kB] | |
Get:18 http://archive.ubuntu.com trusty-updates/main amd64 Packages [452 kB] | |
Get:19 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [6341 B] | |
Get:20 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [281 kB] | |
Get:21 http://archive.ubuntu.com trusty-security/main Sources [60.0 kB] | |
Get:22 http://archive.ubuntu.com trusty-security/restricted Sources [40 B] | |
Get:23 http://archive.ubuntu.com trusty-security/universe Sources [11.8 kB] | |
Get:24 http://archive.ubuntu.com trusty-security/multiverse Sources [634 B] | |
Get:25 http://archive.ubuntu.com trusty-security/main amd64 Packages [194 kB] | |
Get:26 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [40 B] | |
Get:27 http://archive.ubuntu.com trusty-security/universe amd64 Packages [63.5 kB] | |
Get:28 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [1090 B] | |
Get:29 http://archive.ubuntu.com trusty-proposed/main amd64 Packages [174 kB] | |
Get:30 http://archive.ubuntu.com trusty-proposed/restricted amd64 Packages [40 B] | |
Fetched 20.5 MB in 20s (1006 kB/s) | |
Reading package lists... | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
The following extra packages will be installed: | |
libexpat1-dev libpython-dev libpython-stdlib libpython2.7-dev python-chardet | |
python-colorama python-distlib python-html5lib python-minimal | |
python-pkg-resources python-requests python-setuptools python-six | |
python-urllib3 python2.7 python2.7-dev python2.7-minimal | |
Suggested packages: | |
python-doc python-tk python-lxml python-genshi python-distribute | |
python-distribute-doc python2.7-doc binfmt-support | |
Recommended packages: | |
python-dev-all | |
The following NEW packages will be installed: | |
libexpat1-dev libpython-dev libpython-stdlib libpython2.7-dev python | |
python-chardet python-colorama python-dev python-distlib python-html5lib | |
python-minimal python-pip python-pkg-resources python-requests | |
python-setuptools python-six python-urllib3 python-virtualenv python2.7 | |
python2.7-dev python2.7-minimal | |
0 upgraded, 21 newly installed, 0 to remove and 15 not upgraded. | |
Need to get 26.2 MB of archives. | |
After this operation, 45.5 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty/main libexpat1-dev amd64 2.1.0-4ubuntu1 [115 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libpython2.7-dev amd64 2.7.6-8 [22.0 MB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main python2.7-minimal amd64 2.7.6-8 [1190 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-dev amd64 2.7.5-5ubuntu3 [7078 B] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty/main libpython-stdlib amd64 2.7.5-5ubuntu3 [7012 B] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty/main python2.7 amd64 2.7.6-8 [197 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty/main python-minimal amd64 2.7.5-5ubuntu3 [27.5 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main python amd64 2.7.5-5ubuntu3 [134 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main python-chardet all 2.0.1-2build2 [106 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty/universe python-colorama all 0.2.5-0.1ubuntu1 [18.3 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main python2.7-dev amd64 2.7.6-8 [269 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main python-dev amd64 2.7.5-5ubuntu3 [1166 B] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/universe python-distlib all 0.1.8-1 [113 kB] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main python-six all 1.5.2-1 [8060 B] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main python-html5lib all 0.999-2 [83.2 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main python-pkg-resources all 3.3-1ubuntu1 [61.9 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main python-setuptools all 3.3-1ubuntu1 [230 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main python-urllib3 all 1.7.1-1build1 [38.9 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main python-requests all 2.2.1-1ubuntu0.1 [42.9 kB] | |
Get:20 http://archive.ubuntu.com/ubuntu/ trusty/universe python-pip all 1.5.4-1 [97.7 kB] | |
Get:21 http://archive.ubuntu.com/ubuntu/ trusty/universe python-virtualenv all 1.11.4-1 [1485 kB] | |
debconf: unable to initialize frontend: Dialog | |
debconf: (TERM is not set, so the dialog frontend is not usable.) | |
debconf: falling back to frontend: Readline | |
debconf: unable to initialize frontend: Readline | |
debconf: (This frontend requires a controlling tty.) | |
debconf: falling back to frontend: Teletype | |
dpkg-preconfigure: unable to re-open stdin: | |
Fetched 26.2 MB in 5s (4817 kB/s) | |
Selecting previously unselected package libexpat1-dev:amd64. | |
(Reading database ... 22386 files and directories currently installed.) | |
Preparing to unpack .../libexpat1-dev_2.1.0-4ubuntu1_amd64.deb ... | |
Unpacking libexpat1-dev:amd64 (2.1.0-4ubuntu1) ... | |
Selecting previously unselected package libpython2.7-dev:amd64. | |
Preparing to unpack .../libpython2.7-dev_2.7.6-8_amd64.deb ... | |
Unpacking libpython2.7-dev:amd64 (2.7.6-8) ... | |
Selecting previously unselected package python2.7-minimal. | |
Preparing to unpack .../python2.7-minimal_2.7.6-8_amd64.deb ... | |
Unpacking python2.7-minimal (2.7.6-8) ... | |
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 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 python2.7. | |
Preparing to unpack .../python2.7_2.7.6-8_amd64.deb ... | |
Unpacking python2.7 (2.7.6-8) ... | |
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 python-colorama. | |
Preparing to unpack .../python-colorama_0.2.5-0.1ubuntu1_all.deb ... | |
Unpacking python-colorama (0.2.5-0.1ubuntu1) ... | |
Selecting previously unselected package python2.7-dev. | |
Preparing to unpack .../python2.7-dev_2.7.6-8_amd64.deb ... | |
Unpacking python2.7-dev (2.7.6-8) ... | |
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-distlib. | |
Preparing to unpack .../python-distlib_0.1.8-1_all.deb ... | |
Unpacking python-distlib (0.1.8-1) ... | |
Selecting previously unselected package python-six. | |
Preparing to unpack .../python-six_1.5.2-1_all.deb ... | |
Unpacking python-six (1.5.2-1) ... | |
Selecting previously unselected package python-html5lib. | |
Preparing to unpack .../python-html5lib_0.999-2_all.deb ... | |
Unpacking python-html5lib (0.999-2) ... | |
Selecting previously unselected package python-pkg-resources. | |
Preparing to unpack .../python-pkg-resources_3.3-1ubuntu1_all.deb ... | |
Unpacking python-pkg-resources (3.3-1ubuntu1) ... | |
Selecting previously unselected package python-setuptools. | |
Preparing to unpack .../python-setuptools_3.3-1ubuntu1_all.deb ... | |
Unpacking python-setuptools (3.3-1ubuntu1) ... | |
Selecting previously unselected package python-urllib3. | |
Preparing to unpack .../python-urllib3_1.7.1-1build1_all.deb ... | |
Unpacking python-urllib3 (1.7.1-1build1) ... | |
Selecting previously unselected package python-requests. | |
Preparing to unpack .../python-requests_2.2.1-1ubuntu0.1_all.deb ... | |
Unpacking python-requests (2.2.1-1ubuntu0.1) ... | |
Selecting previously unselected package python-pip. | |
Preparing to unpack .../python-pip_1.5.4-1_all.deb ... | |
Unpacking python-pip (1.5.4-1) ... | |
Selecting previously unselected package python-virtualenv. | |
Preparing to unpack .../python-virtualenv_1.11.4-1_all.deb ... | |
Unpacking python-virtualenv (1.11.4-1) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Processing triggers for mime-support (3.54ubuntu1) ... | |
Setting up libexpat1-dev:amd64 (2.1.0-4ubuntu1) ... | |
Setting up libpython2.7-dev:amd64 (2.7.6-8) ... | |
Setting up python2.7-minimal (2.7.6-8) ... | |
Linking and byte-compiling packages for runtime python2.7... | |
Setting up libpython-dev:amd64 (2.7.5-5ubuntu3) ... | |
Setting up libpython-stdlib:amd64 (2.7.5-5ubuntu3) ... | |
Setting up python2.7 (2.7.6-8) ... | |
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 python-colorama (0.2.5-0.1ubuntu1) ... | |
Setting up python2.7-dev (2.7.6-8) ... | |
Setting up python-dev (2.7.5-5ubuntu3) ... | |
Setting up python-distlib (0.1.8-1) ... | |
Setting up python-six (1.5.2-1) ... | |
Setting up python-html5lib (0.999-2) ... | |
Setting up python-pkg-resources (3.3-1ubuntu1) ... | |
Setting up python-setuptools (3.3-1ubuntu1) ... | |
Setting up python-urllib3 (1.7.1-1build1) ... | |
Setting up python-requests (2.2.1-1ubuntu0.1) ... | |
Setting up python-pip (1.5.4-1) ... | |
Setting up python-virtualenv (1.11.4-1) ... | |
---> 4daab3f44e7e | |
Removing intermediate container e939864a6f03 | |
Step 3 : ENV container DOCKER | |
---> Running in cc9ac59782ed | |
---> 6627df1cc321 | |
Removing intermediate container cc9ac59782ed | |
Step 4 : RUN cd /root && curl -sS -k -O https://ops.stackstorm.net/releases/st2/scripts/st2_deploy.sh | |
---> Running in ef6e98131f16 | |
---> 4a342f6d0e30 | |
Removing intermediate container ef6e98131f16 | |
Step 5 : RUN bash -c 'chmod +x /root/st2_deploy.sh' | |
---> Running in e9bba14dca89 | |
---> b08c7bd242de | |
Removing intermediate container e9bba14dca89 | |
Step 6 : RUN bash -c '/root/st2_deploy.sh 0.5.1';'bash' | |
---> Running in 01abaf3cb004 | |
########## Detected Distro is Ubuntu ########## | |
########## Creating system user: stanley ########## | |
########## Generating system user ssh keys ########## | |
Generating public/private rsa key pair. | |
Your identification has been saved in /home/stanley/.ssh/stanley_rsa. | |
Your public key has been saved in /home/stanley/.ssh/stanley_rsa.pub. | |
The key fingerprint is: | |
fd:f5:50:0a:68:7b:d3:31:d0:d3:38:80:70:0b:62:19 root@f22711318734 | |
The key's randomart image is: | |
+--[ RSA 2048]----+ | |
| Eoo...oo o | | |
| ... o.o .= .| | |
| + . oo.| | |
| o . o = | | |
| S o o = | | |
| o o o | | |
| . .| | |
| | | |
| | | |
+-----------------+ | |
########## Downloading debs packages ########## | |
ST2 Packages: st2common st2reactor st2actions st2client st2api st2auth | |
/home/stanley/debs ~ | |
~ | |
########## Installing packages via apt-get ########## | |
########## Adding rabbitmq to sources.list ########## | |
OK | |
Ign http://archive.ubuntu.com trusty InRelease | |
Get:1 http://www.rabbitmq.com testing InRelease [17.9 kB] | |
Ign http://archive.ubuntu.com trusty-updates InRelease | |
Ign http://archive.ubuntu.com trusty-security InRelease | |
Get:2 http://www.rabbitmq.com testing/main amd64 Packages [499 B] | |
Ign http://archive.ubuntu.com trusty-proposed InRelease | |
Get:3 http://archive.ubuntu.com trusty Release.gpg [933 B] | |
Get:4 http://archive.ubuntu.com trusty-updates Release.gpg [933 B] | |
Get:5 http://archive.ubuntu.com trusty-security Release.gpg [933 B] | |
Get:6 http://archive.ubuntu.com trusty-proposed Release.gpg [933 B] | |
Get:7 http://archive.ubuntu.com trusty Release [58.5 kB] | |
Get:8 http://archive.ubuntu.com trusty-updates Release [62.0 kB] | |
Get:9 http://archive.ubuntu.com trusty-security Release [62.0 kB] | |
Get:10 http://archive.ubuntu.com trusty-proposed Release [209 kB] | |
Get:11 http://archive.ubuntu.com trusty/main Sources [1335 kB] | |
Get:12 http://archive.ubuntu.com trusty/restricted Sources [5335 B] | |
Get:13 http://archive.ubuntu.com trusty/universe Sources [7926 kB] | |
Get:14 http://archive.ubuntu.com trusty/main amd64 Packages [1743 kB] | |
Get:15 http://archive.ubuntu.com trusty/restricted amd64 Packages [16.0 kB] | |
Get:16 http://archive.ubuntu.com trusty/universe amd64 Packages [7589 kB] | |
Get:17 http://archive.ubuntu.com trusty-updates/main Sources [175 kB] | |
Get:18 http://archive.ubuntu.com trusty-updates/restricted Sources [1250 B] | |
Get:19 http://archive.ubuntu.com trusty-updates/universe Sources [110 kB] | |
Get:20 http://archive.ubuntu.com trusty-updates/main amd64 Packages [452 kB] | |
Get:21 http://archive.ubuntu.com trusty-updates/restricted amd64 Packages [6341 B] | |
Get:22 http://archive.ubuntu.com trusty-updates/universe amd64 Packages [281 kB] | |
Get:23 http://archive.ubuntu.com trusty-security/main Sources [60.0 kB] | |
Get:24 http://archive.ubuntu.com trusty-security/restricted Sources [40 B] | |
Get:25 http://archive.ubuntu.com trusty-security/universe Sources [11.8 kB] | |
Get:26 http://archive.ubuntu.com trusty-security/multiverse Sources [634 B] | |
Get:27 http://archive.ubuntu.com trusty-security/main amd64 Packages [194 kB] | |
Get:28 http://archive.ubuntu.com trusty-security/restricted amd64 Packages [40 B] | |
Get:29 http://archive.ubuntu.com trusty-security/universe amd64 Packages [63.5 kB] | |
Get:30 http://archive.ubuntu.com trusty-security/multiverse amd64 Packages [1090 B] | |
Get:31 http://archive.ubuntu.com trusty-proposed/main amd64 Packages [174 kB] | |
Get:32 http://archive.ubuntu.com trusty-proposed/restricted amd64 Packages [40 B] | |
Fetched 20.6 MB in 16s (1238 kB/s) | |
Reading package lists... | |
Installing rabbitmq-server make python-virtualenv python-dev realpath python-pip mongodb mongodb-server gcc git mysql-server | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
gcc is already the newest version. | |
gcc set to manually installed. | |
git is already the newest version. | |
make is already the newest version. | |
make set to manually installed. | |
python-dev is already the newest version. | |
python-pip is already the newest version. | |
python-virtualenv is already the newest version. | |
The following extra packages will be installed: | |
erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter | |
erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic | |
erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon | |
erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools | |
erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools | |
erlang-webtool erlang-xmerl libaio1 libboost-dev libboost-filesystem1.54.0 | |
libboost-program-options1.54.0 libboost-system1.54.0 libboost-thread1.54.0 | |
libboost1.54-dev libdbd-mysql-perl libdbi-perl libgoogle-perftools4 | |
libhtml-template-perl libltdl7 libmysqlclient18 libodbc1 libpcap0.8 | |
libpcrecpp0 libsctp1 libsnappy1 libtcmalloc-minimal4 libterm-readkey-perl | |
libunwind8 libv8-3.14.5 libwrap0 lksctp-tools mongodb-clients mongodb-dev | |
mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server-5.5 | |
mysql-server-core-5.5 psmisc tcpd | |
Suggested packages: | |
erlang erlang-manpages erlang-doc xsltproc fop erlang-ic-java | |
erlang-observer libboost-doc libboost1.54-doc libboost-atomic1.54-dev | |
libboost-chrono1.54-dev libboost-context1.54-dev libboost-coroutine.54-dev | |
libboost-date-time1.54-dev libboost-exception1.54-dev | |
libboost-filesystem1.54-dev libboost-graph1.54-dev | |
libboost-graph-parallel1.54-dev libboost-iostreams1.54-dev | |
libboost-locale1.54-dev libboost-log.54-dev libboost-math1.54-dev | |
libboost-mpi1.54-dev libboost-mpi-python1.54-dev | |
libboost-program-options1.54-dev libboost-python1.54-dev | |
libboost-random1.54-dev libboost-regex1.54-dev | |
libboost-serialization1.54-dev libboost-signals1.54-dev | |
libboost-system1.54-dev libboost-test1.54-dev libboost-thread1.54-dev | |
libboost-timer1.54-dev libboost-wave1.54-dev libboost1.54-tools-dev | |
libmpfrc++-dev libntl-dev libclone-perl libmldbm-perl libnet-daemon-perl | |
libplrpc-perl libsql-statement-perl libipc-sharedcache-perl libmyodbc | |
odbc-postgresql tdsodbc unixodbc-bin tinyca mailx | |
The following NEW packages will be installed: | |
erlang-asn1 erlang-base erlang-corba erlang-crypto erlang-diameter | |
erlang-edoc erlang-eldap erlang-erl-docgen erlang-eunit erlang-ic | |
erlang-inets erlang-mnesia erlang-nox erlang-odbc erlang-os-mon | |
erlang-parsetools erlang-percept erlang-public-key erlang-runtime-tools | |
erlang-snmp erlang-ssh erlang-ssl erlang-syntax-tools erlang-tools | |
erlang-webtool erlang-xmerl libaio1 libboost-dev libboost-filesystem1.54.0 | |
libboost-program-options1.54.0 libboost-system1.54.0 libboost-thread1.54.0 | |
libboost1.54-dev libdbd-mysql-perl libdbi-perl libgoogle-perftools4 | |
libhtml-template-perl libltdl7 libmysqlclient18 libodbc1 libpcap0.8 | |
libpcrecpp0 libsctp1 libsnappy1 libtcmalloc-minimal4 libterm-readkey-perl | |
libunwind8 libv8-3.14.5 libwrap0 lksctp-tools mongodb mongodb-clients | |
mongodb-dev mongodb-server mysql-client-5.5 mysql-client-core-5.5 | |
mysql-common mysql-server mysql-server-5.5 mysql-server-core-5.5 psmisc | |
rabbitmq-server realpath tcpd | |
0 upgraded, 64 newly installed, 0 to remove and 15 not upgraded. | |
Need to get 53.4 MB of archives. | |
After this operation, 355 MB of additional disk space will be used. | |
Get:1 http://www.rabbitmq.com/debian/ testing/main rabbitmq-server all 3.4.1-1 [4059 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libpcap0.8 amd64 1.5.3-2 [110 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libaio1 amd64 0.3.109-4 [6364 B] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-system1.54.0 amd64 1.54.0-4ubuntu3.1 [10.1 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-filesystem1.54.0 amd64 1.54.0-4ubuntu3.1 [34.2 kB] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-program-options1.54.0 amd64 1.54.0-4ubuntu3.1 [115 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost-thread1.54.0 amd64 1.54.0-4ubuntu3.1 [26.5 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty/main libltdl7 amd64 2.4.2-1.7ubuntu1 [35.0 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-common all 5.5.40-0ubuntu0.14.04.1 [14.1 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient18 amd64 5.5.40-0ubuntu0.14.04.1 [598 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libodbc1 amd64 2.2.14p2-5ubuntu5 [175 kB] | |
Get:12 http://archive.ubuntu.com/ubuntu/ trusty/main libpcrecpp0 amd64 1:8.31-2ubuntu2 [14.5 kB] | |
Get:13 http://archive.ubuntu.com/ubuntu/ trusty/main libsctp1 amd64 1.0.15+dfsg-1 [9226 B] | |
Get:14 http://archive.ubuntu.com/ubuntu/ trusty/main libunwind8 amd64 1.1-2.2ubuntu3 [48.3 kB] | |
Get:15 http://archive.ubuntu.com/ubuntu/ trusty/main libwrap0 amd64 7.6.q-25 [46.2 kB] | |
Get:16 http://archive.ubuntu.com/ubuntu/ trusty/main libdbi-perl amd64 1.630-1 [879 kB] | |
Get:17 http://archive.ubuntu.com/ubuntu/ trusty/main libdbd-mysql-perl amd64 4.025-1 [99.3 kB] | |
Get:18 http://archive.ubuntu.com/ubuntu/ trusty/main libterm-readkey-perl amd64 2.31-1 [27.4 kB] | |
Get:19 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-core-5.5 amd64 5.5.40-0ubuntu0.14.04.1 [703 kB] | |
Get:20 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-client-5.5 amd64 5.5.40-0ubuntu0.14.04.1 [1466 kB] | |
Get:21 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-core-5.5 amd64 5.5.40-0ubuntu0.14.04.1 [3215 kB] | |
Get:22 http://archive.ubuntu.com/ubuntu/ trusty/main psmisc amd64 22.20-1ubuntu2 [53.2 kB] | |
Get:23 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server-5.5 amd64 5.5.40-0ubuntu0.14.04.1 [1978 kB] | |
Get:24 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-base amd64 1:16.b.3-dfsg-1ubuntu2.1 [6536 kB] | |
Get:25 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-asn1 amd64 1:16.b.3-dfsg-1ubuntu2.1 [738 kB] | |
Get:26 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-mnesia amd64 1:16.b.3-dfsg-1ubuntu2.1 [658 kB] | |
Get:27 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-runtime-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [157 kB] | |
Get:28 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-crypto amd64 1:16.b.3-dfsg-1ubuntu2.1 [70.2 kB] | |
Get:29 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-public-key amd64 1:16.b.3-dfsg-1ubuntu2.1 [498 kB] | |
Get:30 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ssl amd64 1:16.b.3-dfsg-1ubuntu2.1 [559 kB] | |
Get:31 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-inets amd64 1:16.b.3-dfsg-1ubuntu2.1 [753 kB] | |
Get:32 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-corba amd64 1:16.b.3-dfsg-1ubuntu2.1 [2235 kB] | |
Get:33 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-syntax-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [289 kB] | |
Get:34 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-diameter amd64 1:16.b.3-dfsg-1ubuntu2.1 [600 kB] | |
Get:35 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-xmerl amd64 1:16.b.3-dfsg-1ubuntu2.1 [972 kB] | |
Get:36 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-edoc amd64 1:16.b.3-dfsg-1ubuntu2.1 [298 kB] | |
Get:37 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-eldap amd64 1:16.b.3-dfsg-1ubuntu2.1 [91.8 kB] | |
Get:38 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-erl-docgen amd64 1:16.b.3-dfsg-1ubuntu2.1 [134 kB] | |
Get:39 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-eunit amd64 1:16.b.3-dfsg-1ubuntu2.1 [137 kB] | |
Get:40 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ic amd64 1:16.b.3-dfsg-1ubuntu2.1 [818 kB] | |
Get:41 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-odbc amd64 1:16.b.3-dfsg-1ubuntu2.1 [50.1 kB] | |
Get:42 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-snmp amd64 1:16.b.3-dfsg-1ubuntu2.1 [1497 kB] | |
Get:43 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-os-mon amd64 1:16.b.3-dfsg-1ubuntu2.1 [94.9 kB] | |
Get:44 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-parsetools amd64 1:16.b.3-dfsg-1ubuntu2.1 [156 kB] | |
Get:45 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-percept amd64 1:16.b.3-dfsg-1ubuntu2.1 [136 kB] | |
Get:46 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-ssh amd64 1:16.b.3-dfsg-1ubuntu2.1 [361 kB] | |
Get:47 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-webtool amd64 1:16.b.3-dfsg-1ubuntu2.1 [39.5 kB] | |
Get:48 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-tools amd64 1:16.b.3-dfsg-1ubuntu2.1 [501 kB] | |
Get:49 http://archive.ubuntu.com/ubuntu/ trusty-updates/main erlang-nox all 1:16.b.3-dfsg-1ubuntu2.1 [17.7 kB] | |
Get:50 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libboost1.54-dev amd64 1.54.0-4ubuntu3.1 [5682 kB] | |
Get:51 http://archive.ubuntu.com/ubuntu/ trusty/main libboost-dev amd64 1.54.0.1ubuntu1 [3076 B] | |
Get:52 http://archive.ubuntu.com/ubuntu/ trusty/main libtcmalloc-minimal4 amd64 2.1-2ubuntu1 [104 kB] | |
Get:53 http://archive.ubuntu.com/ubuntu/ trusty/main libgoogle-perftools4 amd64 2.1-2ubuntu1 [184 kB] | |
Get:54 http://archive.ubuntu.com/ubuntu/ trusty/main libhtml-template-perl all 2.95-1 [65.5 kB] | |
Get:55 http://archive.ubuntu.com/ubuntu/ trusty/universe libv8-3.14.5 amd64 3.14.5.8-5ubuntu2 [1189 kB] | |
Get:56 http://archive.ubuntu.com/ubuntu/ trusty/main lksctp-tools amd64 1.0.15+dfsg-1 [51.3 kB] | |
Get:57 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-dev amd64 1:2.4.9-1ubuntu2 [982 kB] | |
Get:58 http://archive.ubuntu.com/ubuntu/ trusty/main libsnappy1 amd64 1.1.0-1ubuntu1 [11.2 kB] | |
Get:59 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-clients amd64 1:2.4.9-1ubuntu2 [9595 kB] | |
Get:60 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb-server amd64 1:2.4.9-1ubuntu2 [3312 kB] | |
Get:61 http://archive.ubuntu.com/ubuntu/ trusty/universe mongodb amd64 1:2.4.9-1ubuntu2 [5124 B] | |
Get:62 http://archive.ubuntu.com/ubuntu/ trusty-updates/main mysql-server all 5.5.40-0ubuntu0.14.04.1 [12.4 kB] | |
Get:63 http://archive.ubuntu.com/ubuntu/ trusty/main realpath amd64 1.19 [14.5 kB] | |
Get:64 http://archive.ubuntu.com/ubuntu/ trusty/main tcpd amd64 7.6.q-25 [23.0 kB] | |
Extracting templates from packages: 100% | |
Preconfiguring packages ... | |
Fetched 53.4 MB in 14s (3678 kB/s) | |
Selecting previously unselected package libpcap0.8:amd64. | |
(Reading database ... 23063 files and directories currently installed.) | |
Preparing to unpack .../libpcap0.8_1.5.3-2_amd64.deb ... | |
Unpacking libpcap0.8:amd64 (1.5.3-2) ... | |
Selecting previously unselected package libaio1:amd64. | |
Preparing to unpack .../libaio1_0.3.109-4_amd64.deb ... | |
Unpacking libaio1:amd64 (0.3.109-4) ... | |
Selecting previously unselected package libboost-system1.54.0:amd64. | |
Preparing to unpack .../libboost-system1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... | |
Unpacking libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Selecting previously unselected package libboost-filesystem1.54.0:amd64. | |
Preparing to unpack .../libboost-filesystem1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... | |
Unpacking libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Selecting previously unselected package libboost-program-options1.54.0:amd64. | |
Preparing to unpack .../libboost-program-options1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... | |
Unpacking libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Selecting previously unselected package libboost-thread1.54.0:amd64. | |
Preparing to unpack .../libboost-thread1.54.0_1.54.0-4ubuntu3.1_amd64.deb ... | |
Unpacking libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Selecting previously unselected package libltdl7:amd64. | |
Preparing to unpack .../libltdl7_2.4.2-1.7ubuntu1_amd64.deb ... | |
Unpacking libltdl7:amd64 (2.4.2-1.7ubuntu1) ... | |
Selecting previously unselected package mysql-common. | |
Preparing to unpack .../mysql-common_5.5.40-0ubuntu0.14.04.1_all.deb ... | |
Unpacking mysql-common (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libmysqlclient18:amd64. | |
Preparing to unpack .../libmysqlclient18_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking libmysqlclient18:amd64 (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libodbc1:amd64. | |
Preparing to unpack .../libodbc1_2.2.14p2-5ubuntu5_amd64.deb ... | |
Unpacking libodbc1:amd64 (2.2.14p2-5ubuntu5) ... | |
Selecting previously unselected package libpcrecpp0:amd64. | |
Preparing to unpack .../libpcrecpp0_1%3a8.31-2ubuntu2_amd64.deb ... | |
Unpacking libpcrecpp0:amd64 (1:8.31-2ubuntu2) ... | |
Selecting previously unselected package libsctp1:amd64. | |
Preparing to unpack .../libsctp1_1.0.15+dfsg-1_amd64.deb ... | |
Unpacking libsctp1:amd64 (1.0.15+dfsg-1) ... | |
Selecting previously unselected package libunwind8. | |
Preparing to unpack .../libunwind8_1.1-2.2ubuntu3_amd64.deb ... | |
Unpacking libunwind8 (1.1-2.2ubuntu3) ... | |
Selecting previously unselected package libwrap0:amd64. | |
Preparing to unpack .../libwrap0_7.6.q-25_amd64.deb ... | |
Unpacking libwrap0:amd64 (7.6.q-25) ... | |
Selecting previously unselected package libdbi-perl. | |
Preparing to unpack .../libdbi-perl_1.630-1_amd64.deb ... | |
Unpacking libdbi-perl (1.630-1) ... | |
Selecting previously unselected package libdbd-mysql-perl. | |
Preparing to unpack .../libdbd-mysql-perl_4.025-1_amd64.deb ... | |
Unpacking libdbd-mysql-perl (4.025-1) ... | |
Selecting previously unselected package libterm-readkey-perl. | |
Preparing to unpack .../libterm-readkey-perl_2.31-1_amd64.deb ... | |
Unpacking libterm-readkey-perl (2.31-1) ... | |
Selecting previously unselected package mysql-client-core-5.5. | |
Preparing to unpack .../mysql-client-core-5.5_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking mysql-client-core-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package mysql-client-5.5. | |
Preparing to unpack .../mysql-client-5.5_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking mysql-client-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package mysql-server-core-5.5. | |
Preparing to unpack .../mysql-server-core-5.5_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking mysql-server-core-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package psmisc. | |
Preparing to unpack .../psmisc_22.20-1ubuntu2_amd64.deb ... | |
Unpacking psmisc (22.20-1ubuntu2) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up mysql-common (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package mysql-server-5.5. | |
(Reading database ... 23530 files and directories currently installed.) | |
Preparing to unpack .../mysql-server-5.5_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package erlang-base. | |
Preparing to unpack .../erlang-base_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-base (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-asn1. | |
Preparing to unpack .../erlang-asn1_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-asn1 (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-mnesia. | |
Preparing to unpack .../erlang-mnesia_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-mnesia (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-runtime-tools. | |
Preparing to unpack .../erlang-runtime-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-runtime-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-crypto. | |
Preparing to unpack .../erlang-crypto_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-crypto (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-public-key. | |
Preparing to unpack .../erlang-public-key_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-public-key (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-ssl. | |
Preparing to unpack .../erlang-ssl_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-ssl (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-inets. | |
Preparing to unpack .../erlang-inets_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-inets (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-corba. | |
Preparing to unpack .../erlang-corba_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-corba (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-syntax-tools. | |
Preparing to unpack .../erlang-syntax-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-syntax-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-diameter. | |
Preparing to unpack .../erlang-diameter_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-diameter (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-xmerl. | |
Preparing to unpack .../erlang-xmerl_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-xmerl (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-edoc. | |
Preparing to unpack .../erlang-edoc_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-edoc (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-eldap. | |
Preparing to unpack .../erlang-eldap_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-eldap (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-erl-docgen. | |
Preparing to unpack .../erlang-erl-docgen_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-erl-docgen (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-eunit. | |
Preparing to unpack .../erlang-eunit_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-eunit (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-ic. | |
Preparing to unpack .../erlang-ic_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-ic (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-odbc. | |
Preparing to unpack .../erlang-odbc_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-odbc (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-snmp. | |
Preparing to unpack .../erlang-snmp_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-snmp (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-os-mon. | |
Preparing to unpack .../erlang-os-mon_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-os-mon (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-parsetools. | |
Preparing to unpack .../erlang-parsetools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-parsetools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-percept. | |
Preparing to unpack .../erlang-percept_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-percept (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-ssh. | |
Preparing to unpack .../erlang-ssh_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-ssh (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-webtool. | |
Preparing to unpack .../erlang-webtool_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-webtool (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-tools. | |
Preparing to unpack .../erlang-tools_1%3a16.b.3-dfsg-1ubuntu2.1_amd64.deb ... | |
Unpacking erlang-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package erlang-nox. | |
Preparing to unpack .../erlang-nox_1%3a16.b.3-dfsg-1ubuntu2.1_all.deb ... | |
Unpacking erlang-nox (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Selecting previously unselected package libboost1.54-dev. | |
Preparing to unpack .../libboost1.54-dev_1.54.0-4ubuntu3.1_amd64.deb ... | |
Unpacking libboost1.54-dev (1.54.0-4ubuntu3.1) ... | |
Selecting previously unselected package libboost-dev. | |
Preparing to unpack .../libboost-dev_1.54.0.1ubuntu1_amd64.deb ... | |
Unpacking libboost-dev (1.54.0.1ubuntu1) ... | |
Selecting previously unselected package libtcmalloc-minimal4. | |
Preparing to unpack .../libtcmalloc-minimal4_2.1-2ubuntu1_amd64.deb ... | |
Unpacking libtcmalloc-minimal4 (2.1-2ubuntu1) ... | |
Selecting previously unselected package libgoogle-perftools4. | |
Preparing to unpack .../libgoogle-perftools4_2.1-2ubuntu1_amd64.deb ... | |
Unpacking libgoogle-perftools4 (2.1-2ubuntu1) ... | |
Selecting previously unselected package libhtml-template-perl. | |
Preparing to unpack .../libhtml-template-perl_2.95-1_all.deb ... | |
Unpacking libhtml-template-perl (2.95-1) ... | |
Selecting previously unselected package libv8-3.14.5. | |
Preparing to unpack .../libv8-3.14.5_3.14.5.8-5ubuntu2_amd64.deb ... | |
Unpacking libv8-3.14.5 (3.14.5.8-5ubuntu2) ... | |
Selecting previously unselected package lksctp-tools. | |
Preparing to unpack .../lksctp-tools_1.0.15+dfsg-1_amd64.deb ... | |
Unpacking lksctp-tools (1.0.15+dfsg-1) ... | |
Selecting previously unselected package mongodb-dev. | |
Preparing to unpack .../mongodb-dev_1%3a2.4.9-1ubuntu2_amd64.deb ... | |
Unpacking mongodb-dev (1:2.4.9-1ubuntu2) ... | |
Selecting previously unselected package libsnappy1. | |
Preparing to unpack .../libsnappy1_1.1.0-1ubuntu1_amd64.deb ... | |
Unpacking libsnappy1 (1.1.0-1ubuntu1) ... | |
Selecting previously unselected package mongodb-clients. | |
Preparing to unpack .../mongodb-clients_1%3a2.4.9-1ubuntu2_amd64.deb ... | |
Unpacking mongodb-clients (1:2.4.9-1ubuntu2) ... | |
Selecting previously unselected package mongodb-server. | |
Preparing to unpack .../mongodb-server_1%3a2.4.9-1ubuntu2_amd64.deb ... | |
Unpacking mongodb-server (1:2.4.9-1ubuntu2) ... | |
Selecting previously unselected package mongodb. | |
Preparing to unpack .../mongodb_1%3a2.4.9-1ubuntu2_amd64.deb ... | |
Unpacking mongodb (1:2.4.9-1ubuntu2) ... | |
Selecting previously unselected package mysql-server. | |
Preparing to unpack .../mysql-server_5.5.40-0ubuntu0.14.04.1_all.deb ... | |
Unpacking mysql-server (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package realpath. | |
Preparing to unpack .../realpath_1.19_amd64.deb ... | |
Unpacking realpath (1.19) ... | |
Selecting previously unselected package tcpd. | |
Preparing to unpack .../tcpd_7.6.q-25_amd64.deb ... | |
Unpacking tcpd (7.6.q-25) ... | |
Selecting previously unselected package rabbitmq-server. | |
Preparing to unpack .../rabbitmq-server_3.4.1-1_all.deb ... | |
Unpacking rabbitmq-server (3.4.1-1) ... | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libpcap0.8:amd64 (1.5.3-2) ... | |
Setting up libaio1:amd64 (0.3.109-4) ... | |
Setting up libboost-system1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Setting up libboost-filesystem1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Setting up libboost-program-options1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Setting up libboost-thread1.54.0:amd64 (1.54.0-4ubuntu3.1) ... | |
Setting up libltdl7:amd64 (2.4.2-1.7ubuntu1) ... | |
Setting up libmysqlclient18:amd64 (5.5.40-0ubuntu0.14.04.1) ... | |
Setting up libodbc1:amd64 (2.2.14p2-5ubuntu5) ... | |
Setting up libpcrecpp0:amd64 (1:8.31-2ubuntu2) ... | |
Setting up libsctp1:amd64 (1.0.15+dfsg-1) ... | |
Setting up libunwind8 (1.1-2.2ubuntu3) ... | |
Setting up libwrap0:amd64 (7.6.q-25) ... | |
Setting up libdbi-perl (1.630-1) ... | |
Setting up libdbd-mysql-perl (4.025-1) ... | |
Setting up libterm-readkey-perl (2.31-1) ... | |
Setting up mysql-client-core-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Setting up mysql-client-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Setting up mysql-server-core-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
Setting up psmisc (22.20-1ubuntu2) ... | |
Setting up mysql-server-5.5 (5.5.40-0ubuntu0.14.04.1) ... | |
* Stopping MySQL database server mysqld | |
...done. | |
* Starting MySQL database server mysqld | |
...done. | |
* Checking for tables which need an upgrade, are corrupt or were | |
not closed cleanly. | |
Setting up erlang-base (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Searching for services which depend on erlang and should be started...none found. | |
Setting up erlang-asn1 (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-mnesia (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-runtime-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-crypto (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-public-key (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-ssl (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-inets (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-corba (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-syntax-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-diameter (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-xmerl (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-edoc (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-eldap (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-erl-docgen (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-eunit (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-ic (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-odbc (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-snmp (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-os-mon (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-parsetools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-percept (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-ssh (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-webtool (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-tools (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up erlang-nox (1:16.b.3-dfsg-1ubuntu2.1) ... | |
Setting up libboost1.54-dev (1.54.0-4ubuntu3.1) ... | |
Setting up libboost-dev (1.54.0.1ubuntu1) ... | |
Setting up libtcmalloc-minimal4 (2.1-2ubuntu1) ... | |
Setting up libgoogle-perftools4 (2.1-2ubuntu1) ... | |
Setting up libhtml-template-perl (2.95-1) ... | |
Setting up libv8-3.14.5 (3.14.5.8-5ubuntu2) ... | |
Setting up lksctp-tools (1.0.15+dfsg-1) ... | |
Setting up mongodb-dev (1:2.4.9-1ubuntu2) ... | |
Setting up libsnappy1 (1.1.0-1ubuntu1) ... | |
Setting up mongodb-clients (1:2.4.9-1ubuntu2) ... | |
Setting up mongodb-server (1:2.4.9-1ubuntu2) ... | |
Adding system user `mongodb' (UID 103) ... | |
Adding new user `mongodb' (UID 103) with group `nogroup' ... | |
Not creating home directory `/home/mongodb'. | |
Adding group `mongodb' (GID 107) ... | |
Done. | |
Adding user `mongodb' to group `mongodb' ... | |
Adding user mongodb to group mongodb | |
Done. | |
* Starting database mongodb | |
...done. | |
Setting up realpath (1.19) ... | |
Setting up tcpd (7.6.q-25) ... | |
Setting up rabbitmq-server (3.4.1-1) ... | |
Adding group `rabbitmq' (GID 108) ... | |
Done. | |
Adding system user `rabbitmq' (UID 104) ... | |
Adding new user `rabbitmq' (UID 104) with group `rabbitmq' ... | |
Not creating home directory `/var/lib/rabbitmq'. | |
* Starting message broker rabbitmq-server | |
...done. | |
Processing triggers for ureadahead (0.100.0-16) ... | |
Setting up mongodb (1:2.4.9-1ubuntu2) ... | |
Setting up mysql-server (5.5.40-0ubuntu0.14.04.1) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.3) ... | |
########## Setting up rabbitmq-server ########## | |
The following plugins have been enabled: | |
mochiweb | |
webmachine | |
rabbitmq_web_dispatch | |
amqp_client | |
rabbitmq_management_agent | |
rabbitmq_management | |
Applying plugin configuration to rabbit@f22711318734... started 6 plugins. | |
* Restarting message broker rabbitmq-server | |
...done. | |
Status of node rabbit@f22711318734 ... | |
[{pid,5806}, | |
{running_applications, | |
[{rabbitmq_management,"RabbitMQ Management Console","3.4.1"}, | |
{rabbitmq_web_dispatch,"RabbitMQ Web Dispatcher","3.4.1"}, | |
{webmachine,"webmachine","1.10.3-rmq3.4.1-gite9359c7"}, | |
{mochiweb,"MochiMedia Web Server","2.7.0-rmq3.4.1-git680dba8"}, | |
{rabbitmq_management_agent,"RabbitMQ Management Agent","3.4.1"}, | |
{rabbit,"RabbitMQ","3.4.1"}, | |
{os_mon,"CPO CXC 138 46","2.2.14"}, | |
{inets,"INETS CXC 138 49","5.9.7"}, | |
{mnesia,"MNESIA CXC 138 12","4.11"}, | |
{amqp_client,"RabbitMQ AMQP Client","3.4.1"}, | |
{xmerl,"XML parser","1.3.5"}, | |
{sasl,"SASL CXC 138 11","2.3.4"}, | |
{stdlib,"ERTS CXC 138 10","1.19.4"}, | |
{kernel,"ERTS CXC 138 10","2.16.4"}]}, | |
{os,{unix,linux}}, | |
{erlang_version, | |
"Erlang R16B03 (erts-5.10.4) [source] [64-bit] [smp:2:2] [async-threads:30] [kernel-poll:true]\n"}, | |
{memory, | |
[{total,39488368}, | |
{connection_readers,0}, | |
{connection_writers,0}, | |
{connection_channels,0}, | |
{connection_other,5408}, | |
{queue_procs,2704}, | |
{queue_slave_procs,0}, | |
{plugins,231128}, | |
{other_proc,13896720}, | |
{mnesia,60448}, | |
{mgmt_db,71064}, | |
{msg_index,34904}, | |
{other_ets,1048992}, | |
{binary,24088}, | |
{code,19259131}, | |
{atom,662409}, | |
{other_system,4191372}]}, | |
{alarms,[]}, | |
{listeners,[{clustering,25672,"::"},{amqp,5672,"::"}]}, | |
{vm_memory_high_watermark,0.4}, | |
{vm_memory_limit,839825817}, | |
{disk_free_limit,50000000}, | |
{disk_free,5608689664}, | |
{file_descriptors, | |
[{total_limit,924},{total_used,3},{sockets_limit,829},{sockets_used,1}]}, | |
{processes,[{limit,1048576},{used,175}]}, | |
{run_queue,0}, | |
{uptime,12}] | |
########## Installing packages via pip ########## | |
Downloading/unpacking git+https://github.com/stackforge/python-mistralclient.git (from -r /tmp/requirements.txt (line 20)) | |
Cloning https://github.com/stackforge/python-mistralclient.git to /tmp/pip-5KZqIO-build | |
Running setup.py (path:/tmp/pip-5KZqIO-build/setup.py) egg_info for package from git+https://github.com/stackforge/python-mistralclient.git | |
Installed /tmp/pip-5KZqIO-build/pbr-0.10.0-py2.7.egg | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Downloading/unpacking git+https://github.com/StackStorm/fabric.git@stanley-patched (from -r /tmp/requirements.txt (line 21)) | |
Cloning https://github.com/StackStorm/fabric.git (to stanley-patched) to /tmp/pip-jGYLKp-build | |
Running setup.py (path:/tmp/pip-jGYLKp-build/setup.py) egg_info for package from git+https://github.com/StackStorm/fabric.git@stanley-patched | |
warning: no previously-included files matching '*' found under directory 'sites/docs/_build' | |
warning: no previously-included files matching '*' found under directory 'sites/www/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Downloading/unpacking apscheduler>=3.0.0rc1 (from -r /tmp/requirements.txt (line 1)) | |
Downloading/unpacking eventlet>=0.13.0 (from -r /tmp/requirements.txt (line 2)) | |
Downloading/unpacking flask (from -r /tmp/requirements.txt (line 3)) | |
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-jsonschema (from -r /tmp/requirements.txt (line 4)) | |
Downloading Flask-JsonSchema-0.1.1.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/flask-jsonschema/setup.py) egg_info for package flask-jsonschema | |
Downloading/unpacking jinja2 (from -r /tmp/requirements.txt (line 5)) | |
Running setup.py (path:/tmp/pip_build_root/jinja2/setup.py) egg_info for package jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Downloading/unpacking jsonschema>=2.3.0 (from -r /tmp/requirements.txt (line 6)) | |
Downloading jsonschema-2.4.0-py2.py3-none-any.whl | |
Downloading/unpacking kombu (from -r /tmp/requirements.txt (line 7)) | |
Downloading/unpacking mongoengine (from -r /tmp/requirements.txt (line 8)) | |
Running setup.py (path:/tmp/pip_build_root/mongoengine/setup.py) egg_info for package mongoengine | |
0.8.7 | |
no previously-included directories found matching 'docs/_build' | |
Downloading/unpacking oslo.config (from -r /tmp/requirements.txt (line 9)) | |
Downloading oslo.config-1.4.0-py2.py3-none-any.whl | |
Downloading/unpacking paramiko (from -r /tmp/requirements.txt (line 10)) | |
Downloading/unpacking pbr>=0.5.21,<1.0 (from -r /tmp/requirements.txt (line 11)) | |
Downloading/unpacking pecan==0.7.0 (from -r /tmp/requirements.txt (line 12)) | |
Downloading/unpacking prettytable (from -r /tmp/requirements.txt (line 13)) | |
Downloading prettytable-0.7.2.tar.bz2 | |
Running setup.py (path:/tmp/pip_build_root/prettytable/setup.py) egg_info for package prettytable | |
Downloading/unpacking pymongo (from -r /tmp/requirements.txt (line 14)) | |
Running setup.py (path:/tmp/pip_build_root/pymongo/setup.py) egg_info for package pymongo | |
Downloading/unpacking python-dateutil (from -r /tmp/requirements.txt (line 15)) | |
Running setup.py (path:/tmp/pip_build_root/python-dateutil/setup.py) egg_info for package python-dateutil | |
Downloading/unpacking pyyaml (from -r /tmp/requirements.txt (line 16)) | |
Running setup.py (path:/tmp/pip_build_root/pyyaml/setup.py) egg_info for package pyyaml | |
Downloading/unpacking requests from https://pypi.python.org/packages/2.7/r/requests/requests-2.4.3-py2.py3-none-any.whl#md5=0a66a9c4c22272680430fbb9fb4ca34f (from -r /tmp/requirements.txt (line 17)) | |
Downloading/unpacking setuptools from https://pypi.python.org/packages/3.4/s/setuptools/setuptools-7.0-py2.py3-none-any.whl#md5=918e7e5ea108507e1ffbbdfccc3496b1 (from -r /tmp/requirements.txt (line 18)) | |
Downloading/unpacking six from https://pypi.python.org/packages/py2.py3/s/six/six-1.8.0-py2.py3-none-any.whl#md5=2f5f96148c68f3c1611f489678a8b445 (from -r /tmp/requirements.txt (line 19)) | |
Downloading six-1.8.0-py2.py3-none-any.whl | |
Downloading/unpacking gitpython==0.3.2RC1 (from -r /tmp/requirements.txt (line 22)) | |
Running setup.py (path:/tmp/pip_build_root/gitpython/setup.py) egg_info for package gitpython | |
warning: no files found matching 'README' | |
Downloading/unpacking python-keystoneclient>=0.10.0 (from python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading/unpacking cliff>=1.7.0 (from python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading cliff-1.8.0-py2-none-any.whl | |
Downloading/unpacking tzlocal (from apscheduler>=3.0.0rc1->-r /tmp/requirements.txt (line 1)) | |
Downloading tzlocal-1.1.2.zip | |
Running setup.py (path:/tmp/pip_build_root/tzlocal/setup.py) egg_info for package tzlocal | |
Downloading/unpacking futures (from apscheduler>=3.0.0rc1->-r /tmp/requirements.txt (line 1)) | |
Downloading futures-2.2.0-py2.py3-none-any.whl | |
Downloading/unpacking pytz (from apscheduler>=3.0.0rc1->-r /tmp/requirements.txt (line 1)) | |
Downloading/unpacking greenlet>=0.3 (from eventlet>=0.13.0->-r /tmp/requirements.txt (line 2)) | |
Running setup.py (path:/tmp/pip_build_root/greenlet/setup.py) egg_info for package greenlet | |
Downloading/unpacking Werkzeug>=0.7 (from flask->-r /tmp/requirements.txt (line 3)) | |
Running setup.py (path:/tmp/pip_build_root/Werkzeug/setup.py) egg_info for package Werkzeug | |
warning: no files found matching '*' under directory 'werkzeug/debug/templates' | |
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' | |
Downloading/unpacking itsdangerous>=0.21 (from flask->-r /tmp/requirements.txt (line 3)) | |
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 markupsafe (from jinja2->-r /tmp/requirements.txt (line 5)) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/markupsafe/setup.py) egg_info for package markupsafe | |
Downloading/unpacking amqp>=1.4.5,<2.0 (from kombu->-r /tmp/requirements.txt (line 7)) | |
Downloading/unpacking anyjson>=0.3.3 (from kombu->-r /tmp/requirements.txt (line 7)) | |
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 netaddr>=0.7.12 (from oslo.config->-r /tmp/requirements.txt (line 9)) | |
Running setup.py (path:/tmp/pip_build_root/netaddr/setup.py) egg_info for package netaddr | |
warning: no previously-included files matching '*.svn*' found anywhere in distribution | |
warning: no previously-included files matching '*.git*' found anywhere in distribution | |
Downloading/unpacking stevedore>=0.14 (from oslo.config->-r /tmp/requirements.txt (line 9)) | |
Downloading stevedore-1.1.0-py2.py3-none-any.whl | |
Requirement already up-to-date: argparse in /usr/lib/python2.7 (from oslo.config->-r /tmp/requirements.txt (line 9)) | |
Downloading/unpacking pycrypto>=2.1,!=2.4 (from paramiko->-r /tmp/requirements.txt (line 10)) | |
Running setup.py (path:/tmp/pip_build_root/pycrypto/setup.py) egg_info for package pycrypto | |
Downloading/unpacking ecdsa>=0.11 (from paramiko->-r /tmp/requirements.txt (line 10)) | |
Running setup.py (path:/tmp/pip_build_root/ecdsa/setup.py) egg_info for package ecdsa | |
Downloading/unpacking pip from https://pypi.python.org/packages/py2.py3/p/pip/pip-1.5.6-py2.py3-none-any.whl#md5=4d4fb4b69df6731c7aeaadd6300bc1f2 (from pbr>=0.5.21,<1.0->-r /tmp/requirements.txt (line 11)) | |
Downloading/unpacking WebTest>=1.3.1 (from pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Running setup.py (path:/tmp/pip_build_root/WebTest/setup.py) egg_info for package WebTest | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
Downloading/unpacking WebOb>=1.2dev (from pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Running setup.py (path:/tmp/pip_build_root/WebOb/setup.py) egg_info for package WebOb | |
no previously-included directories found matching '*.pyc' | |
no previously-included directories found matching '*.pyo' | |
Downloading/unpacking logutils>=0.3 (from pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Downloading logutils-0.3.3.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/logutils/setup.py) egg_info for package logutils | |
Downloading/unpacking Mako>=0.4.0 (from pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
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 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking singledispatch (from pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl | |
Downloading/unpacking gitdb>=0.5.1 (from gitpython==0.3.2RC1->-r /tmp/requirements.txt (line 22)) | |
Running setup.py (path:/tmp/pip_build_root/gitdb/setup.py) egg_info for package gitdb | |
Downloading/unpacking iso8601>=0.1.9 (from python-keystoneclient>=0.10.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading iso8601-0.1.10.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/iso8601/setup.py) egg_info for package iso8601 | |
Downloading/unpacking Babel>=1.3 (from python-keystoneclient>=0.10.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Running setup.py (path:/tmp/pip_build_root/Babel/setup.py) egg_info for package Babel | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Downloading/unpacking oslo.utils>=1.0.0 (from python-keystoneclient>=0.10.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading oslo.utils-1.0.0-py2-none-any.whl | |
Downloading/unpacking oslo.serialization>=1.0.0 (from python-keystoneclient>=0.10.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading oslo.serialization-1.0.0-py2-none-any.whl | |
Downloading/unpacking pyparsing>=2.0.1 (from cliff>=1.7.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Running setup.py (path:/tmp/pip_build_root/pyparsing/setup.py) egg_info for package pyparsing | |
Downloading/unpacking cmd2>=0.6.7 (from cliff>=1.7.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading cmd2-0.6.7.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/cmd2/setup.py) egg_info for package cmd2 | |
Downloading/unpacking waitress>=0.8.5 (from WebTest>=1.3.1->pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Running setup.py (path:/tmp/pip_build_root/waitress/setup.py) egg_info for package waitress | |
Downloading/unpacking beautifulsoup4 (from WebTest>=1.3.1->pecan==0.7.0->-r /tmp/requirements.txt (line 12)) | |
Running setup.py (path:/tmp/pip_build_root/beautifulsoup4/setup.py) egg_info for package beautifulsoup4 | |
Downloading/unpacking async>=0.6.1 (from gitdb>=0.5.1->gitpython==0.3.2RC1->-r /tmp/requirements.txt (line 22)) | |
Downloading async-0.6.1.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/async/setup.py) egg_info for package async | |
Downloading/unpacking smmap>=0.8.0 (from gitdb>=0.5.1->gitpython==0.3.2RC1->-r /tmp/requirements.txt (line 22)) | |
Downloading smmap-0.8.2.tar.gz | |
Running setup.py (path:/tmp/pip_build_root/smmap/setup.py) egg_info for package smmap | |
Downloading/unpacking oslo.i18n>=0.2.0 (from oslo.utils>=1.0.0->python-keystoneclient>=0.10.0->python-mistralclient==0.1.1.3.ge929e88->-r /tmp/requirements.txt (line 20)) | |
Downloading oslo.i18n-1.0.0-py2-none-any.whl | |
Installing collected packages: apscheduler, eventlet, flask, flask-jsonschema, jinja2, jsonschema, kombu, mongoengine, oslo.config, paramiko, pbr, pecan, prettytable, pymongo, python-dateutil, pyyaml, requests, setuptools, six, gitpython, python-keystoneclient, cliff, python-mistralclient, Fabric, tzlocal, futures, pytz, greenlet, Werkzeug, itsdangerous, markupsafe, amqp, anyjson, netaddr, stevedore, pycrypto, ecdsa, pip, WebTest, WebOb, logutils, Mako, singledispatch, gitdb, iso8601, Babel, oslo.utils, oslo.serialization, pyparsing, cmd2, waitress, beautifulsoup4, async, smmap, oslo.i18n | |
Running setup.py install for 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' | |
Running setup.py install for flask-jsonschema | |
Running setup.py install for jinja2 | |
warning: no files found matching '*' under directory 'custom_fixers' | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyc' found under directory 'docs' | |
warning: no previously-included files matching '*.pyo' found under directory 'jinja2' | |
warning: no previously-included files matching '*.pyo' found under directory 'docs' | |
Running setup.py install for mongoengine | |
0.8.7 | |
no previously-included directories found matching 'docs/_build' | |
Running setup.py install for prettytable | |
Running setup.py install for pymongo | |
building 'bson._cbson' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/_cbsonmodule.c -o build/temp.linux-x86_64-2.7/bson/_cbsonmodule.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/time64.c -o build/temp.linux-x86_64-2.7/bson/time64.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/encoding_helpers.c -o build/temp.linux-x86_64-2.7/bson/encoding_helpers.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/bson/_cbsonmodule.o build/temp.linux-x86_64-2.7/bson/time64.o build/temp.linux-x86_64-2.7/bson/buffer.o build/temp.linux-x86_64-2.7/bson/encoding_helpers.o -o build/lib.linux-x86_64-2.7/bson/_cbson.so | |
building 'pymongo._cmessage' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c pymongo/_cmessagemodule.c -o build/temp.linux-x86_64-2.7/pymongo/_cmessagemodule.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Ibson -I/usr/include/python2.7 -c bson/buffer.c -o build/temp.linux-x86_64-2.7/bson/buffer.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/pymongo/_cmessagemodule.o build/temp.linux-x86_64-2.7/bson/buffer.o -o build/lib.linux-x86_64-2.7/pymongo/_cmessage.so | |
Running setup.py install for python-dateutil | |
Running setup.py install for pyyaml | |
checking if libyaml is compilable | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | |
build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: fatal error: yaml.h: No such file or directory | |
#include <yaml.h> | |
^ | |
compilation terminated. | |
libyaml is not found or a compiler error: forcing --without-libyaml | |
(if libyaml is installed correctly, you may need to | |
specify the option --include-dirs or uncomment and | |
modify the parameter include_dirs in setup.cfg) | |
Found existing installation: requests 2.2.1 | |
Uninstalling requests: | |
Successfully uninstalled requests | |
Found existing installation: setuptools 3.3 | |
Uninstalling setuptools: | |
Successfully uninstalled setuptools | |
Found existing installation: six 1.5.2 | |
Uninstalling six: | |
Successfully uninstalled six | |
Running setup.py install for gitpython | |
warning: no files found matching 'README' | |
Running setup.py install for python-mistralclient | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Installing mistral script to /usr/local/bin | |
Running setup.py install for Fabric | |
warning: no previously-included files matching '*' found under directory 'sites/docs/_build' | |
warning: no previously-included files matching '*' found under directory 'sites/www/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Installing fab script to /usr/local/bin | |
Running setup.py install for tzlocal | |
Running setup.py install for greenlet | |
building 'greenlet' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c greenlet.c -o build/temp.linux-x86_64-2.7/greenlet.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/greenlet.o -o build/lib.linux-x86_64-2.7/greenlet.so | |
Running setup.py install for Werkzeug | |
warning: no files found matching '*' under directory 'werkzeug/debug/templates' | |
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' | |
Running setup.py install for itsdangerous | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Running setup.py install for markupsafe | |
building 'markupsafe._speedups' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.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/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so | |
Running setup.py install for anyjson | |
Running setup.py install for netaddr | |
changing mode of build/scripts-2.7/netaddr from 644 to 755 | |
warning: no previously-included files matching '*.svn*' found anywhere in distribution | |
warning: no previously-included files matching '*.git*' found anywhere in distribution | |
changing mode of /usr/local/bin/netaddr to 755 | |
Running setup.py install for pycrypto | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for __gmpz_init in -lgmp... no | |
checking for __gmpz_init in -lmpir... no | |
checking whether mpz_powm is declared... no | |
checking whether mpz_powm_sec is declared... no | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking for inline... inline | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for int8_t... yes | |
checking for size_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for uint8_t... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
configure: creating ./config.status | |
config.status: creating src/config.h | |
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. | |
building 'Crypto.Hash._MD2' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.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/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so | |
building 'Crypto.Hash._MD4' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.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/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so | |
building 'Crypto.Hash._SHA256' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.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/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so | |
building 'Crypto.Hash._SHA224' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.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/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so | |
building 'Crypto.Hash._SHA384' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.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/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so | |
building 'Crypto.Hash._SHA512' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.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/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so | |
building 'Crypto.Hash._RIPEMD160' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.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/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so | |
building 'Crypto.Cipher._AES' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.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/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so | |
building 'Crypto.Cipher._ARC2' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.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/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so | |
building 'Crypto.Cipher._Blowfish' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.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/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so | |
building 'Crypto.Cipher._CAST' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.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/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so | |
building 'Crypto.Cipher._DES' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.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/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so | |
building 'Crypto.Cipher._DES3' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.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/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so | |
building 'Crypto.Cipher._ARC4' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.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/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so | |
building 'Crypto.Cipher._XOR' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.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/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so | |
building 'Crypto.Util.strxor' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.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/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so | |
building 'Crypto.Util._counter' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.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/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so | |
Running setup.py install for ecdsa | |
Found existing installation: pip 1.5.4 | |
Uninstalling pip: | |
Successfully uninstalled pip | |
Running setup.py install for WebTest | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
Running setup.py install for WebOb | |
no previously-included directories found matching '*.pyc' | |
no previously-included directories found matching '*.pyo' | |
Running setup.py install for logutils | |
Running setup.py install for Mako | |
warning: no files found matching '*.xml' under directory 'examples' | |
warning: no files found matching '*.mako' under directory 'examples' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Installing mako-render script to /usr/local/bin | |
Running setup.py install for gitdb | |
building 'gitdb._perf' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Igitdb -I/usr/include/python2.7 -c gitdb/_fun.c -o build/temp.linux-x86_64-2.7/gitdb/_fun.o | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -Igitdb -I/usr/include/python2.7 -c gitdb/_delta_apply.c -o build/temp.linux-x86_64-2.7/gitdb/_delta_apply.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/gitdb/_fun.o build/temp.linux-x86_64-2.7/gitdb/_delta_apply.o -o build/lib.linux-x86_64-2.7/gitdb/_perf.so | |
Running setup.py install for iso8601 | |
Running setup.py install for Babel | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Installing pybabel script to /usr/local/bin | |
Running setup.py install for pyparsing | |
Running setup.py install for cmd2 | |
Running setup.py install for waitress | |
Installing waitress-serve script to /usr/local/bin | |
Running setup.py install for beautifulsoup4 | |
Running setup.py install for async | |
building 'async.mod.zlib' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c mod/zlibmodule.c -o build/temp.linux-x86_64-2.7/mod/zlibmodule.o | |
mod/zlibmodule.c:8:18: fatal error: zlib.h: No such file or directory | |
#include "zlib.h" | |
^ | |
compilation terminated. | |
Ignored failure when building extensions, pure python modules will be used instead | |
Running setup.py install for smmap | |
Successfully installed apscheduler eventlet flask flask-jsonschema jinja2 jsonschema kombu mongoengine oslo.config paramiko pbr pecan prettytable pymongo python-dateutil pyyaml requests setuptools six gitpython python-keystoneclient cliff python-mistralclient Fabric tzlocal futures pytz greenlet Werkzeug itsdangerous markupsafe amqp anyjson netaddr stevedore pycrypto ecdsa pip WebTest WebOb logutils Mako singledispatch gitdb iso8601 Babel oslo.utils oslo.serialization pyparsing cmd2 waitress beautifulsoup4 async smmap oslo.i18n | |
Cleaning up... | |
/home/stanley/debs ~ | |
########## Removing st2common ########## | |
dpkg: warning: ignoring request to remove st2common which isn't installed | |
########## Installing st2common 0.5.1 ########## | |
Selecting previously unselected package st2common. | |
(Reading database ... 36739 files and directories currently installed.) | |
Preparing to unpack st2common_0.5.1-350_amd64.deb ... | |
Unpacking st2common (0.5.1-350) ... | |
Setting up st2common (0.5.1-350) ... | |
########## Removing st2reactor ########## | |
dpkg: warning: ignoring request to remove st2reactor which isn't installed | |
########## Installing st2reactor 0.5.1 ########## | |
Selecting previously unselected package st2reactor. | |
(Reading database ... 37005 files and directories currently installed.) | |
Preparing to unpack st2reactor_0.5.1-350_amd64.deb ... | |
Unpacking st2reactor (0.5.1-350) ... | |
Setting up st2reactor (0.5.1-350) ... | |
########## Removing st2actions ########## | |
dpkg: warning: ignoring request to remove st2actions which isn't installed | |
########## Installing st2actions 0.5.1 ########## | |
Selecting previously unselected package st2actions. | |
(Reading database ... 37051 files and directories currently installed.) | |
Preparing to unpack st2actions_0.5.1-350_amd64.deb ... | |
Unpacking st2actions (0.5.1-350) ... | |
Setting up st2actions (0.5.1-350) ... | |
########## Removing st2client ########## | |
dpkg: warning: ignoring request to remove st2client which isn't installed | |
########## Installing st2client 0.5.1 ########## | |
Selecting previously unselected package st2client. | |
(Reading database ... 37097 files and directories currently installed.) | |
Preparing to unpack st2client_0.5.1-350_amd64.deb ... | |
Unpacking st2client (0.5.1-350) ... | |
Setting up st2client (0.5.1-350) ... | |
########## Removing st2api ########## | |
dpkg: warning: ignoring request to remove st2api which isn't installed | |
########## Installing st2api 0.5.1 ########## | |
Selecting previously unselected package st2api. | |
(Reading database ... 37129 files and directories currently installed.) | |
Preparing to unpack st2api_0.5.1-350_amd64.deb ... | |
Unpacking st2api (0.5.1-350) ... | |
Setting up st2api (0.5.1-350) ... | |
########## Removing st2auth ########## | |
dpkg: warning: ignoring request to remove st2auth which isn't installed | |
########## Installing st2auth 0.5.1 ########## | |
Selecting previously unselected package st2auth. | |
(Reading database ... 37163 files and directories currently installed.) | |
Preparing to unpack st2auth_0.5.1-350_amd64.deb ... | |
Unpacking st2auth (0.5.1-350) ... | |
Setting up st2auth (0.5.1-350) ... | |
~ | |
########## Setting up Mistral ########## | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
python-dev is already the newest version. | |
The following extra packages will be installed: | |
libssl-doc libxml2 libxslt1.1 libyaml-0-2 zlib1g-dev | |
Suggested packages: | |
pkg-config | |
The following NEW packages will be installed: | |
libffi-dev libmysqlclient-dev libssl-dev libssl-doc libxml2-dev libxslt1-dev | |
libxslt1.1 libyaml-0-2 libyaml-dev zlib1g-dev | |
The following packages will be upgraded: | |
libxml2 | |
1 upgraded, 10 newly installed, 0 to remove and 14 not upgraded. | |
Need to get 5038 kB of archives. | |
After this operation, 20.5 MB of additional disk space will be used. | |
Get:1 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2 amd64 2.9.1+dfsg1-3ubuntu4.4 [570 kB] | |
Get:2 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1.1 amd64 1.1.28-2build1 [145 kB] | |
Get:3 http://archive.ubuntu.com/ubuntu/ trusty/main libyaml-0-2 amd64 0.1.4-3ubuntu3 [48.2 kB] | |
Get:4 http://archive.ubuntu.com/ubuntu/ trusty/main zlib1g-dev amd64 1:1.2.8.dfsg-1ubuntu1 [183 kB] | |
Get:5 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libmysqlclient-dev amd64 5.5.40-0ubuntu0.14.04.1 [861 kB] | |
Get:6 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-dev amd64 1.0.1f-1ubuntu2.7 [1071 kB] | |
Get:7 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libssl-doc all 1.0.1f-1ubuntu2.7 [966 kB] | |
Get:8 http://archive.ubuntu.com/ubuntu/ trusty-updates/main libxml2-dev amd64 2.9.1+dfsg1-3ubuntu4.4 [630 kB] | |
Get:9 http://archive.ubuntu.com/ubuntu/ trusty/main libxslt1-dev amd64 1.1.28-2build1 [407 kB] | |
Get:10 http://archive.ubuntu.com/ubuntu/ trusty/main libffi-dev amd64 3.1~rc1+r3.0.13-12 [99.8 kB] | |
Get:11 http://archive.ubuntu.com/ubuntu/ trusty/main libyaml-dev amd64 0.1.4-3ubuntu3 [56.0 kB] | |
Fetched 5038 kB in 2s (1715 kB/s) | |
(Reading database ... 37182 files and directories currently installed.) | |
Preparing to unpack .../libxml2_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... | |
Unpacking libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.4) over (2.9.1+dfsg1-3ubuntu4.3) ... | |
Selecting previously unselected package libxslt1.1:amd64. | |
Preparing to unpack .../libxslt1.1_1.1.28-2build1_amd64.deb ... | |
Unpacking libxslt1.1:amd64 (1.1.28-2build1) ... | |
Selecting previously unselected package libyaml-0-2:amd64. | |
Preparing to unpack .../libyaml-0-2_0.1.4-3ubuntu3_amd64.deb ... | |
Unpacking libyaml-0-2:amd64 (0.1.4-3ubuntu3) ... | |
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 libmysqlclient-dev. | |
Preparing to unpack .../libmysqlclient-dev_5.5.40-0ubuntu0.14.04.1_amd64.deb ... | |
Unpacking libmysqlclient-dev (5.5.40-0ubuntu0.14.04.1) ... | |
Selecting previously unselected package libssl-dev:amd64. | |
Preparing to unpack .../libssl-dev_1.0.1f-1ubuntu2.7_amd64.deb ... | |
Unpacking libssl-dev:amd64 (1.0.1f-1ubuntu2.7) ... | |
Selecting previously unselected package libssl-doc. | |
Preparing to unpack .../libssl-doc_1.0.1f-1ubuntu2.7_all.deb ... | |
Unpacking libssl-doc (1.0.1f-1ubuntu2.7) ... | |
Selecting previously unselected package libxml2-dev:amd64. | |
Preparing to unpack .../libxml2-dev_2.9.1+dfsg1-3ubuntu4.4_amd64.deb ... | |
Unpacking libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... | |
Selecting previously unselected package libxslt1-dev:amd64. | |
Preparing to unpack .../libxslt1-dev_1.1.28-2build1_amd64.deb ... | |
Unpacking libxslt1-dev:amd64 (1.1.28-2build1) ... | |
Selecting previously unselected package libffi-dev:amd64. | |
Preparing to unpack .../libffi-dev_3.1~rc1+r3.0.13-12_amd64.deb ... | |
Unpacking libffi-dev:amd64 (3.1~rc1+r3.0.13-12) ... | |
Selecting previously unselected package libyaml-dev:amd64. | |
Preparing to unpack .../libyaml-dev_0.1.4-3ubuntu3_amd64.deb ... | |
Unpacking libyaml-dev:amd64 (0.1.4-3ubuntu3) ... | |
Processing triggers for man-db (2.6.7.1-1ubuntu1) ... | |
Setting up libxml2:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... | |
Setting up libxslt1.1:amd64 (1.1.28-2build1) ... | |
Setting up libyaml-0-2:amd64 (0.1.4-3ubuntu3) ... | |
Setting up zlib1g-dev:amd64 (1:1.2.8.dfsg-1ubuntu1) ... | |
Setting up libmysqlclient-dev (5.5.40-0ubuntu0.14.04.1) ... | |
Setting up libssl-dev:amd64 (1.0.1f-1ubuntu2.7) ... | |
Setting up libssl-doc (1.0.1f-1ubuntu2.7) ... | |
Setting up libxml2-dev:amd64 (2.9.1+dfsg1-3ubuntu4.4) ... | |
Setting up libxslt1-dev:amd64 (1.1.28-2build1) ... | |
Setting up libffi-dev:amd64 (3.1~rc1+r3.0.13-12) ... | |
Setting up libyaml-dev:amd64 (0.1.4-3ubuntu3) ... | |
Processing triggers for libc-bin (2.19-0ubuntu6.3) ... | |
Cloning into 'mistral'... | |
New python executable in .venv/bin/python | |
Installing setuptools, pip...done. | |
Downloading/unpacking pbr>=0.6,!=0.7,<1.0 (from -r requirements.txt (line 1)) | |
Downloading/unpacking eventlet>=0.15.0 (from -r requirements.txt (line 2)) | |
Downloading/unpacking PyYAML>=3.1.0 (from -r requirements.txt (line 3)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/PyYAML/setup.py) egg_info for package PyYAML | |
Downloading/unpacking pecan>=0.5.0 (from -r requirements.txt (line 4)) | |
Downloading/unpacking WSME>=0.6 (from -r requirements.txt (line 5)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/WSME/setup.py) egg_info for package WSME | |
Installed /opt/openstack/mistral/.venv/build/WSME/pbr-0.10.0-py2.7.egg | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Downloading/unpacking amqplib>=0.6.1 (from -r requirements.txt (line 6)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/amqplib/setup.py) egg_info for package amqplib | |
Requirement already satisfied (use --upgrade to upgrade): argparse in /usr/lib/python2.7 (from -r requirements.txt (line 7)) | |
Downloading/unpacking Babel>=1.3 (from -r requirements.txt (line 8)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/Babel/setup.py) egg_info for package Babel | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Downloading/unpacking iso8601>=0.1.9 (from -r requirements.txt (line 9)) | |
Downloading iso8601-0.1.10.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/iso8601/setup.py) egg_info for package iso8601 | |
Downloading/unpacking posix-ipc (from -r requirements.txt (line 10)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/posix-ipc/setup.py) egg_info for package posix-ipc | |
Downloading/unpacking croniter>=0.3.4 (from -r requirements.txt (line 11)) | |
Downloading croniter-0.3.5.zip | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/croniter/setup.py) egg_info for package croniter | |
file src/croniter.py (for module croniter) not found | |
warning: no files found matching '*.txt' | |
warning: no previously-included files matching '*pyc' found anywhere in distribution | |
Downloading/unpacking requests>=1.2.1,!=2.4.0 (from -r requirements.txt (line 12)) | |
Downloading/unpacking kombu>=2.4.8 (from -r requirements.txt (line 13)) | |
Downloading/unpacking oslo.config>=1.4.0 (from -r requirements.txt (line 14)) | |
Downloading oslo.config-1.4.0-py2.py3-none-any.whl | |
Downloading/unpacking oslo.db>=1.0.0 (from -r requirements.txt (line 15)) | |
Downloading/unpacking oslo.messaging>=1.4.0 (from -r requirements.txt (line 16)) | |
Downloading/unpacking paramiko>=1.13.0 (from -r requirements.txt (line 17)) | |
Downloading/unpacking python-heatclient>=0.2.9 (from -r requirements.txt (line 18)) | |
Downloading/unpacking python-keystoneclient>=0.10.0 (from -r requirements.txt (line 19)) | |
Downloading/unpacking python-neutronclient>=2.3.6,<3 (from -r requirements.txt (line 20)) | |
Downloading/unpacking python-novaclient>=2.18.0 (from -r requirements.txt (line 21)) | |
Downloading/unpacking python-glanceclient>=0.14.0 (from -r requirements.txt (line 22)) | |
Downloading/unpacking networkx>=1.8 (from -r requirements.txt (line 23)) | |
Downloading/unpacking six>=1.7.0 (from -r requirements.txt (line 24)) | |
Downloading six-1.8.0-py2.py3-none-any.whl | |
Downloading/unpacking SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 (from -r requirements.txt (line 25)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/SQLAlchemy/setup.py) egg_info for package SQLAlchemy | |
warning: no files found matching '*.jpg' 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 stevedore>=1.0.0 (from -r requirements.txt (line 26)) | |
Downloading stevedore-1.1.0-py2.py3-none-any.whl | |
Downloading/unpacking yaql==0.2.3 (from -r requirements.txt (line 27)) | |
Downloading yaql-0.2.3.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/yaql/setup.py) egg_info for package yaql | |
Downloading/unpacking jsonschema>=2.0.0,<3.0.0 (from -r requirements.txt (line 28)) | |
Downloading jsonschema-2.4.0-py2.py3-none-any.whl | |
Downloading/unpacking mock>=1.0 (from -r requirements.txt (line 29)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/mock/setup.py) egg_info for package mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Downloading/unpacking keystonemiddleware>=1.0.0 (from -r requirements.txt (line 30)) | |
Requirement already satisfied (use --upgrade to upgrade): pip in ./.venv/lib/python2.7/site-packages (from pbr>=0.6,!=0.7,<1.0->-r requirements.txt (line 1)) | |
Downloading/unpacking greenlet>=0.3 (from eventlet>=0.15.0->-r requirements.txt (line 2)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/greenlet/setup.py) egg_info for package greenlet | |
Downloading/unpacking WebTest>=1.3.1 (from pecan>=0.5.0->-r requirements.txt (line 4)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/WebTest/setup.py) egg_info for package WebTest | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
Downloading/unpacking WebOb>=1.2dev (from pecan>=0.5.0->-r requirements.txt (line 4)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/WebOb/setup.py) egg_info for package WebOb | |
no previously-included directories found matching '*.pyc' | |
no previously-included directories found matching '*.pyo' | |
Downloading/unpacking logutils>=0.3 (from pecan>=0.5.0->-r requirements.txt (line 4)) | |
Downloading logutils-0.3.3.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/logutils/setup.py) egg_info for package logutils | |
Downloading/unpacking Mako>=0.4.0 (from pecan>=0.5.0->-r requirements.txt (line 4)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/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 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Downloading/unpacking singledispatch (from pecan>=0.5.0->-r requirements.txt (line 4)) | |
Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl | |
Downloading/unpacking simplegeneric (from WSME>=0.6->-r requirements.txt (line 5)) | |
Downloading simplegeneric-0.8.1.zip | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/simplegeneric/setup.py) egg_info for package simplegeneric | |
Downloading/unpacking ipaddr (from WSME>=0.6->-r requirements.txt (line 5)) | |
Downloading ipaddr-2.1.11.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/ipaddr/setup.py) egg_info for package ipaddr | |
Downloading/unpacking pytz>=0a (from Babel>=1.3->-r requirements.txt (line 8)) | |
Downloading/unpacking python-dateutil (from croniter>=0.3.4->-r requirements.txt (line 11)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/python-dateutil/setup.py) egg_info for package python-dateutil | |
Requirement already satisfied (use --upgrade to upgrade): setuptools in ./.venv/lib/python2.7/site-packages (from croniter>=0.3.4->-r requirements.txt (line 11)) | |
Downloading/unpacking amqp>=1.4.5,<2.0 (from kombu>=2.4.8->-r requirements.txt (line 13)) | |
Downloading/unpacking anyjson>=0.3.3 (from kombu>=2.4.8->-r requirements.txt (line 13)) | |
Downloading anyjson-0.3.3.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/anyjson/setup.py) egg_info for package anyjson | |
Downloading/unpacking netaddr>=0.7.12 (from oslo.config>=1.4.0->-r requirements.txt (line 14)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/netaddr/setup.py) egg_info for package netaddr | |
warning: no previously-included files matching '*.svn*' found anywhere in distribution | |
warning: no previously-included files matching '*.git*' found anywhere in distribution | |
Downloading/unpacking alembic>=0.6.4 (from oslo.db>=1.0.0->-r requirements.txt (line 15)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/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' | |
warning: no files found matching 'distribute_setup.py' | |
no previously-included directories found matching 'docs/build/output' | |
Downloading/unpacking sqlalchemy-migrate>=0.9.1,!=0.9.2 (from oslo.db>=1.0.0->-r requirements.txt (line 15)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/sqlalchemy-migrate/setup.py) egg_info for package sqlalchemy-migrate | |
Installed /opt/openstack/mistral/.venv/build/sqlalchemy-migrate/pbr-0.10.0-py2.7.egg | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no files found matching 'README' | |
warning: no files found matching '*' under directory 'docs' | |
warning: no files found matching '*' under directory 'tests' | |
warning: no previously-included files matching '*pyc' found anywhere in distribution | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
Downloading/unpacking oslo.utils>=0.3.0 (from oslo.db>=1.0.0->-r requirements.txt (line 15)) | |
Downloading oslo.utils-1.0.0-py2-none-any.whl | |
Downloading/unpacking oslo.i18n>=0.3.0 (from oslo.db>=1.0.0->-r requirements.txt (line 15)) | |
Downloading oslo.i18n-1.0.0-py2-none-any.whl | |
Downloading/unpacking pycrypto>=2.1,!=2.4 (from paramiko>=1.13.0->-r requirements.txt (line 17)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/pycrypto/setup.py) egg_info for package pycrypto | |
Downloading/unpacking ecdsa>=0.11 (from paramiko>=1.13.0->-r requirements.txt (line 17)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/ecdsa/setup.py) egg_info for package ecdsa | |
Downloading/unpacking PrettyTable>=0.7,<0.8 (from python-heatclient>=0.2.9->-r requirements.txt (line 18)) | |
Downloading prettytable-0.7.2.tar.bz2 | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/PrettyTable/setup.py) egg_info for package PrettyTable | |
Downloading/unpacking oslo.serialization>=1.0.0 (from python-keystoneclient>=0.10.0->-r requirements.txt (line 19)) | |
Downloading oslo.serialization-1.0.0-py2-none-any.whl | |
Downloading/unpacking cliff>=1.6.0 (from python-neutronclient>=2.3.6,<3->-r requirements.txt (line 20)) | |
Downloading cliff-1.8.0-py2-none-any.whl | |
Downloading/unpacking simplejson>=2.2.0 (from python-neutronclient>=2.3.6,<3->-r requirements.txt (line 20)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/simplejson/setup.py) egg_info for package simplejson | |
Downloading/unpacking pyOpenSSL>=0.11 (from python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/pyOpenSSL/setup.py) egg_info for package pyOpenSSL | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
no previously-included directories found matching 'doc/_build' | |
Downloading/unpacking warlock>=1.0.1,<2 (from python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Downloading warlock-1.1.0.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/warlock/setup.py) egg_info for package warlock | |
Downloading/unpacking decorator>=3.4.0 (from networkx>=1.8->-r requirements.txt (line 23)) | |
Downloading decorator-3.4.0.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/decorator/setup.py) egg_info for package decorator | |
warning: no previously-included files found matching 'Makefile' | |
Downloading/unpacking ply (from yaql==0.2.3->-r requirements.txt (line 27)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/ply/setup.py) egg_info for package ply | |
Downloading/unpacking waitress>=0.8.5 (from WebTest>=1.3.1->pecan>=0.5.0->-r requirements.txt (line 4)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/waitress/setup.py) egg_info for package waitress | |
Downloading/unpacking beautifulsoup4 (from WebTest>=1.3.1->pecan>=0.5.0->-r requirements.txt (line 4)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/beautifulsoup4/setup.py) egg_info for package beautifulsoup4 | |
Downloading/unpacking MarkupSafe>=0.9.2 (from Mako>=0.4.0->pecan>=0.5.0->-r requirements.txt (line 4)) | |
Downloading MarkupSafe-0.23.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/MarkupSafe/setup.py) egg_info for package MarkupSafe | |
Downloading/unpacking Tempita>=0.4 (from sqlalchemy-migrate>=0.9.1,!=0.9.2->oslo.db>=1.0.0->-r requirements.txt (line 15)) | |
Downloading Tempita-0.5.2.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/Tempita/setup.py) egg_info for package Tempita | |
Downloading/unpacking pyparsing>=2.0.1 (from cliff>=1.6.0->python-neutronclient>=2.3.6,<3->-r requirements.txt (line 20)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/pyparsing/setup.py) egg_info for package pyparsing | |
Downloading/unpacking cmd2>=0.6.7 (from cliff>=1.6.0->python-neutronclient>=2.3.6,<3->-r requirements.txt (line 20)) | |
Downloading cmd2-0.6.7.tar.gz | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/cmd2/setup.py) egg_info for package cmd2 | |
Downloading/unpacking cryptography>=0.2.1 (from pyOpenSSL>=0.11->python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/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 jsonpatch>=0.10,<2 (from warlock>=1.0.1,<2->python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Downloading jsonpatch-1.9-py2-none-any.whl | |
Downloading/unpacking cffi>=0.8 (from cryptography>=0.2.1->pyOpenSSL>=0.11->python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/cffi/setup.py) egg_info for package cffi | |
Downloading/unpacking jsonpointer>=1.5 (from jsonpatch>=0.10,<2->warlock>=1.0.1,<2->python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Downloading jsonpointer-1.5-py2-none-any.whl | |
Downloading/unpacking pycparser (from cffi>=0.8->cryptography>=0.2.1->pyOpenSSL>=0.11->python-glanceclient>=0.14.0->-r requirements.txt (line 22)) | |
Running setup.py (path:/opt/openstack/mistral/.venv/build/pycparser/setup.py) egg_info for package pycparser | |
Installing collected packages: pbr, eventlet, PyYAML, pecan, WSME, amqplib, Babel, iso8601, posix-ipc, croniter, requests, kombu, oslo.config, oslo.db, oslo.messaging, paramiko, python-heatclient, python-keystoneclient, python-neutronclient, python-novaclient, python-glanceclient, networkx, six, SQLAlchemy, stevedore, yaql, jsonschema, mock, keystonemiddleware, greenlet, WebTest, WebOb, logutils, Mako, singledispatch, simplegeneric, ipaddr, pytz, python-dateutil, amqp, anyjson, netaddr, alembic, sqlalchemy-migrate, oslo.utils, oslo.i18n, pycrypto, ecdsa, PrettyTable, oslo.serialization, cliff, simplejson, pyOpenSSL, warlock, decorator, ply, waitress, beautifulsoup4, MarkupSafe, Tempita, pyparsing, cmd2, cryptography, jsonpatch, cffi, jsonpointer, pycparser | |
Running setup.py install for PyYAML | |
checking if libyaml is compilable | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o | |
checking if libyaml is linkable | |
x86_64-linux-gnu-gcc -pthread build/temp.linux-x86_64-2.7/check_libyaml.o -lyaml -o build/temp.linux-x86_64-2.7/check_libyaml | |
building '_yaml' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c ext/_yaml.c -o build/temp.linux-x86_64-2.7/ext/_yaml.o | |
In file included from ext/_yaml.c:343:0: | |
ext/_yaml.h:6:0: warning: "PyUnicode_FromString" redefined [enabled by default] | |
#define PyUnicode_FromString(s) PyUnicode_DecodeUTF8((s), strlen(s), "strict") | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:281:0: note: this is the location of the previous definition | |
# define PyUnicode_FromString PyUnicodeUCS4_FromString | |
^ | |
ext/_yaml.c: In function '__pyx_pf_5_yaml_get_version_string': | |
ext/_yaml.c:1346:17: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] | |
__pyx_v_value = yaml_get_version_string(); | |
^ | |
ext/_yaml.c: In function '__pyx_pf_5_yaml_7CParser___init__': | |
ext/_yaml.c:2471:5: warning: passing argument 2 of 'yaml_parser_set_input' from incompatible pointer type [enabled by default] | |
yaml_parser_set_input((&__pyx_v_self->parser), __pyx_f_5_yaml_input_handler, ((void *)__pyx_v_self)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1367:1: note: expected 'int (*)(void *, unsigned char *, size_t, size_t *)' but argument is of type 'int (*)(void *, char *, int, int *)' | |
yaml_parser_set_input(yaml_parser_t *parser, | |
^ | |
ext/_yaml.c:2664:5: warning: pointer targets in passing argument 2 of 'yaml_parser_set_input_string' differ in signedness [-Wpointer-sign] | |
yaml_parser_set_input_string((&__pyx_v_self->parser), PyString_AS_STRING(__pyx_v_stream), PyString_GET_SIZE(__pyx_v_stream)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1341:1: note: expected 'const unsigned char *' but argument is of type 'char *' | |
yaml_parser_set_input_string(yaml_parser_t *parser, | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__token_to_object': | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4183:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 417; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4195:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag_directive.prefix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 418; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4741:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.alias.value); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 448; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4792:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_token->data.anchor.value); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 451; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4843:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.handle); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 454; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:4855:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_token->data.tag.suffix); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 455; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:4938:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_token->data.scalar.value, __pyx_v_token->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 460; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__event_to_object': | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6435:9: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->handle); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 574; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6447:9: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = PyUnicode_FromString(__pyx_v_tag_directive->prefix); if (unlikely(!__pyx_t_4)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 575; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6616:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.alias.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 586; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6687:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.anchor); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 591; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:6722:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_FromString(__pyx_v_event->data.scalar.tag); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 594; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:6737:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_1 = PyUnicode_DecodeUTF8(__pyx_v_event->data.scalar.value, __pyx_v_event->data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_1)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 595; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7031:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 620; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7066:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_event->data.sequence_start.tag); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 623; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7253:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.anchor); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 637; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:7288:7: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_event->data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 640; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_node': | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8704:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.alias.anchor); if (unlikely(!__pyx_t_3)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 734; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8924:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 750; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:8962:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 753; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:9000:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_6 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.anchor); if (unlikely(!__pyx_t_6)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 756; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_scalar_node': | |
ext/_yaml.c:9532:3: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_DecodeUTF8(__pyx_v_self->parsed_event.data.scalar.value, __pyx_v_self->parsed_event.data.scalar.length, __pyx_k_strict); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 791; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:9688:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_9 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.scalar.tag); if (unlikely(!__pyx_t_9)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 804; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_sequence_node': | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:10128:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.sequence_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 837; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_7CParser__compose_mapping_node': | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:38:0, | |
from ext/_yaml.c:16: | |
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
extern size_t strlen (const char *__s) | |
^ | |
ext/_yaml.c:10654:5: warning: pointer targets in passing argument 1 of 'PyUnicodeUCS4_DecodeUTF8' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = PyUnicode_FromString(__pyx_v_self->parsed_event.data.mapping_start.tag); if (unlikely(!__pyx_t_2)) {__pyx_filename = __pyx_f[0]; __pyx_lineno = 876; __pyx_clineno = __LINE__; goto __pyx_L1_error;} | |
^ | |
In file included from /usr/include/python2.7/Python.h:85:0, | |
from ext/_yaml.c:16: | |
/usr/include/python2.7/unicodeobject.h:261:31: note: expected 'const char *' but argument is of type 'yaml_char_t *' | |
# define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 | |
^ | |
/usr/include/python2.7/unicodeobject.h:750:23: note: in expansion of macro 'PyUnicode_DecodeUTF8' | |
PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8( | |
^ | |
ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter___init__': | |
ext/_yaml.c:11721:3: warning: passing argument 2 of 'yaml_emitter_set_output' from incompatible pointer type [enabled by default] | |
yaml_emitter_set_output((&__pyx_v_self->emitter), __pyx_f_5_yaml_output_handler, ((void *)__pyx_v_self)); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:1829:1: note: expected 'int (*)(void *, unsigned char *, size_t)' but argument is of type 'int (*)(void *, char *, int)' | |
yaml_emitter_set_output(yaml_emitter_t *emitter, | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__object_to_event': | |
ext/_yaml.c:12898:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ | |
ext/_yaml.c:12991:44: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ | |
ext/_yaml.c:13248:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_alias_event_initialize(__pyx_v_event, __pyx_v_anchor) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:13824:5: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_scalar_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14166:5: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_4 = ((yaml_sequence_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:14508:5: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_3 = ((yaml_mapping_start_event_initialize(__pyx_v_event, __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c: In function '__pyx_pf_5_yaml_8CEmitter_12serialize': | |
ext/_yaml.c:15784:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->handle = PyString_AS_STRING(__pyx_v_handle); | |
^ | |
ext/_yaml.c:15877:42: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] | |
__pyx_v_tag_directives_end->prefix = PyString_AS_STRING(__pyx_v_prefix); | |
^ | |
ext/_yaml.c: In function '__pyx_f_5_yaml_8CEmitter__serialize_node': | |
ext/_yaml.c:16616:5: warning: pointer targets in passing argument 2 of 'yaml_alias_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_2 = ((yaml_alias_event_initialize((&__pyx_v_event), __pyx_v_anchor) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:553:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor); | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 2 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 3 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17195:7: warning: pointer targets in passing argument 4 of 'yaml_scalar_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_scalar_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_value, __pyx_v_length, __pyx_v_plain_implicit, __pyx_v_quoted_implicit, __pyx_v_scalar_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:578:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_scalar_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 2 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17473:7: warning: pointer targets in passing argument 3 of 'yaml_sequence_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_sequence_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_sequence_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:601:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_sequence_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 2 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
ext/_yaml.c:17874:7: warning: pointer targets in passing argument 3 of 'yaml_mapping_start_event_initialize' differ in signedness [-Wpointer-sign] | |
__pyx_t_8 = ((yaml_mapping_start_event_initialize((&__pyx_v_event), __pyx_v_anchor, __pyx_v_tag, __pyx_v_implicit, __pyx_v_mapping_style) == 0) != 0); | |
^ | |
In file included from ext/_yaml.h:2:0, | |
from ext/_yaml.c:343: | |
/usr/include/yaml.h:633:1: note: expected 'yaml_char_t *' but argument is of type 'char *' | |
yaml_mapping_start_event_initialize(yaml_event_t *event, | |
^ | |
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/ext/_yaml.o -lyaml -o build/lib.linux-x86_64-2.7/_yaml.so | |
Running setup.py install for WSME | |
[pbr] Reusing existing SOURCES.txt | |
Skipping installation of /opt/openstack/mistral/.venv/lib/python2.7/site-packages/wsmeext/__init__.py (namespace package) | |
Installing /opt/openstack/mistral/.venv/lib/python2.7/site-packages/WSME-0.6.1-py2.7-nspkg.pth | |
Running setup.py install for amqplib | |
Running setup.py install for Babel | |
warning: no previously-included files matching '*' found under directory 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found under directory 'tests' | |
warning: no previously-included files matching '*.pyo' found under directory 'tests' | |
Installing pybabel script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for iso8601 | |
Running setup.py install for posix-ipc | |
building 'posix_ipc' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c posix_ipc_module.c -o build/temp.linux-x86_64-2.7/posix_ipc_module.o | |
posix_ipc_module.c: In function 'mq_cancel_notification': | |
posix_ipc_module.c:1185:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] | |
int rc; | |
^ | |
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/posix_ipc_module.o -lrt -o build/lib.linux-x86_64-2.7/posix_ipc.so | |
Running setup.py install for croniter | |
file src/croniter.py (for module croniter) not found | |
file src/croniter.py (for module croniter) not found | |
warning: no files found matching '*.txt' | |
warning: no previously-included files matching '*pyc' found anywhere in distribution | |
file src/croniter.py (for module croniter) not found | |
file src/croniter.py (for module croniter) not found | |
Running setup.py install for SQLAlchemy | |
building 'sqlalchemy.cprocessors' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/processors.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/processors.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/lib/sqlalchemy/cextension/processors.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cprocessors.so | |
building 'sqlalchemy.cresultproxy' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/resultproxy.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/resultproxy.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/lib/sqlalchemy/cextension/resultproxy.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cresultproxy.so | |
building 'sqlalchemy.cutils' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c lib/sqlalchemy/cextension/utils.c -o build/temp.linux-x86_64-2.7/lib/sqlalchemy/cextension/utils.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/lib/sqlalchemy/cextension/utils.o -o build/lib.linux-x86_64-2.7/sqlalchemy/cutils.so | |
warning: no files found matching '*.jpg' 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' | |
Running setup.py install for yaql | |
Installing yaql script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for mock | |
warning: no files found matching '*.png' under directory 'docs' | |
warning: no files found matching '*.css' under directory 'docs' | |
warning: no files found matching '*.html' under directory 'docs' | |
warning: no files found matching '*.js' under directory 'docs' | |
Running setup.py install for greenlet | |
building 'greenlet' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c greenlet.c -o build/temp.linux-x86_64-2.7/greenlet.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/greenlet.o -o build/lib.linux-x86_64-2.7/greenlet.so | |
Running setup.py install for WebTest | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
warning: no previously-included files matching '__pycache__' found anywhere in distribution | |
Running setup.py install for WebOb | |
no previously-included directories found matching '*.pyc' | |
no previously-included directories found matching '*.pyo' | |
Running setup.py install for logutils | |
Running setup.py install for Mako | |
warning: no files found matching '*.xml' under directory 'examples' | |
warning: no files found matching '*.mako' under directory 'examples' | |
warning: no files found matching 'ez_setup.py' | |
no previously-included directories found matching 'doc/build/output' | |
Installing mako-render script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for simplegeneric | |
Running setup.py install for ipaddr | |
Running setup.py install for python-dateutil | |
Running setup.py install for anyjson | |
Running setup.py install for netaddr | |
changing mode of build/scripts-2.7/netaddr from 644 to 755 | |
warning: no previously-included files matching '*.svn*' found anywhere in distribution | |
warning: no previously-included files matching '*.git*' found anywhere in distribution | |
changing mode of /opt/openstack/mistral/.venv/bin/netaddr to 755 | |
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' | |
warning: no files found matching 'distribute_setup.py' | |
no previously-included directories found matching 'docs/build/output' | |
Installing alembic script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for sqlalchemy-migrate | |
[pbr] Reusing existing SOURCES.txt | |
Installing migrate script to /opt/openstack/mistral/.venv/bin | |
Installing migrate-repository script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for pycrypto | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for __gmpz_init in -lgmp... no | |
checking for __gmpz_init in -lmpir... no | |
checking whether mpz_powm is declared... no | |
checking whether mpz_powm_sec is declared... no | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for inttypes.h... (cached) yes | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdint.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking for inline... inline | |
checking for int16_t... yes | |
checking for int32_t... yes | |
checking for int64_t... yes | |
checking for int8_t... yes | |
checking for size_t... yes | |
checking for uint16_t... yes | |
checking for uint32_t... yes | |
checking for uint64_t... yes | |
checking for uint8_t... yes | |
checking for stdlib.h... (cached) yes | |
checking for GNU libc compatible malloc... yes | |
checking for memmove... yes | |
checking for memset... yes | |
configure: creating ./config.status | |
config.status: creating src/config.h | |
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. | |
building 'Crypto.Hash._MD2' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.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/src/MD2.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD2.so | |
building 'Crypto.Hash._MD4' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD4.c -o build/temp.linux-x86_64-2.7/src/MD4.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/src/MD4.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_MD4.so | |
building 'Crypto.Hash._SHA256' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA256.c -o build/temp.linux-x86_64-2.7/src/SHA256.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/src/SHA256.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA256.so | |
building 'Crypto.Hash._SHA224' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA224.c -o build/temp.linux-x86_64-2.7/src/SHA224.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/src/SHA224.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA224.so | |
building 'Crypto.Hash._SHA384' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA384.c -o build/temp.linux-x86_64-2.7/src/SHA384.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/src/SHA384.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA384.so | |
building 'Crypto.Hash._SHA512' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/SHA512.c -o build/temp.linux-x86_64-2.7/src/SHA512.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/src/SHA512.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_SHA512.so | |
building 'Crypto.Hash._RIPEMD160' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -DPCT_LITTLE_ENDIAN=1 -Isrc/ -I/usr/include/python2.7 -c src/RIPEMD160.c -o build/temp.linux-x86_64-2.7/src/RIPEMD160.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/src/RIPEMD160.o -o build/lib.linux-x86_64-2.7/Crypto/Hash/_RIPEMD160.so | |
building 'Crypto.Cipher._AES' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/AES.c -o build/temp.linux-x86_64-2.7/src/AES.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/src/AES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_AES.so | |
building 'Crypto.Cipher._ARC2' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC2.c -o build/temp.linux-x86_64-2.7/src/ARC2.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/src/ARC2.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC2.so | |
building 'Crypto.Cipher._Blowfish' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/Blowfish.c -o build/temp.linux-x86_64-2.7/src/Blowfish.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/src/Blowfish.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_Blowfish.so | |
building 'Crypto.Cipher._CAST' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/CAST.c -o build/temp.linux-x86_64-2.7/src/CAST.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/src/CAST.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_CAST.so | |
building 'Crypto.Cipher._DES' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES.c -o build/temp.linux-x86_64-2.7/src/DES.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/src/DES.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES.so | |
building 'Crypto.Cipher._DES3' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -Isrc/libtom/ -I/usr/include/python2.7 -c src/DES3.c -o build/temp.linux-x86_64-2.7/src/DES3.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/src/DES3.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_DES3.so | |
building 'Crypto.Cipher._ARC4' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/ARC4.c -o build/temp.linux-x86_64-2.7/src/ARC4.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/src/ARC4.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_ARC4.so | |
building 'Crypto.Cipher._XOR' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/XOR.c -o build/temp.linux-x86_64-2.7/src/XOR.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/src/XOR.o -o build/lib.linux-x86_64-2.7/Crypto/Cipher/_XOR.so | |
building 'Crypto.Util.strxor' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/strxor.c -o build/temp.linux-x86_64-2.7/src/strxor.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/src/strxor.o -o build/lib.linux-x86_64-2.7/Crypto/Util/strxor.so | |
building 'Crypto.Util._counter' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/_counter.c -o build/temp.linux-x86_64-2.7/src/_counter.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/src/_counter.o -o build/lib.linux-x86_64-2.7/Crypto/Util/_counter.so | |
Running setup.py install for ecdsa | |
Running setup.py install for PrettyTable | |
Running setup.py install for simplejson | |
building 'simplejson._speedups' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c simplejson/_speedups.c -o build/temp.linux-x86_64-2.7/simplejson/_speedups.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/simplejson/_speedups.o -o build/lib.linux-x86_64-2.7/simplejson/_speedups.so | |
Running setup.py install for pyOpenSSL | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
no previously-included directories found matching 'doc/_build' | |
Running setup.py install for warlock | |
Running setup.py install for decorator | |
warning: no previously-included files found matching 'Makefile' | |
Running setup.py install for ply | |
Running setup.py install for waitress | |
Installing waitress-serve script to /opt/openstack/mistral/.venv/bin | |
Running setup.py install for beautifulsoup4 | |
Running setup.py install for MarkupSafe | |
building 'markupsafe._speedups' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c markupsafe/_speedups.c -o build/temp.linux-x86_64-2.7/markupsafe/_speedups.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/markupsafe/_speedups.o -o build/lib.linux-x86_64-2.7/markupsafe/_speedups.so | |
Running setup.py install for Tempita | |
Running setup.py install for pyparsing | |
Running setup.py install for cmd2 | |
Running setup.py install for cryptography | |
Installed /opt/openstack/mistral/.venv/build/cryptography/cffi-0.8.6-py2.7-linux-x86_64.egg | |
Searching for pycparser | |
Reading https://pypi.python.org/simple/pycparser/ | |
Best match: pycparser 2.10 | |
Downloading https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f | |
Processing pycparser-2.10.tar.gz | |
Writing /tmp/easy_install-nstghA/pycparser-2.10/setup.cfg | |
Running pycparser-2.10/setup.py -q bdist_egg --dist-dir /tmp/easy_install-nstghA/pycparser-2.10/egg-dist-tmp-0fFEvu | |
zip_safe flag not set; analyzing archive contents... | |
Installed /opt/openstack/mistral/.venv/build/cryptography/pycparser-2.10-py2.7.egg | |
building '_Cryptography_cffi_fc665d23x4f158fee' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.c -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.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 /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.o -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.so | |
building '_Cryptography_cffi_8f86901cxc1767c5a' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.c -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.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 /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.o -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.so | |
building '_Cryptography_cffi_36a40ff0x2bad1bae' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.c -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.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 /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/bindings/__pycache__/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.o -lssl -lcrypto -o /opt/openstack/mistral/.venv/build/cryptography/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.so | |
no previously-included directories found matching 'docs/_build' | |
warning: no previously-included files matching '*' found under directory 'vectors' | |
building '_Cryptography_cffi_36a40ff0x2bad1bae' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.c -o build/temp.linux-x86_64-2.7/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.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/cryptography/hazmat/bindings/__pycache__/_Cryptography_cffi_36a40ff0x2bad1bae.o -lssl -lcrypto -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_36a40ff0x2bad1bae.so | |
building '_Cryptography_cffi_fc665d23x4f158fee' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.c -o build/temp.linux-x86_64-2.7/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.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/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_fc665d23x4f158fee.o -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_fc665d23x4f158fee.so | |
building '_Cryptography_cffi_8f86901cxc1767c5a' extension | |
x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.c -o build/temp.linux-x86_64-2.7/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.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/cryptography/hazmat/primitives/__pycache__/_Cryptography_cffi_8f86901cxc1767c5a.o -o build/lib.linux-x86_64-2.7/cryptography/_Cryptography_cffi_8f86901cxc1767c5a.so | |
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 | |
Running setup.py install for pycparser | |
Successfully installed pbr eventlet PyYAML pecan WSME amqplib Babel iso8601 posix-ipc croniter requests kombu oslo.config oslo.db oslo.messaging paramiko python-heatclient python-keystoneclient python-neutronclient python-novaclient python-glanceclient networkx six SQLAlchemy stevedore yaql jsonschema mock keystonemiddleware greenlet WebTest WebOb logutils Mako singledispatch simplegeneric ipaddr pytz python-dateutil amqp anyjson netaddr alembic sqlalchemy-migrate oslo.utils oslo.i18n pycrypto ecdsa PrettyTable oslo.serialization cliff simplejson pyOpenSSL warlock decorator ply waitress beautifulsoup4 MarkupSafe Tempita pyparsing cmd2 cryptography jsonpatch cffi jsonpointer pycparser | |
Cleaning up... | |
running develop | |
running egg_info | |
creating mistral.egg-info | |
writing dependency_links to mistral.egg-info/dependency_links.txt | |
writing requirements to mistral.egg-info/requires.txt | |
writing mistral.egg-info/PKG-INFO | |
writing top-level names to mistral.egg-info/top_level.txt | |
writing entry points to mistral.egg-info/entry_points.txt | |
[pbr] Processing SOURCES.txt | |
writing manifest file 'mistral.egg-info/SOURCES.txt' | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
writing manifest file 'mistral.egg-info/SOURCES.txt' | |
running build_ext | |
Creating /opt/openstack/mistral/.venv/lib/python2.7/site-packages/mistral.egg-link (link to .) | |
Adding mistral 0.0.4.339.g39a6b0c to easy-install.pth file | |
Installing mistral-server script to /opt/openstack/mistral/.venv/bin | |
Installed /opt/openstack/mistral | |
Processing dependencies for mistral==0.0.4.339.g39a6b0c | |
Searching for keystonemiddleware==1.2.0 | |
Best match: keystonemiddleware 1.2.0 | |
Adding keystonemiddleware 1.2.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for mock==1.0.1 | |
Best match: mock 1.0.1 | |
Adding mock 1.0.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for jsonschema==2.4.0 | |
Best match: jsonschema 2.4.0 | |
Adding jsonschema 2.4.0 to easy-install.pth file | |
Installing jsonschema script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for yaql==0.2.3 | |
Best match: yaql 0.2.3 | |
Adding yaql 0.2.3 to easy-install.pth file | |
Installing yaql script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for stevedore==1.1.0 | |
Best match: stevedore 1.1.0 | |
Adding stevedore 1.1.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for SQLAlchemy==0.9.8 | |
Best match: SQLAlchemy 0.9.8 | |
Adding SQLAlchemy 0.9.8 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for six==1.8.0 | |
Best match: six 1.8.0 | |
Adding six 1.8.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for networkx==1.9.1 | |
Best match: networkx 1.9.1 | |
Adding networkx 1.9.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-glanceclient==0.14.1 | |
Best match: python-glanceclient 0.14.1 | |
Adding python-glanceclient 0.14.1 to easy-install.pth file | |
Installing glance script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-novaclient==2.20.0 | |
Best match: python-novaclient 2.20.0 | |
Adding python-novaclient 2.20.0 to easy-install.pth file | |
Installing nova script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-neutronclient==2.3.9 | |
Best match: python-neutronclient 2.3.9 | |
Adding python-neutronclient 2.3.9 to easy-install.pth file | |
Installing neutron script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-keystoneclient==0.11.2 | |
Best match: python-keystoneclient 0.11.2 | |
Adding python-keystoneclient 0.11.2 to easy-install.pth file | |
Installing keystone script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-heatclient==0.2.12 | |
Best match: python-heatclient 0.2.12 | |
Adding python-heatclient 0.2.12 to easy-install.pth file | |
Installing heat script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for paramiko==1.15.1 | |
Best match: paramiko 1.15.1 | |
Adding paramiko 1.15.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.messaging==1.4.1 | |
Best match: oslo.messaging 1.4.1 | |
Adding oslo.messaging 1.4.1 to easy-install.pth file | |
Installing oslo-messaging-zmq-receiver script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.db==1.0.2 | |
Best match: oslo.db 1.0.2 | |
Adding oslo.db 1.0.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.config==1.4.0 | |
Best match: oslo.config 1.4.0 | |
Adding oslo.config 1.4.0 to easy-install.pth file | |
Installing oslo-config-generator script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for kombu==3.0.23 | |
Best match: kombu 3.0.23 | |
Adding kombu 3.0.23 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for requests==2.4.3 | |
Best match: requests 2.4.3 | |
Adding requests 2.4.3 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for croniter==0.3.5 | |
Best match: croniter 0.3.5 | |
Adding croniter 0.3.5 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for posix-ipc==0.9.8 | |
Best match: posix-ipc 0.9.8 | |
Adding posix-ipc 0.9.8 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for iso8601==0.1.10 | |
Best match: iso8601 0.1.10 | |
Adding iso8601 0.1.10 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for Babel==1.3 | |
Best match: Babel 1.3 | |
Adding Babel 1.3 to easy-install.pth file | |
Installing pybabel script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for argparse==1.2.1 | |
Best match: argparse 1.2.1 | |
Adding argparse 1.2.1 to easy-install.pth file | |
Using /usr/lib/python2.7 | |
Searching for amqplib==1.0.2 | |
Best match: amqplib 1.0.2 | |
Adding amqplib 1.0.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for WSME==0.6.1 | |
Best match: WSME 0.6.1 | |
Adding WSME 0.6.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pecan==0.8.0 | |
Best match: pecan 0.8.0 | |
Adding pecan 0.8.0 to easy-install.pth file | |
Installing pecan script to /opt/openstack/mistral/.venv/bin | |
Installing gunicorn_pecan script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for PyYAML==3.11 | |
Best match: PyYAML 3.11 | |
Adding PyYAML 3.11 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for eventlet==0.15.2 | |
Best match: eventlet 0.15.2 | |
Adding eventlet 0.15.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pbr==0.10.0 | |
Best match: pbr 0.10.0 | |
Adding pbr 0.10.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for WebOb==1.4 | |
Best match: WebOb 1.4 | |
Adding WebOb 1.4 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for netaddr==0.7.12 | |
Best match: netaddr 0.7.12 | |
Adding netaddr 0.7.12 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for ply==3.4 | |
Best match: ply 3.4 | |
Adding ply 3.4 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for decorator==3.4.0 | |
Best match: decorator 3.4.0 | |
Adding decorator 3.4.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for warlock==1.1.0 | |
Best match: warlock 1.1.0 | |
Adding warlock 1.1.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for prettytable==0.7.2 | |
Best match: prettytable 0.7.2 | |
Adding prettytable 0.7.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pyOpenSSL==0.14 | |
Best match: pyOpenSSL 0.14 | |
Adding pyOpenSSL 0.14 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.utils==1.0.0 | |
Best match: oslo.utils 1.0.0 | |
Adding oslo.utils 1.0.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for simplejson==3.6.5 | |
Best match: simplejson 3.6.5 | |
Adding simplejson 3.6.5 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for cliff==1.8.0 | |
Best match: cliff 1.8.0 | |
Adding cliff 1.8.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.serialization==1.0.0 | |
Best match: oslo.serialization 1.0.0 | |
Adding oslo.serialization 1.0.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for ecdsa==0.11 | |
Best match: ecdsa 0.11 | |
Adding ecdsa 0.11 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pycrypto==2.6.1 | |
Best match: pycrypto 2.6.1 | |
Adding pycrypto 2.6.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for oslo.i18n==1.0.0 | |
Best match: oslo.i18n 1.0.0 | |
Adding oslo.i18n 1.0.0 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for sqlalchemy-migrate==0.9.1 | |
Best match: sqlalchemy-migrate 0.9.1 | |
Adding sqlalchemy-migrate 0.9.1 to easy-install.pth file | |
Installing migrate script to /opt/openstack/mistral/.venv/bin | |
Installing migrate-repository script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for alembic==0.6.7 | |
Best match: alembic 0.6.7 | |
Adding alembic 0.6.7 to easy-install.pth file | |
Installing alembic script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for anyjson==0.3.3 | |
Best match: anyjson 0.3.3 | |
Adding anyjson 0.3.3 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for amqp==1.4.6 | |
Best match: amqp 1.4.6 | |
Adding amqp 1.4.6 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for setuptools==2.2 | |
Best match: setuptools 2.2 | |
Adding setuptools 2.2 to easy-install.pth file | |
Installing easy_install-3.4 script to /opt/openstack/mistral/.venv/bin | |
Installing easy_install script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for python-dateutil==2.2 | |
Best match: python-dateutil 2.2 | |
Adding python-dateutil 2.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pytz==2014.9 | |
Best match: pytz 2014.9 | |
Adding pytz 2014.9 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for ipaddr==2.1.11 | |
Best match: ipaddr 2.1.11 | |
Adding ipaddr 2.1.11 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for simplegeneric==0.8.1 | |
Best match: simplegeneric 0.8.1 | |
Adding simplegeneric 0.8.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for singledispatch==3.4.0.3 | |
Best match: singledispatch 3.4.0.3 | |
Adding singledispatch 3.4.0.3 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for Mako==1.0.0 | |
Best match: Mako 1.0.0 | |
Adding Mako 1.0.0 to easy-install.pth file | |
Installing mako-render script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for logutils==0.3.3 | |
Best match: logutils 0.3.3 | |
Adding logutils 0.3.3 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for WebTest==2.0.16 | |
Best match: WebTest 2.0.16 | |
Adding WebTest 2.0.16 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for greenlet==0.4.5 | |
Best match: greenlet 0.4.5 | |
Adding greenlet 0.4.5 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pip==1.5.4 | |
Best match: pip 1.5.4 | |
Adding pip 1.5.4 to easy-install.pth file | |
Installing pip script to /opt/openstack/mistral/.venv/bin | |
Installing pip2.7 script to /opt/openstack/mistral/.venv/bin | |
Installing pip2 script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for jsonpatch==1.9 | |
Best match: jsonpatch 1.9 | |
Adding jsonpatch 1.9 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for cryptography==0.6.1 | |
Best match: cryptography 0.6.1 | |
Adding cryptography 0.6.1 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for cmd2==0.6.7 | |
Best match: cmd2 0.6.7 | |
Adding cmd2 0.6.7 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pyparsing==2.0.3 | |
Best match: pyparsing 2.0.3 | |
Adding pyparsing 2.0.3 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for Tempita==0.5.2 | |
Best match: Tempita 0.5.2 | |
Adding Tempita 0.5.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for MarkupSafe==0.23 | |
Best match: MarkupSafe 0.23 | |
Adding MarkupSafe 0.23 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for beautifulsoup4==4.3.2 | |
Best match: beautifulsoup4 4.3.2 | |
Adding beautifulsoup4 4.3.2 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for waitress==0.8.9 | |
Best match: waitress 0.8.9 | |
Adding waitress 0.8.9 to easy-install.pth file | |
Installing waitress-serve script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for jsonpointer==1.5 | |
Best match: jsonpointer 1.5 | |
Adding jsonpointer 1.5 to easy-install.pth file | |
Installing jsonpointer script to /opt/openstack/mistral/.venv/bin | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for cffi==0.8.6 | |
Best match: cffi 0.8.6 | |
Adding cffi 0.8.6 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Searching for pycparser==2.10 | |
Best match: pycparser 2.10 | |
Adding pycparser 2.10 to easy-install.pth file | |
Using /opt/openstack/mistral/.venv/lib/python2.7/site-packages | |
Finished processing dependencies for mistral==0.0.4.339.g39a6b0c | |
Cloning into 'st2mistral'... | |
running develop | |
running egg_info | |
creating st2mistral.egg-info | |
writing dependency_links to st2mistral.egg-info/dependency_links.txt | |
writing st2mistral.egg-info/PKG-INFO | |
writing top-level names to st2mistral.egg-info/top_level.txt | |
writing entry points to st2mistral.egg-info/entry_points.txt | |
[pbr] Processing SOURCES.txt | |
writing manifest file 'st2mistral.egg-info/SOURCES.txt' | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'AUTHORS' | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files found matching '.gitreview' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
writing manifest file 'st2mistral.egg-info/SOURCES.txt' | |
running build_ext | |
Creating /opt/openstack/mistral/.venv/lib/python2.7/site-packages/st2mistral.egg-link (link to .) | |
Adding st2mistral e65c9a4 to easy-install.pth file | |
Installed /etc/mistral/actions/st2mistral | |
Processing dependencies for st2mistral==e65c9a4 | |
Finished processing dependencies for st2mistral==e65c9a4 | |
* Stopping MySQL database server mysqld | |
...done. | |
* Starting MySQL database server mysqld | |
...done. | |
* Checking for tables which need an upgrade, are corrupt or were | |
not closed cleanly. | |
Downloading/unpacking git+https://github.com/stackforge/python-mistralclient.git | |
Cloning https://github.com/stackforge/python-mistralclient.git to /tmp/pip-Mf0Bm8-build | |
Running setup.py (path:/tmp/pip-Mf0Bm8-build/setup.py) egg_info for package from git+https://github.com/stackforge/python-mistralclient.git | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Requirement already up-to-date: pbr>=0.6,!=0.7,<1.0 in /usr/local/lib/python2.7/dist-packages (from python-mistralclient==0.1.1.3.ge929e88) | |
Requirement already up-to-date: requests>=1.2.1,!=2.4.0 in /usr/local/lib/python2.7/dist-packages (from python-mistralclient==0.1.1.3.ge929e88) | |
Requirement already up-to-date: python-keystoneclient>=0.10.0 in /usr/local/lib/python2.7/dist-packages (from python-mistralclient==0.1.1.3.ge929e88) | |
Requirement already up-to-date: cliff>=1.7.0 in /usr/local/lib/python2.7/dist-packages (from python-mistralclient==0.1.1.3.ge929e88) | |
Installing collected packages: python-mistralclient | |
Found existing installation: python-mistralclient 0.1.1.3.ge929e88 | |
Uninstalling python-mistralclient: | |
Successfully uninstalled python-mistralclient | |
Running setup.py install for python-mistralclient | |
[pbr] Processing SOURCES.txt | |
warning: LocalManifestMaker: standard file '-c' not found | |
[pbr] In git context, generating filelist from git | |
warning: no files found matching 'ChangeLog' | |
warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
Installing mistral script to /usr/local/bin | |
Successfully installed python-mistralclient | |
Cleaning up... | |
########## Registering all content ########## | |
2014-11-07 20:40:07,185 INFO [-] Connecting to database "st2" @ "0.0.0.0:27017" as user "None". | |
2014-11-07 20:40:07,324 DEBUG [-] Ensuring database indexes... | |
2014-11-07 20:40:07,326 DEBUG [-] Ensuring indexes for model "UserDB"... | |
2014-11-07 20:40:08,986 DEBUG [-] Ensuring indexes for model "TokenDB"... | |
2014-11-07 20:40:08,990 DEBUG [-] Ensuring indexes for model "RunnerTypeDB"... | |
2014-11-07 20:40:08,992 DEBUG [-] Ensuring indexes for model "ActionDB"... | |
2014-11-07 20:40:08,994 DEBUG [-] Ensuring indexes for model "ActionExecutionDB"... | |
2014-11-07 20:40:08,995 DEBUG [-] Ensuring indexes for model "ActionRunnerDB"... | |
2014-11-07 20:40:08,996 DEBUG [-] Ensuring indexes for model "KeyValuePairDB"... | |
2014-11-07 20:40:09,000 DEBUG [-] Ensuring indexes for model "ActionExecutionHistoryDB"... | |
2014-11-07 20:40:09,082 DEBUG [-] Ensuring indexes for model "SensorTypeDB"... | |
2014-11-07 20:40:09,084 DEBUG [-] Ensuring indexes for model "TriggerTypeDB"... | |
2014-11-07 20:40:09,085 DEBUG [-] Ensuring indexes for model "TriggerDB"... | |
2014-11-07 20:40:09,086 DEBUG [-] Ensuring indexes for model "TriggerInstanceDB"... | |
2014-11-07 20:40:09,087 DEBUG [-] Ensuring indexes for model "RuleDB"... | |
2014-11-07 20:40:09,089 INFO [-] Start : register default RunnerTypes. | |
2014-11-07 20:40:09,296 ERROR [-] Database lookup for RunnerType with name="run-local" produced no results | |
2014-11-07 20:40:09,386 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner to execute local actions as a fixed user.", enabled=True, id=545d2e2984a48333cf9f06fc, name="run-local", runner_module="st2actions.runners.fabricrunner", runner_parameters={'kwarg_op': {'default': '--', 'type': 'string', 'description': 'Operator to use in front of keyword args i.e. "--" or "-".'}, 'cmd': {'type': 'string', 'description': 'Arbitrary Linux command to be executed on the host.'}, 'hosts': {'default': 'localhost', 'type': 'string', 'description': 'Fixed to localhost as this action is run locally.', 'immutable': True}, 'sudo': {'default': False, 'type': 'boolean', 'description': 'The command will be executed with sudo.'}, 'parallel': {'default': True, 'type': 'boolean', 'description': 'Default to parallel execution.', 'immutable': True}, 'dir': {'default': '/tmp', 'type': 'string', 'description': 'The working directory where the command will be executed on the host.'}}) | |
2014-11-07 20:40:09,387 ERROR [-] Database lookup for RunnerType with name="run-local-script" produced no results | |
2014-11-07 20:40:09,398 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner to execute local actions as a fixed user.", enabled=True, id=545d2e2984a48333cf9f06fd, name="run-local-script", runner_module="st2actions.runners.fabricrunner", runner_parameters={'kwarg_op': {'default': '--', 'type': 'string', 'description': 'Operator to use in front of keyword args i.e. "--" or "-".'}, 'sudo': {'default': False, 'type': 'boolean', 'description': 'The command will be executed with sudo.'}, 'hosts': {'default': 'localhost', 'type': 'string', 'description': 'Fixed to localhost as this action is run locally.', 'immutable': True}, 'parallel': {'default': True, 'type': 'boolean', 'description': 'Default to parallel execution.', 'immutable': True}, 'dir': {'default': '/tmp', 'type': 'string', 'description': 'The working directory where the command will be executed on the host.'}}) | |
2014-11-07 20:40:09,399 ERROR [-] Database lookup for RunnerType with name="run-remote" produced no results | |
2014-11-07 20:40:09,486 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A remote execution runner that executes actions as a fixed system user.", enabled=True, id=545d2e2984a48333cf9f06fe, name="run-remote", runner_module="st2actions.runners.fabricrunner", runner_parameters={'kwarg_op': {'default': '--', 'type': 'string', 'description': 'Operator to use in front of keyword args i.e. "--" or "-".'}, 'cmd': {'type': 'string', 'description': 'Arbitrary Linux command to be executed on the remote host(s).'}, 'hosts': {'required': True, 'type': 'string', 'description': 'A comma delimited string of a list of hosts where the remote command will be executed.'}, 'sudo': {'type': 'boolean', 'description': 'The remote command will be executed with sudo.'}, 'parallel': {'default': True, 'type': 'boolean', 'description': 'Default to parallel execution.', 'immutable': True}, 'dir': {'default': '/tmp', 'type': 'string', 'description': 'The working directory where the command will be executed on the remote host.'}}) | |
2014-11-07 20:40:09,487 ERROR [-] Database lookup for RunnerType with name="run-remote-script" produced no results | |
2014-11-07 20:40:09,582 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A remote execution runner that executes actions as a fixed system user.", enabled=True, id=545d2e2984a48333cf9f06ff, name="run-remote-script", runner_module="st2actions.runners.fabricrunner", runner_parameters={'kwarg_op': {'default': '--', 'type': 'string', 'description': 'Operator to use in front of keyword args i.e. "--" or "-".'}, 'sudo': {'type': 'boolean', 'description': 'The remote command will be executed with sudo.'}, 'hosts': {'required': True, 'type': 'string', 'description': 'A comma delimited string of a list of hosts where the remote command will be executed.'}, 'parallel': {'default': True, 'type': 'boolean', 'description': 'Default to parallel execution.', 'immutable': True}, 'dir': {'default': '/tmp', 'type': 'string', 'description': 'The working directory where the command will be executed on the remote host.'}}) | |
2014-11-07 20:40:09,583 ERROR [-] Database lookup for RunnerType with name="http-runner" produced no results | |
2014-11-07 20:40:09,683 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A HTTP client for running HTTP actions.", enabled=True, id=545d2e2984a48333cf9f0700, name="http-runner", runner_module="st2actions.runners.httprunner", runner_parameters={'url': {'required': True, 'type': 'string', 'description': 'URL to the HTTP endpoint.'}, 'headers': {'type': 'string', 'description': 'HTTP headers for the request.'}, 'cookies': {'type': 'string', 'description': 'TODO: Description for cookies.'}, 'proxy': {'type': 'string', 'description': 'TODO: Description for proxy.'}, 'redirects': {'type': 'string', 'description': 'TODO: Description for redirects.'}}) | |
2014-11-07 20:40:09,684 ERROR [-] Database lookup for RunnerType with name="mistral-v1" produced no results | |
2014-11-07 20:40:09,779 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner for executing mistral v1 workflow.", enabled=True, id=545d2e2984a48333cf9f0701, name="mistral-v1", runner_module="st2actions.runners.mistral.v1", runner_parameters={'workbook': {'required': True, 'type': 'string', 'description': 'The name of the workbook.'}, 'task': {'required': True, 'type': 'string', 'description': 'The startup task in the workbook to execute.'}, 'context': {'default': {}, 'type': 'object', 'description': 'Context for the startup task.'}}) | |
2014-11-07 20:40:09,779 ERROR [-] Database lookup for RunnerType with name="mistral-v2" produced no results | |
2014-11-07 20:40:09,790 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner for executing mistral v2 workflow.", enabled=True, id=545d2e2984a48333cf9f0702, name="mistral-v2", runner_module="st2actions.runners.mistral.v2", runner_parameters={'context': {'default': {}, 'type': 'object', 'description': 'Context for the startup task.'}, 'workflow': {'required': True, 'type': 'string', 'description': 'The name of the workflow.'}}) | |
2014-11-07 20:40:09,791 ERROR [-] Database lookup for RunnerType with name="action-chain" produced no results | |
2014-11-07 20:40:09,885 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner for launching linear action chains.", enabled=True, id=545d2e2984a48333cf9f0703, name="action-chain", runner_module="st2actions.runners.actionchainrunner", runner_parameters={}) | |
2014-11-07 20:40:09,886 ERROR [-] Database lookup for RunnerType with name="run-python" produced no results | |
2014-11-07 20:40:09,980 AUDIT [-] RunnerType created. RunnerType RunnerTypeDB(description="A runner for launching python actions.", enabled=True, id=545d2e2984a48333cf9f0704, name="run-python", runner_module="st2actions.runners.pythonrunner", runner_parameters={}) | |
2014-11-07 20:40:09,980 INFO [-] End : register default RunnerTypes. | |
2014-11-07 20:40:09,981 DEBUG [-] Loading action from /opt/stackstorm/core/actions/sendmail.json. | |
2014-11-07 20:40:10,015 AUDIT [-] Action created. Action ActionDB(description="This sends an email", enabled=True, entry_point="send_mail/send_mail", id=545d2e2a84a48333cf9f0705, name="sendmail", pack="core", parameters={u'body': {u'position': 2, u'required': True, u'type': u'string', u'description': u'Body of the email.'}, u'to': {u'position': 0, u'required': True, u'type': u'string', u'description': u'Recipient email address.'}, u'user': {u'immutable': True}, u'sudo': {u'immutable': True}, u'parallel': {u'immutable': True}, u'dir': {u'immutable': True}, u'subject': {u'position': 1, u'required': True, u'type': u'string', u'description': u'Subject of the email.'}}, runner_type={'name': u'run-local-script'}) from /opt/stackstorm/core/actions/sendmail.json. | |
2014-11-07 20:40:10,015 DEBUG [-] Loading action from /opt/stackstorm/core/actions/local.json. | |
2014-11-07 20:40:10,024 AUDIT [-] Action created. Action ActionDB(description="Action that executes an arbitrary Linux command on the localhost.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f0706, name="local", pack="core", parameters={u'sudo': {u'immutable': True}}, runner_type={'name': u'run-local'}) from /opt/stackstorm/core/actions/local.json. | |
2014-11-07 20:40:10,024 DEBUG [-] Loading action from /opt/stackstorm/core/actions/http.json. | |
2014-11-07 20:40:10,027 AUDIT [-] Action created. Action ActionDB(description="Action that performs an http request.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f0707, name="http", pack="core", parameters={u'body': {u'type': u'string', u'description': u'Body to send with the request'}, u'file_content': {u'type': u'string', u'description': u'Magic attribute which is automatically populated when file_path is specified'}, u'file_name': {u'type': u'string', u'description': u'Magic attribute which is automatically populated when file_path is specified'}, u'file_content_type': {u'type': u'string', u'description': u'Optional content type for the uploaded file'}, u'auth': {u'type': u'string', u'description': u"Auth string to be used. This can be like 'x-auth-token=XYZ'."}, u'file_path': {u'type': u'string', u'description': u'Path to the file to upload'}, u'headers': {u'type': u'string', u'description': u"HTTP headers to use with the request. Example: 'content-type=application/json&x-foo=bar'."}, u'params': {u'type': u'string', u'description': u"Query params to be used with the HTTP request. This can be of the form 'foo=bar&baz=1'."}, u'timeout': {u'default': 60, u'type': u'integer', u'description': u'Timeout for the HTTP request.'}, u'method': {u'enum': [u'HEAD', u'GET', u'POST', u'PUT', u'DELETE'], u'description': u'HTTP method to use.'}}, runner_type={'name': u'http-runner'}) from /opt/stackstorm/core/actions/http.json. | |
2014-11-07 20:40:10,027 DEBUG [-] Loading action from /opt/stackstorm/core/actions/local_sudo.json. | |
2014-11-07 20:40:10,078 AUDIT [-] Action created. Action ActionDB(description="Action that executes an arbitrary Linux command on the localhost.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f0708, name="local_sudo", pack="core", parameters={}, runner_type={'name': u'run-local'}) from /opt/stackstorm/core/actions/local_sudo.json. | |
2014-11-07 20:40:10,078 DEBUG [-] Loading action from /opt/stackstorm/core/actions/remote.json. | |
2014-11-07 20:40:10,081 AUDIT [-] Action created. Action ActionDB(description="Action to execute arbitrary linux command remotely.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f0709, name="remote", pack="core", parameters={u'sudo': {u'immutable': True}}, runner_type={'name': u'run-remote'}) from /opt/stackstorm/core/actions/remote.json. | |
2014-11-07 20:40:10,082 DEBUG [-] Loading action from /opt/stackstorm/core/actions/remote_sudo.json. | |
2014-11-07 20:40:10,084 AUDIT [-] Action created. Action ActionDB(description="Action to execute arbitrary linux command remotely.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f070a, name="remote_sudo", pack="core", parameters={}, runner_type={'name': u'run-remote'}) from /opt/stackstorm/core/actions/remote_sudo.json. | |
2014-11-07 20:40:10,084 DEBUG [-] Loading action from /opt/stackstorm/core/actions/stormbot_say.json. | |
2014-11-07 20:40:10,087 AUDIT [-] Action created. Action ActionDB(description="This posts a message to StormBot", enabled=True, entry_point="stormbot_say/stormbot_say", id=545d2e2a84a48333cf9f070b, name="stormbot_say", pack="core", parameters={u'source': {u'position': 0, u'type': u'string'}, u'name': {u'position': 1, u'type': u'string'}, u'msg': {u'position': 2, u'type': u'string'}, u'sudo': {u'immutable': True}, u'dir': {u'immutable': True}, u'user': {u'immutable': True}}, runner_type={'name': u'run-local-script'}) from /opt/stackstorm/core/actions/stormbot_say.json. | |
2014-11-07 20:40:10,087 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/load.json. | |
2014-11-07 20:40:10,090 AUDIT [-] Action created. Action ActionDB(description="Action that reloads all st2 content.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f070c, name="load", pack="packs", parameters={u'kwarg_op': {u'immutable': True}, u'cmd': {u'default': u'st2ctl reload --register-{{register}}', u'immutable': True}, u'sudo': {u'immutable': True}, u'dir': {u'immutable': True}, u'register': {u'default': u'actions', u'type': u'string', u'description': u'Possible options are all, actions, rules.'}}, runner_type={'name': u'run-local'}) from /opt/stackstorm/packs/actions/load.json. | |
2014-11-07 20:40:10,090 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/download.json. | |
2014-11-07 20:40:10,093 AUDIT [-] Action created. Action ActionDB(description="Downloads packs and places it in the local content repository.", enabled=True, entry_point="pack_mgmt/download.py", id=545d2e2a84a48333cf9f070d, name="download", pack="packs", parameters={u'abs_repo_base': {u'default': u'/opt/stackstorm', u'type': u'string', u'immutable': True}, u'repo_url': {u'default': u'https://github.com/StackStorm/st2contrib.git', u'type': u'string'}, u'packs': {u'items': {u'type': u'string'}, u'type': u'array'}}, runner_type={'name': u'run-python'}) from /opt/stackstorm/packs/actions/download.json. | |
2014-11-07 20:40:10,093 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/restart_component.json. | |
2014-11-07 20:40:10,183 AUDIT [-] Action created. Action ActionDB(description="Action that restarts st2 service.", enabled=True, entry_point="", id=545d2e2a84a48333cf9f070e, name="restart_component", pack="packs", parameters={u'kwarg_op': {u'immutable': True}, u'cmd': {u'default': u'st2ctl restart-component {{servicename}}', u'immutable': True}, u'servicename': {u'required': True, u'type': u'string'}, u'sudo': {u'default': True, u'immutable': True}, u'dir': {u'immutable': True}}, runner_type={'name': u'run-local'}) from /opt/stackstorm/packs/actions/restart_component.json. | |
2014-11-07 20:40:10,184 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/uninstall.meta.json. | |
2014-11-07 20:40:10,186 AUDIT [-] Action created. Action ActionDB(description="Uninstalls packs from local content repository. Removes pack and content from st2. Note that uninstall require reboot of some st2 services.", enabled=True, entry_point="pack_mgmt/uninstall.json", id=545d2e2a84a48333cf9f070f, name="uninstall", pack="packs", parameters={u'packs': {u'items': {u'type': u'string'}, u'required': True, u'type': u'array'}}, runner_type={'name': u'action-chain'}) from /opt/stackstorm/packs/actions/uninstall.meta.json. | |
2014-11-07 20:40:10,187 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/unload.json. | |
2014-11-07 20:40:10,190 AUDIT [-] Action created. Action ActionDB(description="Unregisters all content from a pack.", enabled=True, entry_point="pack_mgmt/unload.py", id=545d2e2a84a48333cf9f0710, name="unload", pack="packs", parameters={u'packs': {u'items': {u'type': u'string'}, u'required': True, u'type': u'array'}}, runner_type={'name': u'run-python'}) from /opt/stackstorm/packs/actions/unload.json. | |
2014-11-07 20:40:10,190 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/install.meta.json. | |
2014-11-07 20:40:10,193 AUDIT [-] Action created. Action ActionDB(description="Installs packs from st2-contrib into local content repository. Will download pack, load the actions, sensors and rules from the pack. Note that install require reboot of some st2 services.", enabled=True, entry_point="pack_mgmt/install.json", id=545d2e2a84a48333cf9f0711, name="install", pack="packs", parameters={u'register': {u'default': u'actions', u'type': u'string', u'description': u'Possible options are all, actions, rules.'}, u'repo_url': {u'default': u'https://github.com/StackStorm/st2contrib.git', u'type': u'string'}, u'packs': {u'default': [u'*'], u'items': {u'type': u'string'}, u'type': u'array'}}, runner_type={'name': u'action-chain'}) from /opt/stackstorm/packs/actions/install.meta.json. | |
2014-11-07 20:40:10,193 DEBUG [-] Loading action from /opt/stackstorm/packs/actions/delete.json. | |
2014-11-07 20:40:10,196 AUDIT [-] Action created. Action ActionDB(description="Deletes the pack from local content repository.", enabled=True, entry_point="pack_mgmt/delete.py", id=545d2e2a84a48333cf9f0712, name="delete", pack="packs", parameters={u'abs_repo_base': {u'default': u'/opt/stackstorm', u'type': u'string', u'immutable': True}, u'packs': {u'items': {u'type': u'string'}, u'required': True, u'type': u'array'}}, runner_type={'name': u'run-python'}) from /opt/stackstorm/packs/actions/delete.json. | |
########## Starting St2 Services ########## | |
actionrunner is not running | |
st2api is not running | |
st2auth is not running | |
sensor_container is not running | |
history is not running | |
mistral is not running | |
mistral: unrecognized service | |
actionrunner PID: 13310 | |
actionrunner PID: 13311 | |
actionrunner PID: 13312 | |
actionrunner PID: 13313 | |
actionrunner PID: 13314 | |
actionrunner PID: 13315 | |
actionrunner PID: 13316 | |
actionrunner PID: 13317 | |
actionrunner PID: 13318 | |
actionrunner PID: 13319 | |
st2api PID: 13320 | |
st2auth is not running | |
sensor_container PID: 13322 | |
history PID: 13323 | |
mistral is not running | |
============================== | |
_ ___ ____ _ __ | |
| | |__ \ / __ \| |/ / | |
___| |_ ) | | | | | ' / | |
/ __| __| / / | | | | < | |
\__ \ |_ / /_ | |__| | . \ | |
|___/\__|____| \____/|_|\_\ | |
st2 is installed and ready | |
---> 4b90f597931b | |
Removing intermediate container 01abaf3cb004 | |
Step 7 : ADD . /root/st2/ | |
---> e863c34b01b7 | |
Removing intermediate container e7c21a6b9cb7 | |
Step 8 : RUN bash -c 'chmod +x /root/st2/start.sh' | |
---> Running in 5ae878422d3d | |
---> 86538dc10983 | |
Removing intermediate container 5ae878422d3d | |
Successfully built 86538dc10983 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment