| Date |
Level |
Type |
Message |
|
2026-05-19 15:15:08
|
INFO
|
runbot
|
Init build environment with config Default
|
|
|
2026-05-19 15:15:08
|
|
|
Starting step base from config Default
|
|
|
2026-05-19 15:15:08
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 15:16:04
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 8.23s, 9072 queries (+9072 extra)
|
|
|
2026-05-19 15:16:09
|
INFO
|
server
|
odoo.modules.loading:358
17 modules loaded in 4.20s, 7053 queries (+7053 extra)
|
|
|
2026-05-19 15:16:20
|
INFO
|
runbot
|
Getting results for build 00437-v17-
|
|
|
2026-05-19 15:16:20
|
|
|
Step base finished in 62s
|
|
|
2026-05-19 15:16:20
|
|
|
Starting step all from config Default
|
|
|
2026-05-19 15:16:20
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 15:17:41
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 37.01s, 9072 queries (+34412 extra)
|
|
|
2026-05-19 15:17:43
|
WARNING
|
server
|
odoo.modules.loading:95
Module production_customizations demo data failed to install, installed without demo data
Traceback (most recent call last):
File "/data/build/odoo/odoo/modules/loading.py", line 91, in load_demo
load_data(env(su=True), idref, mode, kind='demo', 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 678, in convert_file
convert_csv_import(env, module, pathname, fp.read(), idref, mode, noupdate)
File "/data/build/odoo/odoo/tools/convert.py", line 724, in convert_csv_import
raise Exception(_('Module loading %s failed: file %s could not be processed:\n %s') % (module, fname, warning_msg))
Exception: Module loading production_customizations failed: file production_customizations/demo/kanban.item.review.csv could not be processed:
Unknown error during import: <class 'pyodbc.InterfaceError'>: ('IM002', '[IM002] [unixODBC][Driver Manager]Data source name not found and no default driver specified (0) (SQLDriverConnect)')
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.addons.production_customizations.tests.test_kanban_item_review:15
ERROR: TestKanbanItemReview.test_computed_safety_calculation
Traceback (most recent call last):
File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 15, in setUp
self.data = self.kanban_item.read()[0]
IndexError: list index out of range
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.sql_db:345
bad query: INSERT INTO "kanban_item_review_global_setting" ("create_date", "create_uid", "custom_safety_multiplier_offset", "custom_safety_multiplier_scale", "single_row", "write_date", "write_uid") VALUES ('2026-05-19 15:17:43.530283', 1, 1.0, 1.0, true, '2026-05-19 15:17:43.530283', 1) RETURNING "id"
ERROR: duplicate key value violates unique constraint "kanban_item_review_global_setting_only_row_only"
DETAIL: Key (single_row)=(t) already exists.
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.addons.production_customizations.tests.test_kanban_item_review:11
ERROR: TestKanbanItemReview.test_computed_trigger_calculation
Traceback (most recent call last):
File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 11, in setUp
self.global_settings = self.env["kanban.item.review.global.setting"].create(
File "<decorator-gen-12>", line 2, in create
File "/data/build/odoo/odoo/api.py", line 430, in _model_create_multi
return create(self, [arg])
File "/data/build/odoo/odoo/models.py", line 4656, in create
records = self._create(data_list)
File "/data/build/odoo/odoo/models.py", line 4844, in _create
cr.execute(SQL(
File "/data/build/odoo/odoo/sql_db.py", line 342, in execute
res = self._obj.execute(query, params)
psycopg2.errors.UniqueViolation: duplicate key value violates unique constraint "kanban_item_review_global_setting_only_row_only"
DETAIL: Key (single_row)=(t) already exists.
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.sql_db:345
bad query: SELECT "kanban_item_review"."id" FROM "kanban_item_review" WHERE ("kanban_item_review"."part_number" = '24923') ORDER BY "kanban_item_review"."id"
ERROR: current transaction is aborted, commands ignored until end of transaction block
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.addons.production_customizations.tests.test_kanban_item_review:8
ERROR: TestKanbanItemReview.test_lot_size_calculation
Traceback (most recent call last):
File "/data/build/telescope-addons/production_customizations/tests/test_kanban_item_review.py", line 8, in setUp
self.kanban_item = self.env["kanban.item.review"].search(
File "/data/build/odoo/odoo/models.py", line 1623, in search
return self.search_fetch(domain, [], offset=offset, limit=limit, order=order)
File "/data/build/odoo/odoo/models.py", line 1654, in search_fetch
return self._fetch_query(query, fields_to_fetch)
File "/data/build/odoo/odoo/models.py", line 3987, in _fetch_query
fetched = self.browse(query)
File "/data/build/odoo/odoo/models.py", line 5863, in browse
if not ids:
File "/data/build/odoo/odoo/tools/query.py", line 261, in __bool__
return bool(self.get_result_ids())
File "/data/build/odoo/odoo/tools/query.py", line 224, in get_result_ids
self._cr.execute(self.select())
File "/data/build/odoo/odoo/sql_db.py", line 342, in execute
res = self._obj.execute(query, params)
psycopg2.errors.InFailedSqlTransaction: current transaction is aborted, commands ignored until end of transaction block
|
|
|
2026-05-19 15:17:43
|
ERROR
|
server
|
odoo.modules.loading:322
Module production_customizations: 0 failures, 3 errors of 3 tests
|
|
|
2026-05-19 15:34:32
|
INFO
|
server
|
odoo.modules.loading:358
152 modules loaded in 1009.07s, 141291 queries (+1203367 extra)
|
|
|
2026-05-19 15:34:36
|
INFO
|
server
|
odoo.modules.loading:358
158 modules loaded in 4.55s, 1342 queries (+1342 extra)
|
|
|
2026-05-19 15:34:39
|
ERROR
|
server
|
odoo.modules.loading:605
At least one test failed when loading the modules.
|
|
|
2026-05-19 15:34:39
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:358
Pregenerating assets bundles
|
|
|
2026-05-19 15:35:11
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowser:358
Screencast frames in: /data/build/tests/00437-v17--all/screencasts/failed_screencast_20260519_153511_500952
|
|
|
2026-05-19 15:35:13
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowserOddDimensions:358
Screencast frames in: /data/build/tests/00437-v17--all/screencasts/failed_screencast_20260519_153513_910828
|
|
|
2026-05-19 16:30:49
|
ERROR
|
server
|
odoo.tests.result:651
0 failed, 3 error(s) of 5769 tests when loading database '00437-v17--all'
|
|
|
2026-05-19 16:31:05
|
INFO
|
runbot
|
Getting results for build 00437-v17-
|
|
|
2026-05-19 16:31:05
|
|
|
Step all finished in 74m
|
|
|
2026-05-19 16:31:05
|
|
|
Starting step run from config Default
|
|
|
2026-05-19 16:31:05
|
INFO
|
runbot
|
Start running build 00437-v17-
|
|
|
2026-05-19 16:31:05
|
|
|
Using Dockerfile Tag odoo:TelescopeDockerDefault
|
|
|
2026-05-19 16:31:51
|
INFO
|
server
|
odoo.modules.loading:358
1 modules loaded in 0.01s, 0 queries (+0 extra)
|
|
|
2026-05-19 16:31:52
|
INFO
|
server
|
odoo.modules.loading:358
17 modules loaded in 0.13s, 0 queries (+0 extra)
|
|
|
2026-05-20 17:03:12
|
INFO
|
runbot
|
Kill build 00437-v17-
|
|