Created
October 23, 2014 15:12
-
-
Save vortec/a423d9fc59fb8243f8c1 to your computer and use it in GitHub Desktop.
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
| (temp2)[root@ci] /opt/temp2 # devpi-server --import=/opt/temp/bin/data --serverdir /opt/devpi/var/server | |
| 2014-10-23 17:09:06,957 INFO NOCTX DB: Creating schema | |
| 2014-10-23 17:09:07,219 INFO [Wtx-1] setting password for user u'root' | |
| 2014-10-23 17:09:07,220 INFO [Wtx-1] created user u'root' with email None | |
| 2014-10-23 17:09:07,220 INFO [Wtx-1] created root user | |
| 2014-10-23 17:09:07,220 INFO [Wtx-1] created root/pypi index | |
| 2014-10-23 17:09:07,300 INFO [Wtx-1] fswriter0: committed: keys: u'.config',u'root/.config' | |
| 2014-10-23 17:09:07,302 INFO NOCTX retrieving initial name/serial list | |
| 2014-10-23 17:09:12,510 INFO [Wtx0] fswriter1: committed: keys: u'root/pypi/initiallinks' | |
| reading json: /opt/temp/bin/data/dataindex.json | |
| 2014-10-23 17:09:12,653 INFO [Wtx1] internal: set user information u'root' | |
| 2014-10-23 17:09:12,735 INFO [Wtx1] fswriter2: committed: keys: u'root/.config' | |
| [SNIP] | |
| 2014-10-23 17:09:14,719 INFO NOCTX waiting for event-serial 24 | |
| 2014-10-23 17:09:14,776 INFO NOCTX FIN: waiting for event-serial 24 | |
| importing finished | |
| Exception in thread TxNotificationThread (most likely raised during interpreter shutdown): | |
| Traceback (most recent call last): | |
| File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner | |
| File "/opt/temp2/local/lib/python2.7/site-packages/devpi_server/mythread.py", line 22, in run | |
| <type 'exceptions.TypeError'>: 'NoneType' object is not callable | |
| (temp2)[root@ci] /opt/temp2 # devpi-server --version | |
| 2.0.7 | |
| (temp2)[root@ci] /opt/temp2 # |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment