| Date |
Level |
Type |
Message |
|
2025-09-26 16:51:25
|
INFO
|
runbot
|
Init build environment with config R&D Base Without Demo
|
|
|
2025-09-26 16:51:25
|
|
|
Starting step R_D-install_base_without_demo from config R&D Base Without Demo
|
|
|
2025-09-26 16:51:25
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2025-09-26 16:53:04
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 6.30s, 7917 queries (+7917 extra)
|
|
|
2025-09-26 16:53:08
|
INFO
|
server
|
odoo.modules.loading:336
8 modules loaded in 2.54s, 2994 queries (+2994 extra)
|
|
|
2025-09-26 16:53:12
|
|
|
Step R_D-install_base_without_demo finished in 103s
|
|
|
2025-09-26 16:53:12
|
|
|
Starting step run_without_demo from config R&D Base Without Demo
|
|
|
2025-09-26 16:53:12
|
INFO
|
runbot
|
Start running build 04032-16-0
|
|
|
2025-09-26 16:53:12
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:DockerDefaultAke
|
|
|
2025-09-26 16:54:30
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 16:54:30
|
INFO
|
server
|
odoo.modules.loading:336
8 modules loaded in 0.34s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:07:56
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:07:57
|
INFO
|
server
|
odoo.modules.loading:336
8 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:08:14
|
INFO
|
server
|
odoo.modules.loading:336
42 modules loaded in 17.06s, 20630 queries (+20630 extra)
|
|
|
2025-09-26 18:08:23
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.02s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:08:24
|
INFO
|
server
|
odoo.modules.loading:336
42 modules loaded in 0.72s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:04
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:05
|
INFO
|
server
|
odoo.modules.loading:336
42 modules loaded in 0.03s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:05
|
INFO
|
server
|
odoo.modules.loading:336
43 modules loaded in 0.17s, 30 queries (+30 extra)
|
|
|
2025-09-26 18:10:06
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:07
|
INFO
|
server
|
odoo.modules.loading:336
43 modules loaded in 0.04s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:10
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 3.08s, 2474 queries (+2474 extra)
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model im_livechat.channel
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model spreadsheet.dashboard.group
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model im_livechat.report.channel
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model im_livechat.report.operator
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model chatbot.script
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model rating.rating
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1886
Missing model rating.rating
|
|
|
2025-09-26 18:10:23
|
ERROR
|
server
|
odoo.http:2283
Exception during request handling.
Traceback (most recent call last):
File "<577>", line 1450, in template_577
File "<577>", line 1357, in template_577_content
AttributeError: 'website' object has no attribute 'channel_id'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/data/build/r_d-odoo/odoo/http.py", line 2261, in __call__
response = request._serve_db()
^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/http.py", line 1848, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/service/model.py", line 152, in retrying
result = func()
^^^^^^
File "/data/build/r_d-odoo/odoo/http.py", line 1876, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/http.py", line 1990, in dispatch
return self.request.registry['ir.http']._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/addons/website/models/ir_http.py", line 237, in _dispatch
response = super()._dispatch(endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_http.py", line 156, in _dispatch
result.flatten()
File "/data/build/r_d-odoo/odoo/tools/facade.py", line 83, in wrap_func
func(self._wrapped__, *args, **kwargs)
File "/data/build/r_d-odoo/odoo/http.py", line 1213, in flatten
self.response.append(self.render())
^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/http.py", line 1205, in render
return request.env["ir.ui.view"]._render_template(self.template, self.qcontext)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/addons/website/models/ir_ui_view.py", line 419, in _render_template
return super()._render_template(template, values=values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_ui_view.py", line 2135, in _render_template
return self.env['ir.qweb']._render(template, values)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/tools/profiler.py", line 301, in _tracked_method_render
return method_render(self, template, values, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_qweb.py", line 593, in _render
result = ''.join(rendering)
^^^^^^^^^^^^^^^^^^
File "<575>", line 39, in template_575
File "<575>", line 28, in template_575_content
File "<577>", line 1456, in template_577
odoo.addons.base.models.ir_qweb.QWebException: Error while render the template
AttributeError: 'website' object has no attribute 'channel_id'
Template: website.layout
Path: /t/html/body/t[2]/script/t
Node: <t t-call="im_livechat.loader"/>
|
|
|
2025-09-26 18:10:35
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:36
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.36s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:10:49
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "ir_ui_view" SET "arch_db" = '{"en_US": "<data inherit_id=\"website.layout\" name=\"Default\" active=\"True\">\n <xpath expr=\"//div[@id=''footer'']\" position=\"replace\">\n <div id=\"footer\" class=\"oe_structure oe_structure_solo\" t-ignore=\"true\" t-if=\"not no_footer\">\n <section class=\"s_text_block pt40 pb16\" data-snippet=\"s_text_block\" data-name=\"Text\">\n <div class=\"container\">\n <div class=\"row\">\n <div class=\"col-lg-2 pt24 pb24\">\n <h5 class=\"mb-3\">Useful Links</h5>\n <ul class=\"list-unstyled\">\n <li><a href=\"/\">Home</a></li>\n <li><a href=\"#\">About us</a></li>\n <li><a href=\"#\">Products</a></li>\n <li><a href=\"#\">Services</a></li>\n <li><a href=\"#\">Legal</a></li>\n <t t-set=\"configurator_footer_links\" t-value=\"[{"text": "Privacy Policy", "href": "/privacy"}]\"/>\n <li t-foreach=\"configurator_footer_links\" t-as=\"link\">\n <a t-att-href=\"link[''href'']\" t-esc=\"link[''text'']\"/>\n </li>\n <li><a href=\"/contactus\">Contact us</a></li>\n </ul>\n </div>\n <div class=\"col-lg-5 pt24 pb24\">\n <h5 class=\"mb-3\">About us</h5>\n <p>We are a team of passionate people whose goal is to improve everyone''s life through disruptive products. We build great products to solve your business problems.\n <br/><br/>Our products are designed for small to medium size companies willing to optimize their performance.</p>\n </div>\n <div id=\"connect\" class=\"col-lg-4 offset-lg-1 pt24 pb24\">\n <h5 class=\"mb-3\">Connect with us</h5>\n <ul class=\"list-unstyled\">\n <li><i class=\"fa fa-comment fa-fw me-2\"/><span><a href=\"/contactus\">Contact us</a></span></li>\n <li><i class=\"fa fa-envelope fa-fw me-2\"/><span><a href=\"mailto:info@yourcompany.example.com\">info@yourcompany.example.com</a></span></li>\n <li><i class=\"fa fa-phone fa-fw me-2\"/><span class=\"o_force_ltr\"><a href=\"tel:+1 555-555-5556\">+1 555-555-5556</a></span></li>\n </ul>\n <div class=\"s_social_media text-start o_not_editable\" data-snippet=\"s_social_media\" data-name=\"Social Media\" contenteditable=\"false\">\n <h5 class=\"s_social_media_title d-none\" contenteditable=\"true\">Follow us</h5>\n <a href=\"/website/social/facebook\" class=\"s_social_media_facebook\" target=\"_blank\">\n <i class=\"fa fa-facebook rounded-circle shadow-sm o_editable_media\"/>\n </a>\n <a href=\"/website/social/twitter\" class=\"s_social_media_twitter\" target=\"_blank\">\n <i class=\"fa fa-twitter rounded-circle shadow-sm o_editable_media\"/>\n </a>\n <a href=\"/website/social/linkedin\" class=\"s_social_media_linkedin\" target=\"_blank\">\n <i class=\"fa fa-linkedin rounded-circle shadow-sm o_editable_media\"/>\n </a>\n <a href=\"/\" class=\"text-800\">\n <i class=\"fa fa-home rounded-circle shadow-sm o_editable_media\"/>\n </a>\n </div>\n </div>\n </div>\n </div>\n </section>\n </div>\n </xpath>\n</data>"}', "write_date" = '2025-09-26 18:10:11.339239', "write_uid" = 2 WHERE id IN (880)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:10:52
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:10:53
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.24s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:11:23
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:10:37.387670', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:11:27
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:11:28
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.24s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:11:57
|
ERROR
|
server
|
odoo.sql_db:327
bad query: LOCK ir_attachment IN SHARE MODE
ERROR: canceling statement due to lock timeout
|
|
|
2025-09-26 18:11:57
|
ERROR
|
server
|
odoo.addons.base.models.ir_autovacuum:41
Failed ir.attachment()._gc_file_store()
Traceback (most recent call last):
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_autovacuum.py", line 38, in _run_vacuum_cleaner
func(model)
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_attachment.py", line 180, in _gc_file_store
cr.execute("LOCK ir_attachment IN SHARE MODE")
File "/data/build/r_d-odoo/odoo/sql_db.py", line 324, in execute
res = self._obj.execute(query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.LockNotAvailable: canceling statement due to lock timeout
|
|
|
2025-09-26 18:11:57
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:10:54.130425', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:12:01
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:12:03
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.29s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:12:05
|
ERROR
|
server
|
odoo.service.server:898
WorkerHTTP (344) timeout after 120s
|
|
|
2025-09-26 18:12:09
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:12:11
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.37s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:12:31
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:11:28.973078', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:12:33
|
ERROR
|
server
|
odoo.service.server:898
WorkerHTTP (342) timeout after 120s
|
|
|
2025-09-26 18:12:37
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:12:39
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.42s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:13:06
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:12:11.605437', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:13:07
|
ERROR
|
server
|
odoo.sql_db:327
bad query: SELECT * FROM ir_cron FOR UPDATE NOWAIT
ERROR: could not obtain lock on row in relation "ir_cron"
|
|
|
2025-09-26 18:13:07
|
ERROR
|
server
|
odoo.sql_db:327
bad query:
SELECT m.model
FROM ir_model_access a
JOIN ir_model m ON (m.id = a.model_id)
WHERE a.perm_read
AND a.active
AND (
a.group_id IS NULL OR
-- use subselect fo force a better query plan. See #99695 --
a.group_id IN (
SELECT gu.gid
FROM res_groups_users_rel gu
WHERE gu.uid = 2
)
)
GROUP BY m.model
ERROR: current transaction is aborted, commands ignored until end of transaction block
|
|
|
2025-09-26 18:13:07
|
WARNING
|
server
|
odoo.http:2281
Odoo is currently processing a scheduled action.
Module operations are not possible at this time, please try again later or contact your system administrator.
|
|
|
2025-09-26 18:13:07
|
ERROR
|
server
|
odoo.sql_db:327
bad query: SELECT * FROM ir_cron FOR UPDATE NOWAIT
ERROR: could not obtain lock on row in relation "ir_cron"
|
|
|
2025-09-26 18:13:07
|
ERROR
|
server
|
odoo.sql_db:327
bad query:
SELECT m.model
FROM ir_model_access a
JOIN ir_model m ON (m.id = a.model_id)
WHERE a.perm_read
AND a.active
AND (
a.group_id IS NULL OR
-- use subselect fo force a better query plan. See #99695 --
a.group_id IN (
SELECT gu.gid
FROM res_groups_users_rel gu
WHERE gu.uid = 2
)
)
GROUP BY m.model
ERROR: current transaction is aborted, commands ignored until end of transaction block
|
|
|
2025-09-26 18:13:07
|
WARNING
|
server
|
odoo.http:2281
Odoo is currently processing a scheduled action.
Module operations are not possible at this time, please try again later or contact your system administrator.
|
|
|
2025-09-26 18:13:14
|
ERROR
|
server
|
odoo.sql_db:327
bad query: LOCK ir_attachment IN SHARE MODE
ERROR: canceling statement due to lock timeout
|
|
|
2025-09-26 18:13:14
|
ERROR
|
server
|
odoo.addons.base.models.ir_autovacuum:41
Failed ir.attachment()._gc_file_store()
Traceback (most recent call last):
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_autovacuum.py", line 38, in _run_vacuum_cleaner
func(model)
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_attachment.py", line 180, in _gc_file_store
cr.execute("LOCK ir_attachment IN SHARE MODE")
File "/data/build/r_d-odoo/odoo/sql_db.py", line 324, in execute
res = self._obj.execute(query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.LockNotAvailable: canceling statement due to lock timeout
|
|
|
2025-09-26 18:13:17
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:13:19
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.25s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:13:40
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:12:39.584687', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:13:43
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:13:45
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.26s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:14:14
|
ERROR
|
server
|
odoo.sql_db:327
bad query: UPDATE "website" SET "write_date" = '2025-09-26 18:13:19.915549', "write_uid" = 2 WHERE id IN (1)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:14:17
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:14:18
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.26s, 35 queries (+35 extra)
|
|
|
2025-09-26 18:14:32
|
ERROR
|
server
|
odoo.sql_db:327
bad query: LOCK ir_attachment IN SHARE MODE
ERROR: canceling statement due to lock timeout
|
|
|
2025-09-26 18:14:32
|
ERROR
|
server
|
odoo.addons.base.models.ir_autovacuum:41
Failed ir.attachment()._gc_file_store()
Traceback (most recent call last):
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_autovacuum.py", line 38, in _run_vacuum_cleaner
func(model)
File "/data/build/r_d-odoo/odoo/addons/base/models/ir_attachment.py", line 180, in _gc_file_store
cr.execute("LOCK ir_attachment IN SHARE MODE")
File "/data/build/r_d-odoo/odoo/sql_db.py", line 324, in execute
res = self._obj.execute(query, params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.LockNotAvailable: canceling statement due to lock timeout
|
|
|
2025-09-26 18:14:36
|
ERROR
|
server
|
odoo.service.server:898
WorkerHTTP (363) timeout after 120s
|
|
|
2025-09-26 18:15:12
|
ERROR
|
server
|
odoo.sql_db:327
bad query: DELETE FROM ir_attachment WHERE id IN (
SELECT id FROM ir_attachment WHERE id in (435) FOR NO KEY UPDATE SKIP LOCKED
)
ERROR: could not serialize access due to concurrent update
|
|
|
2025-09-26 18:15:39
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:15:39
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.10s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:15:41
|
INFO
|
server
|
odoo.modules.loading:336
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2025-09-26 18:15:41
|
INFO
|
server
|
odoo.modules.loading:336
54 modules loaded in 0.12s, 0 queries (+0 extra)
|
|
|
2025-09-29 02:24:42
|
INFO
|
runbot
|
Kill build 04032-16-0
|
|