| Date |
Level |
Type |
Message |
|
2026-03-04 02:02:47
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-03-04 02:02:47
|
|
|
Starting step base from config Default
|
|
|
2026-03-04 02:02:47
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 02:02:56
|
ERROR
|
server
|
odoo.registry:214
Failed to load registry
|
|
|
2026-03-04 02:02:56
|
CRITICAL
|
server
|
odoo.service.server:1537
Failed to initialize database `00332-19-0-base`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 605, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 423, 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 589, in id_get
return self.model_id_get(id_str, raise_if_not_found)[1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/convert.py", line 593, 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 2277, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/cache.py", line 98, in lookup
return self.lookup(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/cache.py", line 155, in lookup
value = self.method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2270, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: base.module_category_inventory
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 1510, in preload_registries
registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/func.py", line 88, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/orm/registry.py", line 199, in new
load_modules(
File "/data/build/odoo/odoo/modules/loading.py", line 397, in load_modules
load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 209, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 59, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/data/build/odoo/odoo/tools/convert.py", line 693, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 792, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 663, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 605, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 618, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/odoo/odoo/addons/base/data/ir_module_category_data.xml:156, somewhere inside
<record model="ir.module.category" id="module_category_inventory_inventory">
<field name="name">Inventory</field>
<field name="parent_id" ref="module_category_inventory"/>
</record>
|
|
|
2026-03-04 02:03:03
|
INFO
|
runbot
|
Getting results for build 00332-19-0
|
|
|
2026-03-04 02:03:03
|
|
|
Step base finished in 9s
|
|
|
2026-03-04 02:03:03
|
|
|
Starting step all from config Default
|
|
|
2026-03-04 02:03:03
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 02:03:14
|
ERROR
|
server
|
odoo.registry:214
Failed to load registry
|
|
|
2026-03-04 02:03:14
|
CRITICAL
|
server
|
odoo.service.server:1537
Failed to initialize database `00332-19-0-all`.
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/convert.py", line 605, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 423, 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 589, in id_get
return self.model_id_get(id_str, raise_if_not_found)[1]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/convert.py", line 593, 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 2277, in _xmlid_to_res_model_res_id
return self._xmlid_lookup(xmlid)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/cache.py", line 98, in lookup
return self.lookup(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/cache.py", line 155, in lookup
value = self.method(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/addons/base/models/ir_model.py", line 2270, in _xmlid_lookup
raise ValueError('External ID not found in the system: %s' % xmlid)
ValueError: External ID not found in the system: base.module_category_inventory
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 1510, in preload_registries
registry = Registry.new(dbname, update_module=update_module, install_modules=config['init'], upgrade_modules=config['update'], reinit_modules=config['reinit'])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/tools/func.py", line 88, in locked
return func(inst, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/orm/registry.py", line 199, in new
load_modules(
File "/data/build/odoo/odoo/modules/loading.py", line 397, in load_modules
load_module_graph(
File "/data/build/odoo/odoo/modules/loading.py", line 209, in load_module_graph
load_data(env, idref, 'init', kind='data', package=package)
File "/data/build/odoo/odoo/modules/loading.py", line 59, in load_data
convert_file(env, package.name, filename, idref, mode, noupdate=kind == 'demo')
File "/data/build/odoo/odoo/tools/convert.py", line 693, in convert_file
convert_xml_import(env, module, fp, idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 792, in convert_xml_import
obj.parse(doc.getroot())
File "/data/build/odoo/odoo/tools/convert.py", line 663, in parse
self._tag_root(de)
File "/data/build/odoo/odoo/tools/convert.py", line 605, in _tag_root
f(rec)
File "/data/build/odoo/odoo/tools/convert.py", line 618, in _tag_root
raise ParseError('while parsing %s:%s, somewhere inside\n%s' % (
odoo.tools.convert.ParseError: while parsing /data/build/odoo/odoo/addons/base/data/ir_module_category_data.xml:156, somewhere inside
<record model="ir.module.category" id="module_category_inventory_inventory">
<field name="name">Inventory</field>
<field name="parent_id" ref="module_category_inventory"/>
</record>
|
|
|
2026-03-04 02:03:15
|
INFO
|
runbot
|
Getting results for build 00332-19-0
|
|
|
2026-03-04 02:03:15
|
|
|
Step all finished in 11s
|
|
|
2026-03-04 02:03:15
|
|
|
Starting step run from config Default
|
|
|
2026-03-04 02:03:15
|
INFO
|
runbot
|
Start running build 00332-19-0
|
|
|
2026-03-04 02:03:15
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 02:03:17
|
ERROR
|
server
|
odoo.modules.loading:365
Database 00332-19-0-base not initialized, you can force it with `-i base`
|
|
|
2026-03-04 02:04:19
|
ERROR
|
server
|
odoo.sql_db:436
bad query: b"\n SELECT latest_version\n FROM ir_module_module\n WHERE name='base'\n "
ERROR: relation "ir_module_module" does not exist
LINE 3: FROM ir_module_module
^
|
|
|
2026-03-04 02:04:19
|
WARNING
|
server
|
odoo.addons.base.models.ir_cron:206
Tried to poll an undefined table on database 00332-19-0-base.
|
|
|
2026-03-04 02:05:02
|
ERROR
|
server
|
odoo.http:2841
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2810, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2239, in _serve_db
rule, args = self.registry['ir.http']._match(self.httprequest.path)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/data/build/odoo/odoo/orm/registry.py", line 335, in __getitem__
return self.models[model_name]
~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'ir.http'
|
|
|
2026-03-04 02:05:02
|
ERROR
|
server
|
odoo.http:2841
Exception during request handling.
Traceback (most recent call last):
File "/data/build/odoo/odoo/http.py", line 2810, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/http.py", line 2239, in _serve_db
rule, args = self.registry['ir.http']._match(self.httprequest.path)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/data/build/odoo/odoo/orm/registry.py", line 335, in __getitem__
return self.models[model_name]
~~~~~~~~~~~^^^^^^^^^^^^
KeyError: 'ir.http'
|
|
|
2026-03-04 02:05:21
|
ERROR
|
server
|
odoo.sql_db:436
bad query: b"\n SELECT latest_version\n FROM ir_module_module\n WHERE name='base'\n "
ERROR: relation "ir_module_module" does not exist
LINE 3: FROM ir_module_module
^
|
|
|
2026-03-04 02:05:21
|
WARNING
|
server
|
odoo.addons.base.models.ir_cron:206
Tried to poll an undefined table on database 00332-19-0-base.
|
|
|
2026-03-04 02:05:37
|
INFO
|
runbot
|
Kill build 00332-19-0
|
|
|
2026-03-04 02:32:55
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-03-04 02:32:55
|
|
|
Starting step base from config Default
|
|
|
2026-03-04 02:32:55
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 02:33:14
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 7.34s, 8393 queries (+8393 extra)
|
|
|
2026-03-04 02:33:22
|
INFO
|
server
|
odoo.modules.loading:350
20 modules loaded in 6.39s, 8739 queries (+8739 extra)
|
|
|
2026-03-04 02:33:23
|
INFO
|
runbot
|
Getting results for build 00332-19-0
|
|
|
2026-03-04 02:33:23
|
WARNING
|
runbot
|
Warning found in logs
|
|
|
2026-03-04 02:33:23
|
|
|
Step base finished in 27s
|
|
|
2026-03-04 02:33:23
|
|
|
Starting step all from config Default
|
|
|
2026-03-04 02:33:23
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 02:34:33
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 65.44s, 8394 queries (+34162 extra)
|
|
|
2026-03-04 02:34:54
|
INFO
|
server
|
odoo.modules.loading:350
20 modules loaded in 18.34s, 8751 queries (+13789 extra)
|
|
|
2026-03-04 02:34:54
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:350
Pregenerating assets bundles
|
|
|
2026-03-04 02:35:16
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowser.test_screencasts:350
Screencast frames in: /data/build/tests/00332-19-0-all/screencasts/frames-20260304T023508.997136
|
|
|
2026-03-04 02:35:23
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowserOddDimensions.test_screencasts:350
Screencast frames in: /data/build/tests/00332-19-0-all/screencasts/frames-20260304T023516.342274
|
|
|
2026-03-04 02:37:01
|
INFO
|
server
|
odoo.addons.web.tests.test_js.WebSuite.test_hoot.browser:1706
[HOOT] Passed 195 tests (971 assertions, total time: 00:00:04)
|
|
|
2026-03-04 02:37:03
|
INFO
|
server
|
odoo.addons.web.tests.test_js.WebSuite.test_qunit_desktop.browser:1706
QUnit: passed 72 tests (213 assertions), took 1s
|
|
|
2026-03-04 02:52:07
|
INFO
|
server
|
odoo.addons.web.tests.test_js.WebSuite.test_unit_desktop.browser:1706
[HOOT] Passed 11180 tests (40923 assertions, total time: 00:15:02)
|
|
|
2026-03-04 03:03:04
|
INFO
|
server
|
odoo.addons.web.tests.test_js.MobileWebSuite.test_unit_mobile.browser:1706
[HOOT] Passed 8207 tests (26647 assertions, total time: 00:10:55)
|
|
|
2026-03-04 03:04:21
|
INFO
|
server
|
odoo.addons.web_tour.tests.test_tours.WebTourHttp.test_sanity_automatic.browser:1706
Error received after termination: TypeError: Failed to fetch
at fetchTranslations (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:2901:1576)
at Object.start (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:2903:672)
at async Promise.all (index 9)
at async start (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:1453:1)
at async _startServices (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:1454:72)
at async startServices (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:1447:157)
at async mountComponent (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:1466:305)
at async startWebClient (http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:15952:29)
|
|
|
2026-03-04 03:04:21
|
INFO
|
server
|
odoo.addons.web_tour.tests.test_tours.WebTourHttp.test_sanity_automatic.browser:1706
Error received after termination: ConnectionLostError: Connection couldn't be established or was interrupted
Error: Connection couldn't be established or was interrupted
at http://127.0.0.1:8069/web/assets/6076a47/web.assets_web.min.js:10843:709
|
|
|
2026-03-04 03:04:43
|
INFO
|
runbot
|
Getting results for build 00332-19-0
|
|
|
2026-03-04 03:04:43
|
|
|
Step all finished in 31m
|
|
|
2026-03-04 03:04:43
|
|
|
Starting step run from config Default
|
|
|
2026-03-04 03:04:43
|
INFO
|
runbot
|
Start running build 00332-19-0
|
|
|
2026-03-04 03:04:43
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 03:04:46
|
INFO
|
server
|
odoo.modules.loading:350
1 modules loaded in 0.00s, 0 queries (+0 extra)
|
|
|
2026-03-04 03:04:46
|
INFO
|
server
|
odoo.modules.loading:350
20 modules loaded in 0.40s, 0 queries (+0 extra)
|
|
|
2026-03-04 04:34:41
|
INFO
|
runbot
|
Kill build 00332-19-0
|
|
|
2026-03-04 09:50:38
|
INFO
|
runbot
|
Wake up initiated by Opencloud
|
|
|
2026-03-04 09:50:46
|
INFO
|
runbot
|
Wake up initiated by Opencloud
|
|
|
2026-03-04 09:50:59
|
|
|
Waking up build
|
|
|
2026-03-04 09:50:59
|
INFO
|
runbot
|
Applied odoo17 category patch (inline)
|
|
|
2026-03-04 09:50:59
|
INFO
|
runbot
|
Start running build 00332-19-0
|
|
|
2026-03-04 09:50:59
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 09:50:59
|
ERROR
|
runbot
|
Failed waking up build
|
|
|
2026-03-04 09:51:10
|
INFO
|
runbot
|
Wake up initiated by Opencloud
|
|
|
2026-03-04 09:51:11
|
|
|
Waking up build
|
|
|
2026-03-04 09:51:11
|
INFO
|
runbot
|
Start running build 00332-19-0
|
|
|
2026-03-04 09:51:11
|
|
|
Using Dockerfile Tag odoo:DockerDefault
|
|
|
2026-03-04 09:51:11
|
ERROR
|
runbot
|
Failed waking up build
|
|