Date | Level | Type | Message |
---|---|---|---|
2024-03-05 17:08:51 | INFO | runbot | Init build environment with config Adhoc Conf con tests |
2024-03-05 17:08:51 | Starting step base from config Adhoc Conf con tests | ||
2024-03-05 17:08:51 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2024-03-05 17:09:12 | INFO | server | odoo.modules.loading:300 1 modules loaded in 7.94s, 9018 queries (+9018 extra) |
2024-03-05 17:09:18 | INFO | server | odoo.modules.loading:300 14 modules loaded in 3.98s, 5292 queries (+5292 extra) |
2024-03-05 17:09:18 | Step base finished in 23s | ||
2024-03-05 17:09:18 | Starting step all from config Adhoc Conf con tests | ||
2024-03-05 17:09:18 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2024-03-05 17:09:38 | INFO | server | odoo.modules.loading:300 1 modules loaded in 7.65s, 9018 queries (+9018 extra) |
2024-03-05 17:15:31 | INFO | server | odoo.addons.l10n_uy_currency_update.models.res_company:40 Currency Provider configured as BCU for next companies: (UY) Company |
2024-03-05 17:15:41 | WARNING | server |
odoo.addons.base.models.ir_module:139
docutils' system message present: <system_message level="2" line="13" source="<string>" type="WARNING"><paragraph>Title overline too short.</paragraph><literal_block xml:space="preserve">================= Purchase Request UX =================</literal_block></system_message> |
2024-03-05 17:15:41 | WARNING | server | odoo.modules.loading:641 Transient module states were reset |
This error is already known. | |||
2024-03-05 17:15:41 | ERROR | server |
odoo.modules.registry:95
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules processed_modules += load_marked_modules(cr, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph load_data(cr, idref, mode, kind='data', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import obj.parse(doc.getroot()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse self._tag_root(de) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 709, in _tag_root raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-purchase/purchase_request_ux/views/purchase_request_views.xml:5 Error while validating view near: <button name="button_to_approve" states="draft" string="Request approval" type="object" class="oe_highlight" invisible="[('requested_by', '!=', 'user_id')]" __validate__="1"/> <button name="button_approved" states="to_approve" string="Approve" type="object" class="oe_highlight" groups="purchase_request.group_purchase_request_manager"/> <button name="1129" states="approved" string="Create RFQ" type="action"/> <button name="button_done" states="approved" string="Done" type="object" class="oe_highlight" groups="purchase_request.group_purchase_request_manager"/> <button name="button_rejected" states="to_approve,approved" string="Reject" type="object" groups="purchase_request.group_purchase_request_manager"/> Field "user_id" does not exist in model "purchase.request" View error context: {'file': '/data/build/ingadhoc-purchase/purchase_request_ux/views/purchase_request_views.xml', 'line': 6, 'name': 'purchase.request.form', 'view': ir.ui.view(4120,), 'view.model': 'purchase.request', 'view.parent': ir.ui.view(3617,), 'xmlid': 'view_purchase_request_ux_form'} |
2024-03-05 17:15:41 | CRITICAL | server |
odoo.service.server:1336
Failed to initialize database `43719-16-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1299, in preload_registries registry = Registry.new(dbname, update_module=update_module) File "<decorator-gen-16>", line 2, in new File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 488, in load_modules processed_modules += load_marked_modules(cr, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 372, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph load_data(cr, idref, mode, kind='data', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import obj.parse(doc.getroot()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse self._tag_root(de) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 709, in _tag_root raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-purchase/purchase_request_ux/views/purchase_request_views.xml:5 Error while validating view near: <button name="button_to_approve" states="draft" string="Request approval" type="object" class="oe_highlight" invisible="[('requested_by', '!=', 'user_id')]" __validate__="1"/> <button name="button_approved" states="to_approve" string="Approve" type="object" class="oe_highlight" groups="purchase_request.group_purchase_request_manager"/> <button name="1129" states="approved" string="Create RFQ" type="action"/> <button name="button_done" states="approved" string="Done" type="object" class="oe_highlight" groups="purchase_request.group_purchase_request_manager"/> <button name="button_rejected" states="to_approve,approved" string="Reject" type="object" groups="purchase_request.group_purchase_request_manager"/> Field "user_id" does not exist in model "purchase.request" View error context: {'file': '/data/build/ingadhoc-purchase/purchase_request_ux/views/purchase_request_views.xml', 'line': 6, 'name': 'purchase.request.form', 'view': ir.ui.view(4120,), 'view.model': 'purchase.request', 'view.parent': ir.ui.view(3617,), 'xmlid': 'view_purchase_request_ux_form'} |
2024-03-05 17:15:41 | WARNING | server | odoo.tests.result:590 0 failed, 0 error(s) of 0 tests when loading database '43719-16-0-all' |
2024-03-05 17:15:41 | ERROR | server |
odoo.sql_db:324
bad query: SELECT d.id, d.module, d.name, d.model, d.res_id, d.noupdate, r.id FROM ir_model_data d LEFT JOIN "res_currency" r on d.res_id=r.id WHERE d.module='base' AND d.name IN ('SSP') ERROR: cursor already closed |
2024-03-05 17:15:41 | WARNING | server | odoo.modules.loading:641 Transient module states were reset |
This error is already known. | |||
2024-03-05 17:15:41 | ERROR | server |
odoo.modules.registry:95
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 64, in __new__ return cls.registries[db_name] File "<decorator-gen-8>", line 2, in __getitem__ File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/lru.py", line 34, in __getitem__ a = self.d[obj] KeyError: '43719-16-0-all' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root f(rec) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 599, in _tag_record record = model._load_records([data], self.mode == 'update') File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4385, in _load_records data['record']._load_records_write(data['values']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4316, in _load_records_write self.write(values) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/res_currency.py", line 70, in write self._toggle_group_multi_currency() File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/res_currency.py", line 78, in _toggle_group_multi_currency active_currency_count = self.search_count([('active', '=', True)]) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1497, in search_count res = self.search(domain, limit=limit, count=True) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1519, in search res = self._search(domain, offset=offset, limit=limit, order=order, count=count) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4680, in _search self._flush_search(domain, order=order) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4658, in _flush_search self.env[model_name].flush_model(field_names) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5616, in flush_model self._flush(fnames) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5689, in _flush process(model, id_vals) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5639, in process model.browse(ids)._write(vals) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3873, in _write cr.execute(query, params + [sub_ids]) File "/data/build/adhoc-cicd-odoo-odoo/odoo/sql_db.py", line 321, in execute res = self._obj.execute(query, params) psycopg2.InterfaceError: cursor already closed The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 429, in load_modules loaded_modules, processed_modules = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 231, in load_module_graph load_data(cr, idref, mode, kind='data', package=package) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 71, in load_data tools.convert_file(cr, package.name, filename, idref, mode, noupdate, kind) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 763, in convert_file convert_xml_import(cr, module, fp, idref, mode, noupdate) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 829, in convert_xml_import obj.parse(doc.getroot()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 749, in parse self._tag_root(de) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 698, in _tag_root f(rec) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 711, in _tag_root raise ParseError('while parsing %s:%s, somewhere inside\n%s' % ( odoo.tools.convert.ParseError: while parsing /data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/data/res_currency_data.xml:1438, somewhere inside <record id="SSP" model="res.currency"> <field name="name">SSP</field> <field name="full_name">South Sudanese pound</field> <field name="symbol">£</field> <field name="rounding">0.01</field> <field name="active" eval="False"/> <field name="currency_unit_label">Pounds</field> <field name="currency_subunit_label">Piasters</field> </record> |
2024-03-05 17:15:47 | INFO | runbot | Getting results for build 43719-16-0 |
2024-03-05 17:15:47 | Step all finished in 6m | ||
2024-03-05 17:15:47 | Starting step setup from config Adhoc Conf con tests | ||
2024-03-05 17:15:47 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2024-03-05 17:15:48 | INFO | runbot | Step setup finished in 0s |
2024-03-05 17:15:48 | Starting step run from config Adhoc Conf con tests | ||
2024-03-05 17:15:48 | INFO | runbot | Start running build 43719-16-0 |
2024-03-05 17:15:48 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2024-03-05 17:15:55 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-03-05 17:15:55 | INFO | server | odoo.modules.loading:300 14 modules loaded in 0.11s, 0 queries (+0 extra) |
2024-03-06 12:03:04 | INFO | runbot | Kill build 43719-16-0 |