[Openstack-stable-maint] Build failed in Jenkins: periodic-glance-python27-stable-grizzly #31

OpenStack Jenkins jenkins at openstack.org
Thu Sep 26 06:04:54 UTC 2013


See <https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/31/>

------------------------------------------
[...truncated 7411 lines...]
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 1625, in __call__
    else sys.argv[1:])
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 2124, in _parse_cli_opts
    opt._add_to_cli(self._oparser, group)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 1018, in _add_to_cli
    self.handler(subparsers)
  File "./bin/glance-control", line 274, in add_command_parsers
    parser = subparsers.add_parser(server, parents=[cmd_parser])
  File "/usr/lib/python2.7/argparse.py", line 1064, in add_parser
    parser = self._parser_class(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'parents'


CONTEXT: ==Core config==
[DEFAULT]
verbose = True
debug = True
bind_host = 127.0.0.1
bind_port = 36570
log_file = /tmp/tmp.qONQFLBrUf/tmppIDKPV/registry.log
db_auto_create = False
sql_connection = sqlite://///tmp/tmp.qONQFLBrUf/tmppIDKPV/tests.sqlite
sql_idle_timeout = 3600
api_limit_max = 1000
limit_param_default = 25
owner_is_tenant = True
workers = 0
[paste_deploy]
flavor = 

==Paste config==
[pipeline:glance-registry]
pipeline = unauthenticated-context registryapp

[pipeline:glance-registry-fakeauth]
pipeline = fakeauth context registryapp

[app:registryapp]
paste.app_factory = glance.registry.api.v1:API.factory

[filter:context]
paste.filter_factory = glance.api.middleware.context:ContextMiddleware.factory

[filter:unauthenticated-context]
paste.filter_factory =
 glance.api.middleware.context:UnauthenticatedContextMiddleware.factory

[filter:fakeauth]
paste.filter_factory = glance.tests.utils:FakeAuthMiddleware.factory


======================================================================
ERROR: glance.tests.functional.test_sqlite.TestSqlite.test_big_int_mapping
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/utils.py",> line 105, in _runner
    func(*args, **kw)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/utils.py",> line 121, in wrapped
    func(*a, **kwargs)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/test_sqlite.py",> line 33, in test_big_int_mapping
    self.start_servers(**self.__dict__.copy())
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/__init__.py",> line 645, in start_servers
    **kwargs)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/__init__.py",> line 612, in start_with_retry
    **kwargs)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/__init__.py",> line 143, in start
    context=overridden)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/utils.py",> line 198, in execute
    raise RuntimeError(msg)
RuntimeError: Command ./bin/glance-control --pid-file=/tmp/tmp.qONQFLBrUf/tmpnF72p1/registry.pid --capture-output registry start /tmp/tmp.qONQFLBrUf/tmpnF72p1/etc/registry.conf did not succeed. Returned an exit code of 1.

STDOUT: 

STDERR: Traceback (most recent call last):
  File "./bin/glance-control", line 312, in <module>
    config.parse_args(usage=USAGE)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/common/config.py",> line 98, in parse_args
    default_config_files=default_config_files)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 1625, in __call__
    else sys.argv[1:])
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 2124, in _parse_cli_opts
    opt._add_to_cli(self._oparser, group)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/local/lib/python2.7/site-packages/oslo/config/cfg.py",> line 1018, in _add_to_cli
    self.handler(subparsers)
  File "./bin/glance-control", line 274, in add_command_parsers
    parser = subparsers.add_parser(server, parents=[cmd_parser])
  File "/usr/lib/python2.7/argparse.py", line 1064, in add_parser
    parser = self._parser_class(**kwargs)
TypeError: __init__() got an unexpected keyword argument 'parents'


CONTEXT: ==Core config==
[DEFAULT]
verbose = True
debug = True
bind_host = 127.0.0.1
bind_port = 34226
log_file = /tmp/tmp.qONQFLBrUf/tmpnF72p1/registry.log
db_auto_create = False
sql_connection = sqlite://///tmp/tmp.qONQFLBrUf/tmpnF72p1/tests.sqlite
sql_idle_timeout = 3600
api_limit_max = 1000
limit_param_default = 25
owner_is_tenant = True
workers = 0
[paste_deploy]
flavor = 

==Paste config==
[pipeline:glance-registry]
pipeline = unauthenticated-context registryapp

[pipeline:glance-registry-fakeauth]
pipeline = fakeauth context registryapp

[app:registryapp]
paste.app_factory = glance.registry.api.v1:API.factory

