Date |
Level |
Type |
Message |
2024-11-13 00:48:45
|
INFO
|
runbot
|
Init build environment with config Coverage tests with pre-installed modules
|
2024-11-13 00:48:45
|
|
|
Starting step pre_install_modules from config Coverage tests with pre-installed modules
|
2024-11-13 00:48:45
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv17
|
2024-11-13 00:49:07
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 9.34s, 9048 queries (+9048 extra)
|
2024-11-13 00:49:15
|
INFO
|
server
|
odoo.modules.loading:303
17 modules loaded in 5.41s, 7087 queries (+7087 extra)
|
2024-11-13 00:49:15
|
|
|
Step pre_install_modules finished in 30s
|
2024-11-13 00:49:15
|
|
|
Starting step tests_coverage from config Coverage tests with pre-installed modules
|
2024-11-13 00:49:15
|
INFO
|
runbot
|
Using Dockerfile Tag odoo:WilldooITv17
|
2024-11-13 00:51:25
|
INFO
|
server
|
odoo.modules.loading:303
1 modules loaded in 52.97s, 2 queries (+24156 extra)
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model web_tour.tour
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model iap.account
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model web_tour.tour
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model iap.account
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model web_tour.tour
|
2024-11-13 00:51:25
|
ERROR
|
server
|
odoo.addons.base.models.ir_model:2031
Missing model iap.account
|
2024-11-13 00:51:25
|
INFO
|
server
|
odoo.modules.loading:303
17 modules loaded in 21.06s, 18 queries (+3925 extra)
|
2024-11-13 00:51:25
|
INFO
|
server
|
odoo.addons.base.models.ir_qweb:303
Pregenerating assets bundles
|
2024-11-13 00:52:03
|
INFO
|
server
|
odoo.addons.base.tests.test_http_case.TestChromeBrowser:1440
Screencast in: /data/build/tests/113013-17-0-all/screencasts/failed_screencast_20241113_005156_038581.mp4
|
2024-11-13 00:52:48
|
INFO
|
server
|
odoo.addons.base.tests.test_reports:303
Report PDF in: /data/build/tests/113013-17-0-all/screenshots/pdf_20241113_005246_041344_test_thead_tbody_repeat.pdf
|
2024-11-13 00:52:48
|
ERROR
|
server
|
odoo.addons.base.tests.test_reports:501
ERROR: TestReportsRendering.test_thead_tbody_repeat
Traceback (most recent call last):
File "/data/build/odoo/odoo/addons/base/tests/test_reports.py", line 501, in test_thead_tbody_repeat
page_break_at = int(pages[1][5][1]) # This element should be the first line of the table, 28 when this test was written
^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: '28\n29\n30\n31\n32\n33\n34\n35\n36\n37\n38\n39\n40\n41\n42\n43\n44\n45\n46\n47\n48\n49'
|
2024-11-13 01:39:54
|
ERROR
|
server
|
concurrent.futures:342
exception calling callback for <Future at 0x7f8d52441b90 state=finished raised ChromeBrowserException>
Traceback (most recent call last):
File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 340, in _invoke_callbacks
callback(self)
File "/data/build/odoo/odoo/tests/common.py", line 1387, in handler
base_png = f.result(timeout=0)['data']
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 449, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
odoo.tests.common.ChromeBrowserException: Internal error
|
2024-11-13 01:40:10
|
ERROR
|
server
|
odoo.addons.web.tests.test_js:33
ERROR: WebSuite.test_js
Traceback (most recent call last):
File "/data/build/odoo/odoo/tests/common.py", line 1878, in browser_js
self.fail('%s\n\n%s' % (message, error))
File "/usr/local/lib/python3.11/unittest/case.py", line 703, in fail
raise self.failureException(msg)
AssertionError: Some js test 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 1218, in _websocket_request
return f.result(timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/concurrent/futures/_base.py", line 458, in result
raise TimeoutError()
TimeoutError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/data/build/odoo/addons/web/tests/test_js.py", line 33, in test_js
self.browser_js('/web/tests?mod=web', "", "", login='admin', timeout=1800, error_checker=qunit_error_checker)
File "/data/build/odoo/odoo/tests/common.py", line 1881, in browser_js
browser.stop()
File "/data/build/odoo/odoo/tests/common.py", line 969, in stop
self._websocket_request('Runtime.evaluate', params={'expression': """
File "/data/build/odoo/odoo/tests/common.py", line 1220, 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-11-13 01:40:10
|
ERROR
|
server
|
odoo.sql_db:335
bad query: ROLLBACK TO SAVEPOINT test_941
ERROR: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
|
2024-11-13 01:40:10
|
ERROR
|
server
|
odoo.addons.web.tests.test_js:211
ERROR: WebSuite.test_js
Traceback (most recent call last):
File "/data/build/odoo/odoo/sql_db.py", line 332, 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-11-13 01:40:10
|
ERROR
|
server
|
odoo.tests.suite:211
ERROR: tearDownClass (odoo.addons.web.tests.test_js.WebSuite)
Traceback (most recent call last):
File "/data/build/odoo/odoo/sql_db.py", line 438, in close
return self._close(False)
^^^^^^^^^^^^^^^^^^
File "/data/build/odoo/odoo/sql_db.py", line 459, in _close
self.rollback()
File "/data/build/odoo/odoo/sql_db.py", line 486, 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-11-13 01:41:16
|
ERROR
|
server
|
odoo.tests.result:601
0 failed, 4 error(s) of 1212 tests when loading database '113013-17-0-all'
|
2024-11-13 01:50:31
|
INFO
|
runbot
|
tests_coverage time exceeded (3676s)
|
2024-11-13 01:50:31
|
INFO
|
runbot
|
Kill build 113013-17-0
|
2024-11-14 07:00:48
|
|
|
Scheduled for deletion on 2025-02-11 01:50:32
|
2024-12-20 07:00:48
|
|
|
Scheduled for deletion on 2024-12-13 01:50:32
|