Date |
Level |
Type |
Message |
2024-07-31 02:22:01
|
INFO
|
runbot
|
Init build environment with config Coverage tests with pre-installed modules
|
2024-07-31 02:22:01
|
|
|
Starting step pre_install_modules from config Coverage tests with pre-installed modules
|
2024-07-31 02:22:01
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv15
|
2024-07-31 02:22:36
|
INFO
|
server
|
odoo.modules.loading:285
1 modules loaded in 7.66s, 11079 queries (+0 extra)
|
2024-07-31 02:22:42
|
INFO
|
server
|
odoo.modules.loading:285
13 modules loaded in 3.83s, 5340 queries (+0 extra)
|
2024-07-31 02:22:42
|
|
|
Step pre_install_modules finished in 41s
|
2024-07-31 02:22:42
|
|
|
Starting step tests_coverage from config Coverage tests with pre-installed modules
|
2024-07-31 02:22:42
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv15
|
2024-07-31 02:23:58
|
INFO
|
server
|
odoo.modules.loading:285
1 modules loaded in 45.68s, 2 queries (+19998 extra)
|
2024-07-31 02:23:58
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1796
Missing model web_tour.tour
|
2024-07-31 02:23:58
|
INFO
|
server
|
odoo.modules.loading:285
13 modules loaded in 15.87s, 10 queries (+1675 extra)
|
2024-07-31 02:25:30
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowser:1339
Screencast in: /data/build/tests/failed_screencast_20240731_022505_779530.mp4
|
2024-07-31 03:11:26
|
ERROR
|
server
|
odoo.addons.web.tests.test_js:46
FAIL: MobileWebSuite.test_mobile_js
Traceback (most recent call last):
File "/data/build/odoo/addons/web/tests/test_js.py", line 46, in test_mobile_js
self.browser_js('/web/tests/mobile?mod=web&failfast', "", "", login='admin', timeout=1800)
File "/data/build/odoo/odoo/tests/common.py", line 1754, in browser_js
self.fail('%s\n%s' % (message, error))
AssertionError: Some js test failed
Script timeout exceeded : 2700.028876066208
|
2024-07-31 03:11:26
|
ERROR
|
server
|
odoo.sql_db:314
bad query: ROLLBACK TO SAVEPOINT test_693
ERROR: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-07-31 03:11:26
|
ERROR
|
server
|
odoo.addons.web.tests.test_js:80
ERROR: MobileWebSuite.test_mobile_js
Traceback (most recent call last):
File "<decorator-gen-5>", line 2, in execute
File "/data/build/odoo/odoo/sql_db.py", line 90, in check
return f(self, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 311, in execute
res = self._obj.execute(query, params)
psycopg2.DatabaseError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-07-31 03:11:26
|
ERROR
|
server
|
unittest.suite:80
ERROR: tearDownClass (odoo.addons.web.tests.test_js.MobileWebSuite)
Traceback (most recent call last):
File "<decorator-gen-6>", line 2, in close
File "/data/build/odoo/odoo/sql_db.py", line 90, in check
return f(self, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 380, in close
return self._close(False)
File "/data/build/odoo/odoo/sql_db.py", line 406, in _close
self.rollback()
File "<decorator-gen-10>", line 2, in rollback
File "/data/build/odoo/odoo/sql_db.py", line 90, in check
return f(self, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 485, in rollback
result = self._cnx.rollback()
psycopg2.OperationalError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-07-31 03:11:26
|
ERROR
|
server
|
unittest.suite:80
ERROR: setUpClass (odoo.addons.web.tests.test_js.WebSuite)
Traceback (most recent call last):
File "/data/build/odoo/odoo/tests/common.py", line 1590, in setUpClass
super().setUpClass()
File "/data/build/odoo/odoo/tests/common.py", line 829, in setUpClass
cls.cr = cls.registry.cursor()
File "/data/build/odoo/odoo/modules/registry.py", line 728, in cursor
return self._db.cursor()
File "/data/build/odoo/odoo/sql_db.py", line 742, in cursor
return Cursor(self.__pool, self.__dbname, self.__dsn, serialized=serialized)
File "/data/build/odoo/odoo/sql_db.py", line 259, in __init__
self._cnx = pool.borrow(dsn)
File "/data/build/odoo/odoo/sql_db.py", line 603, in _locked
return fun(self, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 642, in borrow
cnx.reset()
psycopg2.DatabaseError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-07-31 03:11:26
|
ERROR
|
server
|
unittest.suite:80
ERROR: setUpClass (odoo.addons.web.tests.test_profiler.TestProfilingModes)
Traceback (most recent call last):
File "/data/build/odoo/addons/web/tests/test_profiler.py", line 16, in setUpClass
super().setUpClass()
File "/data/build/odoo/odoo/tests/common.py", line 1590, in setUpClass
super().setUpClass()
File "/data/build/odoo/odoo/tests/common.py", line 829, in setUpClass
cls.cr = cls.registry.cursor()
File "/data/build/odoo/odoo/modules/registry.py", line 728, in cursor
return self._db.cursor()
File "/data/build/odoo/odoo/sql_db.py", line 742, in cursor
return Cursor(self.__pool, self.__dbname, self.__dsn, serialized=serialized)
File "/data/build/odoo/odoo/sql_db.py", line 259, in __init__
self._cnx = pool.borrow(dsn)
File "/data/build/odoo/odoo/sql_db.py", line 603, in _locked
return fun(self, *args, **kwargs)
File "/data/build/odoo/odoo/sql_db.py", line 642, in borrow
cnx.reset()
psycopg2.DatabaseError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-07-31 03:12:10
|
ERROR
|
server
|
odoo.tests.runner:557
1 failed, 4 error(s) of 897 tests when loading database '91318-15-0-all'
|
2024-07-31 03:12:10
|
INFO
|
runbot
|
Start getting coverage result
|
2024-07-31 03:12:10
|
WARNING
|
runbot
|
Coverage file not found
|
2024-07-31 03:12:10
|
INFO
|
runbot
|
No coverage.xml file found
|
2024-07-31 03:12:10
|
INFO
|
runbot
|
Getting results for build 91318-15-0
|
2024-07-31 03:12:10
|
INFO
|
runbot
|
Getting stats from log file
|
2024-07-31 03:12:10
|
|
|
Step tests_coverage finished in 49m
|
2024-07-31 03:12:10
|
|
|
Coverage report: xml , html
|
2024-07-31 07:00:49
|
|
|
Scheduled for deletion on 2024-08-03 03:12:06
|