[openstack-qa] Build failed in Jenkins: periodic-tempest-devstack-postgres-vm-full #10
OpenStack Jenkins
jenkins at openstack.org
Sun Nov 18 00:30:35 UTC 2012
See <https://jenkins.openstack.org/job/periodic-tempest-devstack-postgres-vm-full/10/>
------------------------------------------
[...truncated 13652 lines...]
======================================================================
ERROR: 409 error when instance states are resized,None
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 164, in test_create_image_when_vm_eq_resized_task_eq_none
self._test_create_image_409_base("resized", None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
======================================================================
ERROR: 409 error when instance states are resized,resize_confirming
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 124, in test_create_image_when_vm_eq_resized_task_eq_resize_confirming
self._test_create_image_409_base("resized", "resize_confirming")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'task_state': 'NULL', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d'}
======================================================================
ERROR: 409 error when instance states are resized,resize_finish
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 116, in test_create_image_when_vm_eq_resized_task_eq_resize_finish
self._test_create_image_409_base("resized", "resize_finish")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
======================================================================
ERROR: 409 error when instance states are resized,resize_migrated
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 112, in test_create_image_when_vm_eq_resized_task_eq_resize_migrated
self._test_create_image_409_base("resized", "resize_migrated")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
======================================================================
ERROR: 409 error when instance states are resized,resize_migrating
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 108, in test_create_image_when_vm_eq_resized_task_eq_resize_migrating
self._test_create_image_409_base("resized", "resize_migrating")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'task_state': 'NULL', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d'}
======================================================================
ERROR: 409 error when instance states are resized,resize_prep
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 104, in test_create_image_when_vm_eq_resized_task_eq_resize_prep
self._test_create_image_409_base("resized", "resize_prep")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
======================================================================
ERROR: 409 error when instance states are resized,resize_reverting
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 120, in test_create_image_when_vm_eq_resized_task_eq_resize_reverting
self._test_create_image_409_base("resized", "resize_reverting")
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 80, in _test_create_image_409_base
self.update_state(self.shared_server['id'], 'active', None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
======================================================================
ERROR: test suite for <class 'tempest.tests.compute.images.test_images_whitebox.ImagesWhiteboxTest'>
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 227, in run
self.tearDown()
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 350, in tearDown
self.teardownContext(ancestor)
File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 366, in teardownContext
try_run(context, names)
File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
return func()
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 42, in tearDownClass
cls.update_state(server['id'], "active", None)
File "/opt/stack/tempest/tempest/tests/compute/images/test_images_whitebox.py", line 64, in update_state
self.connection.execute(stmt, autocommit=True)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1449, in execute
params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1584, in _execute_clauseelement
compiled_sql, distilled_params
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1698, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1691, in _execute_context
context)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 331, in do_execute
cursor.execute(statement, parameters)
ProgrammingError: (ProgrammingError) column "deleted" is of type boolean but expression is of type integer
LINE 1: UPDATE instances SET deleted=0, vm_state='active', task_stat...
^
HINT: You will need to rewrite or cast the expression.
'UPDATE instances SET deleted=%(deleted)s, vm_state=%(vm_state)s, task_state=%(task_state)s WHERE instances.uuid = %(uuid_1)s' {'deleted': 0, 'vm_state': 'active', 'uuid_1': u'e18a20dd-9ad4-439a-88b3-d5850266385d', 'task_state': 'NULL'}
----------------------------------------------------------------------
XML: nosetests-full.xml
----------------------------------------------------------------------
Ran 500 tests in 927.988s
FAILED (SKIP=53, errors=23)
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
Build step 'Execute shell' marked build as failure
[SCP] Connecting to static.openstack.org
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10
[SCP] Trying to create /srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/devstack-gate-cleanup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/devstack-gate-setup-host.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/devstack-gate-setup-workspace.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/devstacklog.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/kern_log.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/localrc.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-c-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-c-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-c-vol.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-g-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-g-reg.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-horizon.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-key.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-api.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-cpu.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-crt.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-net.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-obj.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-n-sch.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/screen-swift.txt'
[SCP] uploading file: '/srv/static/logs/periodic/periodic-tempest-devstack-postgres-vm-full/10/logs/syslog.txt'
[SCP] Connecting to static.openstack.org
[SCP] Copying console log.
More information about the openstack-qa
mailing list