| Date |
Level |
Type |
Message |
|
2026-05-19 12:04:17
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-05-19 12:04:17
|
|
|
Starting step base from config Default
|
|
|
2026-05-19 12:04:17
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 12:05:12
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 8.90s, 9072 queries (+9072 extra)
|
|
|
2026-05-19 12:05:18
|
INFO
|
server
|
odoo.modules.loading:358
17 modules loaded in 4.46s, 7053 queries (+7053 extra)
|
|
|
2026-05-19 12:05:19
|
INFO
|
runbot
|
Getting results for build 00433-v17-
|
|
|
2026-05-19 12:05:19
|
|
|
Step base finished in 61s
|
|
|
2026-05-19 12:05:19
|
|
|
Starting step all from config Default
|
|
|
2026-05-19 12:05:19
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 12:06:43
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 37.94s, 9072 queries (+34412 extra)
|
|
|
2026-05-19 12:18:05
|
WARNING
|
server
|
odoo.modules.loading:643
Transient module states were reset
|
|
|
2026-05-19 12:18:05
|
ERROR
|
server
|
odoo.modules.registry:115
Failed to load registry
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/cache.py", line 99, in lookup
r = d[key]
File "<decorator-gen-5>", line 2, in __getitem__
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7fd357b1d870>, 'hq.model_hq_convoy_shortages_command')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 610, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 429, in _tag_record
f_val = self.id_get(f_ref, raise_if_not_found=nodeattr2bool(rec, 'forcecreate', True))
File "/data/build/odoo/odoo/tools/convert.py", line 592, in id_get
res = self.model_id_get(id_str, raise_if_not_found)
File "/data/build/odoo/odoo/tools/convert.py", line 598, in model_id_get
return self.env['ir.model.data']._xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2215, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)
File "<decorator-gen-43>", line 2, in _xmlid_lookup
File "/data/build/odoo/odoo/tools/cache.py", line 104, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2208, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: hq.model_hq_convoy_shortages_command
The above exception was the direct cause of the following exception:
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 682, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 748, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 668, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 610, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 623, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/telescope-addons/hq/ui/private/data/cron.xml:75, somewhere inside
<record forcecreate="True" id="cron_action_hq_check_shortages" model="ir.cron">
<field name="name">TCF: HQ - Check Shortages</field>
<field name="model_id" ref="model_hq_convoy_shortages_command"/>
<field name="state">code</field>
<field name="code">
cmd = env["hq.convoy.shortages.command"].create([{}])
cmd.action_run()
</field>
<field name="user_id" ref="base.user_root"/>
<field name="interval_number">1</field>
<field name="interval_type">days</field>
<field name="numbercall">-1</field>
<field name="doall" eval="0"/>
<field name="active" eval="0"/>
<field name="priority" eval="10"/>
</record>
|
|
|
2026-05-19 12:18:05
|
CRITICAL
|
server
|
odoo.service.server:1411
Failed to initialize database `00433-v17--all`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/cache.py", line 99, in lookup
r = d[key]
File "<decorator-gen-5>", line 2, in __getitem__
File "/data/build/odoo/odoo/tools/func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "/data/build/odoo/odoo/tools/lru.py", line 34, in __getitem__
a = self.d[obj]
KeyError: ('ir.model.data', <function IrModelData._xmlid_lookup at 0x7fd357b1d870>, 'hq.model_hq_convoy_shortages_command')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 610, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 429, in _tag_record
f_val = self.id_get(f_ref, raise_if_not_found=nodeattr2bool(rec, 'forcecreate', True))
File "/data/build/odoo/odoo/tools/convert.py", line 592, in id_get
res = self.model_id_get(id_str, raise_if_not_found)
File "/data/build/odoo/odoo/tools/convert.py", line 598, in model_id_get
return self.env['ir.model.data']._xmlid_to_res_model_res_id(id_str, raise_if_not_found=raise_if_not_found)
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2215, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)
File "<decorator-gen-43>", line 2, in _xmlid_lookup
File "/data/build/odoo/odoo/tools/cache.py", line 104, in lookup
value = d[key] = self.method(*args, **kwargs)
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2208, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: hq.model_hq_convoy_shortages_command
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/odoo/odoo/service/server.py", line 1374, in preload_registries
registry = Registry.new(dbname, update_module=update_module)
File "<decorator-gen-16>", line 2, in new
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 682, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 748, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 668, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 610, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 623, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/telescope-addons/hq/ui/private/data/cron.xml:75, somewhere inside
<record forcecreate="True" id="cron_action_hq_check_shortages" model="ir.cron">
<field name="name">TCF: HQ - Check Shortages</field>
<field name="model_id" ref="model_hq_convoy_shortages_command"/>
<field name="state">code</field>
<field name="code">
cmd = env["hq.convoy.shortages.command"].create([{}])
cmd.action_run()
</field>
<field name="user_id" ref="base.user_root"/>
<field name="interval_number">1</field>
<field name="interval_type">days</field>
<field name="numbercall">-1</field>
<field name="doall" eval="0"/>
<field name="active" eval="0"/>
<field name="priority" eval="10"/>
</record>
|
|
|
2026-05-19 12:18:11
|
INFO
|
runbot
|
Getting results for build 00433-v17-
|
|
|
2026-05-19 12:18:11
|
|
|
Step all finished in 13m
|
|
|
2026-05-19 12:18:11
|
|
|
Starting step run from config Default
|
|
|
2026-05-19 12:18:11
|
INFO
|
runbot
|
Start running build 00433-v17-
|
|
|
2026-05-19 12:18:11
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 12:18:58
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-05-19 12:18:58
|
INFO
|
server
|
odoo.modules.loading:358
17 modules loaded in 0.15s, 0 queries (+0 extra)
|
|
|
2026-05-19 16:31:08
|
INFO
|
runbot
|
Kill build 00433-v17-
|
|