/gist:6ffeb9c0b6bddae7a056 Secret
Created
July 25, 2014 22:50
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
$ nosetests -vv test_account_failures.py | |
nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] | |
test_main (test.probe.test_account_failures.TestAccountFailures) ... ERROR | |
====================================================================== | |
ERROR: test_main (test.probe.test_account_failures.TestAccountFailures) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/home/swift/swift/test/probe/test_account_failures.py", line 32, in setUp | |
self.account, self.configs) = reset_environment() | |
File "/home/swift/swift/test/probe/common.py", line 216, in reset_environment | |
url, token, account = check_server(8080, port2server, pids) | |
File "/home/swift/swift/test/probe/common.py", line 98, in check_server | |
raise err | |
ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /auth/v1.0 (Caused by <class 'socket.error'>: [Errno 111] Connection refused) | |
-------------------- >> begin captured stdout << --------------------- | |
No container-updater running | |
No account-auditor running | |
No object-replicator running | |
No container-sync running | |
No container-replicator running | |
No object-auditor running | |
No object-expirer running | |
No container-auditor running | |
No container-server running | |
No object-server running | |
No account-reaper running | |
No proxy-server running | |
No account-replicator running | |
No object-updater running | |
No container-reconciler running | |
No account-server running | |
meta-data=/dev/sdb isize=256 agcount=32, agsize=65536 blks | |
= sectsz=512 attr=2, projid32bit=0 | |
data = bsize=4096 blocks=2097152, imaxpct=25 | |
= sunit=0 swidth=0 blks | |
naming =version 2 bsize=4096 ascii-ci=0 | |
log =internal log bsize=4096 blocks=2560, version=2 | |
= sectsz=512 sunit=0 blks, lazy-count=1 | |
realtime =none extsz=4096 blocks=0, rtextents=0 | |
meta-data=/dev/sdc isize=256 agcount=32, agsize=65536 blks | |
= sectsz=512 attr=2, projid32bit=0 | |
data = bsize=4096 blocks=2097152, imaxpct=25 | |
= sunit=0 swidth=0 blks | |
naming =version 2 bsize=4096 ascii-ci=0 | |
log =internal log bsize=4096 blocks=2560, version=2 | |
= sectsz=512 sunit=0 blks, lazy-count=1 | |
realtime =none extsz=4096 blocks=0, rtextents=0 | |
meta-data=/dev/sdd isize=256 agcount=32, agsize=65536 blks | |
= sectsz=512 attr=2, projid32bit=0 | |
data = bsize=4096 blocks=2097152, imaxpct=25 | |
= sunit=0 swidth=0 blks | |
naming =version 2 bsize=4096 ascii-ci=0 | |
log =internal log bsize=4096 blocks=2560, version=2 | |
= sectsz=512 sunit=0 blks, lazy-count=1 | |
realtime =none extsz=4096 blocks=0, rtextents=0 | |
meta-data=/dev/sde isize=256 agcount=32, agsize=65536 blks | |
= sectsz=512 attr=2, projid32bit=0 | |
data = bsize=4096 blocks=2097152, imaxpct=25 | |
= sunit=0 swidth=0 blks | |
naming =version 2 bsize=4096 ascii-ci=0 | |
log =internal log bsize=4096 blocks=2560, version=2 | |
= sectsz=512 sunit=0 blks, lazy-count=1 | |
realtime =none extsz=4096 blocks=0, rtextents=0 | |
rsyslog stop/waiting | |
rsyslog start/running, process 10114 | |
Restarting memcached: memcached. | |
No container-updater running | |
No account-auditor running | |
No object-replicator running | |
No container-sync running | |
No container-replicator running | |
No object-auditor running | |
No object-expirer running | |
No container-auditor running | |
No container-server running | |
No object-server running | |
No account-reaper running | |
No proxy-server running | |
No account-replicator running | |
No object-updater running | |
No container-reconciler running | |
No account-server running | |
WARNING: Unable to modify file descriptor limit. Running as non-root? | |
WARNING: Unable to modify max process limit. Running as non-root? | |
Starting proxy-server...(/etc/swift/proxy-server.conf) | |
Starting container-server...(/etc/swift/container-server/1.conf) | |
Starting container-server...(/etc/swift/container-server/2.conf) | |
Starting container-server...(/etc/swift/container-server/3.conf) | |
Starting container-server...(/etc/swift/container-server/4.conf) | |
Starting account-server...(/etc/swift/account-server/1.conf) | |
Starting account-server...(/etc/swift/account-server/2.conf) | |
Starting account-server...(/etc/swift/account-server/3.conf) | |
Starting account-server...(/etc/swift/account-server/4.conf) | |
Starting object-server...(/etc/swift/object-server/1.conf) | |
Starting object-server...(/etc/swift/object-server/2.conf) | |
Starting object-server...(/etc/swift/object-server/3.conf) | |
Starting object-server...(/etc/swift/object-server/4.conf) | |
HTTPConnectionPool(host='127.0.0.1', port=8080): Max retries exceeded with url: /auth/v1.0 (Caused by <class 'socket.error'>: [Errno 111] Connection refused) | |
Giving up on proxy:8080 after 30 seconds. | |
No container-updater running | |
No account-auditor running | |
No object-replicator running | |
No container-sync running | |
No container-replicator running | |
No object-auditor running | |
No object-expirer running | |
No container-auditor running | |
Signal container-server pid: 10133 signal: 15 | |
Signal container-server pid: 10134 signal: 15 | |
Signal container-server pid: 10135 signal: 15 | |
Signal container-server pid: 10136 signal: 15 | |
Signal object-server pid: 10141 signal: 15 | |
Signal object-server pid: 10142 signal: 15 | |
Signal object-server pid: 10143 signal: 15 | |
Signal object-server pid: 10144 signal: 15 | |
No account-reaper running | |
Signal proxy-server pid: 10132 signal: 15 | |
No account-replicator running | |
No object-updater running | |
No container-reconciler running | |
Signal account-server pid: 10137 signal: 15 | |
Signal account-server pid: 10138 signal: 15 | |
Signal account-server pid: 10139 signal: 15 | |
Signal account-server pid: 10140 signal: 15 | |
proxy-server (10132) appears to have stopped | |
container-server (10136) appears to have stopped | |
container-server (10133) appears to have stopped | |
container-server (10134) appears to have stopped | |
container-server (10135) appears to have stopped | |
account-server (10137) appears to have stopped | |
account-server (10138) appears to have stopped | |
account-server (10139) appears to have stopped | |
account-server (10140) appears to have stopped | |
object-server (10144) appears to have stopped | |
object-server (10141) appears to have stopped | |
object-server (10142) appears to have stopped | |
object-server (10143) appears to have stopped | |
--------------------- >> end captured stdout << ---------------------- | |
-------------------- >> begin captured logging << -------------------- | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
requests.packages.urllib3.connectionpool: INFO: Starting new HTTP connection (1): 127.0.0.1 | |
--------------------- >> end captured logging << --------------------- | |
---------------------------------------------------------------------- | |
Ran 1 test in 36.387s | |
FAILED (errors=1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment