Date | Level | Type | Message |
---|---|---|---|
2023-03-17 19:19:00 | INFO | runbot | Init build environment with config Adhoc Conf (l10n_Ar no test) no-test |
2023-03-17 19:19:00 | Starting step base from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 19:19:00 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 19:19:19 | INFO | server | odoo.modules.loading:300 1 modules loaded in 5.76s, 8954 queries (+8954 extra) |
2023-03-17 19:19:19 | INFO | server | odoo.modules.loading:300 13 modules loaded in 3.42s, 5249 queries (+5249 extra) |
2023-03-17 19:19:20 | Step base finished in 20s | ||
2023-03-17 19:19:20 | Starting step all_no_test from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 19:19:20 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 19:19:33 | INFO | server | odoo.modules.loading:300 1 modules loaded in 5.66s, 8954 queries (+8954 extra) |
2023-03-17 19:22:25 | WARNING | server | odoo.modules.loading:639 Transient module states were reset |
2023-03-17 19:22:25 | ERROR | server | odoo.modules.registry:95 Failed to load registry |
2023-03-17 19:22:25 | CRITICAL | server |
odoo.service.server:1336
Failed to initialize database `09134-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 0x7f637bc02c20>, '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 19:22:25 | Step all_no_test finished in 3m | ||
2023-03-17 19:22:25 | Starting step setup from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 19:22:25 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 19:22:38 | INFO | runbot | Step setup finished in 13s |
2023-03-17 19:22:38 | Starting step run from config Adhoc Conf (l10n_Ar no test) no-test | ||
2023-03-17 19:22:38 | INFO | runbot | Start running build 09134-16-0 |
2023-03-17 19:22:38 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-03-17 19:22:51 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 19:22:51 | INFO | server | odoo.modules.loading:300 262 modules loaded in 2.29s, 0 queries (+0 extra) |
2023-03-17 19:24:45 | ERROR | server | odoo.service.server:875 WorkerCron (16) timeout after 120s |
2023-03-17 19:24:45 | ERROR | server | odoo.service.server:875 WorkerCron (16) timeout after 120s |
2023-03-17 19:26:50 | ERROR | server | odoo.service.server:875 WorkerCron (20) timeout after 120s |
2023-03-17 19:28:43 | ERROR | server | odoo.service.server:875 WorkerCron (22) timeout after 120s |
2023-03-17 19:30:49 | ERROR | server | odoo.service.server:875 WorkerCron (24) timeout after 120s |
2023-03-17 19:32:55 | ERROR | server | odoo.service.server:875 WorkerCron (26) timeout after 120s |
2023-03-17 19:32:55 | ERROR | server | odoo.service.server:875 WorkerCron (26) timeout after 120s |
2023-03-17 19:34:48 | ERROR | server | odoo.service.server:875 WorkerCron (28) timeout after 120s |
2023-03-17 19:36:53 | ERROR | server | odoo.service.server:875 WorkerCron (30) timeout after 120s |
2023-03-17 19:38:47 | ERROR | server | odoo.service.server:875 WorkerCron (32) timeout after 120s |
2023-03-17 19:38:47 | ERROR | server | odoo.service.server:875 WorkerCron (32) timeout after 120s |
2023-03-17 19:40:52 | ERROR | server | odoo.service.server:875 WorkerCron (34) timeout after 120s |
2023-03-17 19:40:52 | ERROR | server | odoo.service.server:875 WorkerCron (34) timeout after 120s |
2023-03-17 19:41:30 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 19:41:30 | INFO | server | odoo.modules.loading:300 13 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-03-17 19:42:45 | ERROR | server | odoo.service.server:875 WorkerCron (36) timeout after 120s |
2023-03-17 19:44:52 | ERROR | server | odoo.service.server:875 WorkerCron (38) timeout after 120s |
2023-03-17 19:46:58 | ERROR | server | odoo.service.server:875 WorkerCron (40) timeout after 120s |
2023-03-17 19:48:50 | ERROR | server | odoo.service.server:875 WorkerCron (42) timeout after 120s |
2023-03-17 19:50:56 | ERROR | server | odoo.service.server:875 WorkerCron (44) timeout after 120s |
2023-03-17 19:52:49 | ERROR | server | odoo.service.server:875 WorkerCron (46) timeout after 120s |
2023-03-17 19:54:54 | ERROR | server | odoo.service.server:875 WorkerCron (48) timeout after 120s |
2023-03-17 19:56:49 | ERROR | server | odoo.service.server:875 WorkerCron (50) timeout after 120s |
2023-03-17 19:58:56 | ERROR | server | odoo.service.server:875 WorkerCron (52) timeout after 120s |
2023-03-17 20:00:49 | ERROR | server | odoo.service.server:875 WorkerCron (54) timeout after 120s |
2023-03-17 20:02:55 | ERROR | server | odoo.service.server:875 WorkerCron (56) timeout after 120s |
2023-03-17 20:04:48 | ERROR | server | odoo.service.server:875 WorkerCron (58) timeout after 120s |
2023-03-17 20:06:54 | ERROR | server | odoo.service.server:875 WorkerCron (60) timeout after 120s |
2023-03-17 20:08:48 | ERROR | server | odoo.service.server:875 WorkerCron (62) timeout after 120s |
2023-03-17 20:10:54 | ERROR | server | odoo.service.server:875 WorkerCron (64) timeout after 120s |
2023-03-17 20:12:59 | ERROR | server | odoo.service.server:875 WorkerCron (66) timeout after 120s |
2023-03-17 20:14:51 | ERROR | server | odoo.service.server:875 WorkerCron (68) timeout after 120s |
2023-03-17 20:16:57 | ERROR | server | odoo.service.server:875 WorkerCron (70) timeout after 120s |
2023-03-17 20:18:50 | ERROR | server | odoo.service.server:875 WorkerCron (72) timeout after 120s |
2023-03-17 20:20:57 | ERROR | server | odoo.service.server:875 WorkerCron (74) timeout after 120s |
2023-03-17 20:22:50 | ERROR | server | odoo.service.server:875 WorkerCron (76) timeout after 120s |
2023-03-17 20:24:56 | ERROR | server | odoo.service.server:875 WorkerCron (78) timeout after 120s |
2023-03-17 20:26:48 | ERROR | server | odoo.service.server:875 WorkerCron (80) timeout after 120s |
2023-03-17 20:28:54 | ERROR | server | odoo.service.server:875 WorkerCron (82) timeout after 120s |
2023-03-17 20:30:48 | ERROR | server | odoo.service.server:875 WorkerCron (84) timeout after 120s |
2023-03-17 20:32:55 | ERROR | server | odoo.service.server:875 WorkerCron (86) timeout after 120s |
2023-03-17 20:34:49 | ERROR | server | odoo.service.server:875 WorkerCron (88) timeout after 120s |
2023-03-17 20:36:56 | ERROR | server | odoo.service.server:875 WorkerCron (90) timeout after 120s |
2023-03-17 20:38:50 | ERROR | server | odoo.service.server:875 WorkerCron (92) timeout after 120s |
2023-03-17 20:40:56 | ERROR | server | odoo.service.server:875 WorkerCron (94) timeout after 120s |
2023-03-17 20:42:50 | ERROR | server | odoo.service.server:875 WorkerCron (96) timeout after 120s |
2023-03-17 20:44:57 | ERROR | server | odoo.service.server:875 WorkerCron (98) timeout after 120s |
2023-03-17 20:46:51 | ERROR | server | odoo.service.server:875 WorkerCron (100) timeout after 120s |
2023-03-17 20:48:58 | ERROR | server | odoo.service.server:875 WorkerCron (102) timeout after 120s |
2023-03-17 20:50:52 | ERROR | server | odoo.service.server:875 WorkerCron (104) timeout after 120s |
2023-03-17 20:52:58 | ERROR | server | odoo.service.server:875 WorkerCron (106) timeout after 120s |
2023-03-17 20:54:52 | ERROR | server | odoo.service.server:875 WorkerCron (108) timeout after 120s |
2023-03-17 20:56:59 | ERROR | server | odoo.service.server:875 WorkerCron (110) timeout after 120s |
2023-03-17 20:58:59 | ERROR | server | odoo.service.server:875 WorkerCron (112) timeout after 120s |
2023-03-17 21:00:53 | ERROR | server | odoo.service.server:875 WorkerCron (114) timeout after 120s |
2023-03-17 21:02:56 | ERROR | server | odoo.service.server:875 WorkerCron (116) timeout after 120s |
2023-03-17 21:04:55 | ERROR | server | odoo.service.server:875 WorkerCron (118) timeout after 120s |
2023-03-17 21:06:53 | ERROR | server | odoo.service.server:875 WorkerCron (120) timeout after 120s |
2023-03-17 21:08:51 | ERROR | server | odoo.service.server:875 WorkerCron (122) timeout after 120s |
2023-03-17 21:10:57 | ERROR | server | odoo.service.server:875 WorkerCron (124) timeout after 120s |
2023-03-17 21:12:51 | ERROR | server | odoo.service.server:875 WorkerCron (126) timeout after 120s |
2023-03-17 21:14:56 | ERROR | server | odoo.service.server:875 WorkerCron (128) timeout after 120s |
2023-03-17 21:17:02 | ERROR | server | odoo.service.server:875 WorkerCron (130) timeout after 120s |
2023-03-17 21:18:55 | ERROR | server | odoo.service.server:875 WorkerCron (132) timeout after 120s |
2023-03-17 21:21:00 | ERROR | server | odoo.service.server:875 WorkerCron (134) timeout after 120s |
2023-03-17 21:22:53 | ERROR | server | odoo.service.server:875 WorkerCron (136) timeout after 120s |
2023-03-17 21:24:59 | ERROR | server | odoo.service.server:875 WorkerCron (138) timeout after 120s |
2023-03-17 21:26:53 | ERROR | server | odoo.service.server:875 WorkerCron (140) timeout after 120s |
2023-03-17 21:28:58 | ERROR | server | odoo.service.server:875 WorkerCron (142) timeout after 120s |
2023-03-17 21:30:52 | ERROR | server | odoo.service.server:875 WorkerCron (144) timeout after 120s |
2023-03-17 21:32:57 | ERROR | server | odoo.service.server:875 WorkerCron (146) timeout after 120s |
2023-03-17 21:35:03 | ERROR | server | odoo.service.server:875 WorkerCron (148) timeout after 120s |
2023-03-17 21:36:56 | ERROR | server | odoo.service.server:875 WorkerCron (150) timeout after 120s |
2023-03-17 21:39:03 | ERROR | server | odoo.service.server:875 WorkerCron (152) timeout after 120s |
2023-03-17 21:40:56 | ERROR | server | odoo.service.server:875 WorkerCron (154) timeout after 120s |
2023-03-17 21:43:01 | ERROR | server | odoo.service.server:875 WorkerCron (156) timeout after 120s |
2023-03-17 21:44:54 | ERROR | server | odoo.service.server:875 WorkerCron (158) timeout after 120s |
2023-03-17 21:47:00 | ERROR | server | odoo.service.server:875 WorkerCron (160) timeout after 120s |
2023-03-17 21:48:53 | ERROR | server | odoo.service.server:875 WorkerCron (162) timeout after 120s |
2023-03-17 21:51:00 | ERROR | server | odoo.service.server:875 WorkerCron (164) timeout after 120s |
2023-03-17 21:53:05 | ERROR | server | odoo.service.server:875 WorkerCron (166) timeout after 120s |
2023-03-17 21:54:58 | ERROR | server | odoo.service.server:875 WorkerCron (168) timeout after 120s |
2023-03-17 21:57:04 | ERROR | server | odoo.service.server:875 WorkerCron (170) timeout after 120s |
2023-03-17 21:58:57 | ERROR | server | odoo.service.server:875 WorkerCron (172) timeout after 120s |
2023-03-17 22:01:03 | ERROR | server | odoo.service.server:875 WorkerCron (174) timeout after 120s |
2023-03-17 22:02:57 | ERROR | server | odoo.service.server:875 WorkerCron (176) timeout after 120s |
2023-03-17 22:05:02 | ERROR | server | odoo.service.server:875 WorkerCron (178) timeout after 120s |
2023-03-17 22:06:56 | ERROR | server | odoo.service.server:875 WorkerCron (180) timeout after 120s |
2023-03-17 22:09:01 | ERROR | server | odoo.service.server:875 WorkerCron (182) timeout after 120s |
2023-03-17 22:10:55 | ERROR | server | odoo.service.server:875 WorkerCron (184) timeout after 120s |
2023-03-17 22:13:01 | ERROR | server | odoo.service.server:875 WorkerCron (186) timeout after 120s |
2023-03-17 22:15:07 | ERROR | server | odoo.service.server:875 WorkerCron (188) timeout after 120s |
2023-03-17 22:17:00 | ERROR | server | odoo.service.server:875 WorkerCron (190) timeout after 120s |
2023-03-17 22:19:06 | ERROR | server | odoo.service.server:875 WorkerCron (192) timeout after 120s |
2023-03-17 22:20:59 | ERROR | server | odoo.service.server:875 WorkerCron (194) timeout after 120s |
2023-03-17 22:23:04 | ERROR | server | odoo.service.server:875 WorkerCron (196) timeout after 120s |
2023-03-17 22:24:57 | ERROR | server | odoo.service.server:875 WorkerCron (198) timeout after 120s |
2023-03-17 22:27:03 | Log limit reached (full logs are still available in the log file) | ||
2023-03-21 19:03:27 | INFO | runbot | Kill build 09134-16-0 |