Date | Level | Type | Message |
---|---|---|---|
2023-11-02 12:11:27 | INFO | runbot | Init build environment with config Adhoc Conf con tests |
2023-11-02 12:11:27 | Starting step base from config Adhoc Conf con tests | ||
2023-11-02 12:11:27 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-11-02 12:11:45 | INFO | server | odoo.modules.loading:300 1 modules loaded in 7.06s, 8973 queries (+8973 extra) |
2023-11-02 12:11:51 | INFO | server | odoo.modules.loading:300 14 modules loaded in 4.01s, 5288 queries (+5288 extra) |
2023-11-02 12:11:53 | Step base finished in 24s | ||
2023-11-02 12:11:53 | Starting step all from config Adhoc Conf con tests | ||
2023-11-02 12:11:53 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-11-02 12:12:07 | INFO | server | odoo.modules.loading:300 1 modules loaded in 7.18s, 8973 queries (+8973 extra) |
2023-11-02 12:12:13 | WARNING | server | odoo.modules.loading:641 Transient module states were reset |
This error is already known. | |||
2023-11-02 12:12:13 | ERROR | server |
odoo.modules.registry:95
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 455, in load_modules modules.button_install() File "<decorator-gen-75>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 410, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 376, in _state_update raise UserError(_("You try to install module '%s' that depends on module '%s'.\nBut the latter module is not available in your system.") % (module.name, dep.name,)) odoo.exceptions.UserError: You try to install module 'sale_subscription_payment_invoice' that depends on module 'account_payment_invoice'. But the latter module is not available in your system. |
2023-11-02 12:12:13 | CRITICAL | server |
odoo.service.server:1336
Failed to initialize database `25347-16-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1299, in preload_registries registry = Registry.new(dbname, update_module=update_module) File "<decorator-gen-16>", line 2, in new 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/modules/registry.py", line 90, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 455, in load_modules modules.button_install() File "<decorator-gen-75>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 74, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 410, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 376, in _state_update raise UserError(_("You try to install module '%s' that depends on module '%s'.\nBut the latter module is not available in your system.") % (module.name, dep.name,)) odoo.exceptions.UserError: You try to install module 'sale_subscription_payment_invoice' that depends on module 'account_payment_invoice'. But the latter module is not available in your system. |
2023-11-02 12:12:14 | INFO | runbot | Getting results for build 25347-16-0 |
2023-11-02 12:12:14 | Step all finished in 18s | ||
2023-11-02 12:12:14 | Starting step setup from config Adhoc Conf con tests | ||
2023-11-02 12:12:14 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-11-02 12:12:15 | INFO | runbot | Step setup finished in 0s |
2023-11-02 12:12:15 | Starting step run from config Adhoc Conf con tests | ||
2023-11-02 12:12:15 | INFO | runbot | Start running build 25347-16-0 |
2023-11-02 12:12:15 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-16 |
2023-11-02 12:12:17 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-11-02 12:12:22 | INFO | server | odoo.modules.loading:300 14 modules loaded in 0.10s, 0 queries (+0 extra) |
2023-11-03 05:52:08 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.02s, 0 queries (+0 extra) |
2023-11-03 14:05:17 | INFO | server | odoo.modules.loading:300 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2023-11-03 14:05:17 | ERROR | server |
odoo.http:2024
Exception during request handling. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2002, in __call__ response = request._serve_db() File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1588, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/model.py", line 133, in retrying result = func() File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1615, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1729, in dispatch return self.request.registry['ir.http']._dispatch(endpoint) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_http.py", line 156, in _dispatch result.flatten() File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1099, in flatten self.response.append(self.render()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1091, in render return request.env["ir.ui.view"]._render_template(self.template, self.qcontext) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_ui_view.py", line 2125, in _render_template return self.env['ir.qweb']._render(template, values) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/profiler.py", line 292, in _tracked_method_render return method_render(self, template, values, **options) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_qweb.py", line 579, in _render rendering = render_template(irQweb, values) File "<None>", line 5, in not_found_template ValueError: External ID not found in the system: web.login |
2023-11-03 15:29:33 | INFO | runbot | Kill build 25347-16-0 |