Date | Level | Type | Message |
---|---|---|---|
2024-10-21 20:25:43 | INFO | runbot | Init build environment with config Adhoc Conf con tests 17+ |
2024-10-21 20:25:43 | Starting step base from config Adhoc Conf con tests 17+ | ||
2024-10-21 20:25:43 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2024-10-21 20:26:06 | INFO | server | odoo.modules.loading:327 1 modules loaded in 13.11s, 9195 queries (+9195 extra) |
2024-10-21 20:26:25 | INFO | server | odoo.modules.loading:327 18 modules loaded in 9.56s, 7993 queries (+7993 extra) |
2024-10-21 20:26:25 | Step base finished in 38s | ||
2024-10-21 20:26:25 | Starting step all from config Adhoc Conf con tests 17+ | ||
2024-10-21 20:26:25 | INFO | runbot | Using Dockerfile Tag odoo:adhoc-odoo-18 |
2024-10-21 20:26:58 | ERROR | server |
odoo.addons.base.tests.test_configmanager:384
FAIL: TestConfigManager.test_04_odoo16_config_file Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_configmanager.py", line 384, in test_04_odoo16_config_file self.assertEqual(config.options, assert_options, "Options don't match") AssertionError: {'adm[42 chars],', 'publisher_warranty_url': 'http://services[2110 chars]: {}} != {'adm[42 chars],', 'db_host': False, 'db_maxconn': 64, 'db_na[2112 chars]5536} {'addons_path': '/data/build/adhoc-cicd-odoo-odoo/odoo/addons,/data/build/adhoc-cicd-odoo-odoo/addons', 'admin_passwd': 'admin', 'config': None, 'csv_internal_sep': ',', - 'data_dir': '/home/odoo/.local/share/Odoo', ? ^^^ + 'data_dir': '/home/runbot/.local/share/Odoo', ? ++++ ^ 'db_host': False, 'db_maxconn': 64, 'db_maxconn_gevent': False, 'db_name': False, 'db_password': False, 'db_port': False, 'db_replica_host': False, 'db_replica_port': False, 'db_sslmode': 'prefer', 'db_template': 'template0', 'db_user': False, 'dbfilter': '', 'demo': {}, 'dev_mode': [], 'email_from': False, 'from_filter': False, 'geoip_city_db': '/usr/share/GeoIP/GeoLite2-City.mmdb', 'geoip_country_db': '/usr/share/GeoIP/GeoLite2-Country.mmdb', 'gevent_port': 8072, 'http_enable': True, 'http_interface': '', 'http_port': 8069, 'import_partial': '', 'init': {}, 'language': None, 'limit_memory_hard': 2684354560, 'limit_memory_hard_gevent': False, 'limit_memory_soft': 2147483648, 'limit_memory_soft_gevent': False, 'limit_request': 65536, 'limit_time_cpu': 60, 'limit_time_real': 120, 'limit_time_real_cron': -1, 'list_db': True, 'load_language': None, 'log_db': False, 'log_db_level': 'warning', 'log_handler': [':INFO'], 'log_level': 'info', 'logfile': '', 'max_cron_threads': 2, 'osv_memory_count_limit': 0, 'overwrite_existing_translations': False, 'pg_path': '', 'pidfile': '', 'proxy_mode': False, 'publisher_warranty_url': 'http://services.odoo.com/publisher-warranty/', 'reportgz': False, 'root_path': '/data/build/adhoc-cicd-odoo-odoo/odoo', 'save': None, 'screencasts': '', 'screenshots': '/tmp/odoo_tests', 'server_wide_modules': 'base,web', 'shell_interface': None, 'smtp_password': False, 'smtp_port': 25, 'smtp_server': 'localhost', 'smtp_ssl': False, 'smtp_ssl_certificate_filename': False, 'smtp_ssl_private_key_filename': False, 'smtp_user': False, 'stop_after_init': False, 'syslog': False, 'test_enable': False, 'test_file': '', 'test_tags': None, 'transient_age_limit': 1.0, 'translate_in': '', 'translate_modules': ['all'], 'translate_out': '', 'unaccent': False, 'update': {}, 'upgrade_path': '', 'websocket_keep_alive_timeout': '3600', 'websocket_rate_limit_burst': '10', 'websocket_rate_limit_delay': '0.2', 'without_demo': False, 'workers': 0, 'x_sendfile': False} : Options don't match |
2024-10-21 20:26:58 | ERROR | server |
odoo.addons.base.tests.test_expression:993
ERROR: TestExpression.test_invalid Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/misc.py", line 785, in deco return func(*args, **kwargs) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_expression.py", line 993, in test_invalid Country.search([('name."Et plouf"', 'ilike', 'foo')]) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1717, in search return self.search_fetch(domain, [], offset=offset, limit=limit, order=order) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 1741, in search_fetch query = self._search(domain, offset=offset, limit=limit, order=order or self._order) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5756, in _search query = self._where_calc(domain) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 5511, in _where_calc return expression.expression(domain, self).query File "/data/build/adhoc-cicd-odoo-odoo/odoo/osv/expression.py", line 787, in __init__ self.parse() File "/data/build/adhoc-cicd-odoo-odoo/odoo/osv/expression.py", line 1434, in parse push_result(model._condition_to_sql(alias, left, operator, right, self.query)) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 3125, in _condition_to_sql sql_field = self._field_to_sql(alias, fname, query) File "/data/build/adhoc-cicd-odoo-odoo/odoo/models.py", line 2959, in _field_to_sql raise ValueError(f"Invalid field {fname!r} on model {self._name!r}") ValueError: Invalid field 'name."Et plouf"' on model 'res.country' |
2024-10-21 20:27:04 | ERROR | server |
odoo.addons.base.tests.test_float:251
FAIL: TestFloatPrecision.test_rounding_invalid Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_float.py", line 251, in test_rounding_invalid with self.assertRaises(AssertionError): File "/usr/local/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 473, in _assertRaises with ExitStack() as inner: File "/usr/local/lib/python3.10/contextlib.py", line 576, in __exit__ raise exc_details[1] File "/usr/local/lib/python3.10/contextlib.py", line 561, in __exit__ if cb(*exc_details): AssertionError: AssertionError not raised |
2024-10-21 20:27:30 | ERROR | server |
odoo.addons.base.tests.test_misc:617
FAIL: TestMiscToken.test_None_payload Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_misc.py", line 617, in test_None_payload with self.assertRaises(Exception): File "/usr/local/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 473, in _assertRaises with ExitStack() as inner: File "/usr/local/lib/python3.10/contextlib.py", line 576, in __exit__ raise exc_details[1] File "/usr/local/lib/python3.10/contextlib.py", line 561, in __exit__ if cb(*exc_details): AssertionError: Exception not raised |
2024-10-21 20:27:30 | ERROR | server |
odoo.addons.base.tests.test_osv:63
FAIL: QueryTestCase.test_raise_missing_lhs Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_osv.py", line 63, in test_raise_missing_lhs with self.assertRaises(AssertionError): File "/usr/local/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 473, in _assertRaises with ExitStack() as inner: File "/usr/local/lib/python3.10/contextlib.py", line 576, in __exit__ raise exc_details[1] File "/usr/local/lib/python3.10/contextlib.py", line 561, in __exit__ if cb(*exc_details): AssertionError: AssertionError not raised |
2024-10-21 20:27:30 | ERROR | server |
odoo.addons.base.tests.test_qweb:64
FAIL: TestQWebTField.test_reject_crummy_tags Traceback (most recent call last): File "<None>", line 50, in template__td_t_field_company_name_ AttributeError: 'NoneType' object has no attribute '_fields' The above exception was the direct cause of the following exception: odoo.addons.base.models.ir_qweb.QWebException: Error while render the template AttributeError: 'NoneType' object has no attribute '_fields' Template: <td t-field="company.name"/> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_qweb.py", line 64, in test_reject_crummy_tags with self.assertRaisesRegex(QWebException, r'QWeb widgets do not work correctly'): AssertionError: "QWeb widgets do not work correctly" does not match "Error while render the template AttributeError: 'NoneType' object has no attribute '_fields' Template: <td t-field="company.name"/>" |
2024-10-21 20:27:30 | ERROR | server |
odoo.addons.base.tests.test_qweb:70
FAIL: TestQWebTField.test_reject_t_tag Traceback (most recent call last): File "<None>", line 29, in template__t_t_field_company_name_ AttributeError: 'NoneType' object has no attribute '_fields' The above exception was the direct cause of the following exception: odoo.addons.base.models.ir_qweb.QWebException: Error while render the template AttributeError: 'NoneType' object has no attribute '_fields' Template: <t t-field="company.name"/> During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_qweb.py", line 70, in test_reject_t_tag with self.assertRaisesRegex(QWebException, r't-field can not be used on a t element'): AssertionError: "t-field can not be used on a t element" does not match "Error while render the template AttributeError: 'NoneType' object has no attribute '_fields' Template: <t t-field="company.name"/>" |
2024-10-21 20:27:30 | ERROR | server |
odoo.addons.base.tests.test_qweb:1443
ERROR: TestQWebBasic.test_error_message_4 Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_qweb.py", line 1443, in test_error_message_4 self.env['ir.qweb']._render(False) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tools/profiler.py", line 306, in _tracked_method_render return method_render(self, template, values, **options) File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/models/ir_qweb.py", line 599, in _render rendering = render_template(irQweb, values) File "<False>", line 5, in not_found_template ValueError: Expected singleton: ir.ui.view() |
2024-10-21 20:27:42 | ERROR | server |
odoo.addons.base.tests.test_sql:103
FAIL: TestSQL.test_sql_identifier Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_sql.py", line 103, in test_sql_identifier with self.assertRaises(AssertionError): File "/usr/local/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 473, in _assertRaises with ExitStack() as inner: File "/usr/local/lib/python3.10/contextlib.py", line 576, in __exit__ raise exc_details[1] File "/usr/local/lib/python3.10/contextlib.py", line 561, in __exit__ if cb(*exc_details): AssertionError: AssertionError not raised |
2024-10-21 20:27:42 | ERROR | server |
odoo.addons.base.tests.test_translate:45
FAIL: TranslationToolsTestCase.test_quote_unquote Traceback (most recent call last): File "/data/build/adhoc-cicd-odoo-odoo/odoo/addons/base/tests/test_translate.py", line 45, in test_quote_unquote self.assertRaises(AssertionError, quote, """test \nall kinds\n\no\r File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 485, in assertRaises with self._assertRaises(exception): File "/usr/local/lib/python3.10/contextlib.py", line 142, in __exit__ next(self.gen) File "/data/build/adhoc-cicd-odoo-odoo/odoo/tests/common.py", line 473, in _assertRaises with ExitStack() as inner: File "/usr/local/lib/python3.10/contextlib.py", line 576, in __exit__ raise exc_details[1] File "/usr/local/lib/python3.10/contextlib.py", line 561, in __exit__ if cb(*exc_details): AssertionError: AssertionError not raised |
2024-10-21 20:27:54 | ERROR | server | odoo.modules.loading:319 Module base: 8 failures, 2 errors of 973 tests |
2024-10-21 20:27:54 | INFO | server | odoo.modules.loading:327 1 modules loaded in 73.01s, 9195 queries (+35242 extra) |
2024-10-21 20:28:00 | INFO | runbot | Build automatically killed, new build found. |
2024-10-21 20:28:00 | INFO | runbot | Kill build 84338-18-0 |