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