Date |
Level |
Type |
Message |
2023-01-31 19:11:39
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf no-test
|
2023-01-31 19:11:39
|
|
|
Starting step base from config Adhoc Conf no-test
|
2023-01-31 19:11:39
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-01-31 19:11:57
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 9.56s, 10939 queries (+0 extra)
|
2023-01-31 19:12:08
|
INFO
|
server
|
odoo.modules.loading:274
13 modules loaded in 7.46s, 5461 queries (+0 extra)
|
2023-01-31 19:12:08
|
|
|
Step base finished in 29s
|
2023-01-31 19:12:08
|
|
|
Starting step all_no_test from config Adhoc Conf no-test
|
2023-01-31 19:12:08
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-01-31 19:12:32
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 8.25s, 10939 queries (+0 extra)
|
2023-01-31 19:15:31
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert9 in (AR) Responsable Inscripto company
|
2023-01-31 19:15:31
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert7 in (AR) Monotributista company
|
2023-01-31 19:15:31
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert4 in (AR) Exento company
|
2023-01-31 19:15:43
|
INFO
|
server
|
odoo.addons.l10n_ar_currency_update.models.res_company:45
Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto, My Company (San Francisco)
|
2023-01-31 19:16:07
|
INFO
|
server
|
odoo.modules.loading:274
138 modules loaded in 210.44s, 121180 queries (+84 extra)
|
2023-01-31 19:16:07
|
INFO
|
server
|
odoo.modules.loading:274
140 modules loaded in 3.43s, 352 queries (+0 extra)
|
2023-01-31 19:16:08
|
|
|
Step all_no_test finished in 4m
|
2023-01-31 19:16:08
|
|
|
Starting step setup from config Adhoc Conf no-test
|
2023-01-31 19:16:08
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-01-31 19:16:20
|
INFO
|
runbot
|
Step setup finished in 12s
|
2023-01-31 19:16:20
|
|
|
Starting step run from config Adhoc Conf no-test
|
2023-01-31 19:16:20
|
INFO
|
runbot
|
Start running build 01722-15-0
|
2023-01-31 19:16:20
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-01-31 19:16:31
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-01-31 19:16:31
|
INFO
|
server
|
odoo.modules.loading:274
140 modules loaded in 2.07s, 0 queries (+0 extra)
|
2023-01-31 19:17:58
|
ERROR
|
server
|
odoo.addons.base.models.ir_cron:375
Call from cron Subsidy Report Week for server action #673 failed in Job #30
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 332, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
File "", line 1, in <module>
File "/data/build/sipreco-odoo-public-administration/sipreco_subsidy_management/models/subsidy.py", line 289, in _cron_recurring_subsidy_report
template.with_context(
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_template.py", line 284, in send_mail
values = self.generate_email(res_id, ['subject', 'body_html', 'email_from', 'email_to', 'partner_to', 'email_cc', 'reply_to', 'scheduled_date'])
File "/data/build/adhoc-cicd-odoo-odoo/addons/account_edi/models/mail_template.py", line 21, in generate_email
res = super().generate_email(res_ids, fields)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_template.py", line 212, in generate_email
results = template.generate_recipients(results, template_res_ids)
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_template.py", line 179, in generate_recipients
tpl_partner_ids = [int(pid) for pid in partner_to.split(',') if pid]
File "/data/build/adhoc-cicd-odoo-odoo/addons/mail/models/mail_template.py", line 179, in <listcomp>
tpl_partner_ids = [int(pid) for pid in partner_to.split(',') if pid]
ValueError: invalid literal for int() with base 10: '${object.id}'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 367, in _callback
self.env['ir.actions.server'].browse(server_action_id).run()
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 643, in run
res = runner(run_self, eval_context=eval_context)
File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 512, in _run_action_code_multi
safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action'
File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 348, in safe_eval
raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
ValueError: <class 'ValueError'>: "invalid literal for int() with base 10: '${object.id}'" while evaluating
'model._cron_recurring_subsidy_report(1)'
|
2023-01-31 22:14:37
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (16) timeout after 120s
|
2023-01-31 22:16:34
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (22) timeout after 120s
|
2023-01-31 22:18:38
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (24) timeout after 120s
|
2023-01-31 22:20:33
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (26) timeout after 120s
|
2023-01-31 22:22:36
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (28) timeout after 120s
|
2023-01-31 22:24:35
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (30) timeout after 120s
|
2023-01-31 22:26:33
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (32) timeout after 120s
|
2023-01-31 22:28:32
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (34) timeout after 120s
|
2023-01-31 22:30:32
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (36) timeout after 120s
|
2023-01-31 22:32:39
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (38) timeout after 120s
|
2023-01-31 22:34:35
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (40) timeout after 120s
|
2023-01-31 22:36:39
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (42) timeout after 120s
|
2023-01-31 22:38:35
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (44) timeout after 120s
|
2023-01-31 22:40:39
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (46) timeout after 120s
|
2023-01-31 22:42:38
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (48) timeout after 120s
|
2023-01-31 22:44:34
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (50) timeout after 120s
|
2023-01-31 22:46:38
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (52) timeout after 120s
|
2023-01-31 22:48:33
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (54) timeout after 120s
|
2023-01-31 22:50:40
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (56) timeout after 120s
|
2023-01-31 22:52:37
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (58) timeout after 120s
|
2023-01-31 22:54:37
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (60) timeout after 120s
|
2023-01-31 22:56:37
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (62) timeout after 120s
|
2023-02-02 20:10:33
|
INFO
|
runbot
|
Kill build 01722-15-0
|