Date |
Level |
Type |
Message |
2024-03-28 00:22:46
|
INFO
|
runbot
|
Init build environment with config Coverage tests with pre-installed modules
|
2024-03-28 00:22:46
|
|
|
Starting step pre_install_modules from config Coverage tests with pre-installed modules
|
2024-03-28 00:22:46
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv16
|
2024-03-28 00:23:09
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 6.99s, 9013 queries (+9013 extra)
|
2024-03-28 00:23:15
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 3.54s, 5204 queries (+5204 extra)
|
2024-03-28 00:23:15
|
|
|
Step pre_install_modules finished in 29s
|
2024-03-28 00:23:15
|
|
|
Starting step tests_coverage from config Coverage tests with pre-installed modules
|
2024-03-28 00:23:15
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv16
|
2024-03-28 00:24:12
|
INFO
|
server
|
odoo.modules.loading:300
1 modules loaded in 50.79s, 2 queries (+22279 extra)
|
2024-03-28 00:24:12
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1872
Missing model web_tour.tour
|
2024-03-28 00:24:19
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1872
Missing model web_tour.tour
|
2024-03-28 00:24:30
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1872
Missing model web_tour.tour
|
2024-03-28 00:24:38
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:1872
Missing model web_tour.tour
|
2024-03-28 00:24:49
|
INFO
|
server
|
odoo.modules.loading:300
13 modules loaded in 36.28s, 14 queries (+2318 extra)
|
2024-03-28 00:24:49
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:300
Pregenerating assets bundles
|
2024-03-28 00:27:24
|
ERROR
|
server
|
concurrent.futures:344
exception calling callback for <Future at 0x7fe947478190 state=finished raised ChromeBrowserException>
Traceback (most recent call last):
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 342, in _invoke_callbacks
callback(self)
File "/data/build/odoo/odoo/tests/common.py", line 1312, in handler
base_png = f.result(timeout=0)['data']
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
return self.__get_result()
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
raise self._exception
odoo.tests.common.ChromeBrowserException: Internal error
|
2024-03-28 00:27:30
|
ERROR
|
server
|
odoo.addons.auth_totp.tests.test_totp:98
ERROR: TestTOTP.test_totp_administration
Traceback (most recent call last):
File "/data/build/odoo/odoo/tests/common.py", line 1787, in browser_js
self.fail('%s\n\n%s' % (message, error))
File "/usr/local/lib/python3.10/unittest/case.py", line 675, in fail
raise self.failureException(msg)
AssertionError: The test code "odoo.startTour('totp_tour_setup')" failed
Script timeout exceeded
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/odoo/tests/common.py", line 1145, in _websocket_request
return f.result(timeout=timeout)
File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 460, in result
raise TimeoutError()
concurrent.futures._base.TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/addons/auth_totp/tests/test_totp.py", line 98, in test_totp_administration
self.start_tour('/web', 'totp_tour_setup', login='demo')
File "/data/build/odoo/odoo/tests/common.py", line 1807, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, **kwargs)
File "/data/build/odoo/odoo/tests/common.py", line 1793, in browser_js
self.browser.clear()
File "/data/build/odoo/odoo/tests/common.py", line 1471, in clear
self._websocket_request('Runtime.evaluate', params={'expression': """
File "/data/build/odoo/odoo/tests/common.py", line 1147, in _websocket_request
raise TimeoutError(f'{method}({params or ""})')
TimeoutError: Runtime.evaluate({'expression': "\n ('serviceWorker' in navigator) &&\n navigator.serviceWorker.getRegistrations().then(\n registrations => Promise.all(registrations.map(r => r.unregister()))\n )\n ", 'awaitPromise': True})
|
2024-03-28 00:27:54
|
ERROR
|
server
|
odoo.addons.auth_totp.tests.test_totp.TestTOTP.browser:1190
Killing tour totp_tour_setup
|
2024-03-28 00:27:54
|
INFO
|
server
|
odoo.addons.auth_totp.tests.test_totp.TestTOTP:300
Screenshot in: /data/build/tests/64867-16-0-all/screenshots/sc_20240328_002754_401871_TestTOTP.png
|
2024-03-28 00:28:06
|
INFO
|
server
|
odoo.addons.auth_totp.tests.test_totp.TestTOTP:300
Screenshot in: /data/build/tests/64867-16-0-all/screenshots/sc_20240328_002756_166102_TestTOTP.png
|
2024-03-28 00:28:06
|
ERROR
|
server
|
odoo.addons.auth_totp.tests.test_totp:113
FAIL: TestTOTP.test_totp_authenticate
Traceback (most recent call last):
File "/data/build/odoo/odoo/tools/misc.py", line 818, in deco
return func(*args, **kwargs)
File "/data/build/odoo/addons/auth_totp/tests/test_totp.py", line 113, in test_totp_authenticate
self.start_tour('/web', 'totp_tour_setup', login='demo')
File "/data/build/odoo/odoo/tests/common.py", line 1807, in start_tour
return self.browser_js(url_path=url_path, code=code, ready=ready, **kwargs)
File "/data/build/odoo/odoo/tests/common.py", line 1787, in browser_js
self.fail('%s\n\n%s' % (message, error))
AssertionError: The test code "odoo.startTour('totp_tour_setup')" failed
Killing tour totp_tour_setup
|
2024-03-28 00:39:09
|
INFO
|
runbot
|
Start getting coverage result
|
2024-03-28 00:39:09
|
WARNING
|
runbot
|
Coverage file not found
|
2024-03-28 00:39:09
|
INFO
|
runbot
|
Getting results for build 64867-16-0
|
2024-03-28 00:39:09
|
INFO
|
runbot
|
Getting stats from log file
|
2024-03-28 00:39:09
|
|
|
Step tests_coverage finished in 16m
|
2024-03-28 00:39:09
|
|
|
Coverage report: xml , html
|