Date |
Level |
Type |
Message |
2023-02-28 13:25:33
|
INFO
|
runbot
|
Init build environment with config Adhoc Conf no-test
|
2023-02-28 13:25:33
|
|
|
Starting step base from config Adhoc Conf no-test
|
2023-02-28 13:25:33
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-02-28 13:25:53
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 7.27s, 10956 queries (+0 extra)
|
2023-02-28 13:25:53
|
INFO
|
server
|
odoo.modules.loading:274
13 modules loaded in 4.36s, 5461 queries (+0 extra)
|
2023-02-28 13:25:53
|
|
|
Step base finished in 20s
|
2023-02-28 13:25:53
|
|
|
Starting step all_no_test from config Adhoc Conf no-test
|
2023-02-28 13:25:53
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-02-28 13:26:08
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 6.84s, 10956 queries (+0 extra)
|
2023-02-28 13:28:22
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert1 in (AR) Responsable Inscripto company
|
2023-02-28 13:28:22
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert6 in (AR) Monotributista company
|
2023-02-28 13:28:22
|
INFO
|
server
|
odoo.addons.l10n_ar_edi.models.res_company:216
Setting demo certificate from to OdooCert6 in (AR) Exento company
|
2023-02-28 13:28:34
|
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-02-28 13:28:47
|
INFO
|
server
|
odoo.modules.loading:274
138 modules loaded in 156.83s, 121225 queries (+84 extra)
|
2023-02-28 13:28:59
|
INFO
|
server
|
odoo.modules.loading:274
140 modules loaded in 2.48s, 352 queries (+0 extra)
|
2023-02-28 13:28:59
|
|
|
Step all_no_test finished in 3m
|
2023-02-28 13:28:59
|
|
|
Starting step setup from config Adhoc Conf no-test
|
2023-02-28 13:28:59
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-02-28 13:29:11
|
INFO
|
runbot
|
Step setup finished in 12s
|
2023-02-28 13:29:11
|
|
|
Starting step run from config Adhoc Conf no-test
|
2023-02-28 13:29:11
|
INFO
|
runbot
|
Start running build 07937-15-0
|
2023-02-28 13:29:11
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:adhoc-odoo-15
|
2023-02-28 13:29:23
|
INFO
|
server
|
odoo.modules.loading:274
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
2023-02-28 13:29:23
|
INFO
|
server
|
odoo.modules.loading:274
140 modules loaded in 1.87s, 0 queries (+0 extra)
|
2023-02-28 13:30:33
|
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-02-28 15:28:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (17) timeout after 120s
|
2023-02-28 15:28:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (17) timeout after 120s
|
2023-02-28 15:30:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (22) timeout after 120s
|
2023-02-28 15:32:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (24) timeout after 120s
|
2023-02-28 15:34:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (26) timeout after 120s
|
2023-02-28 15:36:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (28) timeout after 120s
|
2023-02-28 15:38:04
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (30) timeout after 120s
|
2023-02-28 15:40:04
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (32) timeout after 120s
|
2023-02-28 15:42:03
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (34) timeout after 120s
|
2023-02-28 15:44:03
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (36) timeout after 120s
|
2023-02-28 15:46:02
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (38) timeout after 120s
|
2023-02-28 15:48:04
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (40) timeout after 120s
|
2023-02-28 15:50:04
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (42) timeout after 120s
|
2023-02-28 15:52:04
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (44) timeout after 120s
|
2023-02-28 15:54:03
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (46) timeout after 120s
|
2023-02-28 15:56:05
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (48) timeout after 120s
|
2023-02-28 15:58:02
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (50) timeout after 120s
|
2023-02-28 16:00:06
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (52) timeout after 120s
|
2023-02-28 16:02:07
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (54) timeout after 120s
|
2023-02-28 16:04:00
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (56) timeout after 120s
|
2023-02-28 16:06:06
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (58) timeout after 120s
|
2023-02-28 16:08:10
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (60) timeout after 120s
|
2023-02-28 16:10:08
|
ERROR
|
server
|
odoo.service.server:825
WorkerCron (62) timeout after 120s
|
2023-03-02 17:16:28
|
ERROR
|
runbot
|
Docker with state GHOST not started after 60 seconds, skipping
|
2023-03-02 17:16:28
|
INFO
|
runbot
|
Step run finished in 2d
|