Skip to content

Instantly share code, notes, and snippets.

@mbbroberg
Created June 6, 2017 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbbroberg/542a6302938674c3700f6c20623f741d to your computer and use it in GitHub Desktop.
Save mbbroberg/542a6302938674c3700f6c20623f741d to your computer and use it in GitHub Desktop.
$ docker-compose ps
Name Command State Ports
----------------------------------------------------------------------------------------------------------
exampleconf_elasticsearch_1 /docker-entrypoint.sh elas ... Up 0.0.0.0:9200->9200/tcp, 9300/tcp
exampleconf_kibana-ro_1 /docker-entrypoint.sh kibana Up 0.0.0.0:8091->5601/tcp
exampleconf_kibana_1 /docker-entrypoint.sh kibana Up 0.0.0.0:8081->5601/tcp
exampleconf_mariadb_1 docker-entrypoint.sh mysqld Up 0.0.0.0:3306->3306/tcp
exampleconf_mordred_1 /bin/sh -c ${DEPLOY_USER_D ... Exit 127
```
I'm not sure why it fails. Full output from running `docker-compose up mordred` below:
```
docker-compose up mordred
exampleconf_mariadb_1 is up-to-date
exampleconf_elasticsearch_1 is up-to-date
Creating exampleconf_mordred_1 ...
Creating exampleconf_mordred_1 ... done
Attaching to exampleconf_mordred_1
mordred_1 | --2017-06-01 18:22:15-- https://raw.githubusercontent.com/Bitergia/mordred/master/docker/unified_releases/batgirl
mordred_1 | Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 151.101.192.133, 151.101.128.133, 151.101.64.133, ...
mordred_1 | Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|151.101.192.133|:443... connected.
mordred_1 | HTTP request sent, awaiting response... 200 OK
mordred_1 | Length: 264 [text/plain]
mordred_1 | Saving to: ‘/tmp/tmp.7Oy0A87SUS’
mordred_1 |
mordred_1 | 0K 100% 2.12M=0s
mordred_1 |
mordred_1 | 2017-06-01 18:22:15 (2.12 MB/s) - ‘/tmp/tmp.7Oy0A87SUS’ saved [264/264]
mordred_1 |
mordred_1 | Cloning into 'sortinghat'...
mordred_1 | Note: checking out 'bbe6a7432afa79122c3f1f0cda776e75bec9a218'.
mordred_1 |
mordred_1 | You are in 'detached HEAD' state. You can look around, make experimental
mordred_1 | changes and commit them, and you can discard any commits you make in this
mordred_1 | state without impacting any branches by performing another checkout.
mordred_1 |
mordred_1 | If you want to create a new branch to retain commits you create, you may
mordred_1 | do so (now or later) by using -b with the checkout command again. Example:
mordred_1 |
mordred_1 | git checkout -b new_branch_name
mordred_1 |
mordred_1 | HEAD is now at bbe6a74... [gitdm2sh] Parse valid alisases which are not email addresses
mordred_1 | Warning: pypandoc module not found, or pandoc not installed. Using md instead of rst
mordred_1 | running install
mordred_1 | Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
mordred_1 | /usr/bin/python3 -E -c pass
mordred_1 | TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
mordred_1 | running bdist_egg
mordred_1 | running egg_info
mordred_1 | creating sortinghat.egg-info
mordred_1 | writing requirements to sortinghat.egg-info/requires.txt
mordred_1 | writing top-level names to sortinghat.egg-info/top_level.txt
mordred_1 | writing sortinghat.egg-info/PKG-INFO
mordred_1 | writing dependency_links to sortinghat.egg-info/dependency_links.txt
mordred_1 | writing manifest file 'sortinghat.egg-info/SOURCES.txt'
mordred_1 | package init file 'sortinghat/templates/__init__.py' not found (or not a regular file)
mordred_1 | package init file 'sortinghat/data/__init__.py' not found (or not a regular file)
mordred_1 | reading manifest file 'sortinghat.egg-info/SOURCES.txt'
mordred_1 | reading manifest template 'MANIFEST.in'
mordred_1 | writing manifest file 'sortinghat.egg-info/SOURCES.txt'
mordred_1 | installing library code to build/bdist.linux-x86_64/egg
mordred_1 | running install_lib
mordred_1 | running build_py
mordred_1 | creating build
mordred_1 | creating build/lib
mordred_1 | creating build/lib/sortinghat
mordred_1 | copying sortinghat/_version.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/exceptions.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/utils.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/api.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/command.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/__init__.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/matcher.py -> build/lib/sortinghat
mordred_1 | copying sortinghat/parser.py -> build/lib/sortinghat
mordred_1 | creating build/lib/sortinghat/db
mordred_1 | copying sortinghat/db/model.py -> build/lib/sortinghat/db
mordred_1 | copying sortinghat/db/database.py -> build/lib/sortinghat/db
mordred_1 | copying sortinghat/db/__init__.py -> build/lib/sortinghat/db
mordred_1 | creating build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/countries.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/withdraw.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/show.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/affiliate.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/profile.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/unify.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/load.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/log.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/blacklist.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/merge.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/move.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/enroll.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/config.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/__init__.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/remove.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/organizations.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/autoprofile.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/add.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/export.py -> build/lib/sortinghat/cmd
mordred_1 | copying sortinghat/cmd/init.py -> build/lib/sortinghat/cmd
mordred_1 | creating build/lib/sortinghat/matching
mordred_1 | copying sortinghat/matching/github.py -> build/lib/sortinghat/matching
mordred_1 | copying sortinghat/matching/email.py -> build/lib/sortinghat/matching
mordred_1 | copying sortinghat/matching/__init__.py -> build/lib/sortinghat/matching
mordred_1 | copying sortinghat/matching/email_name.py -> build/lib/sortinghat/matching
mordred_1 | copying sortinghat/matching/username.py -> build/lib/sortinghat/matching
mordred_1 | creating build/lib/sortinghat/parsing
mordred_1 | copying sortinghat/parsing/gitdm.py -> build/lib/sortinghat/parsing
mordred_1 | copying sortinghat/parsing/eclipse.py -> build/lib/sortinghat/parsing
mordred_1 | copying sortinghat/parsing/__init__.py -> build/lib/sortinghat/parsing
mordred_1 | copying sortinghat/parsing/sh.py -> build/lib/sortinghat/parsing
mordred_1 | copying sortinghat/parsing/mozilla.py -> build/lib/sortinghat/parsing
mordred_1 | creating build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/unify.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/organizations.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/remove.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/blacklist.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/show.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/autoprofile.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/load_domains.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/merge.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/move.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/countries.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/match.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/affiliate.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/config.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/add.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/log.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/load_blacklist.tmpl -> build/lib/sortinghat/templates
mordred_1 | copying sortinghat/templates/profile.tmpl -> build/lib/sortinghat/templates
mordred_1 | creating build/lib/sortinghat/data
mordred_1 | copying sortinghat/data/countries.csv -> build/lib/sortinghat/data
mordred_1 | creating build/bdist.linux-x86_64
mordred_1 | creating build/bdist.linux-x86_64/egg
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | copying build/lib/sortinghat/_version.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | copying build/lib/sortinghat/exceptions.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | copying build/lib/sortinghat/utils.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/db
mordred_1 | copying build/lib/sortinghat/db/model.py -> build/bdist.linux-x86_64/egg/sortinghat/db
mordred_1 | copying build/lib/sortinghat/db/database.py -> build/bdist.linux-x86_64/egg/sortinghat/db
mordred_1 | copying build/lib/sortinghat/db/__init__.py -> build/bdist.linux-x86_64/egg/sortinghat/db
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/data
mordred_1 | copying build/lib/sortinghat/data/countries.csv -> build/bdist.linux-x86_64/egg/sortinghat/data
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/unify.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/organizations.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/remove.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/blacklist.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/show.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/autoprofile.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/load_domains.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/merge.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/move.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/countries.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/match.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/affiliate.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/config.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/add.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/log.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/load_blacklist.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/templates/profile.tmpl -> build/bdist.linux-x86_64/egg/sortinghat/templates
mordred_1 | copying build/lib/sortinghat/api.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | copying build/lib/sortinghat/parsing/gitdm.py -> build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | copying build/lib/sortinghat/parsing/eclipse.py -> build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | copying build/lib/sortinghat/parsing/__init__.py -> build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | copying build/lib/sortinghat/parsing/sh.py -> build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | copying build/lib/sortinghat/parsing/mozilla.py -> build/bdist.linux-x86_64/egg/sortinghat/parsing
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/countries.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/withdraw.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/show.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/affiliate.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/profile.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/unify.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/load.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/log.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/blacklist.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/merge.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/move.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/enroll.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/config.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/__init__.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/remove.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/organizations.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/autoprofile.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/add.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/export.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/cmd/init.py -> build/bdist.linux-x86_64/egg/sortinghat/cmd
mordred_1 | copying build/lib/sortinghat/command.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | creating build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/matching/github.py -> build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/matching/email.py -> build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/matching/__init__.py -> build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/matching/email_name.py -> build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/matching/username.py -> build/bdist.linux-x86_64/egg/sortinghat/matching
mordred_1 | copying build/lib/sortinghat/__init__.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | copying build/lib/sortinghat/matcher.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | copying build/lib/sortinghat/parser.py -> build/bdist.linux-x86_64/egg/sortinghat
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/_version.py to _version.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/exceptions.py to exceptions.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/utils.py to utils.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/db/model.py to model.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/db/database.py to database.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/db/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/api.py to api.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parsing/gitdm.py to gitdm.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parsing/eclipse.py to eclipse.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parsing/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parsing/sh.py to sh.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parsing/mozilla.py to mozilla.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/countries.py to countries.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/withdraw.py to withdraw.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/show.py to show.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/affiliate.py to affiliate.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/profile.py to profile.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/unify.py to unify.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/load.py to load.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/log.py to log.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/blacklist.py to blacklist.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/merge.py to merge.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/move.py to move.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/enroll.py to enroll.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/config.py to config.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/remove.py to remove.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/organizations.py to organizations.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/autoprofile.py to autoprofile.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/add.py to add.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/export.py to export.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/cmd/init.py to init.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/command.py to command.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matching/github.py to github.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matching/email.py to email.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matching/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matching/email_name.py to email_name.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matching/username.py to username.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/matcher.py to matcher.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/sortinghat/parser.py to parser.cpython-34.pyc
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | running install_scripts
mordred_1 | running build_scripts
mordred_1 | creating build/scripts-3.4
mordred_1 | copying and adjusting bin/sortinghat -> build/scripts-3.4
mordred_1 | copying and adjusting bin/mg2sh -> build/scripts-3.4
mordred_1 | copying and adjusting bin/sh2mg -> build/scripts-3.4
mordred_1 | changing mode of build/scripts-3.4/sortinghat from 644 to 755
mordred_1 | changing mode of build/scripts-3.4/mg2sh from 644 to 755
mordred_1 | changing mode of build/scripts-3.4/sh2mg from 644 to 755
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | copying build/scripts-3.4/sh2mg -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | copying build/scripts-3.4/sortinghat -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | copying build/scripts-3.4/mg2sh -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/sh2mg to 755
mordred_1 | changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/sortinghat to 755
mordred_1 | changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/mg2sh to 755
mordred_1 | copying sortinghat.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying sortinghat.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying sortinghat.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying sortinghat.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying sortinghat.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying sortinghat.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | creating dist
mordred_1 | creating 'dist/sortinghat-0.2.0rc2-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
mordred_1 | removing 'build/bdist.linux-x86_64/egg' (and everything under it)
mordred_1 | Processing sortinghat-0.2.0rc2-py3.4.egg
mordred_1 | creating /usr/local/lib/python3.4/dist-packages/sortinghat-0.2.0rc2-py3.4.egg
mordred_1 | Extracting sortinghat-0.2.0rc2-py3.4.egg to /usr/local/lib/python3.4/dist-packages
mordred_1 | Adding sortinghat 0.2.0rc2 to easy-install.pth file
mordred_1 | Installing sh2mg script to /usr/local/bin
mordred_1 | Installing sortinghat script to /usr/local/bin
mordred_1 | Installing mg2sh script to /usr/local/bin
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/sortinghat-0.2.0rc2-py3.4.egg
mordred_1 | Processing dependencies for sortinghat==0.2.0rc2
mordred_1 | Searching for jinja2
mordred_1 | Reading https://pypi.python.org/simple/jinja2/
mordred_1 | Best match: Jinja2 2.9.6
mordred_1 | Downloading https://pypi.python.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz#md5=6411537324b4dba0956aaa8109f3c77b
mordred_1 | Processing Jinja2-2.9.6.tar.gz
mordred_1 | Writing /tmp/easy_install-crerjfj5/Jinja2-2.9.6/setup.cfg
mordred_1 | Running Jinja2-2.9.6/setup.py -q bdist_egg --dist-dir /tmp/easy_install-crerjfj5/Jinja2-2.9.6/egg-dist-tmp-ntvxj284
mordred_1 | warning: no files found matching 'run-tests.py'
mordred_1 | warning: no files found matching '*' under directory 'custom_fixers'
mordred_1 | warning: no files found matching '*' under directory 'jinja2/testsuite/res'
mordred_1 | warning: no previously-included files matching '*' found under directory 'docs/_build'
mordred_1 | warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
mordred_1 | warning: no previously-included files matching '*.pyc' found under directory 'docs'
mordred_1 | warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
mordred_1 | warning: no previously-included files matching '*.pyo' found under directory 'docs'
mordred_1 | Adding Jinja2 2.9.6 to easy-install.pth file
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/Jinja2-2.9.6-py3.4.egg
mordred_1 | Searching for MarkupSafe>=0.23
mordred_1 | Reading https://pypi.python.org/simple/MarkupSafe/
mordred_1 | Best match: MarkupSafe 1.0
mordred_1 | Downloading https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz#md5=2fcedc9284d50e577b5192e8e3578355
mordred_1 | Processing MarkupSafe-1.0.tar.gz
mordred_1 | Writing /tmp/easy_install-9v76b_vf/MarkupSafe-1.0/setup.cfg
mordred_1 | Running MarkupSafe-1.0/setup.py -q bdist_egg --dist-dir /tmp/easy_install-9v76b_vf/MarkupSafe-1.0/egg-dist-tmp-uvq5j3gn
mordred_1 | Adding MarkupSafe 1.0 to easy-install.pth file
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/MarkupSafe-1.0-py3.4-linux-x86_64.egg
mordred_1 | Searching for python-dateutil==2.6.0
mordred_1 | Best match: python-dateutil 2.6.0
mordred_1 | Adding python-dateutil 2.6.0 to easy-install.pth file
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for SQLAlchemy==1.1.9
mordred_1 | Best match: SQLAlchemy 1.1.9
mordred_1 | SQLAlchemy 1.1.9 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for six==1.10.0
mordred_1 | Best match: six 1.10.0
mordred_1 | six 1.10.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Finished processing dependencies for sortinghat==0.2.0rc2
mordred_1 | File "build/bdist.linux-x86_64/egg/jinja2/asyncfilters.py", line 7
mordred_1 | async def auto_to_seq(value):
mordred_1 | ^
mordred_1 | SyntaxError: invalid syntax
mordred_1 |
mordred_1 | File "build/bdist.linux-x86_64/egg/jinja2/asyncsupport.py", line 22
mordred_1 | async def concat_async(async_gen):
mordred_1 | ^
mordred_1 | SyntaxError: invalid syntax
mordred_1 |
mordred_1 | File "/usr/local/lib/python3.4/dist-packages/Jinja2-2.9.6-py3.4.egg/jinja2/asyncfilters.py", line 7
mordred_1 | async def auto_to_seq(value):
mordred_1 | ^
mordred_1 | SyntaxError: invalid syntax
mordred_1 |
mordred_1 | File "/usr/local/lib/python3.4/dist-packages/Jinja2-2.9.6-py3.4.egg/jinja2/asyncsupport.py", line 22
mordred_1 | async def concat_async(async_gen):
mordred_1 | ^
mordred_1 | SyntaxError: invalid syntax
mordred_1 |
mordred_1 | Cloning into 'GrimoireELK'...
mordred_1 | Note: checking out '0.19-11-g2171311'.
mordred_1 |
mordred_1 | You are in 'detached HEAD' state. You can look around, make experimental
mordred_1 | changes and commit them, and you can discard any commits you make in this
mordred_1 | state without impacting any branches by performing another checkout.
mordred_1 |
mordred_1 | If you want to create a new branch to retain commits you create, you may
mordred_1 | do so (now or later) by using -b with the checkout command again. Example:
mordred_1 |
mordred_1 | git checkout -b new_branch_name
mordred_1 |
mordred_1 | HEAD is now at 2171311... [enrich] Don't PUT items to ES when there are no items to upload
mordred_1 | Cloning into 'VizGrimoireUtils'...
mordred_1 | Your branch is up-to-date with 'origin/master'.
mordred_1 | Cloning into 'mordred'...
mordred_1 | Note: checking out '1.1.1-22-g011d99e'.
mordred_1 |
mordred_1 | You are in 'detached HEAD' state. You can look around, make experimental
mordred_1 | changes and commit them, and you can discard any commits you make in this
mordred_1 | state without impacting any branches by performing another checkout.
mordred_1 |
mordred_1 | If you want to create a new branch to retain commits you create, you may
mordred_1 | do so (now or later) by using -b with the checkout command again. Example:
mordred_1 |
mordred_1 | git checkout -b new_branch_name
mordred_1 |
mordred_1 | HEAD is now at 011d99e... Fix bug with phases always enabled.
mordred_1 | Cloning into 'panels'...
mordred_1 | fatal: reference is not a tree: fa236773c8c7b4d39c5c4dc34df7ba761569f076
mordred_1 | Cloning into 'reports'...
mordred_1 | Your branch is up-to-date with 'origin/master'.
mordred_1 | Cloning into 'grimoirelab-toolkit'...
mordred_1 | Your branch is up-to-date with 'origin/master'.
mordred_1 | Warning: pypandoc module not found, or pandoc not installed. Using md instead of rst
mordred_1 | running install
mordred_1 | Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
mordred_1 | /usr/bin/python3 -E -c pass
mordred_1 | TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
mordred_1 | running bdist_egg
mordred_1 | running egg_info
mordred_1 | creating grimoirelab_toolkit.egg-info
mordred_1 | writing grimoirelab_toolkit.egg-info/PKG-INFO
mordred_1 | writing requirements to grimoirelab_toolkit.egg-info/requires.txt
mordred_1 | writing top-level names to grimoirelab_toolkit.egg-info/top_level.txt
mordred_1 | writing dependency_links to grimoirelab_toolkit.egg-info/dependency_links.txt
mordred_1 | writing manifest file 'grimoirelab_toolkit.egg-info/SOURCES.txt'
mordred_1 | reading manifest file 'grimoirelab_toolkit.egg-info/SOURCES.txt'
mordred_1 | writing manifest file 'grimoirelab_toolkit.egg-info/SOURCES.txt'
mordred_1 | installing library code to build/bdist.linux-x86_64/egg
mordred_1 | running install_lib
mordred_1 | running build_py
mordred_1 | creating build
mordred_1 | creating build/lib
mordred_1 | creating build/lib/grimoirelab
mordred_1 | copying grimoirelab/__init__.py -> build/lib/grimoirelab
mordred_1 | creating build/lib/grimoirelab/toolkit
mordred_1 | copying grimoirelab/toolkit/_version.py -> build/lib/grimoirelab/toolkit
mordred_1 | copying grimoirelab/toolkit/datetime.py -> build/lib/grimoirelab/toolkit
mordred_1 | copying grimoirelab/toolkit/uris.py -> build/lib/grimoirelab/toolkit
mordred_1 | copying grimoirelab/toolkit/introspect.py -> build/lib/grimoirelab/toolkit
mordred_1 | copying grimoirelab/toolkit/__init__.py -> build/lib/grimoirelab/toolkit
mordred_1 | creating build/bdist.linux-x86_64
mordred_1 | creating build/bdist.linux-x86_64/egg
mordred_1 | creating build/bdist.linux-x86_64/egg/grimoirelab
mordred_1 | creating build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/toolkit/_version.py -> build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/toolkit/datetime.py -> build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/toolkit/uris.py -> build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/toolkit/introspect.py -> build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/toolkit/__init__.py -> build/bdist.linux-x86_64/egg/grimoirelab/toolkit
mordred_1 | copying build/lib/grimoirelab/__init__.py -> build/bdist.linux-x86_64/egg/grimoirelab
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/toolkit/_version.py to _version.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/toolkit/datetime.py to datetime.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/toolkit/uris.py to uris.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/toolkit/introspect.py to introspect.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/toolkit/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/grimoirelab/__init__.py to __init__.cpython-34.pyc
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying grimoirelab_toolkit.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | creating dist
mordred_1 | creating 'dist/grimoirelab_toolkit-0.1.0-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
mordred_1 | removing 'build/bdist.linux-x86_64/egg' (and everything under it)
mordred_1 | Processing grimoirelab_toolkit-0.1.0-py3.4.egg
mordred_1 | creating /usr/local/lib/python3.4/dist-packages/grimoirelab_toolkit-0.1.0-py3.4.egg
mordred_1 | Extracting grimoirelab_toolkit-0.1.0-py3.4.egg to /usr/local/lib/python3.4/dist-packages
mordred_1 | Adding grimoirelab-toolkit 0.1.0 to easy-install.pth file
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/grimoirelab_toolkit-0.1.0-py3.4.egg
mordred_1 | Processing dependencies for grimoirelab-toolkit==0.1.0
mordred_1 | Searching for python-dateutil==2.6.0
mordred_1 | Best match: python-dateutil 2.6.0
mordred_1 | python-dateutil 2.6.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for six==1.10.0
mordred_1 | Best match: six 1.10.0
mordred_1 | six 1.10.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Finished processing dependencies for grimoirelab-toolkit==0.1.0
mordred_1 | /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'namespaces'
mordred_1 | warnings.warn(msg)
mordred_1 | Cloning into 'perceval'...
mordred_1 | Note: checking out '0.4.0-46-g555adb1'.
mordred_1 |
mordred_1 | You are in 'detached HEAD' state. You can look around, make experimental
mordred_1 | changes and commit them, and you can discard any commits you make in this
mordred_1 | state without impacting any branches by performing another checkout.
mordred_1 |
mordred_1 | If you want to create a new branch to retain commits you create, you may
mordred_1 | do so (now or later) by using -b with the checkout command again. Example:
mordred_1 |
mordred_1 | git checkout -b new_branch_name
mordred_1 |
mordred_1 | HEAD is now at 555adb1... Merge branch 'fix/askbot-comments' of 'git://github.com/albertinisg/perceval.git'
mordred_1 | Warning: pypandoc module not found, or pandoc not installed. Using md instead of rst
mordred_1 | running install
mordred_1 | Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
mordred_1 | /usr/bin/python3 -E -c pass
mordred_1 | TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
mordred_1 | running bdist_egg
mordred_1 | running egg_info
mordred_1 | creating perceval.egg-info
mordred_1 | writing perceval.egg-info/PKG-INFO
mordred_1 | writing dependency_links to perceval.egg-info/dependency_links.txt
mordred_1 | writing requirements to perceval.egg-info/requires.txt
mordred_1 | writing top-level names to perceval.egg-info/top_level.txt
mordred_1 | writing manifest file 'perceval.egg-info/SOURCES.txt'
mordred_1 | reading manifest file 'perceval.egg-info/SOURCES.txt'
mordred_1 | reading manifest template 'MANIFEST.in'
mordred_1 | writing manifest file 'perceval.egg-info/SOURCES.txt'
mordred_1 | installing library code to build/bdist.linux-x86_64/egg
mordred_1 | running install_lib
mordred_1 | running build_py
mordred_1 | creating build
mordred_1 | creating build/lib
mordred_1 | creating build/lib/perceval
mordred_1 | copying perceval/_version.py -> build/lib/perceval
mordred_1 | copying perceval/utils.py -> build/lib/perceval
mordred_1 | copying perceval/errors.py -> build/lib/perceval
mordred_1 | copying perceval/backend.py -> build/lib/perceval
mordred_1 | copying perceval/__init__.py -> build/lib/perceval
mordred_1 | copying perceval/cache.py -> build/lib/perceval
mordred_1 | creating build/lib/perceval/backends
mordred_1 | copying perceval/backends/__init__.py -> build/lib/perceval/backends
mordred_1 | creating build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/stackexchange.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/rss.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/discourse.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/github.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/meetup.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/telegram.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/jira.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/git.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/confluence.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/redmine.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/supybot.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/mediawiki.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/gmane.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/pipermail.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/__init__.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/bugzillarest.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/mbox.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/askbot.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/jenkins.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/phabricator.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/bugzilla.py -> build/lib/perceval/backends/core
mordred_1 | copying perceval/backends/core/gerrit.py -> build/lib/perceval/backends/core
mordred_1 | creating build/bdist.linux-x86_64
mordred_1 | creating build/bdist.linux-x86_64/egg
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/_version.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/utils.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/errors.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/backend.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/__init__.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/cache.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval/backends
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/stackexchange.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/rss.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/discourse.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/github.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/meetup.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/telegram.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/jira.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/git.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/confluence.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/redmine.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/supybot.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/mediawiki.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/gmane.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/pipermail.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/__init__.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/bugzillarest.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/mbox.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/askbot.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/jenkins.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/phabricator.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/bugzilla.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/core/gerrit.py -> build/bdist.linux-x86_64/egg/perceval/backends/core
mordred_1 | copying build/lib/perceval/backends/__init__.py -> build/bdist.linux-x86_64/egg/perceval/backends
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/_version.py to _version.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/utils.py to utils.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/errors.py to errors.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backend.py to backend.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/cache.py to cache.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/stackexchange.py to stackexchange.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/rss.py to rss.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/discourse.py to discourse.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/github.py to github.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/meetup.py to meetup.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/telegram.py to telegram.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/jira.py to jira.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/git.py to git.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/confluence.py to confluence.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/redmine.py to redmine.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/supybot.py to supybot.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/mediawiki.py to mediawiki.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/gmane.py to gmane.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/pipermail.py to pipermail.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/bugzillarest.py to bugzillarest.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/mbox.py to mbox.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/askbot.py to askbot.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/jenkins.py to jenkins.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/phabricator.py to phabricator.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/bugzilla.py to bugzilla.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/core/gerrit.py to gerrit.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/__init__.py to __init__.cpython-34.pyc
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | installing scripts to build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | running install_scripts
mordred_1 | running build_scripts
mordred_1 | creating build/scripts-3.4
mordred_1 | copying and adjusting bin/perceval -> build/scripts-3.4
mordred_1 | changing mode of build/scripts-3.4/perceval from 644 to 755
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | copying build/scripts-3.4/perceval -> build/bdist.linux-x86_64/egg/EGG-INFO/scripts
mordred_1 | changing mode of build/bdist.linux-x86_64/egg/EGG-INFO/scripts/perceval to 755
mordred_1 | copying perceval.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | creating dist
mordred_1 | creating 'dist/perceval-0.5.0.dev3-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
mordred_1 | removing 'build/bdist.linux-x86_64/egg' (and everything under it)
mordred_1 | Processing perceval-0.5.0.dev3-py3.4.egg
mordred_1 | creating /usr/local/lib/python3.4/dist-packages/perceval-0.5.0.dev3-py3.4.egg
mordred_1 | Extracting perceval-0.5.0.dev3-py3.4.egg to /usr/local/lib/python3.4/dist-packages
mordred_1 | Adding perceval 0.5.0.dev3 to easy-install.pth file
mordred_1 | Installing perceval script to /usr/local/bin
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/perceval-0.5.0.dev3-py3.4.egg
mordred_1 | Processing dependencies for perceval==0.5.0.dev3
mordred_1 | Searching for feedparser>=5.1.3
mordred_1 | Reading https://pypi.python.org/simple/feedparser/
mordred_1 | Best match: feedparser 5.2.1
mordred_1 | Downloading https://pypi.python.org/packages/ca/f4/91a056f11751701c24f86c692d92fee290b0ba3f99f657cdeb85ad3da402/feedparser-5.2.1.tar.gz#md5=d552f7a2a55e8e33b2a3fe1082505b42
mordred_1 | Processing feedparser-5.2.1.tar.gz
mordred_1 | Writing /tmp/easy_install-3ftuwre0/feedparser-5.2.1/setup.cfg
mordred_1 | Running feedparser-5.2.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-3ftuwre0/feedparser-5.2.1/egg-dist-tmp-dgrgjuk0
mordred_1 | /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'namespaces'
mordred_1 | warnings.warn(msg)
mordred_1 | zip_safe flag not set; analyzing archive contents...
mordred_1 | Adding feedparser 5.2.1 to easy-install.pth file
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/feedparser-5.2.1-py3.4.egg
mordred_1 | Searching for beautifulsoup4==4.3.2
mordred_1 | Best match: beautifulsoup4 4.3.2
mordred_1 | Adding beautifulsoup4 4.3.2 to easy-install.pth file
mordred_1 |
mordred_1 | Using /usr/lib/python3/dist-packages
mordred_1 | Searching for requests==2.14.2
mordred_1 | Best match: requests 2.14.2
mordred_1 | requests 2.14.2 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for python-dateutil==2.6.0
mordred_1 | Best match: python-dateutil 2.6.0
mordred_1 | python-dateutil 2.6.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for six==1.10.0
mordred_1 | Best match: six 1.10.0
mordred_1 | six 1.10.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Finished processing dependencies for perceval==0.5.0.dev3
mordred_1 | Cloning into 'perceval-mozilla'...
mordred_1 | Note: checking out '7bc659d399a1fe3eee7f3949be47b549140fe1c7'.
mordred_1 |
mordred_1 | You are in 'detached HEAD' state. You can look around, make experimental
mordred_1 | changes and commit them, and you can discard any commits you make in this
mordred_1 | state without impacting any branches by performing another checkout.
mordred_1 |
mordred_1 | If you want to create a new branch to retain commits you create, you may
mordred_1 | do so (now or later) by using -b with the checkout command again. Example:
mordred_1 |
mordred_1 | git checkout -b new_branch_name
mordred_1 |
mordred_1 | HEAD is now at 7bc659d... Merge branch 'remo-cache' of 'https://github.com/acs/perceval-mozilla.git'
mordred_1 | Warning: pypandoc module not found, or pandoc not installed. Using md instead of rst
mordred_1 | running install
mordred_1 | Checking .pth file support in /usr/local/lib/python3.4/dist-packages/
mordred_1 | /usr/bin/python3 -E -c pass
mordred_1 | TEST PASSED: /usr/local/lib/python3.4/dist-packages/ appears to support .pth files
mordred_1 | running bdist_egg
mordred_1 | running egg_info
mordred_1 | creating perceval_mozilla.egg-info
mordred_1 | writing top-level names to perceval_mozilla.egg-info/top_level.txt
mordred_1 | writing requirements to perceval_mozilla.egg-info/requires.txt
mordred_1 | writing perceval_mozilla.egg-info/PKG-INFO
mordred_1 | writing dependency_links to perceval_mozilla.egg-info/dependency_links.txt
mordred_1 | writing manifest file 'perceval_mozilla.egg-info/SOURCES.txt'
mordred_1 | reading manifest file 'perceval_mozilla.egg-info/SOURCES.txt'
mordred_1 | reading manifest template 'MANIFEST.in'
mordred_1 | writing manifest file 'perceval_mozilla.egg-info/SOURCES.txt'
mordred_1 | installing library code to build/bdist.linux-x86_64/egg
mordred_1 | running install_lib
mordred_1 | running build_py
mordred_1 | creating build
mordred_1 | creating build/lib
mordred_1 | creating build/lib/perceval
mordred_1 | copying perceval/__init__.py -> build/lib/perceval
mordred_1 | creating build/lib/perceval/backends
mordred_1 | copying perceval/backends/__init__.py -> build/lib/perceval/backends
mordred_1 | creating build/lib/perceval/backends/mozilla
mordred_1 | copying perceval/backends/mozilla/remo.py -> build/lib/perceval/backends/mozilla
mordred_1 | copying perceval/backends/mozilla/kitsune.py -> build/lib/perceval/backends/mozilla
mordred_1 | copying perceval/backends/mozilla/__init__.py -> build/lib/perceval/backends/mozilla
mordred_1 | creating build/bdist.linux-x86_64
mordred_1 | creating build/bdist.linux-x86_64/egg
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval
mordred_1 | copying build/lib/perceval/__init__.py -> build/bdist.linux-x86_64/egg/perceval
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval/backends
mordred_1 | creating build/bdist.linux-x86_64/egg/perceval/backends/mozilla
mordred_1 | copying build/lib/perceval/backends/mozilla/remo.py -> build/bdist.linux-x86_64/egg/perceval/backends/mozilla
mordred_1 | copying build/lib/perceval/backends/mozilla/kitsune.py -> build/bdist.linux-x86_64/egg/perceval/backends/mozilla
mordred_1 | copying build/lib/perceval/backends/mozilla/__init__.py -> build/bdist.linux-x86_64/egg/perceval/backends/mozilla
mordred_1 | copying build/lib/perceval/backends/__init__.py -> build/bdist.linux-x86_64/egg/perceval/backends
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/mozilla/remo.py to remo.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/mozilla/kitsune.py to kitsune.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/mozilla/__init__.py to __init__.cpython-34.pyc
mordred_1 | byte-compiling build/bdist.linux-x86_64/egg/perceval/backends/__init__.py to __init__.cpython-34.pyc
mordred_1 | creating build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | copying perceval_mozilla.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
mordred_1 | creating dist
mordred_1 | creating 'dist/perceval_mozilla-0.1.0.dev0-py3.4.egg' and adding 'build/bdist.linux-x86_64/egg' to it
mordred_1 | removing 'build/bdist.linux-x86_64/egg' (and everything under it)
mordred_1 | Processing perceval_mozilla-0.1.0.dev0-py3.4.egg
mordred_1 | creating /usr/local/lib/python3.4/dist-packages/perceval_mozilla-0.1.0.dev0-py3.4.egg
mordred_1 | Extracting perceval_mozilla-0.1.0.dev0-py3.4.egg to /usr/local/lib/python3.4/dist-packages
mordred_1 | Adding perceval-mozilla 0.1.0.dev0 to easy-install.pth file
mordred_1 |
mordred_1 | Installed /usr/local/lib/python3.4/dist-packages/perceval_mozilla-0.1.0.dev0-py3.4.egg
mordred_1 | Processing dependencies for perceval-mozilla==0.1.0.dev0
mordred_1 | Searching for perceval==0.5.0.dev3
mordred_1 | Best match: perceval 0.5.0.dev3
mordred_1 | Processing perceval-0.5.0.dev3-py3.4.egg
mordred_1 | perceval 0.5.0.dev3 is already the active version in easy-install.pth
mordred_1 | Installing perceval script to /usr/local/bin
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages/perceval-0.5.0.dev3-py3.4.egg
mordred_1 | Searching for requests==2.14.2
mordred_1 | Best match: requests 2.14.2
mordred_1 | requests 2.14.2 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for feedparser==5.2.1
mordred_1 | Best match: feedparser 5.2.1
mordred_1 | Processing feedparser-5.2.1-py3.4.egg
mordred_1 | feedparser 5.2.1 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages/feedparser-5.2.1-py3.4.egg
mordred_1 | Searching for beautifulsoup4==4.3.2
mordred_1 | Best match: beautifulsoup4 4.3.2
mordred_1 | beautifulsoup4 4.3.2 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/lib/python3/dist-packages
mordred_1 | Searching for python-dateutil==2.6.0
mordred_1 | Best match: python-dateutil 2.6.0
mordred_1 | python-dateutil 2.6.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Searching for six==1.10.0
mordred_1 | Best match: six 1.10.0
mordred_1 | six 1.10.0 is already the active version in easy-install.pth
mordred_1 |
mordred_1 | Using /usr/local/lib/python3.4/dist-packages
mordred_1 | Finished processing dependencies for perceval-mozilla==0.1.0.dev0
mordred_1 | /usr/lib/python3.4/distutils/dist.py:260: UserWarning: Unknown distribution option: 'namespaces'
mordred_1 | warnings.warn(msg)
mordred_1 | /home/bitergia/stage: line 98: bin/mordred: No such file or directory
exampleconf_mordred_1 exited with code 127
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment