Date | Level | Type | Message |
---|---|---|---|
2024-05-03 23:06:11 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2024-05-03 23:06:11 | Starting step base from config Adhoc Conf con tests 17+ | ||
2024-05-03 23:06:11 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-03 23:06:39 | INFO | server | odoo.modules.loading:301 1 modules loaded in 11.14s, 9040 queries (+9040 extra) |
2024-05-03 23:06:45 | INFO | server | odoo.modules.loading:301 19 modules loaded in 7.14s, 7236 queries (+7236 extra) |
2024-05-03 23:06:54 | Step base finished in 34s | ||
2024-05-03 23:06:54 | Starting step all from config Adhoc Conf con tests 17+ | ||
2024-05-03 23:06:54 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-03 23:07:12 | INFO | server | odoo.modules.loading:301 1 modules loaded in 9.63s, 9040 queries (+9040 extra) |
2024-05-03 23:07:19 | WARNING | server | odoo.modules.loading:632 Transient module states were reset |
This error is already known. | |||
2024-05-03 23:07:19 | ERROR | server |
odoo.modules.registry:118
Failed to load registry Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/registry.py", line 113, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 447, in load_modules modules.button_install() File "<decorator-gen-76>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 409, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update raise UserError(_("You try to install module %r that depends on module %r.\nBut the latter module is not available in your system.", module.name, dep.name)) odoo.exceptions.UserError: You try to install module 'l10n_uy_ux' that depends on module 'l10n_uy_edi'. But the latter module is not available in your system. |
2024-05-03 23:07:19 | CRITICAL | server |
odoo.service.server:1339
Failed to initialize database `52198-17-0-all`. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/service/server.py", line 1302, 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 113, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/data/build/adhoc-cicd-odoo-odoo/odoo/modules/loading.py", line 447, in load_modules modules.button_install() File "<decorator-gen-76>", line 2, in button_install File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 75, in check_and_log return method(self, *args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 409, in button_install modules._state_update('to install', ['uninstalled']) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_module.py", line 375, in _state_update raise UserError(_("You try to install module %r that depends on module %r.\nBut the latter module is not available in your system.", module.name, dep.name)) odoo.exceptions.UserError: You try to install module 'l10n_uy_ux' that depends on module 'l10n_uy_edi'. But the latter module is not available in your system. |
2024-05-03 23:07:19 | INFO | runbot | Getting results for build 52198-17-0 |
2024-05-03 23:07:19 | Step all finished in 21s | ||
2024-05-03 23:07:19 | Starting step setup from config Adhoc Conf con tests 17+ | ||
2024-05-03 23:07:19 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-03 23:07:22 | INFO | runbot | Step setup finished in 1s |
2024-05-03 23:07:22 | Starting step run from config Adhoc Conf con tests 17+ | ||
2024-05-03 23:07:22 | INFO | runbot | Start running build 52198-17-0 |
2024-05-03 23:07:22 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-17 |
2024-05-03 23:07:25 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-05-03 23:07:25 | INFO | server | odoo.modules.loading:301 19 modules loaded in 0.13s, 0 queries (+0 extra) |
2024-05-03 23:21:47 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-05-06 17:10:48 | INFO | server | odoo.modules.loading:301 1 modules loaded in 0.01s, 0 queries (+0 extra) |
2024-05-06 17:10:48 | ERROR | server |
odoo.http:2214
Exception during request handling. Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 2192, in __call__ response = request._serve_db() File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1768, 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 1795, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1912, 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 224, in _dispatch result.flatten() File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1294, in flatten self.response.append(self.render()) File "/data/build/adhoc-cicd-odoo-odoo/odoo/http.py", line 1286, 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 2050, 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 592, 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 |
2024-05-07 01:01:11 | INFO | runbot | Kill build 52198-17-0 |