Date | Level | Type | Message |
---|---|---|---|
2024-05-30 22:25:48 | INFO | runbot | Init build environment with config Adhoc Conf for demo (y personalizaciones) 17+ |
2024-05-30 22:25:48 | Starting step all_no_test from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-05-30 22:25:48 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-30 22:26:10 | INFO | server | odoo.modules.loading:301 1 modules loaded in 9.45s, 9051 queries (+9051 extra) |
2024-05-30 22:30:29 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert6 in (AR) Responsable Inscripto company |
2024-05-30 22:30:29 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert4 in (AR) Monotributista company |
2024-05-30 22:30:29 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:216 Setting demo certificate from to OdooCert8 in (AR) Exento company |
2024-05-30 22:30:48 | 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-05-30 22:32:10 | INFO | server | odoo.modules.loading:301 263 modules loaded in 357.77s, 191442 queries (+191516 extra) |
2024-05-30 22:32:16 | INFO | server | odoo.modules.loading:301 270 modules loaded in 5.41s, 1496 queries (+1496 extra) |
2024-05-30 22:32:28 | Step all_no_test finished in 7m | ||
2024-05-30 22:32:28 | Starting step setup from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-05-30 22:32:28 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-30 22:32:30 | INFO | runbot | Step setup finished in 1s |
2024-05-30 22:32:30 | Starting step run from config Adhoc Conf for demo (y personalizaciones) 17+ | ||
2024-05-30 22:32:30 | INFO | runbot | Start running build 55701-17-0 |
2024-05-30 22:32:30 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-30 22:32:37 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-05-30 22:32:37 | INFO | server | odoo.modules.loading:301 270 modules loaded in 3.62s, 0 queries (+0 extra) |
2024-05-30 22:34:15 | 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-05-31 01:27:51 | ERROR | server | odoo.service.server:886 WorkerCron (22) timeout after 120s |
2024-05-31 01:29:54 | ERROR | server | odoo.service.server:886 WorkerCron (26) timeout after 120s |
2024-05-31 01:31:54 | ERROR | server | odoo.service.server:886 WorkerCron (28) timeout after 120s |
2024-05-31 01:33:53 | ERROR | server | odoo.service.server:886 WorkerCron (30) timeout after 120s |
2024-05-31 01:35:56 | ERROR | server | odoo.service.server:886 WorkerCron (32) timeout after 120s |
2024-05-31 01:37:56 | ERROR | server | odoo.service.server:886 WorkerCron (34) timeout after 120s |
2024-05-31 01:39:56 | ERROR | server | odoo.service.server:886 WorkerCron (36) timeout after 120s |
2024-05-31 01:41:53 | ERROR | server | odoo.service.server:886 WorkerCron (38) timeout after 120s |
2024-05-31 01:43:53 | ERROR | server | odoo.service.server:886 WorkerCron (40) timeout after 120s |
2024-05-31 01:45:53 | ERROR | server | odoo.service.server:886 WorkerCron (42) timeout after 120s |
2024-05-31 01:47:56 | ERROR | server | odoo.service.server:886 WorkerCron (44) timeout after 120s |
2024-05-31 01:49:56 | ERROR | server | odoo.service.server:886 WorkerCron (46) timeout after 120s |
2024-05-31 01:51:56 | ERROR | server | odoo.service.server:886 WorkerCron (48) timeout after 120s |
2024-05-31 01:53:53 | ERROR | server | odoo.service.server:886 WorkerCron (50) timeout after 120s |
2024-05-31 01:55:53 | ERROR | server | odoo.service.server:886 WorkerCron (52) timeout after 120s |
2024-05-31 01:57:53 | ERROR | server | odoo.service.server:886 WorkerCron (54) timeout after 120s |
2024-05-31 01:59:56 | ERROR | server | odoo.service.server:886 WorkerCron (56) timeout after 120s |
2024-05-31 05:28:05 | ERROR | server |
odoo.addons.base.models.ir_cron:402
Call from cron Saas Client Database Backup for server action #287 failed in Job #16 Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_cron.py", line 393, 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 942, in run res = runner(run_self, eval_context=eval_context) File "/data/build/adhoc-cicd-odoo-odoo/addons/website/models/ir_actions_server.py", line 61, in _run_action_code_multi res = super(ServerAction, self)._run_action_code_multi(eval_context) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_actions.py", line 772, in _run_action_code_multi safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True, filename=str(self)) # nocopy allows to return 'action' File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/safe_eval.py", line 390, in safe_eval return unsafe_eval(c, globals_dict, locals_dict) File "ir.actions.server(287,)", line 1, in <module> File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 101, in cron_backup_database self.backup_database() File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 133, in backup_database storage_type = self.get_bucket_type() File "/data/build/ingadhoc-ingadhoc-odoo-saas/saas_client/wizards/saas_client_dashboard.py", line 66, in get_bucket_type raise ValidationError(_('No hay bucket configurado')) odoo.exceptions.ValidationError: No hay bucket configurado |
2024-05-31 21:47:12 | INFO | runbot | Kill build 55701-17-0 |