| Date |
Level |
Type |
Message |
|
2026-02-12 17:02:48
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-02-12 17:02:48
|
|
|
Starting step base from config Default
|
|
|
2026-02-12 17:02:48
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-02-12 17:03:07
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 9.88s, 9262 queries (+9262 extra)
|
|
|
2026-02-12 17:03:12
|
INFO
|
server
|
odoo.modules.loading:360
13 modules loaded in 4.81s, 4198 queries (+4198 extra)
|
|
|
2026-02-12 17:03:15
|
INFO
|
runbot
|
Getting results for build 00223-master
|
|
|
2026-02-12 17:03:15
|
|
|
Step base finished in 25s
|
|
|
2026-02-12 17:03:15
|
|
|
Starting step all from config Default
|
|
|
2026-02-12 17:03:15
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-02-12 17:04:13
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 49.89s, 9262 queries (+36953 extra)
|
|
|
2026-02-12 17:04:14
|
WARNING
|
server
|
odoo.modules.loading:647
Transient module states were reset
|
|
|
2026-02-12 17:04:14
|
ERROR
|
server
|
odoo.modules.registry:134
Failed to load registry
|
|
|
2026-02-12 17:04:14
|
CRITICAL
|
server
|
odoo.service.server:1404
Failed to initialize database `00223-master-all`.
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/server.py", line 1366, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/func.py", line 97, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/registry.py", line 129, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/modules/loading.py", line 456, in load_modules
modules.button_install()
File "/usr/lib/python3/dist-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py", line 76, in check_and_log
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py", line 426, in button_install
modules._state_update('to install', ['uninstalled'])
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_module.py", line 385, in _state_update
raise UserError(_(
odoo.exceptions.UserError: You try to install module "generic_grid_improved" that depends on module "generic_grid".
But the latter module is not available in your system.
|
|
|
2026-02-12 17:04:17
|
INFO
|
runbot
|
Getting results for build 00223-master
|
|
|
2026-02-12 17:04:17
|
|
|
Step all finished in 59s
|
|
|
2026-02-12 17:04:17
|
|
|
Starting step run from config Default
|
|
|
2026-02-12 17:04:17
|
INFO
|
runbot
|
Start running build 00223-master
|
|
|
2026-02-12 17:04:17
|
|
|
Using Dockerfile Tag odoo:minimal_18_0
|
|
|
2026-02-12 17:04:24
|
INFO
|
server
|
odoo.modules.loading:360
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-02-12 17:04:24
|
INFO
|
server
|
odoo.modules.loading:360
13 modules loaded in 0.67s, 0 queries (+0 extra)
|
|
|
2026-02-12 17:05:54
|
WARNING
|
server
|
odoo.http:2609
You try to install module "l10n_fr_account_autoinstall" that depends on module "country_fr".
But the latter module is not available in your system.
|
|
|
2026-02-12 17:06:01
|
WARNING
|
server
|
odoo.http:2609
You try to install module "l10n_fr_account_autoinstall" that depends on module "country_fr".
But the latter module is not available in your system.
|
|
|
2026-02-12 17:06:05
|
WARNING
|
server
|
odoo.http:2609
You try to install module "l10n_fr_account_autoinstall" that depends on module "country_fr".
But the latter module is not available in your system.
|
|
|
2026-02-14 08:36:32
|
ERROR
|
server
|
odoo.http:2611
Exception during request handling.
Traceback (most recent call last):
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 2576, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 2103, in _serve_db
return self._transactioning(
^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 2166, in _transactioning
return service_model.retrying(func, env=self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/service/model.py", line 156, in retrying
result = func()
^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 2133, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 2294, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_http.py", line 335, in _dispatch
result.flatten()
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/facade.py", line 83, in wrap_func
func(self._wrapped__, *args, **kwargs)
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 1440, in flatten
self.response.append(self.render())
^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/http.py", line 1432, in render
return request.env["ir.ui.view"]._render_template(self.template, self.qcontext)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_ui_view.py", line 2216, in _render_template
return self.env['ir.qweb']._render(template, values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/tools/profiler.py", line 313, in _tracked_method_render
return method_render(self, template, values, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/Gitlab Phileas Odoo 18.0/odoo/addons/base/models/ir_qweb.py", line 610, 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
|
|
|
2026-03-02 08:45:26
|
INFO
|
runbot
|
Kill build 00223-master
|
|