[Starlingx-discuss] StarlingX devstack jobs randomly failing
Bailey, Henry Albert (Al)
Al.Bailey at windriver.com
Thu Aug 15 15:12:26 UTC 2019
The devstack zuul jobs for config are failing.
The error looks to be a database migration failure when initializing the glance DB
These are the DB components being installed
psycopg2 2.8.3
SQLAlchemy 1.3.6
Sqlalchemy_migrate 0.12.0
I think this may be due to this upstream commit which merged this morning
https://review.opendev.org/#/c/665606/
I don't have any idea on how to fix this. We can disable the jobs, or remove glance from our devstack jobs, but we are blocked until this is resolved.
It may affect other flock repos as well, if they also have devstack jobs that are setting up glance.
Example stacktrace:
File "/opt/stack/glance/glance/db/sqlalchemy/alembic_migrations/data_migrations/train_migrate01_backend_to_store.py", line 28, in has_migrations
metadata_backend = con.execute(sql_query)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 982, in execute
return self._execute_text(object_, multiparams, params)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1155, in _execute_text
parameters,
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context
e, statement, parameters, cursor, context
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1464, in _handle_dbapi_exception
util.raise_from_cause(newraise, exc_info)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/util/compat.py", line 398, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=cause)
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context
cursor, statement, parameters, context
File "/usr/local/lib/python2.7/dist-packages/sqlalchemy/engine/default.py", line 552, in do_execute
cursor.execute(statement, parameters)
DBError: (psycopg2.errors.UndefinedFunction) function instr(text, unknown) does not exist
LINE 1: select meta_data from image_locations where INSTR(meta_data,...
^
HINT: No function matches the given name and argument types. You might need to add explicit type casts.
[SQL: select meta_data from image_locations where INSTR(meta_data, '"backend":') > 0]
(Background on this error at: http://sqlalche.me/e/f405)
Upgraded database to: train_expand01, current revision(s): train_expand01
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.starlingx.io/pipermail/starlingx-discuss/attachments/20190815/d2273741/attachment.html>
More information about the Starlingx-discuss
mailing list