Date | Level | Type | Message |
---|---|---|---|
2023-03-17 13:37:47 | INFO | runbot | Init build environment with config Adhoc Conf (l10n_Ar no test) no-test |
2023-03-17 13:37:47 | Starting step base from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 13:37:47 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 13:38:06 | INFO | server | odoo.modules.loading:300 1 modules loaded in 5.93s, 8954 queries (+8954 extra) |
2023-03-17 13:38:06 | INFO | server | odoo.modules.loading:300 13 modules loaded in 3.43s, 5249 queries (+5249 extra) |
2023-03-17 13:38:06 | Step base finished in 19s | ||
2023-03-17 13:38:06 | Starting step all_no_test from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 13:38:06 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 13:38:20 | INFO | server | odoo.modules.loading:300 1 modules loaded in 5.75s, 8954 queries (+8954 extra) |
2023-03-17 13:41:10 | WARNING | server | odoo.modules.loading:639 Transient module states were reset |
2023-03-17 13:41:10 | ERROR | server | odoo.modules.registry:95 Failed to load registry |
2023-03-17 13:41:10 | CRITICAL | server |
odoo.service.server:1336
Failed to initialize database `09082-16-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 85, in lookup r = d[key] File "<decorator-gen-6>", 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: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7faa3d56ec20>, 'sale_ux.account_invoice_form') 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 568, in _tag_record f_val = self.id_get(f_ref, raise_if_not_found=nodeattr2bool(rec, 'forcecreate', True)) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 681, in id_get res = self.model_id_get(id_str, raise_if_not_found) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 687, in model_id_get return self.env['ir.model.data']._xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 2002, in _xmlid_to_res_model_res_id return self._xmlid_lookup(xmlid)[1:3] File "<decorator-gen-40>", line 2, in _xmlid_lookup File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/cache.py", line 90, in lookup value = d[key] = self.method(*args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_model.py", line 1995, in _xmlid_lookup raise ValueError('External ID not found in the system: %s' % xmlid) ValueError: External ID not found in the system: sale_ux.account_invoice_form The above exception was the direct cause of the following exception: 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-14>", 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 487, in load_modules processed_modules += load_marked_modules(cr, graph, File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 371, in load_marked_modules loaded, processed = load_module_graph( File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 230, 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 711, in _tag_root raise ParseError('while parsing %s:%s, somewhere inside\n%s' % ( odoo.tools.convert.ParseError: while parsing /data/build/ingadhoc-account-invoicing/account_invoice_control/views/account_move_views.xml:4, somewhere inside <record id="invoice_restrict_edit_form" model="ir.ui.view"> <field name="name">account.move.form.inherit</field> <field name="model">account.move</field> <field name="inherit_id" ref="sale_ux.account_invoice_form"/> <field name="groups_id" eval="[(6, 0, [ref('group_restrict_edit_invoice')])]"/> <field name="priority">20</field> <field name="arch" type="xml"> <field name="invoice_line_ids" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="line_ids" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="journal_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="team_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <xpath expr="//page[@name='other_info']//field[contains(@name, 'origin')]" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </xpath> <field name="invoice_date" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="partner_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="invoice_user_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="fiscal_position_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="invoice_date_due" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="invoice_payment_term_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> <field name="partner_bank_id" position="attributes"> <attribute name="attrs">{'readonly':[('move_type','=','out_invoice'),('has_sales','!=',True)]}</attribute> </field> </field> </record> |
2023-03-17 13:41:10 | Step all_no_test finished in 3m | ||
2023-03-17 13:41:10 | Starting step setup from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 13:41:10 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 13:41:24 | INFO | runbot | Step setup finished in 13s |
2023-03-17 13:41:24 | Starting step run from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 13:41:24 | INFO | runbot | Start running build 09082-16-0 |
2023-03-17 13:41:24 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 13:41:37 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 13:41:37 | INFO | server | odoo.modules.loading:300 262 modules loaded in 2.22s, 0 queries (+0 extra) |
2023-03-17 13:43:29 | ERROR | server | odoo.service.server:875 WorkerCron (15) timeout after 120s |
2023-03-17 13:43:29 | ERROR | server | odoo.service.server:875 WorkerCron (15) timeout after 120s |
2023-03-17 13:45:35 | ERROR | server | odoo.service.server:875 WorkerCron (19) timeout after 120s |
2023-03-17 13:45:35 | ERROR | server | odoo.service.server:875 WorkerCron (19) timeout after 120s |
2023-03-17 13:47:40 | ERROR | server | odoo.service.server:875 WorkerCron (21) timeout after 120s |
2023-03-17 13:47:40 | ERROR | server | odoo.service.server:875 WorkerCron (21) timeout after 120s |
2023-03-17 13:49:33 | ERROR | server | odoo.service.server:875 WorkerCron (23) timeout after 120s |
2023-03-17 13:49:33 | ERROR | server | odoo.service.server:875 WorkerCron (23) timeout after 120s |
2023-03-17 13:51:38 | ERROR | server | odoo.service.server:875 WorkerCron (25) timeout after 120s |
2023-03-17 13:51:38 | ERROR | server | odoo.service.server:875 WorkerCron (25) timeout after 120s |
2023-03-17 13:53:31 | ERROR | server | odoo.service.server:875 WorkerCron (27) timeout after 120s |
2023-03-17 13:53:31 | ERROR | server | odoo.service.server:875 WorkerCron (27) timeout after 120s |
2023-03-17 13:55:37 | ERROR | server | odoo.service.server:875 WorkerCron (29) timeout after 120s |
2023-03-17 13:56:27 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 13:56:27 | INFO | server | odoo.modules.loading:300 13 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 13:57:35 | ERROR | server | odoo.service.server:875 WorkerCron (31) timeout after 120s |
2023-03-17 13:59:36 | ERROR | server | odoo.service.server:875 WorkerCron (33) timeout after 120s |
2023-03-17 14:01:32 | ERROR | server | odoo.service.server:875 WorkerCron (35) timeout after 120s |
2023-03-17 14:03:39 | ERROR | server | odoo.service.server:875 WorkerCron (37) timeout after 120s |
2023-03-17 14:05:32 | ERROR | server | odoo.service.server:875 WorkerCron (39) timeout after 120s |
2023-03-17 14:07:40 | ERROR | server | odoo.service.server:875 WorkerCron (41) timeout after 120s |
2023-03-17 14:09:37 | ERROR | server | odoo.service.server:875 WorkerCron (43) timeout after 120s |
2023-03-17 14:11:34 | ERROR | server | odoo.service.server:875 WorkerCron (45) timeout after 120s |
2023-03-17 14:13:42 | ERROR | server | odoo.service.server:875 WorkerCron (47) timeout after 120s |
2023-03-17 14:15:39 | ERROR | server | odoo.service.server:875 WorkerCron (49) timeout after 120s |
2023-03-17 14:17:36 | ERROR | server | odoo.service.server:875 WorkerCron (51) timeout after 120s |
2023-03-17 14:19:35 | ERROR | server | odoo.service.server:875 WorkerCron (53) timeout after 120s |
2023-03-17 14:21:42 | ERROR | server | odoo.service.server:875 WorkerCron (55) timeout after 120s |
2023-03-17 14:23:39 | ERROR | server | odoo.service.server:875 WorkerCron (57) timeout after 120s |
2023-03-17 14:25:37 | ERROR | server | odoo.service.server:875 WorkerCron (59) timeout after 120s |
2023-03-17 14:27:35 | ERROR | server | odoo.service.server:875 WorkerCron (61) timeout after 120s |
2023-03-17 14:29:33 | ERROR | server | odoo.service.server:875 WorkerCron (63) timeout after 120s |
2023-03-17 14:31:43 | ERROR | server | odoo.service.server:875 WorkerCron (65) timeout after 120s |
2023-03-17 14:33:36 | ERROR | server | odoo.service.server:875 WorkerCron (67) timeout after 120s |
2023-03-17 14:35:42 | ERROR | server | odoo.service.server:875 WorkerCron (69) timeout after 120s |
2023-03-17 14:37:35 | ERROR | server | odoo.service.server:875 WorkerCron (71) timeout after 120s |
2023-03-17 14:39:42 | ERROR | server | odoo.service.server:875 WorkerCron (73) timeout after 120s |
2023-03-17 14:41:44 | ERROR | server | odoo.service.server:875 WorkerCron (75) timeout after 120s |
2023-03-17 14:43:44 | ERROR | server | odoo.service.server:875 WorkerCron (77) timeout after 120s |
2023-03-17 14:45:40 | ERROR | server | odoo.service.server:875 WorkerCron (79) timeout after 120s |
2023-03-17 14:47:46 | ERROR | server | odoo.service.server:875 WorkerCron (81) timeout after 120s |
2023-03-17 14:49:39 | ERROR | server | odoo.service.server:875 WorkerCron (83) timeout after 120s |
2023-03-17 14:51:45 | ERROR | server | odoo.service.server:875 WorkerCron (85) timeout after 120s |
2023-03-17 14:53:38 | ERROR | server | odoo.service.server:875 WorkerCron (87) timeout after 120s |
2023-03-17 14:55:45 | ERROR | server | odoo.service.server:875 WorkerCron (89) timeout after 120s |
2023-03-17 14:57:43 | ERROR | server | odoo.service.server:875 WorkerCron (91) timeout after 120s |
2023-03-17 14:59:36 | ERROR | server | odoo.service.server:875 WorkerCron (93) timeout after 120s |
2023-03-17 15:01:41 | ERROR | server | odoo.service.server:875 WorkerCron (95) timeout after 120s |
2023-03-17 15:03:46 | ERROR | server | odoo.service.server:875 WorkerCron (97) timeout after 120s |
2023-03-17 15:05:38 | ERROR | server | odoo.service.server:875 WorkerCron (99) timeout after 120s |
2023-03-17 15:07:43 | ERROR | server | odoo.service.server:875 WorkerCron (101) timeout after 120s |
2023-03-17 15:09:48 | ERROR | server | odoo.service.server:875 WorkerCron (103) timeout after 120s |
2023-03-17 15:11:40 | ERROR | server | odoo.service.server:875 WorkerCron (105) timeout after 120s |
2023-03-17 15:13:45 | ERROR | server | odoo.service.server:875 WorkerCron (107) timeout after 120s |
2023-03-17 15:15:42 | ERROR | server | odoo.service.server:875 WorkerCron (109) timeout after 120s |
2023-03-17 15:17:37 | ERROR | server | odoo.service.server:875 WorkerCron (111) timeout after 120s |
2023-03-17 15:19:43 | ERROR | server | odoo.service.server:875 WorkerCron (113) timeout after 120s |
2023-03-17 15:21:48 | ERROR | server | odoo.service.server:875 WorkerCron (115) timeout after 120s |
2023-03-17 15:23:40 | ERROR | server | odoo.service.server:875 WorkerCron (117) timeout after 120s |
2023-03-17 15:25:48 | ERROR | server | odoo.service.server:875 WorkerCron (119) timeout after 120s |
2023-03-17 15:27:44 | ERROR | server | odoo.service.server:875 WorkerCron (121) timeout after 120s |
2023-03-17 15:29:39 | ERROR | server | odoo.service.server:875 WorkerCron (123) timeout after 120s |
2023-03-17 15:31:48 | ERROR | server | odoo.service.server:875 WorkerCron (125) timeout after 120s |
2023-03-17 15:33:41 | ERROR | server | odoo.service.server:875 WorkerCron (127) timeout after 120s |
2023-03-17 15:35:45 | ERROR | server | odoo.service.server:875 WorkerCron (129) timeout after 120s |
2023-03-17 15:37:37 | ERROR | server | odoo.service.server:875 WorkerCron (131) timeout after 120s |
2023-03-17 15:39:42 | ERROR | server | odoo.service.server:875 WorkerCron (133) timeout after 120s |
2023-03-17 15:41:47 | ERROR | server | odoo.service.server:875 WorkerCron (135) timeout after 120s |
2023-03-17 15:43:40 | ERROR | server | odoo.service.server:875 WorkerCron (137) timeout after 120s |
2023-03-17 15:45:44 | ERROR | server | odoo.service.server:875 WorkerCron (139) timeout after 120s |
2023-03-17 15:47:49 | ERROR | server | odoo.service.server:875 WorkerCron (141) timeout after 120s |
2023-03-17 15:49:41 | ERROR | server | odoo.service.server:875 WorkerCron (143) timeout after 120s |
2023-03-17 15:51:46 | ERROR | server | odoo.service.server:875 WorkerCron (145) timeout after 120s |
2023-03-17 15:53:39 | ERROR | server | odoo.service.server:875 WorkerCron (147) timeout after 120s |
2023-03-17 15:55:44 | ERROR | server | odoo.service.server:875 WorkerCron (149) timeout after 120s |
2023-03-17 15:57:49 | ERROR | server | odoo.service.server:875 WorkerCron (151) timeout after 120s |
2023-03-17 15:59:42 | ERROR | server | odoo.service.server:875 WorkerCron (153) timeout after 120s |
2023-03-17 16:01:47 | ERROR | server | odoo.service.server:875 WorkerCron (155) timeout after 120s |
2023-03-17 16:03:43 | ERROR | server | odoo.service.server:875 WorkerCron (157) timeout after 120s |
2023-03-17 16:05:48 | ERROR | server | odoo.service.server:875 WorkerCron (159) timeout after 120s |
2023-03-17 16:07:43 | ERROR | server | odoo.service.server:875 WorkerCron (161) timeout after 120s |
2023-03-17 16:09:39 | ERROR | server | odoo.service.server:875 WorkerCron (163) timeout after 120s |
2023-03-17 16:11:44 | ERROR | server | odoo.service.server:875 WorkerCron (165) timeout after 120s |
2023-03-17 16:13:51 | ERROR | server | odoo.service.server:875 WorkerCron (167) timeout after 120s |
2023-03-17 16:15:43 | ERROR | server | odoo.service.server:875 WorkerCron (169) timeout after 120s |
2023-03-17 16:17:49 | ERROR | server | odoo.service.server:875 WorkerCron (171) timeout after 120s |
2023-03-17 16:19:41 | ERROR | server | odoo.service.server:875 WorkerCron (173) timeout after 120s |
2023-03-17 16:21:46 | ERROR | server | odoo.service.server:875 WorkerCron (175) timeout after 120s |
2023-03-17 16:23:51 | ERROR | server | odoo.service.server:875 WorkerCron (177) timeout after 120s |
2023-03-17 16:25:44 | ERROR | server | odoo.service.server:875 WorkerCron (179) timeout after 120s |
2023-03-17 16:27:49 | ERROR | server | odoo.service.server:875 WorkerCron (181) timeout after 120s |
2023-03-17 16:29:41 | ERROR | server | odoo.service.server:875 WorkerCron (183) timeout after 120s |
2023-03-17 16:31:48 | ERROR | server | odoo.service.server:875 WorkerCron (185) timeout after 120s |
2023-03-17 16:33:42 | ERROR | server | odoo.service.server:875 WorkerCron (187) timeout after 120s |
2023-03-17 16:35:47 | ERROR | server | odoo.service.server:875 WorkerCron (189) timeout after 120s |
2023-03-17 16:37:41 | ERROR | server | odoo.service.server:875 WorkerCron (191) timeout after 120s |
2023-03-17 16:39:49 | ERROR | server | odoo.service.server:875 WorkerCron (193) timeout after 120s |
2023-03-17 16:41:49 | Log limit reached (full logs are still available in the log file) | ||
2023-03-21 15:39:38 | INFO | runbot | Kill build 09082-16-0 |