| Date |
Level |
Type |
Message |
|
2025-08-29 06:52:33
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2025-08-29 06:52:33
|
|
|
Starting step all from config Default
|
|
|
2025-08-29 06:52:33
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 06:53:04
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 9.22s, 9068 queries (+9068 extra)
|
|
|
2025-08-29 06:53:54
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (livechat_operator_id, messenger_operator_id) of discuss.channel() have the same label: Operator. [Modules: im_livechat and us_multichat]
|
|
|
2025-08-29 06:53:56
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (livechat_operator_id, messenger_operator_id) of discuss.channel() have the same label: Operator. [Modules: im_livechat and us_multichat]
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.fields:523
Field push.message.body_html: unknown parameter 'stirng', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.fields:523
Field message.template.body_html: unknown parameter 'stirng', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.fields:523
Field message.template.body_html: unknown parameter 'render_engine', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:1153
Two fields (trigger, trigger_push_message) of push.message() have the same label: Trigger. [Modules: None and us_push_message]
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:2112
Rule access_push_message has no group, this is a deprecated feature. Every access-granting rule should specify a group.
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.addons.base.models.ir_model:2112
Rule access_message_template has no group, this is a deprecated feature. Every access-granting rule should specify a group.
|
|
|
2025-08-29 06:53:59
|
WARNING
|
server
|
odoo.modules.loading:643
Transient module states were reset
|
|
|
2025-08-29 06:53:59
|
ERROR
|
server
|
odoo.modules.registry:115
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/registry.py", line 110, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 366, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 229, in load_module_graph
load_data(env, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 635, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 701, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 621, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 575, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
odoo.tools.convert.ParseError: while parsing /data/build/single_module_repos/us_push_message/views/us_push_message_views.xml:3
Error while validating view near:
<button string="Add template" class="oe_highlight oe_right" type="object" name="add_new_template"/>
<field name="code" widget="ace" attrs="{'invisible': [('is_code_editor_visible', '!=', True)]}"/>
</sheet>
</form>
Field "code" does not exist in model "push.message"
View error context:
{'file': '/data/build/single_module_repos/us_push_message/views/us_push_message_views.xml',
'line': 29,
'name': 'Message Form',
'view': ir.ui.view(1174,),
'view.model': 'push.message',
'view.parent': ir.ui.view(),
'xmlid': 'us_push_message_form_view'}
|
|
|
2025-08-29 06:53:59
|
CRITICAL
|
server
|
odoo.service.server:1406
Failed to initialize database `00151-17-0-all`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1369, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/runbot/.local/lib/python3.12/site-packages/decorator.py", line 232, in fun
return caller(func, *(extras + args), **kw)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/registry.py", line 110, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "/data/build/odoo/odoo/modules/loading.py", line 485, in load_modules
processed_modules += load_marked_modules(env, graph,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 366, in load_marked_modules
loaded, processed = load_module_graph(
^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/modules/loading.py", line 229, in load_module_graph
load_data(env, idref, mode, kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 73, in load_data
tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind)
File "/data/build/odoo/odoo/tools/convert.py", line 635, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 701, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 621, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 575, in _tag_root
raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
odoo.tools.convert.ParseError: while parsing /data/build/single_module_repos/us_push_message/views/us_push_message_views.xml:3
Error while validating view near:
<button string="Add template" class="oe_highlight oe_right" type="object" name="add_new_template"/>
<field name="code" widget="ace" attrs="{'invisible': [('is_code_editor_visible', '!=', True)]}"/>
</sheet>
</form>
Field "code" does not exist in model "push.message"
View error context:
{'file': '/data/build/single_module_repos/us_push_message/views/us_push_message_views.xml',
'line': 29,
'name': 'Message Form',
'view': ir.ui.view(1174,),
'view.model': 'push.message',
'view.parent': ir.ui.view(),
'xmlid': 'us_push_message_form_view'}
|
|
|
2025-08-29 06:54:04
|
INFO
|
runbot
|
Getting results for build 00151-17-0
|
|
|
2025-08-29 06:54:04
|
|
|
Step all finished in 86s
|
|
|
2025-08-29 06:54:04
|
|
|
Starting step base from config Default
|
|
|
2025-08-29 06:54:04
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 06:54:23
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 8.73s, 9068 queries (+9068 extra)
|
|
|
2025-08-29 06:54:30
|
INFO
|
server
|
odoo.modules.loading:334
17 modules loaded in 4.71s, 7017 queries (+7017 extra)
|
|
|
2025-08-29 06:54:32
|
INFO
|
runbot
|
Getting results for build 00151-17-0
|
|
|
2025-08-29 06:54:32
|
|
|
Step base finished in 26s
|
|
|
2025-08-29 06:54:32
|
|
|
Starting step run from config Default
|
|
|
2025-08-29 06:54:32
|
INFO
|
runbot
|
Start running build 00151-17-0
|
|
|
2025-08-29 06:54:32
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2025-08-29 06:54:40
|
INFO
|
server
|
odoo.modules.loading:334
1 modules loaded in 0.03s, 0 queries (+0 extra)
|
|
|
2025-08-29 06:54:41
|
INFO
|
server
|
odoo.modules.loading:334
75 modules loaded in 1.10s, 0 queries (+0 extra)
|
|
|
2025-08-29 15:24:17
|
INFO
|
runbot
|
Kill build 00151-17-0
|
|