Date | Level | Type | Message |
---|---|---|---|
2025-04-03 12:29:04 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2025-04-03 12:29:04 | Starting step base from config Adhoc Conf con tests 17+ | ||
2025-04-03 12:29:04 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2025-04-03 12:29:43 | INFO | server | odoo.modules.loading:357 1 modules loaded in 10.11s, 9225 queries (+9225 extra) |
2025-04-03 12:29:49 | INFO | server | odoo.modules.loading:357 19 modules loaded in 6.95s, 7938 queries (+7938 extra) |
2025-04-03 12:29:55 | Step base finished in 45s | ||
2025-04-03 12:29:55 | Starting step all from config Adhoc Conf con tests 17+ | ||
2025-04-03 12:29:55 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2025-04-03 12:30:20 | INFO | server | odoo.modules.loading:357 1 modules loaded in 10.72s, 9225 queries (+9225 extra) |
2025-04-03 12:40:07 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:128 Setting demo certificate from False to AR demo certificate 10 in (AR) Responsable Inscripto company |
2025-04-03 12:40:07 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:128 Setting demo certificate from False to AR demo certificate 2 in (AR) Monotributista company |
2025-04-03 12:40:07 | INFO | server | odoo.addons.l10n_ar_edi.models.res_company:128 Setting demo certificate from False to AR demo certificate 4 in (AR) Exento company |
2025-04-03 12:42:15 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto |
2025-04-03 12:43:35 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, (AR) Responsable Inscripto |
2025-04-03 12:44:49 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista, Muebleria ARG |
2025-04-03 12:48:34 | INFO | server | odoo.modules.loading:357 637 modules loaded in 1087.87s, 475722 queries (+501783 extra) |
2025-04-03 12:48:34 | INFO | server | odoo.modules.loading:357 638 modules loaded in 1.28s, 341 queries (+341 extra) |
2025-04-03 12:48:40 | INFO | server | odoo.addons.base.models.ir_qweb:357 Pregenerating assets bundles |
2025-04-03 12:49:43 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:49:54 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:50:16 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:50:50 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:50:56 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:50:56 | WARNING | server | odoo.osv.expression:704 The domain term '('provider_id', '=', (18,))' should use the 'in' or 'not in' operator. |
2025-04-03 12:50:56 | ERROR | server |
odoo.addons.payment.tests.test_payment_provider:255
ERROR: TestPaymentProvider.test_availability_report_covers_all_reasons Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/addons/payment/tests/test_payment_provider.py", line 255, in test_availability_report_covers_all_reasons providers.state = 'disabled' File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1418, in __set__ records.write({self.name: write_value}) File "/data/build/plugberry-pagos360/payment_pagos360/models/payment_provider.py", line 176, in write raise ValidationError(_( odoo.exceptions.ValidationError: You have active tokens in PAGOS360. You must archive them before. IMPORTANT Be careful: This action also disables tokens in PAGOS360. |
2025-04-03 12:50:56 | WARNING | server | odoo.osv.expression:704 The domain term '('provider_id', '=', (18,))' should use the 'in' or 'not in' operator. |
2025-04-03 12:50:56 | ERROR | server |
odoo.addons.payment.tests.test_payment_provider:63
ERROR: TestPaymentProvider.test_disabling_provider_deactivates_processing_cron Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/addons/payment/tests/test_payment_provider.py", line 63, in test_disabling_provider_deactivates_processing_cron self.env['payment.provider'].search([]).state = 'disabled' # Reset providers' state. File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1418, in __set__ records.write({self.name: write_value}) File "/data/build/plugberry-pagos360/payment_pagos360/models/payment_provider.py", line 176, in write raise ValidationError(_( odoo.exceptions.ValidationError: You have active tokens in PAGOS360. You must archive them before. IMPORTANT Be careful: This action also disables tokens in PAGOS360. |
2025-04-03 12:51:01 | WARNING | server | odoo.osv.expression:704 The domain term '('provider_id', '=', (18,))' should use the 'in' or 'not in' operator. |
2025-04-03 12:51:01 | ERROR | server |
odoo.addons.payment.tests.test_payment_provider:53
ERROR: TestPaymentProvider.test_enabling_provider_activates_processing_cron Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/addons/payment/tests/test_payment_provider.py", line 53, in test_enabling_provider_activates_processing_cron self.env['payment.provider'].search([]).state = 'disabled' # Reset providers' state. File "/data/build/adhoc-cicd-odoo-odoo/odoo/fields.py", line 1418, in __set__ records.write({self.name: write_value}) File "/data/build/plugberry-pagos360/payment_pagos360/models/payment_provider.py", line 176, in write raise ValidationError(_( odoo.exceptions.ValidationError: You have active tokens in PAGOS360. You must archive them before. IMPORTANT Be careful: This action also disables tokens in PAGOS360. |
2025-04-03 12:51:01 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:51:07 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:51:13 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:51:13 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:15 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:21 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:37 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:37 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:55 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:52:55 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:53:01 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:53:09 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data |
2025-04-03 12:53:09 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:53:16 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:53:16 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:53:56 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:02 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:08 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:08 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:20 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:26 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:26 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:26 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:29 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:30 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:39 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:50 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:50 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:54:56 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:55:02 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:55:21 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:55:27 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:55:38 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG |
2025-04-03 12:55:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, Muebleria ARG, company_1_data |
2025-04-03 12:55:44 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:55:50 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:55:50 | INFO | server | odoo.addons.l10n_ar_currency_update.models.res_company:36 Currency Provider configured as AFIP for next companies: (AR) Exento, (AR) Monotributista (Unit Tests), (AR) Responsable Inscripto (Unit Tests), Muebleria ARG |
2025-04-03 12:57:24 | ERROR | server | odoo.tests.result:592 0 failed, 3 error(s) of 319 tests when loading database '136446-18-0-all' |
2025-04-03 12:57:43 | INFO | runbot | Getting results for build 136446-18-0 |
2025-04-03 12:57:43 | Step all finished in 27m | ||
2025-04-03 12:57:43 | Starting step setup from config Adhoc Conf con tests 17+ | ||
2025-04-03 12:57:43 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2025-04-03 12:57:44 | INFO | runbot | Step setup finished in 0s |
2025-04-03 12:57:44 | Starting step run from config Adhoc Conf con tests 17+ | ||
2025-04-03 12:57:44 | INFO | runbot | Start running build 136446-18-0 |
2025-04-03 12:57:44 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2025-04-03 12:57:46 | INFO | server | odoo.modules.loading:357 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2025-04-03 12:57:47 | INFO | server | odoo.modules.loading:357 19 modules loaded in 0.54s, 0 queries (+0 extra) |
2025-04-03 16:01:57 | INFO | runbot | Kill build 136446-18-0 |