-
-
Save ciurana/61be1bc38f456f8e3c86421d646eb384 to your computer and use it in GitHub Desktop.
Full build verbose output - devpi server name obfuscated, otherwise verbatim
This file contains 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
make devpi | |
which devpi | |
/usr/local/bin/devpi | |
devpi logoff | |
login information deleted | |
devpi use http://"$DEVPI_SERVER" --set-cfg | |
Warning: insecure http host, trusted-host will be set for pip | |
using server: http://"$DEVPI_SERVER"/ (not logged in) | |
no current index: type 'devpi use -l' to discover indices | |
venv for install/set commands: /Users/ciurana/meltwater/bergen | |
only setting venv pip cfg, no global configuration changed | |
no index configured: cannot set pip/easy_install index | |
/Users/ciurana/meltwater/bergen/pip.conf: no config file exists | |
always-set-cfg: no | |
devpi use fairhair/dev | |
Warning: insecure http host, trusted-host will be set for pip | |
current devpi index: http://"$DEVPI_SERVER"/fairhair/dev (logged in as fairhair) | |
venv for install/set commands: /Users/ciurana/meltwater/bergen | |
only setting venv pip cfg, no global configuration changed | |
/Users/ciurana/meltwater/bergen/pip.conf: no config file exists | |
always-set-cfg: no | |
GCC=/usr/local/bin/gcc-7 | |
for p in $(cat requirements-no-cache.txt); do CC=/usr/local/bin/gcc-7 pip install "$p"; done | |
Collecting rpy2 | |
Collecting jinja2 (from rpy2) | |
Using cached Jinja2-2.10-py2.py3-none-any.whl | |
Collecting six (from rpy2) | |
Using cached six-1.11.0-py2.py3-none-any.whl | |
Collecting MarkupSafe>=0.23 (from jinja2->rpy2) | |
Installing collected packages: MarkupSafe, jinja2, six, rpy2 | |
Successfully installed MarkupSafe-1.0 jinja2-2.10 rpy2-2.9.2 six-1.11.0 | |
for p in $(cat requirements.txt); do devpi install "$p" -v; done | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ amqp [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting amqp | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/5cc/05af91f560e77/amqp-2.2.2-py2.py3-none-any.whl (48kB) | |
Collecting vine>=1.1.3 (from amqp) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/b8f/f8e2051075020/vine-1.1.4-py2.py3-none-any.whl | |
Installing collected packages: vine, amqp | |
Successfully installed amqp-2.2.2 vine-1.1.4 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ appdirs [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting appdirs | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/9ed/4b51c9611775c/appdirs-1.4.3-py2.py3-none-any.whl | |
Installing collected packages: appdirs | |
Successfully installed appdirs-1.4.3 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ boto [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting boto | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/e97/2e30f16c1f875/boto-2.48.0-py2.py3-none-any.whl (1.4MB) | |
Installing collected packages: boto | |
Successfully installed boto-2.48.0 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ boto3 [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting boto3 | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/3a2/ba2fd7ee21e3a/boto3-1.5.22-py2.py3-none-any.whl (128kB) | |
Collecting botocore<1.9.0,>=1.8.36 (from boto3) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/499/4d5b8eb979712/botocore-1.8.36-py2.py3-none-any.whl (4.1MB) | |
Collecting jmespath<1.0.0,>=0.7.1 (from boto3) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/c05/05bdf73fd01d7/jmespath-0.9.3-py2.py3-none-any.whl | |
Collecting s3transfer<0.2.0,>=0.1.10 (from boto3) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/a82/1451291b27743/s3transfer-0.1.12-py2.py3-none-any.whl (59kB) | |
Collecting python-dateutil<3.0.0,>=2.1 (from botocore<1.9.0,>=1.8.36->boto3) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/342/c025339de1e7c/python_dateutil-2.6.1-py2.py3-none-any.whl (194kB) | |
Collecting docutils>=0.10 (from botocore<1.9.0,>=1.8.36->boto3) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/832/31ed2d9b052e3/docutils-0.14-py3-none-any.whl (543kB) | |
Requirement already up-to-date: six>=1.5 in ./lib/python3.6/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.9.0,>=1.8.36->boto3) | |
Installing collected packages: python-dateutil, docutils, jmespath, botocore, s3transfer, boto3 | |
Successfully installed boto3-1.5.22 botocore-1.8.36 docutils-0.14 jmespath-0.9.3 python-dateutil-2.6.1 s3transfer-0.1.12 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ botocore [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: botocore in ./lib/python3.6/site-packages | |
Requirement already up-to-date: jmespath<1.0.0,>=0.7.1 in ./lib/python3.6/site-packages (from botocore) | |
Requirement already up-to-date: docutils>=0.10 in ./lib/python3.6/site-packages (from botocore) | |
Requirement already up-to-date: python-dateutil<3.0.0,>=2.1 in ./lib/python3.6/site-packages (from botocore) | |
Requirement already up-to-date: six>=1.5 in ./lib/python3.6/site-packages (from python-dateutil<3.0.0,>=2.1->botocore) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ connexion [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting connexion | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/a0f/0fa4222fb026a/connexion-1.3-py2.py3-none-any.whl (1.0MB) | |
Requirement already up-to-date: six>=1.9 in ./lib/python3.6/site-packages (from connexion) | |
Collecting inflection>=0.3.1 (from connexion) | |
Collecting swagger-spec-validator>=2.0.2 (from connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/bc8/fb6e9f29bc36d/swagger_spec_validator-2.1.0-py2.py3-none-any.whl | |
Collecting flask>=0.10.1 (from connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/a0d/ed1d9a2066d35/Flask-0.12.2-py2.py3-none-any.whl (83kB) | |
Collecting jsonschema>=2.5.1 (from connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/755/92600a936792b/jsonschema-2.6.0-py2.py3-none-any.whl | |
Collecting PyYAML>=3.11 (from connexion) | |
Collecting requests>=2.9.1 (from connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/eb9/be71cc41fd73a/requests-2.18.4-py2.py3-none-any.whl (88kB) | |
Collecting clickclick>=1.2 (from connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/1f8/a6b29c77aa17d/clickclick-1.2.2-py2.py3-none-any.whl | |
Collecting Werkzeug>=0.7 (from flask>=0.10.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/11f/469d64429cc75/Werkzeug-0.14.1-py2.py3-none-any.whl (322kB) | |
Collecting itsdangerous>=0.21 (from flask>=0.10.1->connexion) | |
Collecting click>=2.0 (from flask>=0.10.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/5e7/a4e296b3212da/click-6.7-py2.py3-none-any.whl (71kB) | |
Requirement already up-to-date: Jinja2>=2.4 in ./lib/python3.6/site-packages (from flask>=0.10.1->connexion) | |
Collecting idna<2.7,>=2.5 (from requests>=2.9.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/875/c4a7b32b48975/idna-2.6-py2.py3-none-any.whl (56kB) | |
Collecting urllib3<1.23,>=1.21.1 (from requests>=2.9.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/1c1/1e1c80371cc4e/urllib3-1.22-py2.py3-none-any.whl (132kB) | |
Collecting certifi>=2017.4.17 (from requests>=2.9.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/38f/1c6a4a5d6b5e8/certifi-2018.1.18-py2.py3-none-any.whl (151kB) | |
Collecting chardet<3.1.0,>=3.0.2 (from requests>=2.9.1->connexion) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/000/4b00caff7bb54/chardet-3.0.4-py2.py3-none-any.whl (133kB) | |
Requirement already up-to-date: MarkupSafe>=0.23 in ./lib/python3.6/site-packages (from Jinja2>=2.4->flask>=0.10.1->connexion) | |
Installing collected packages: inflection, jsonschema, swagger-spec-validator, Werkzeug, itsdangerous, click, flask, PyYAML, idna, urllib3, certifi, chardet, requests, clickclick, connexion | |
Successfully installed PyYAML-3.12 Werkzeug-0.14.1 certifi-2018.1.18 chardet-3.0.4 click-6.7 clickclick-1.2.2 connexion-1.3 flask-0.12.2 idna-2.6 inflection-0.3.1 itsdangerous-0.24 jsonschema-2.6.0 requests-2.18.4 swagger-spec-validator-2.1.0 urllib3-1.22 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ execnet [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting execnet | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/b6e/a27c6b64e09c5/execnet-1.5.0-py2.py3-none-any.whl | |
Collecting apipkg>=1.4 (from execnet) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/564/4eb6aff3f19e1/apipkg-1.4-py2.py3-none-any.whl | |
Installing collected packages: apipkg, execnet | |
Successfully installed apipkg-1.4 execnet-1.5.0 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ fhai-common==1.8.dev2 [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting fhai-common==1.8.dev2 | |
Downloading http://"$DEVPI_SERVER"/fairhair/dev/+f/5bf/01493c45c2870/fhai_common-1.8.dev2-py2.py3-none-any.whl | |
Requirement already up-to-date: appdirs in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2) | |
Collecting jsonpath-ng (from fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/622/d71146e2fb389/jsonpath_ng-1.4.3-py2.py3-none-any.whl | |
Collecting psutil (from fhai-common==1.8.dev2) | |
Collecting pytest (from fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/5f7/a1be1015c59c6/pytest-3.3.2-py2.py3-none-any.whl (185kB) | |
Collecting future (from fhai-common==1.8.dev2) | |
Collecting couchbase (from fhai-common==1.8.dev2) | |
Collecting mock (from fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/dd5/ca80a263f2a9e/mock-2.0.0-py2.py3-none-any.whl (56kB) | |
Collecting logstash-formatter (from fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/f0a/fbd2fb2defa70/logstash_formatter-0.5.16-py3-none-any.whl | |
Requirement already up-to-date: pyyaml in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2) | |
Collecting kombu (from fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/cbe/b9ada03a0ffd4/kombu-4.1.0-py2.py3-none-any.whl (181kB) | |
Collecting decorator (from jsonpath-ng->fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/ee1/340f665cc86f7/decorator-4.2.1-py2.py3-none-any.whl | |
Collecting ply (from jsonpath-ng->fhai-common==1.8.dev2) | |
Requirement already up-to-date: six in ./lib/python3.6/site-packages (from jsonpath-ng->fhai-common==1.8.dev2) | |
Collecting py>=1.5.0 (from pytest->fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/8e2/20c5b453c0756/py-1.5.2-py2.py3-none-any.whl (88kB) | |
Collecting attrs>=17.2.0 (from pytest->fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/583/5a573b3f0316e/attrs-17.4.0-py2.py3-none-any.whl | |
Collecting pluggy<0.7,>=0.5 (from pytest->fhai-common==1.8.dev2) | |
Requirement already up-to-date: setuptools in ./lib/python3.6/site-packages (from pytest->fhai-common==1.8.dev2) | |
Collecting pbr>=0.11 (from mock->fhai-common==1.8.dev2) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/75a/0f55856bfc922/pbr-3.1.1-py2.py3-none-any.whl (99kB) | |
Requirement already up-to-date: amqp<3.0,>=2.1.4 in ./lib/python3.6/site-packages (from kombu->fhai-common==1.8.dev2) | |
Requirement already up-to-date: vine>=1.1.3 in ./lib/python3.6/site-packages (from amqp<3.0,>=2.1.4->kombu->fhai-common==1.8.dev2) | |
Installing collected packages: decorator, ply, jsonpath-ng, psutil, py, attrs, pluggy, pytest, future, couchbase, pbr, mock, logstash-formatter, kombu, fhai-common | |
Successfully installed attrs-17.4.0 couchbase-2.3.3 decorator-4.2.1 fhai-common-1.8.dev2 future-0.16.0 jsonpath-ng-1.4.3 kombu-4.1.0 logstash-formatter-0.5.16 mock-2.0.0 pbr-3.1.1 pluggy-0.6.0 ply-3.10 psutil-5.4.3 py-1.5.2 pytest-3.3.2 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ fhai-registret==2.0.10 [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting fhai-registret==2.0.10 | |
Downloading http://"$DEVPI_SERVER"/fairhair/dev/+f/419/cc52381e41806/fhai_registret-2.0.10-py2.py3-none-any.whl | |
Requirement already up-to-date: connexion in ./lib/python3.6/site-packages (from fhai-registret==2.0.10) | |
Requirement already up-to-date: pyyaml in ./lib/python3.6/site-packages (from fhai-registret==2.0.10) | |
Collecting redis (from fhai-registret==2.0.10) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/7d6/26abf2468ad32/redis-2.10.6-py2.py3-none-any.whl (64kB) | |
Requirement already up-to-date: fhai-common==1.8.dev2 in ./lib/python3.6/site-packages (from fhai-registret==2.0.10) | |
Requirement already up-to-date: pytest in ./lib/python3.6/site-packages (from fhai-registret==2.0.10) | |
Requirement already up-to-date: jsonschema>=2.5.1 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: requests>=2.9.1 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: swagger-spec-validator>=2.0.2 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: six>=1.9 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: flask>=0.10.1 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: clickclick>=1.2 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: inflection>=0.3.1 in ./lib/python3.6/site-packages (from connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: psutil in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: mock in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: jsonpath-ng in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: kombu in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: future in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: couchbase in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: appdirs in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: logstash-formatter in ./lib/python3.6/site-packages (from fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: setuptools in ./lib/python3.6/site-packages (from pytest->fhai-registret==2.0.10) | |
Requirement already up-to-date: pluggy<0.7,>=0.5 in ./lib/python3.6/site-packages (from pytest->fhai-registret==2.0.10) | |
Requirement already up-to-date: attrs>=17.2.0 in ./lib/python3.6/site-packages (from pytest->fhai-registret==2.0.10) | |
Requirement already up-to-date: py>=1.5.0 in ./lib/python3.6/site-packages (from pytest->fhai-registret==2.0.10) | |
Requirement already up-to-date: idna<2.7,>=2.5 in ./lib/python3.6/site-packages (from requests>=2.9.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: certifi>=2017.4.17 in ./lib/python3.6/site-packages (from requests>=2.9.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in ./lib/python3.6/site-packages (from requests>=2.9.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in ./lib/python3.6/site-packages (from requests>=2.9.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: Werkzeug>=0.7 in ./lib/python3.6/site-packages (from flask>=0.10.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: itsdangerous>=0.21 in ./lib/python3.6/site-packages (from flask>=0.10.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: Jinja2>=2.4 in ./lib/python3.6/site-packages (from flask>=0.10.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: click>=2.0 in ./lib/python3.6/site-packages (from flask>=0.10.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: pbr>=0.11 in ./lib/python3.6/site-packages (from mock->fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: decorator in ./lib/python3.6/site-packages (from jsonpath-ng->fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: ply in ./lib/python3.6/site-packages (from jsonpath-ng->fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: amqp<3.0,>=2.1.4 in ./lib/python3.6/site-packages (from kombu->fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Requirement already up-to-date: MarkupSafe>=0.23 in ./lib/python3.6/site-packages (from Jinja2>=2.4->flask>=0.10.1->connexion->fhai-registret==2.0.10) | |
Requirement already up-to-date: vine>=1.1.3 in ./lib/python3.6/site-packages (from amqp<3.0,>=2.1.4->kombu->fhai-common==1.8.dev2->fhai-registret==2.0.10) | |
Installing collected packages: redis, fhai-registret | |
Successfully installed fhai-registret-2.0.10 redis-2.10.6 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ fhai-rgateway [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting fhai-rgateway | |
Downloading http://"$DEVPI_SERVER"/fairhair/dev/+f/086/3ed55b56a4f83/fhai_rgateway-1.0.dev1-py2.py3-none-any.whl | |
Requirement already up-to-date: pyyaml in ./lib/python3.6/site-packages (from fhai-rgateway) | |
Installing collected packages: fhai-rgateway | |
Successfully installed fhai-rgateway-1.0.dev1 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ jsonpath-ng [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: jsonpath-ng in ./lib/python3.6/site-packages | |
Requirement already up-to-date: ply in ./lib/python3.6/site-packages (from jsonpath-ng) | |
Requirement already up-to-date: six in ./lib/python3.6/site-packages (from jsonpath-ng) | |
Requirement already up-to-date: decorator in ./lib/python3.6/site-packages (from jsonpath-ng) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ kombu [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: kombu in ./lib/python3.6/site-packages | |
Requirement already up-to-date: amqp<3.0,>=2.1.4 in ./lib/python3.6/site-packages (from kombu) | |
Requirement already up-to-date: vine>=1.1.3 in ./lib/python3.6/site-packages (from amqp<3.0,>=2.1.4->kombu) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ mock [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: mock in ./lib/python3.6/site-packages | |
Requirement already up-to-date: six>=1.9 in ./lib/python3.6/site-packages (from mock) | |
Requirement already up-to-date: pbr>=0.11 in ./lib/python3.6/site-packages (from mock) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ psutil [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: psutil in ./lib/python3.6/site-packages | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ pyrabbit [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting pyrabbit | |
Collecting httplib2 (from pyrabbit) | |
Installing collected packages: httplib2, pyrabbit | |
Successfully installed httplib2-0.10.3 pyrabbit-1.1.0 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ pytest [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: pytest in ./lib/python3.6/site-packages | |
Requirement already up-to-date: six>=1.10.0 in ./lib/python3.6/site-packages (from pytest) | |
Requirement already up-to-date: setuptools in ./lib/python3.6/site-packages (from pytest) | |
Requirement already up-to-date: py>=1.5.0 in ./lib/python3.6/site-packages (from pytest) | |
Requirement already up-to-date: attrs>=17.2.0 in ./lib/python3.6/site-packages (from pytest) | |
Requirement already up-to-date: pluggy<0.7,>=0.5 in ./lib/python3.6/site-packages (from pytest) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ pyyaml [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: pyyaml in ./lib/python3.6/site-packages | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ requests [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Requirement already up-to-date: requests in ./lib/python3.6/site-packages | |
Requirement already up-to-date: idna<2.7,>=2.5 in ./lib/python3.6/site-packages (from requests) | |
Requirement already up-to-date: urllib3<1.23,>=1.21.1 in ./lib/python3.6/site-packages (from requests) | |
Requirement already up-to-date: certifi>=2017.4.17 in ./lib/python3.6/site-packages (from requests) | |
Requirement already up-to-date: chardet<3.1.0,>=3.0.2 in ./lib/python3.6/site-packages (from requests) | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ textstat [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting textstat | |
Collecting pyphen (from textstat) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/b49/9ed32753468bd/Pyphen-0.9.4-py2.py3-none-any.whl (1.9MB) | |
Collecting repoze.lru (from textstat) | |
Downloading http://"$DEVPI_SERVER"/root/pypi/+f/783/43875530963db/repoze.lru-0.7-py3-none-any.whl | |
Installing collected packages: pyphen, repoze.lru, textstat | |
Successfully installed pyphen-0.9.4 repoze.lru-0.7 textstat-0.4.1 | |
--> /Users/ciurana/meltwater/bergen$ bin/pip install -U -i http://"$DEVPI_SERVER"/fairhair/dev/+simple/ tornado [PIP_PRE=1,PIP_USE_WHEEL=1] | |
Collecting tornado | |
Installing collected packages: tornado | |
Successfully installed tornado-5.0b1 | |
./verup ./version.txt ./fhai/bergen/__init__.py > /tmp/x.py && cat /tmp/x.py > ./fhai/bergen/__init__.py | |
./verup ./version.txt ./config/Avtale-API.yaml > /tmp/x.py && cat /tmp/x.py > ./config/Avtale-API.yaml | |
python setup.py bdist_wheel | |
running bdist_wheel | |
running build | |
running build_py | |
creating build/lib | |
creating build/lib/fhai | |
copying ./fhai/__init__.py -> build/lib/fhai | |
creating build/lib/fhai/bergen | |
copying ./fhai/bergen/__init__.py -> build/lib/fhai/bergen | |
creating build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/__init__.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/agent.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/amqpprocessor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/fisker.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/httpprocessor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/lambdaprocessor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/nullprocessor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/protocolagent.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/pump.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/readingprocessor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/revirginizer.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/rgateway.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/s3processor.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/server.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/spiller.py -> build/lib/fhai/bergen/avtale | |
copying ./fhai/bergen/avtale/terminator.py -> build/lib/fhai/bergen/avtale | |
running build_scripts | |
creating build/scripts-3.6 | |
copying scripts/nbak -> build/scripts-3.6 | |
copying scripts/nq -> build/scripts-3.6 | |
copying scripts/nrestore -> build/scripts-3.6 | |
installing to build/bdist.macosx-10.12-x86_64/wheel | |
running install | |
running install_lib | |
copying fhai/bergen/__init__.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen | |
copying fhai/bergen/avtale/__init__.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/agent.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/amqpprocessor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/fisker.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/httpprocessor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/lambdaprocessor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/nullprocessor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/protocolagent.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/pump.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/readingprocessor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/revirginizer.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/rgateway.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/s3processor.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/server.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/spiller.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
copying fhai/bergen/avtale/terminator.py -> build/bdist.macosx-10.12-x86_64/wheel/fhai/bergen/avtale | |
running install_egg_info | |
running egg_info | |
writing fhai_avtale.egg-info/PKG-INFO | |
writing dependency_links to fhai_avtale.egg-info/dependency_links.txt | |
writing entry points to fhai_avtale.egg-info/entry_points.txt | |
writing namespace_packages to fhai_avtale.egg-info/namespace_packages.txt | |
writing requirements to fhai_avtale.egg-info/requires.txt | |
writing top-level names to fhai_avtale.egg-info/top_level.txt | |
reading manifest file 'fhai_avtale.egg-info/SOURCES.txt' | |
reading manifest template 'MANIFEST.in' | |
writing manifest file 'fhai_avtale.egg-info/SOURCES.txt' | |
Copying fhai_avtale.egg-info to build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2-py3.6.egg-info | |
Installing build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2-py3.6-nspkg.pth | |
running install_scripts | |
creating build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data | |
creating build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts | |
copying build/scripts-3.6/nbak -> build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts | |
copying build/scripts-3.6/nq -> build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts | |
copying build/scripts-3.6/nrestore -> build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts | |
changing mode of build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts/nbak to 755 | |
changing mode of build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts/nq to 755 | |
changing mode of build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.data/scripts/nrestore to 755 | |
creating build/bdist.macosx-10.12-x86_64/wheel/fhai_avtale-1.8.dev2.dist-info/WHEEL | |
creating '/Users/ciurana/meltwater/bergen/dist/fhai_avtale-1.8.dev2-py2.py3-none-any.whl' and adding '.' to it | |
adding 'fhai_avtale-1.8.dev2-py3.6-nspkg.pth' | |
adding 'fhai/bergen/__init__.py' | |
adding 'fhai/bergen/avtale/__init__.py' | |
adding 'fhai/bergen/avtale/agent.py' | |
adding 'fhai/bergen/avtale/amqpprocessor.py' | |
adding 'fhai/bergen/avtale/fisker.py' | |
adding 'fhai/bergen/avtale/httpprocessor.py' | |
adding 'fhai/bergen/avtale/lambdaprocessor.py' | |
adding 'fhai/bergen/avtale/nullprocessor.py' | |
adding 'fhai/bergen/avtale/protocolagent.py' | |
adding 'fhai/bergen/avtale/pump.py' | |
adding 'fhai/bergen/avtale/readingprocessor.py' | |
adding 'fhai/bergen/avtale/revirginizer.py' | |
adding 'fhai/bergen/avtale/rgateway.py' | |
adding 'fhai/bergen/avtale/s3processor.py' | |
adding 'fhai/bergen/avtale/server.py' | |
adding 'fhai/bergen/avtale/spiller.py' | |
adding 'fhai/bergen/avtale/terminator.py' | |
adding 'fhai_avtale-1.8.dev2.data/scripts/nbak' | |
adding 'fhai_avtale-1.8.dev2.data/scripts/nq' | |
adding 'fhai_avtale-1.8.dev2.data/scripts/nrestore' | |
adding 'fhai_avtale-1.8.dev2.dist-info/DESCRIPTION.rst' | |
adding 'fhai_avtale-1.8.dev2.dist-info/entry_points.txt' | |
adding 'fhai_avtale-1.8.dev2.dist-info/metadata.json' | |
adding 'fhai_avtale-1.8.dev2.dist-info/namespace_packages.txt' | |
adding 'fhai_avtale-1.8.dev2.dist-info/top_level.txt' | |
adding 'fhai_avtale-1.8.dev2.dist-info/WHEEL' | |
adding 'fhai_avtale-1.8.dev2.dist-info/METADATA' | |
adding 'fhai_avtale-1.8.dev2.dist-info/RECORD' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment