Date |
Level |
Type |
Message |
2024-02-27 20:35:22
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:35:22
|
|
|
Starting step all_no_test from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:35:22
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:35:53
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 9.61s, 9028 queries (+9028 extra)
|
2024-02-27 20:40:22
|
WARNING
|
server
|
odoo.modules.loading:93
Module l10n_uy_account demo data failed to install, installed without demo data
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 4401, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 4312, in _load_records_create
return self.create(values)
File "<decorator-gen-366>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/industry_fsm/models/res_company.py", line 26, in create
companies = super().create(vals_list)
File "<decorator-gen-362>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/timesheet_grid/models/res_company.py", line 37, in create
companies = super().create(vals_list)
File "<decorator-gen-354>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/l10n_latam_base/models/res_company.py", line 12, in create
companies = super().create(vals_list)
File "<decorator-gen-339>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/hr_timesheet/models/res_company.py", line 49, in create
company = super(ResCompany, self).create(values)
File "<decorator-gen-294>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/helpdesk/models/res_company.py", line 13, in create
company._create_helpdesk_team()
File "/data/build/adhoc-cicd-odoo-enterprise/helpdesk/models/res_company.py", line 34, in _create_helpdesk_team
return self.env['helpdesk.team'].sudo().create(results)
File "<decorator-gen-292>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-enterprise/helpdesk/models/helpdesk.py", line 335, in create
teams = super(HelpdeskTeam, self.with_context(mail_create_nosubscribe=True)).create(vals_list)
File "<decorator-gen-138>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias_mixin.py", line 43, in create
alias_ids = iter(self.env['mail.alias'].sudo().create(alias_vals_list).ids)
File "<decorator-gen-182>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-oca-social/mail_tracking/models/mail_alias.py", line 27, in create
res = super().create(vals_list)
File "<decorator-gen-137>", line 2, in create
File "/data/build/adhoc-cicd-odoo-odoo/odoo/api.py", line 415, in _model_create_multi
return create(self, arg)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias.py", line 121, in create
sanitized_names = self._clean_and_check_unique(alias_names)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_alias.py", line 205, in _clean_and_check_unique
raise UserError(
odoo.exceptions.UserError: The e-mail alias customer-care-uy-company is already used by the Customer Care Helpdesk Team. Choose another alias or change it on the other document.
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/loading.py", line 89, in load_demo
load_data(cr, idref, mode, kind='demo', 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-uruguay/l10n_uy_account/demo/res_company_demo.xml:17, somewhere inside
<record id="company_uy" model="res.company">
<field name="currency_id" ref="base.UYU"/>
<field name="partner_id" ref="partner_uy"/>
<field name="name">(UY) Company</field>
</record>
|
2024-02-27 20:41:02
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:41:27
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_uy_currency_update.models.res_company:40
Currency Provider configured as BCU for next companies: UY Company
|
2024-02-27 20:42:05
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:46
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto
|
2024-02-27 20:42:14
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Responsable Inscripto company
|
2024-02-27 20:42:14
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert5 in (AR) Monotributista company
|
2024-02-27 20:42:14
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert4 in (AR) Exento company
|
2024-02-27 20:42:20
|
ERROR
|
server
|
odoo.tools.convert.init:119
Could not eval(obj().search([('id', '=', ref('l10n_uy_account.company_uy'))])) for None in {}
|
2024-02-27 20:42:20
|
WARNING
|
server
|
odoo.modules.loading:93
Module demo_base demo data failed to install, installed without demo data
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-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: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7fa425328160>, 'l10n_uy_account.company_uy')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 362, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in <module>
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 2038, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)[1:3]
File "<decorator-gen-43>", 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 2031, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: l10n_uy_account.company_uy
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 333, in _tag_function
_eval_xml(self, rec, env)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 200, in _eval_xml
args.append(_eval_xml(self, child, env))
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 117, in _eval_xml
return safe_eval(a_eval, idref2)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/convert.py", line 39, in <lambda>
safe_eval = lambda expr, ctx={}: s_eval(expr, ctx, nocopy=True)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 376, in safe_eval
raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
ValueError: <class 'ValueError'>: "External ID not found in the system: l10n_uy_account.company_uy" while evaluating
"obj().search([('id', '=', ref('l10n_uy_account.company_uy'))])"
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/loading.py", line 89, in load_demo
load_data(cr, idref, mode, kind='demo', 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-ingadhoc-demo/demo_base/demo/companies_demo.xml:18, somewhere inside
<function model="account.chart.template" name="generate_receiptbooks">
<value model="res.company" eval="obj().search([('id', '=', ref('l10n_uy_account.company_uy'))])"/>
</function>
|
2024-02-27 20:42:20
|
INFO
|
server
|
odoo.modules.loading:300
330 modules loaded in 390.15s, 206673 queries (+206915 extra)
|
2024-02-27 20:42:20
|
INFO
|
server
|
odoo.modules.loading:300
331 modules loaded in 0.55s, 169 queries (+169 extra)
|
2024-02-27 20:42:33
|
|
|
Step all_no_test finished in 7m
|
2024-02-27 20:42:33
|
|
|
Starting step setup from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:42:33
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:42:34
|
INFO
|
runbot
|
Step setup finished in 0s
|
2024-02-27 20:42:34
|
|
|
Starting step run from config Adhoc Conf for demo (y personalizaciones) con load l10n_ar_demo
|
2024-02-27 20:42:34
|
INFO
|
runbot
|
Start running build 42709-16-0
|
2024-02-27 20:42:34
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-16
|
2024-02-27 20:42:36
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2024-02-27 20:42:42
|
INFO
|
server
|
odoo.modules.loading:300
331 modules loaded in 4.60s, 0 queries (+0 extra)
|
2024-02-27 20:42:48
|
ERROR
|
server
|
odoo.addons.saas_client_adhoc.wizards.db_configuration:26
Error Updating ADHOC Modules Data. Error:
Not Provider url or saas database uuid configured
|
2024-02-27 20:49:11
|
WARNING
|
server
|
odoo.addons.base.models.ir_actions_report:474
wkhtmltopdf: Exit with code 1 due to network error: ContentNotFoundError
|
2024-02-27 20:49:11
|
WARNING
|
server
|
odoo.addons.base.models.ir_actions_report:474
wkhtmltopdf: Exit with code 1 due to network error: ContentNotFoundError
|
2024-02-27 21:37:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2024-02-27 21:37:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (22) timeout after 120s
|
2024-02-27 21:39:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2024-02-27 21:39:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (38) timeout after 120s
|
2024-02-27 21:41:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2024-02-27 21:41:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (40) timeout after 120s
|
2024-02-27 21:43:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2024-02-27 21:43:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (42) timeout after 120s
|
2024-02-27 21:45:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2024-02-27 21:45:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (44) timeout after 120s
|
2024-02-27 21:47:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2024-02-27 21:47:36
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (46) timeout after 120s
|
2024-02-27 21:49:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (48) timeout after 120s
|
2024-02-27 21:49:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (48) timeout after 120s
|
2024-02-27 21:51:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (50) timeout after 120s
|
2024-02-27 21:51:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (50) timeout after 120s
|
2024-02-27 21:53:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (52) timeout after 120s
|
2024-02-27 21:53:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (52) timeout after 120s
|
2024-02-27 21:55:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (54) timeout after 120s
|
2024-02-27 21:55:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (54) timeout after 120s
|
2024-02-27 21:57:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2024-02-27 21:57:37
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (56) timeout after 120s
|
2024-02-27 21:59:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (58) timeout after 120s
|
2024-02-27 21:59:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (58) timeout after 120s
|
2024-02-27 22:01:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (60) timeout after 120s
|
2024-02-27 22:01:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (60) timeout after 120s
|
2024-02-27 22:03:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (62) timeout after 120s
|
2024-02-27 22:03:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (62) timeout after 120s
|
2024-02-27 22:05:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (64) timeout after 120s
|
2024-02-27 22:05:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (64) timeout after 120s
|
2024-02-27 22:07:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (66) timeout after 120s
|
2024-02-27 22:07:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (66) timeout after 120s
|
2024-02-27 22:09:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (68) timeout after 120s
|
2024-02-27 22:09:39
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (68) timeout after 120s
|
2024-02-27 22:11:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (70) timeout after 120s
|
2024-02-27 22:13:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (72) timeout after 120s
|
2024-02-27 22:15:38
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (74) timeout after 120s
|
2024-02-27 22:17:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (76) timeout after 120s
|
2024-02-27 22:19:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (78) timeout after 120s
|
2024-02-27 22:21:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (80) timeout after 120s
|
2024-02-27 22:23:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (82) timeout after 120s
|
2024-02-27 22:25:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (84) timeout after 120s
|
2024-02-27 22:25:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (84) timeout after 120s
|
2024-02-27 22:27:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (86) timeout after 120s
|
2024-02-27 22:29:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (88) timeout after 120s
|
2024-02-27 22:31:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (90) timeout after 120s
|
2024-02-27 22:33:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (92) timeout after 120s
|
2024-02-27 22:35:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (94) timeout after 120s
|
2024-02-27 22:35:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (94) timeout after 120s
|
2024-02-27 22:37:40
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (96) timeout after 120s
|
2024-02-27 22:39:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (98) timeout after 120s
|
2024-02-27 22:41:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (100) timeout after 120s
|
2024-02-27 22:41:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (100) timeout after 120s
|
2024-02-27 22:43:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (102) timeout after 120s
|
2024-02-27 22:45:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (104) timeout after 120s
|
2024-02-27 22:47:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (106) timeout after 120s
|
2024-02-27 22:49:41
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (108) timeout after 120s
|
2024-02-27 22:51:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (110) timeout after 120s
|
2024-02-27 22:53:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (112) timeout after 120s
|
2024-02-27 22:55:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (114) timeout after 120s
|
2024-02-27 22:57:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (116) timeout after 120s
|
2024-02-27 22:59:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (118) timeout after 120s
|
2024-02-27 23:01:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (120) timeout after 120s
|
2024-02-27 23:03:47
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (122) timeout after 120s
|
2024-02-27 23:05:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (124) timeout after 120s
|
2024-02-27 23:07:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (126) timeout after 120s
|
2024-02-27 23:09:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (128) timeout after 120s
|
2024-02-27 23:09:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (128) timeout after 120s
|
2024-02-27 23:11:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (130) timeout after 120s
|
2024-02-27 23:13:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (132) timeout after 120s
|
2024-02-27 23:15:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (134) timeout after 120s
|
2024-02-27 23:17:47
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (136) timeout after 120s
|
2024-02-27 23:19:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (138) timeout after 120s
|
2024-02-27 23:21:46
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (140) timeout after 120s
|
2024-02-27 23:23:48
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (142) timeout after 120s
|
2024-02-27 23:25:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (144) timeout after 120s
|
2024-02-27 23:27:46
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (146) timeout after 120s
|
2024-02-27 23:29:42
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (148) timeout after 120s
|
2024-02-27 23:31:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (150) timeout after 120s
|
2024-02-27 23:33:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (152) timeout after 120s
|
2024-02-27 23:35:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (154) timeout after 120s
|
2024-02-27 23:37:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (156) timeout after 120s
|
2024-02-27 23:39:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (158) timeout after 120s
|
2024-02-27 23:41:49
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (160) timeout after 120s
|
2024-02-27 23:43:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (162) timeout after 120s
|
2024-02-27 23:45:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (164) timeout after 120s
|
2024-02-27 23:47:43
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (166) timeout after 120s
|
2024-02-27 23:49:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (168) timeout after 120s
|
2024-02-27 23:51:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (170) timeout after 120s
|
2024-02-27 23:53:49
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (172) timeout after 120s
|
2024-02-27 23:55:44
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (174) timeout after 120s
|
2024-02-27 23:57:45
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (176) timeout after 120s
|
2024-02-27 23:59:48
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (178) timeout after 120s
|
2024-02-28 00:01:48
|
ERROR
|
server
|
odoo.service.server:875
WorkerCron (180) timeout after 120s
|
2024-02-28 00:03:49
|
|
|
Log limit reached (full logs are still available in the log file)
|
2024-02-28 19:49:44
|
INFO
|
runbot
|
Kill build 42709-16-0
|