[filter:context]
paste.filter_factory = glance.api.middleware.context:ContextMiddleware.factory

[filter:unauthenticated-context]
paste.filter_factory =
 glance.api.middleware.context:UnauthenticatedContextMiddleware.factory

[filter:fakeauth]
paste.filter_factory = glance.tests.utils:FakeAuthMiddleware.factory


======================================================================
FAIL: glance.tests.functional.v1.test_api.TestApi.test_unsupported_default_store
----------------------------------------------------------------------
_StringException: Traceback (most recent call last):
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/utils.py",> line 121, in wrapped
    func(*a, **kwargs)
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/v1/test_api.py",> line 1246, in test_unsupported_default_store
    **self.__dict__.copy())
  File "<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/glance/tests/functional/__init__.py",> line 585, in start_server
    self.assertTrue(re.search("Starting glance-[a-z]+ with", out))
  File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
    raise self.failureException(msg)
AssertionError: None is not true


----------------------------------------------------------------------
XML: nosetests.xml
Slowest 5 tests took 32.21 secs:
    11.21    TestGlanceControl.test_reload
    11.19    TestGlanceControl.test_respawn
    5.03    TestMigrations.test_postgresql_opportunistically
    2.53    TestMigrations.test_mysql_opportunistically
    2.25    TestMigrations.test_walk_versions
----------------------------------------------------------------------
Ran 1101 tests in 151.582s

FAILED (SKIP=38, errors=81, failures=1)
ERROR: InvocationError: '<https://jenkins01.openstack.org/job/periodic-glance-python27-stable-grizzly/ws/.tox/py27/bin/nosetests'>
___________________________________ summary ____________________________________
ERROR:   py27: commands failed
+ result=1
+ echo 'Begin pip freeze output from test virtualenv:'
Begin pip freeze output from test virtualenv:
+ echo ======================================================================
======================================================================
+ .tox/py27/bin/pip freeze
Babel==1.3
Jinja2==2.7.1
MarkupSafe==0.18
MySQL-python==1.2.4
Paste==1.7.5.1
PasteDeploy==1.5.0
Pygments==1.6
Routes==1.13
SQLAlchemy==0.7.9
Sphinx==1.2b1
Tempita==0.5.1
WebOb==1.2.3
amqp==1.0.13
anyjson==0.3.3
argparse==1.2.1
boto==2.13.3
cffi==0.7.2
colorama==0.2.6
coverage==3.6
d2to1==0.2.11
decorator==3.4.0
distribute==0.7.3
docutils==0.10
eventlet==0.14.0
extras==0.0.3
fixtures==0.3.14
glance==jenkins.periodic.glance.python27.stable.grizzly.31
greenlet==0.4.1
httplib2==0.8
iso8601==0.1.4
jsonschema==2.1.0
kombu==2.5.14
lxml==3.2.3
mox==0.5.3
netaddr==0.7.10
nose==1.3.0
nose-exclude==0.1.10
nosehtmloutput==0.0.5
openstack.nose-plugin==0.11
oslo.config==1.2.0
passlib==1.6.1
pbr==0.5.21
pep8==1.3.3
prettytable==0.7.2
psycopg2==2.5.1
pycparser==2.10
pycrypto==2.6
pysendfile==2.0.0
python-keystoneclient==0.3.2
python-mimeparse==0.1.4
python-swiftclient==1.6.0
pytz==2013d
repoze.lru==0.6
requests==2.0.0
simplejson==3.3.0
six==1.4.1
sqlalchemy-migrate==0.7.2
termcolor==1.1.0
testtools==0.9.32
wsgiref==0.1.2
xattr==0.7.2
+ echo ======================================================================
======================================================================
+ '[' -d .testrepository ']'
+ sudo /usr/local/jenkins/slave_scripts/jenkins-sudo-grep.sh post
+ sudoresult=0
+ '[' 0 -ne 0 ']'
+ /usr/local/jenkins/slave_scripts/jenkins-oom-grep.sh post
+ oomresult=0
+ '[' 0 -ne 0 ']'
++ find . -name nose_results.html
+ htmlreport=./nose_results.html
+ '[' -f ./nose_results.html ']'
++ grep -c 'tr class=.passClass' ./nose_results.html
+ passcount=107
+ '[' 107 -eq 0 ']'
+ exit 1
+ rm -rf /tmp/tmp.qONQFLBrUf
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] uploading file: '/srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/31/nose_results.html'
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-glance-python27-stable-grizzly/precise39/31
[SCP] Copying console log.



More information about the Openstack-stable-maint mailing list